Eigenvalue Equation
Also known as: Eigenproblem · Characteristic equation · Spectral equation
An eigenvector of A is a direction the matrix only stretches (by λ), never rotates. Those directions are the coordinate system in which A acts as simple scaling — the skeleton of the transformation.
A unit input vector rotates continuously around the origin; the matrix maps it to an output vector that traces an ellipse. The two eigen-directions — where input (blue) and output (orange) become collinear — are drawn as dashed rays. Sliders reshape the symmetric matrix, moving the eigen-axes.
Equivalent forms
Quantized energy levels, principal axes of inertia, and normal modes of vibration are all the same statement: A v = λ v.
Unit systems
Where it holds
Dimensional analysis
Euler and Lagrange met eigenvalues in rotating rigid bodies; Cauchy proved real symmetric matrices have real eigenvalues (1820s); Hilbert coined 'eigen' (own/characteristic). In 1926 they became the backbone of quantum mechanics, where observables ARE eigenvalue problems.
Most vectors get knocked sideways when a matrix hits them. A special few just get longer or shorter, keeping their direction. Find those and you've found the natural axes of the whole system.
Spin an input vector around the circle; its image traces an ellipse. Watch the two directions where input and output line up perfectly — the eigenvectors.
- Energy levels and observables in quantum mechanics
- Normal modes of vibrating structures (bridges, molecules)
- Principal component analysis in data science
- PageRank as the dominant eigenvector of the link matrix
- Eigenvectors are unique — any nonzero scalar multiple is also an eigenvector.
- All matrices are diagonalizable — defective matrices (repeated , too few eigenvectors) are not.
- Real matrices have real eigenvalues — rotations have complex ones.
Limiting cases
What if…
The eigenspace may be 2D (still diagonalizable) or deficient (defective) — the geometric vs algebraic multiplicity decides.
No real eigenvectors — every direction turns — so the eigenvalues are complex, .
Eigenvalues of [[2,1],[1,2]]
- A:
- [[2,1],[1,2]]
- Trace ,
- , 1
Eigenvector for λ = 3
- A:
- [[2,1],[1,2]]
- \lambda:
- 3
- (A-,1],[1,-1]]
- Row gives -
- ,1)