LINEAR-ALGEBRA Β· Interactive Practice | Unit 26 Β· Video 4
| Formula | Name | Description |
|---|---|---|
| Principal Axis Theorem | Symmetric matrix factorization | |
| Ellipsoid equation | Level set of quadratic form | |
| Half-axis length | Direction , eigenvalue | |
| Determinant identity | And |
Our matrix from the video:
In the eigenbasis the principal cross-section is an axis-aligned ellipse with semi-axes .
Raising the level in scales the ellipse like while its shape holds fixed.
This is the slice of the video's ; the off-diagonal tilts the ellipse off the axes.
For , the eigenvalue test and the leading-minor test flag positive definiteness together.
Positive definiteness holds exactly while ; past it the smallest eigenvalue and turn negative together.
Question 1
For the matrix from the video, the three eigenvalues are , , .
Which eigenvalue corresponds to the longest half-axis of the ellipsoid ?
β Correct! Smallest eigenvalue β longest axis (because length = 1/βΞ»).
β Not quite. Remember: length , so larger gives a shorter axis.
Solution:
The half-axis length along eigenvector is
This is a decreasing function of : smaller eigenvalues produce longer axes.
The smallest eigenvalue gives the longest axis.
Question 2
True or False: Since the matrix has all diagonal entries equal to 2, the ellipsoid is a sphere.
β Correct! Diagonal entries do not determine the axis lengths β eigenvalues do, and they are all different.
β Not quite. The eigenvalues, not the diagonal, set the axis lengths. Our matrix has three distinct eigenvalues.
Solution: False.
A common trap! The diagonal entries of do not directly give the axis lengths. The geometry is set by the eigenvalues (lengths) and eigenvectors (directions), not by the matrix entries.
For our , the diagonal is , but the eigenvalues are three different numbers: , , . So the ellipsoid is a lopsided one with three distinct axis lengths, not a sphere.
A sphere requires all three eigenvalues to be equal. The diagonal entries being equal does not force that.
Question 3
For the same matrix , the three pivots from elimination are , , . What is the product of these pivots, and what does it equal?
β Correct! The product of pivots equals the determinant (= product of eigenvalues = 4).
β Not quite. Pivots multiply to give the determinant (not the trace). And product of eigenvalues.
Solution:
Multiply the pivots:
In LU decomposition, the determinant of equals the product of the pivots (assuming no row swaps). And indeed:
All three views β pivots, leading determinants, and eigenvalues β agree. The trace (sum of diagonal) is , which is the sum of eigenvalues, not the product.
Question 4
A symmetric matrix has eigenvalues , , . What kind of shape is the level set ?
β Correct! Two equal eigenvalues plus one different gives a rugby-ball-shaped spheroid.
β Not quite. Count distinct eigenvalues: two are equal () and one is different (). That pattern names the shape.
Solution:
All three eigenvalues are positive, so is positive definite and the level set is a bounded ellipsoid.
The half-axis lengths are:
Two axes have equal length and one is different. Geometrically this is a rugby ball (also called a spheroid): a circular cross-section in the plane, stretched along .
A sphere would require all three eigenvalues equal. A lopsided ellipsoid would require three distinct eigenvalues.
Solved: 0 / 4