Characteristic Equation — Definition, Formula & Examples
The characteristic equation is the polynomial equation you solve to find the eigenvalues of a square matrix. It is formed by setting the determinant of equal to zero.
For an matrix , the characteristic equation is , where is a scalar and is the identity matrix. The left-hand side, when expanded, yields a degree- polynomial in called the characteristic polynomial, and its roots are the eigenvalues of .
Key Formula
Where:
- = An n × n square matrix
- = A scalar (the eigenvalue to solve for)
- = The n × n identity matrix
How It Works
Start with your square matrix . Subtract times the identity matrix from to get the matrix . Compute the determinant of this new matrix — the result is a polynomial in . Set that polynomial equal to zero and solve for . Each solution is an eigenvalue of . For a matrix, this gives a quadratic; for a , a cubic; and so on.
Worked Example
Problem: Find the eigenvalues of the matrix .
Step 1: Form the matrix by subtracting from each diagonal entry.
Step 2: Compute the determinant and set it equal to zero.
Step 3: Factor and solve the characteristic equation.
Answer: The eigenvalues of are and .
Why It Matters
Finding eigenvalues is essential in stability analysis of systems of differential equations, principal component analysis in data science, and computing matrix powers. The characteristic equation is the standard algebraic tool for extracting those eigenvalues in any linear algebra course.
Common Mistakes
Mistake: Writing instead of and worrying the answer is wrong.
Correction: Both forms yield the same eigenvalues. The polynomials differ at most by a factor of , which does not change the roots. Either convention is valid.
