🔬 Tutorial problems eta#
\(\eta\).1#
Consider an \((n \times n)\) Vandermonde matrix [this one can be named :)] of the form
Show that the determinant of \(V\) is given by
for the cases \(n=2\), \(n=3\) and \(n=4\)
Properties of the determinants help in finding an elegant solution.
⏱
\(\eta\).2#
For each of the linear maps defined by the following matrices
perform the following tasks:
Find eigenvalues
Find at least one eigenvector for each eigenvalue
Form a new basis from the eigenvectors (normalized or not)
Compute the transformation matrix to the new basis
Find the matrix \(T\) in the new basis and verify that it is diagonal
See example in the lecture notes
⏱
\(\eta\).3#
Derive canonical equations for the three conic sections in Euclidean space by using the properties stated in the definitions for:
ellipse
parabola
hyperbola
For example, for ellipse, assume that the focal points are located at \((c,0)\) and \((-c,0)\), and consider an arbitrary point \((x,y) \in \mathbb{R}^2\) which satisfies the defining property of the ellipse. Then, simplify the expression to arrive at the canonical equation of the ellipse, and give interpretations for the parameters \((a,b)\).
Perform additional task for each curve:
Ellipse: derive expressions for the coordinates of the focal points using standard parameters \(a\) and \(b\)
Parabola: explain the geometric meaning of parameter \(p\)
Hyperbola: verify what change of variables leads to the equation \(xy=1\) for the same curve
Start with the definitions of the conic section, and formulate the defining geometric properties of each curve.
Example of what needs to be done, for a circle. Using the definition that a circle is the set of points equidistant from a fixed point (center), we derive the canonical equation of the circle \(x^2 + y^2 = r^2\).
Let a center be situated in the origin. Then, for an arbitrary point \((x,y) \in \mathbb{R}^2\), the distance from the center is given by the Euclidean norm \(\sqrt{x^2 + y^2}\). The defining property of the circle is that this distance is constant, and equal to the radius \(r\). Therefore, the canonical equation of the circle is
⏱
\(\eta\).4#
Consider a quadratic form
Convert this quadratic form to the canonical form this time by algebraic derivations and not eigenvalue decomposition.
Recall all the involved definitions, in particular that a canonical form of quadratic form is just a linear combination of squares of variables.
The algebraic derivation should aim at completing squares, with the appropriate change of bases to effectively change the variables. For example, an expression \(x^2 + 2xy + y^2\) is a square of a variable \(z = x+y\), which can be attained after the change of bases with the transition matrix
⏱