Eigenspaces and Multiplicity
A single eigenvalue can appear multiple times as a root of the characteristic polynomial. The number of times appears as a root is its algebraic multiplicity. For example, if , then has algebraic multiplicity 2 and has algebraic multiplicity 1.
The geometric multiplicity of is the dimension of the eigenspace . It tells you how many linearly independent eigenvectors correspond to . Geometric multiplicity is always at least 1 (since is an eigenvalue) and at most the algebraic multiplicity.
The relationship between these two multiplicities determines whether a matrix is diagonalizable. When geometric multiplicity equals algebraic multiplicity for every eigenvalue, you have enough linearly independent eigenvectors to form a basis — and the matrix is diagonalizable. When geometric multiplicity is strictly less, the matrix is said to be defective and cannot be diagonalized.
Formal View
The lower bound holds because is an eigenvalue (so ). The upper bound is a deeper result from the Rank-Nullity theorem applied to powers of .
Why This Matters
Multiplicity is the key quantity that separates well-behaved diagonalizable matrices from defective ones.
- Control theory: repeated eigenvalues at the stability boundary (eigenvalue = 0) require checking geometric multiplicity to determine system behavior
- Numerical linear algebra: defective matrices are ill-conditioned for eigenvalue computation and require special treatment
- Differential equations: repeated eigenvalues with defective matrices generate polynomial-times-exponential solutions
- Google PageRank requires the dominant eigenvalue (1) to have geometric multiplicity 1 for uniqueness of the ranking vector
Quiz
The characteristic polynomial is . What is the algebraic multiplicity of ?
The geometric multiplicity of an eigenvalue can exceed its algebraic multiplicity.
An matrix has distinct eigenvalues. What can you conclude about the geometric multiplicity of each?
Common Mistakes
- Confusing algebraic multiplicity (a property of the polynomial) with geometric multiplicity (a property of the matrix).
- Assuming repeated eigenvalues always mean defective matrices — has repeated times, yet every vector is an eigenvector.
- Forgetting that geometric multiplicity is always at least 1 for an actual eigenvalue.