The null-space criterion
tells you how to test a proposed eigenvalue. The next step is to package that test into one polynomial whose roots are exactly the eigenvalues of the matrix.
That polynomial is strong enough to limit how many eigenvalues a matrix can have, describe repeated eigenvalues, and give practical tests for diagonalization.
Characteristic polynomial
Definition
Characteristic polynomial
Let be an matrix. The polynomial
is called the characteristic polynomial of .
The variable x is only an indeterminate. Once you substitute a scalar
, the value becomes the determinant of .
Theorem
Eigenvalues are exactly the roots of the characteristic polynomial
Let be an matrix and a scalar. Then the following are equivalent:
- is an eigenvalue of ;
- is a root of .
This theorem is just the determinant test from the previous note written in a more organized way:
Theorem
Basic shape of the characteristic polynomial
If is an matrix, then is a degree-n polynomial whose
leading coefficient is and whose constant term is .
So the characteristic polynomial is never an arbitrary expression. Its degree is fixed by the matrix size, and its constant term already remembers the determinant.
First examples
Worked example
A 2×2 characteristic polynomial
Let
Then
Simplifying gives
Therefore the eigenvalues are 4 and .
Worked example
A repeated root
Let
Then
So 2 is the only eigenvalue, but it appears with multiplicity 2.
Algebraic and geometric multiplicity
Repeated roots need extra language.
Definition
Algebraic multiplicity and geometric multiplicity
Suppose the characteristic polynomial factors as
where are distinct roots.
- The exponent is the algebraic multiplicity of .
- The dimension of the eigenspace is the geometric multiplicity of .
Algebraic multiplicity comes from the polynomial. Geometric multiplicity comes from the null space . They measure different things, and they do not always agree.
Theorem
Multiplicity inequality
If is an eigenvalue of an matrix , then
So every eigenspace has dimension at least 1, but it can never be larger than
the algebraic multiplicity of its eigenvalue.
Worked example
A repeated eigenvalue with too small an eigenspace
For
the characteristic polynomial is , so the eigenvalue 2 has algebraic
multiplicity 2.
Now solve :
So and is free. The eigenspace is
which has dimension 1. Therefore
This mismatch is exactly why the matrix is not diagonalizable.
Distinct eigenvalues force independence
Theorem
Eigenvectors of distinct eigenvalues are linearly independent
If are eigenvectors of corresponding to pairwise distinct eigenvalues , then
are linearly independent.
This theorem has two major consequences.
Theorem
Upper bound on the number of distinct eigenvalues
An matrix can have at most n distinct eigenvalues.
Theorem
Distinct eigenvalue test for diagonalizability
If an matrix has exactly n distinct eigenvalues, then it is
diagonalizable.
The converse is false. A diagonalizable matrix may still have repeated
eigenvalues. The identity matrix is the simplest example: every vector is an
eigenvector with eigenvalue 1, yet the matrix is already diagonal.
A sharper diagonalization criterion
Distinct eigenvalues are a sufficient test, but not the only one.
Theorem
Dimension-sum test for diagonalizability
Suppose a real matrix has distinct real eigenvalues . Then is diagonalizable if and only if
This criterion says that diagonalization succeeds exactly when the eigenspaces together contribute enough independent eigenvectors to form a basis of the whole space.
Worked example
Repeated eigenvalue but still diagonalizable
Let
Its eigenvalues are 4 and 1, with 1 repeated algebraically. But the
eigenspace for 4 is one-dimensional, while the eigenspace for 1 is
two-dimensional. Therefore
which matches the matrix size. So is diagonalizable even though one eigenvalue is repeated.
Cayley-Hamilton gives a polynomial identity
One further theorem relates the characteristic polynomial back to the matrix itself.
Theorem
Cayley-Hamilton theorem
If
then
Equivalently, .
For diagonalizable matrices this is easy to believe: once is written as , the identity reduces to applying the scalar polynomial to each diagonal entry of , and every diagonal entry is an eigenvalue, hence a root of .
The practical consequence is that high powers of can be rewritten in terms of lower powers .
Worked example
A small Cayley-Hamilton identity
Let
Its characteristic polynomial is
Therefore Cayley-Hamilton says
So every higher power of can be reduced using this quadratic relation.
Common mistake
Common mistake
Repeated eigenvalue does not automatically mean 'not diagonalizable'
A repeated eigenvalue only tells you the algebraic multiplicity is greater than
1. Diagonalizability depends on whether the corresponding eigenspaces still
supply enough linearly independent eigenvectors. Repetition is a warning sign,
not a final verdict.
Quick check
Quick check
What is the characteristic polynomial of ?
Use .
Solution
Answer
Quick check
If an matrix has n distinct eigenvalues, what can you conclude immediately?
Use the distinct-eigenvalue theorem.
Solution
Answer
Quick check
Can geometric multiplicity ever exceed algebraic multiplicity?
Use the multiplicity inequality.
Solution
Answer
Exercises
Quick check
Find the characteristic polynomial of and list its eigenvalues.
Compute and factor the result.
Solution
Guided solution
Quick check
A 4×4 matrix has four distinct eigenvalues. What is the dimension of the span of one chosen eigenvector from each eigenvalue?
Use linear independence of eigenvectors with distinct eigenvalues.
Solution
Guided solution
Quick check
Suppose . What matrix identity does Cayley-Hamilton give?
Replace the variable x by the matrix .
Solution
Guided solution
Related notes
Keep 8.1 Eigenvalues, eigenvectors, and eigenspaces open for the null-space interpretation of eigenvalues.
Keep 8.2 Diagonalization and similarity nearby, because this note supplies the polynomial tests that feed that chapter.
The determinant machinery inside depends on 7.1 Determinants and cofactor expansion.