The Nicest Matrices in Mathematics
A SYMMETRIC matrix () is as good as it gets: all eigenvalues real, eigenvectors of distinct eigenvalues automatically ORTHOGONAL, and a full orthonormal eigenbasis always exists — with a rotation.
Geometrically: every symmetric matrix is a pure stretch along some perpendicular set of axes, no shearing, no rotation mixed in. This is the spectral theorem, and it is why symmetric matrices rule applied mathematics: covariance matrices, Hessians, stiffness matrices, and graph Laplacians are all symmetric by construction.
A quadratic form (write with the symmetric matrix — HALVE the cross term) is classified by eigenvalue signs: all positive — positive definite, a bowl with a genuine minimum; all negative — a dome; mixed — a saddle. On the unit circle, ranges exactly over , attained along the eigenvectors (the PRINCIPAL AXES). The quick test without eigenvalues: positive definite iff and . Recognize this as the honest form of the second-derivative -test from multivariable calculus — the Hessian is a symmetric matrix, and is exactly the definiteness test.
The level curve of a positive-definite form is an ELLIPSE whose axes point along the eigenvectors with half-lengths . Rotate to the eigenbasis and the cross term vanishes: . Every tilted ellipse you have ever completed the square on was a symmetric matrix asking to be diagonalized.
Maximize and minimize on . Work: matrix ; trace , det ; eigenvalues and . Max at , min at .
Verify: ✓. Lagrange multipliers on a quadratic ARE the eigenvalue problem.
Proofs & Why It Matters
Let and with . Compute , using symmetry in the middle.
So , and since : . SIGNIFICANCE: orthogonal eigenvectors mean the world decomposes into independent, non-interacting directions — normal modes of vibration, principal components of data, energy levels in quantum mechanics. The proof is three lines; the consequences fill physics departments.
Expand in the orthonormal eigenbasis: with on the unit circle. Then — a weighted AVERAGE of the eigenvalues with weights .
An average lies between the extremes, hitting and when all weight sits on one eigenvector. This one-line argument (the Rayleigh quotient) is how Google-scale eigenvalue problems are actually solved: maximize the quotient numerically.
Going Deeper: Worked Problems
Identify the conic by diagonalizing its quadratic form.
Step 1 — the symmetric matrix is (half the cross term).
Step 2 — eigenvalues: trace , det : .
Step 3 — in the eigenbasis the equation becomes , i.e. : an ELLIPSE with semi-axes and .
Step 4 — the axes' directions are the eigenvectors: for , gives — the long axis points along . Both eigenvalues positive confirmed the ellipse before any drawing; a negative one would have meant a hyperbola.
Classify the critical point of at .
Step 1 — confirm it is critical: and at ✓.
Step 2 — the Hessian is the constant symmetric matrix .
Step 3 — leading minors: and : POSITIVE DEFINITE, so the quadratic form near the point is a bowl and is a local (in fact global) minimum, with .
Step 4 — connect: the calculus ", " test is literally the leading-minor test for positive definiteness. Two courses, one criterion.