The Spectral Theorem

College Depth 60 in the knowledge graph I know this Set as goal
spectral theorem orthogonal diagonalization principal axes eigendecomposition symmetric

Core Idea

The Spectral Theorem states that every real symmetric matrix A is orthogonally diagonalizable: there exists an orthogonal matrix Q (with Qᵀ = Q⁻¹) and diagonal matrix D such that A = QDQᵀ. The columns of Q are orthonormal eigenvectors of A and D contains the corresponding real eigenvalues. This is stronger than ordinary diagonalization in two ways: the diagonalizing matrix Q is orthogonal (not just invertible), and real eigenvectors always exist. The spectral decomposition A = Σ λᵢuᵢuᵢᵀ writes A as a sum of rank-1 orthogonal projections, one per eigenvalue, revealing the geometric structure of the transformation.

How It's Best Learned

Orthogonally diagonalize a 2×2 symmetric matrix, verify Q is orthogonal, and reconstruct A = QDQᵀ. Then interpret the eigenvectors as the 'principal axes' of the quadratic form xᵀAx — an ellipse aligned with the eigenvectors.

Common Misconceptions

Explainer

You already know that a matrix can be diagonalized — written as PDP⁻¹ — when it has enough linearly independent eigenvectors. The Spectral Theorem says something far stronger holds for symmetric matrices: not just diagonalizable, but *orthogonally* diagonalizable. The diagonalizing matrix Q is not merely invertible — its columns are mutually perpendicular unit vectors. This means Qᵀ = Q⁻¹, so the decomposition A = QDQᵀ is both elegant and computationally stable.

Why does symmetry force this? Two deep facts work together. First, all eigenvalues of a real symmetric matrix are real — no complex numbers arise, even though the characteristic polynomial could in principle have complex roots. Second, eigenvectors corresponding to *distinct* eigenvalues are always orthogonal to each other. This is a theorem, not a coincidence: if Au = λu and Av = μv with λ ≠ μ, then ⟨u, v⟩ = 0 follows from the symmetry condition uᵀAv = (Au)ᵀv. Symmetric matrices represent transformations that act like "pure stretching" along perpendicular principal axes, with no rotational mixing.

The spectral decomposition A = Σ λᵢ uᵢuᵢᵀ is the most revealing form. Each term λᵢ uᵢuᵢᵀ is a rank-1 matrix that projects any vector onto the axis uᵢ and scales by λᵢ. When you multiply Av for any vector v, each projection extracts the component of v along uᵢ, scales it by λᵢ, and all the scaled components reassemble. The matrix acts as an independent stretch along each eigenvector axis — no cross-coupling between axes.

This principal axes interpretation becomes concrete with quadratic forms xᵀAx. A positive definite symmetric matrix defines an ellipsoid, and the eigenvectors of A give the orientation of that ellipsoid's principal axes while the eigenvalues give the stretching factors. Rotating to the eigenvector basis eliminates all cross-terms. This is the mathematical core of principal component analysis (PCA) in data science, spectral methods in graph theory, and the quantum mechanical treatment of observables.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsSystems of Equations — Graphing MethodSystems of Equations — Elimination MethodSystems of Three VariablesMatrices IntroductionLinear TransformationsEigenvalues and EigenvectorsDiagonalizationThe Spectral Theorem

Longest path: 61 steps · 249 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.