Characteristic Polynomial — Definition, Formula & Examples
The characteristic polynomial of a square matrix is a polynomial whose roots are the eigenvalues of that matrix. You find it by computing the determinant of the matrix , where is a variable and is the identity matrix.
Given an matrix , the characteristic polynomial is defined as , where is the identity matrix. This polynomial has degree in , and its roots (real or complex) are precisely the eigenvalues of .
Key Formula
Where:
- = An n × n square matrix
- = A scalar variable (eigenvalue parameter)
- = The n × n identity matrix
How It Works
To find the characteristic polynomial, subtract from every diagonal entry of , then compute the determinant of the resulting matrix. The determinant produces a polynomial expression in . Setting this polynomial equal to zero gives the characteristic equation, and solving it yields the eigenvalues. For a matrix, the result is always a quadratic; for a matrix, a cubic; and so on.
Worked Example
Problem: Find the characteristic polynomial of A = [[4, 1], [2, 3]].
Step 1: Form the matrix by subtracting from each diagonal entry.
Step 2: Compute the determinant of this matrix.
Step 3: Simplify the expression.
Answer: The characteristic polynomial is , which factors as . The eigenvalues are and .
Why It Matters
The characteristic polynomial is the standard method for finding eigenvalues, which appear throughout engineering, physics, and data science. In structural analysis, eigenvalues determine natural frequencies of vibration; in machine learning, principal component analysis relies on eigenvalues to reduce dimensionality.
Common Mistakes
Mistake: Computing instead of and worrying about the sign difference.
Correction: Both conventions are used in textbooks. They differ only by a factor of . The roots (eigenvalues) are identical, so follow whichever convention your course uses and be consistent.
