Characteristic polynomial
The characteristic polynomial of a square matrix is the polynomial you get from det(A - λI). In Honors Algebra II, you use it to find eigenvalues and study matrix behavior.
What is the characteristic polynomial?
In Honors Algebra II, the characteristic polynomial is the polynomial made from a square matrix by subtracting λI and taking the determinant: p(λ) = det(A - λI). It is the main algebraic tool for finding eigenvalues of a matrix.
The setup matters. A is your matrix, I is the identity matrix the same size as A, and λ is the variable. When you form A - λI, you only change the entries on the main diagonal, then compute the determinant just like you would for any matrix. The result is a polynomial in λ, often of degree n for an n x n matrix.
The roots of the characteristic polynomial are the eigenvalues. That is the reason this polynomial shows up in matrix problems: instead of guessing how a transformation behaves, you turn the matrix into an equation and solve for the values that make det(A - λI) = 0. Those values are the scalars that make the matrix behave in a special way, because A - λI becomes non-invertible.
A small example helps. If A = [[2, 1], [0, 3]], then A - λI = [[2 - λ, 1], [0, 3 - λ]]. The determinant is (2 - λ)(3 - λ), so the characteristic polynomial is (2 - λ)(3 - λ). Its zeros are 2 and 3, which are the eigenvalues.
One common mistake is forgetting the identity matrix step and trying to take det(A - λ) instead. Another is mixing up the sign pattern, since some classes write the polynomial as det(λI - A) instead. That version gives the same eigenvalues, just with a different leading sign depending on the size of the matrix. The important part is that the roots do not change.
Why the characteristic polynomial matters in Honors Algebra II
The characteristic polynomial connects a matrix to the numbers that control its behavior. In Honors Algebra II, that means you are not just staring at a grid of entries, you are turning the matrix into an equation you can solve.
This matters most when the class moves into eigenvalues and matrix transformations. Eigenvalues tell you which directions stay on the same line after a transformation and by what factor those directions stretch or shrink. The characteristic polynomial is the bridge that gets you there.
It also fits the bigger polynomial unit. Since the characteristic polynomial is itself a polynomial, you use the same ideas from earlier algebra, like factoring, zero product reasoning, and sometimes the quadratic formula for 2 x 2 matrices. That makes it a good crossover topic between polynomial skills and linear algebra style thinking.
If a matrix has repeated roots, that can signal repeated eigenvalues, which often changes how you analyze the transformation. If all eigenvalues are distinct, the matrix is easier to work with and may be diagonalizable in later math. So the characteristic polynomial is not just a formula, it is a shortcut for spotting structure.
Keep studying Honors Algebra II Unit 6
Visual cheatsheet
view galleryHow the characteristic polynomial connects across the course
Eigenvalue
The characteristic polynomial is the tool you use to find eigenvalues. Once you solve p(λ) = 0, the roots you get are the eigenvalues of the matrix. In many problems, the real work is turning the determinant into a factorable polynomial and then solving for those roots.
Determinant
The determinant is the calculation inside the characteristic polynomial. You build A - λI first, then take the determinant to get a polynomial in λ. If you are shaky on determinants, the characteristic polynomial will feel messy fast, because every error in the determinant changes the roots.
Matrix
Only square matrices have characteristic polynomials, because the expression A - λI has to make sense and produce a determinant. The entries in the matrix determine the shape of the polynomial, and the polynomial tells you hidden information about the matrix.
repeated root
If the characteristic polynomial has a repeated root, that means the corresponding eigenvalue appears more than once. In Honors Algebra II, that often raises a follow-up question about whether the matrix still has enough independent eigenvectors to be diagonalized later on.
Is the characteristic polynomial on the Honors Algebra II exam?
A quiz or test item usually asks you to find the characteristic polynomial of a 2 x 2 or 3 x 3 matrix, factor it, and identify the eigenvalues from the zeros. You may also need to decide whether a matrix has repeated eigenvalues or whether its roots are real or complex. The main move is to form A - λI correctly, compute the determinant carefully, and then solve the resulting polynomial. If the matrix is triangular, you should notice that the diagonal entries make the determinant faster to work with, which can save a lot of time on a problem set.
The characteristic polynomial vs eigenvalue
An eigenvalue is one number that comes from solving the characteristic polynomial. The characteristic polynomial is the whole polynomial expression, while the eigenvalues are its roots. So the polynomial is the process, and the eigenvalues are the answers.
Key things to remember about the characteristic polynomial
The characteristic polynomial of a square matrix is found by computing det(A - λI).
Its roots are exactly the eigenvalues of the matrix.
For an n x n matrix, the characteristic polynomial has degree n.
Repeated roots mean repeated eigenvalues, which can affect how you study the matrix later.
The main mistake is forgetting to subtract λ from every diagonal entry before taking the determinant.
Frequently asked questions about the characteristic polynomial
What is characteristic polynomial in Honors Algebra II?
It is the polynomial you get from det(A - λI) for a square matrix A. In Honors Algebra II, you use it to find eigenvalues and study how the matrix acts on vectors. The roots of the polynomial are the eigenvalues.
How do you find the characteristic polynomial of a matrix?
First, subtract λ from each diagonal entry of the matrix by writing A - λI. Then compute the determinant of that new matrix. The result is a polynomial in λ, which you can often factor to find the eigenvalues.
Is the characteristic polynomial the same as an eigenvalue?
No. The characteristic polynomial is the full polynomial expression, and an eigenvalue is one of its roots. If a matrix has eigenvalues 2 and 3, then those are the values that make the characteristic polynomial equal zero.
Why do repeated roots matter?
Repeated roots mean a repeated eigenvalue, which can affect how many independent eigenvectors the matrix has. In Algebra II, that usually comes up when you are checking whether a matrix is easy to diagonalize or when you are interpreting the structure of the transformation.