The Principal Form of a Quadratic
Given a quadratic form with spectral decomposition , we can simplify the formula by changing to principal-axis coordinates. Define (the coordinates of in the eigenvector basis). Then:
In principal-axis coordinates, the quadratic form diagonalizes — it becomes a pure sum of squares with eigenvalue coefficients, and no cross terms. This is called the principal form. The shapes we described in Section 8.5 are exactly the shapes of this diagonal form: all positive gives a bowl, mixed signs give a saddle, etc.
The key idea: all quadratic forms are diagonal at heart — they just look complicated because we are in the wrong coordinate system.
Formal View
Interactive Visualization
Diagonalization: A = PDP⁻¹
Why This Matters
Diagonalizing a quadratic form turns a complicated multi-variable problem into independent one-variable problems.
- Principal component analysis: the principal coordinates are uncorrelated (no cross terms in the covariance).
- Normal mode analysis: in the eigenvector basis, coupled oscillators become independent harmonic oscillators.
- Convexity analysis: checking all eigenvalues of tells you whether is convex, concave, or neither.
Quiz
After the coordinate change , the quadratic form becomes:
In principal-axis coordinates, a quadratic form has no cross terms (terms involving for ).
Common Mistakes
- Applying to get — this is wrong! You need to substitute , not just replace with .
- Forgetting that the principal coordinates are rotated versions of — since is orthogonal.