Characteristic Polynomial and Characteristic Equation
Problem
For A = [[3, 1],[0, 2]], find the characteristic polynomial, its roots, and factor it completely.
Explanation
The characteristic polynomial
For an matrix , the characteristic polynomial is
It is a polynomial of degree exactly in , and its roots are the eigenvalues of . Setting gives the characteristic equation.
Key facts about
For any matrix:
The leading coefficient alternates sign with . The constant term (value at ) is .
For :
Memorizing this short form saves time for eigenvalue problems.
Step-by-step
(an upper triangular matrix).
Step 1 — Compute .
Step 2 — Compute the determinant.
Step 3 — Expand and verify.
Quick sanity check via short form: and . So ✓
Step 4 — Find the roots.
These are the eigenvalues.
Triangular shortcut
For a triangular matrix (upper or lower), the eigenvalues are simply the diagonal entries. You can read them off without any calculation:
This works because for a triangular matrix is the product of diagonal entries .
Algebraic vs. geometric multiplicity
If divides the characteristic polynomial, has algebraic multiplicity . Its geometric multiplicity is .
- Geometric multiplicity algebraic multiplicity always.
- If equal for every eigenvalue, is diagonalizable.
- If strictly less for some eigenvalue, is defective (not diagonalizable).
For our matrix, both eigenvalues have algebraic multiplicity 1 → diagonalizable.
Cayley-Hamilton theorem
Every matrix satisfies its own characteristic equation: .
For our example: , so .
Check: , , .
This gives an easy way to compute : , so . (Works when , i.e. the constant term is non-zero.)
Common mistakes
- Sign slip in . The diagonal gets , nothing else.
- Missing the coefficient. For large matrices, the leading sign matters.
- Assuming real roots. Real matrices can have complex eigenvalues (e.g. rotations), in conjugate pairs.
- Using instead of . These differ only by a sign of — same roots, same polynomial up to an overall sign.
Try it in the visualization
Plot against . Zero crossings = eigenvalues. Adjust 's entries and watch the polynomial warp; the roots slide accordingly.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.