Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Characteristic Polynomial of a Matrix Explained Clearly

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Find the Characteristic Polynomial Formula and Solved Examples

The concept of characteristic polynomial is essential in mathematics and helps in solving real-world and exam-level problems efficiently, especially in linear algebra, matrix theory, and differential equations. Mastering the characteristic polynomial lets students tackle matrix-related questions with confidence.


Understanding Characteristic Polynomial

A characteristic polynomial is a polynomial that is derived from a square matrix and is vital for determining its eigenvalues. The characteristic polynomial allows us to relate matrices to algebraic equations, making it extremely useful in matrix analysis, systems of differential equations, and various scientific calculations. It forms the cornerstone for finding eigenvalues, which are numbers indicating the scaling factor by which the eigenvectors of a matrix are stretched or compressed.


Formula Used in Characteristic Polynomial

The standard formula for the characteristic polynomial of an \( n \times n \) matrix \( A \) is:
\( f(\lambda) = \det(A - \lambda I_n) \)
where \( I_n \) is the \( n \times n \) identity matrix and \( \lambda \) is a variable.


Here’s a helpful table for characteristic polynomial forms in common cases:


Characteristic Polynomial Table

Matrix SizeFormulaPolynomial Degree
2 × 2 \( \lambda^2 - (a+d)\lambda + (ad-bc) \) 2 (quadratic)
3 × 3 \( \lambda^3 - \text{(trace)}\lambda^2 + \cdots \) 3 (cubic)
n × n \( \det(A - \lambda I) \) n

This table shows that the characteristic polynomial degree always matches the order of the square matrix.


Key Properties of Characteristic Polynomial

  • The characteristic polynomial of an \( n \times n \) matrix is always degree \( n \).
  • Roots of the characteristic polynomial are the eigenvalues of the matrix.
  • For similar matrices, the characteristic polynomial is the same.
  • Only square matrices have a characteristic polynomial.
  • The coefficient of the highest-degree term (\( \lambda^n \)) is always 1 (monic polynomial).

Worked Example – Solving Characteristic Polynomial for 2×2 and 3×3 Matrix

Let’s go through the step-by-step solution for finding the characteristic polynomial:

Example 1: 2 × 2 Matrix

1. Let \( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \)

2. Write \( A - \lambda I = \begin{bmatrix} a-\lambda & b \\ c & d-\lambda \end{bmatrix} \)

3. Find the determinant:
\( \det(A-\lambda I) = (a-\lambda)(d-\lambda) - bc \)

4. Expand to get the characteristic polynomial:
\( = \lambda^2 - (a+d)\lambda + (ad-bc) \)

5. Final polynomial: \( f(\lambda) = \lambda^2 - (a+d)\lambda + (ad-bc) \)

Example 2: 3 × 3 Matrix

1. Suppose \( A = \begin{bmatrix} 0 & 6 & 8 \\ 1/2 & 0 & 0 \\ 0 & 1/2 & 0 \end{bmatrix} \)

2. \( A - \lambda I = \begin{bmatrix} -\lambda & 6 & 8 \\ 1/2 & -\lambda & 0 \\ 0 & 1/2 & -\lambda \end{bmatrix} \)

3. Compute the determinant using cofactor expansion.

4. After calculation, you get:
\( f(\lambda) = -\lambda^3 + 3\lambda + 2 \)

5. Final polynomial: \( f(\lambda) = -\lambda^3 + 3\lambda + 2 \)

Finding Eigenvalues Using the Characteristic Polynomial

To find eigenvalues, set the characteristic polynomial equal to zero and solve for \( \lambda \). Example: For \( f(\lambda) = \lambda^2 - 6\lambda + 1 \), using the quadratic formula gives the eigenvalues as \( \lambda = 3 \pm 2\sqrt{2} \).


How to Use Characteristic Polynomial Calculators

For quick results, several online tools and calculators can compute the characteristic polynomial from a matrix instantly. Enter your matrix, and the tool will display the polynomial and eigenvalues. Software like MATLAB also has built-in functions for this purpose, making homework and exam revision easier.


Real-World Applications

Characteristic polynomials are used in physics (quantum mechanics), engineering (control systems), differential equations, economics, and computer science for stability analysis, system modeling, and more. They help connect algebraic properties of matrices with solutions to practical problems. Vedantu helps students apply these ideas in exam preparation and STEM careers.


Common Mistakes to Avoid

  • Forgetting to subtract \( \lambda \) from each diagonal element before finding the determinant.
  • Sign errors during determinant computation and expansion.
  • Misapplying the formula for matrices larger than 2×2 without proper expansion.
  • Assuming non-square matrices have a characteristic polynomial (they do not).

Page Summary

We explored the idea of characteristic polynomial—how to compute it, where it applies, its properties, and common exam examples. Practicing more with Vedantu resources can help students develop strong problem-solving skills for boards, JEE, and beyond.


Frequently Asked Questions (FAQs)

What is a characteristic polynomial?
It is a polynomial obtained from the determinant of \( A - \lambda I \) for a square matrix \( A \). Its roots are the matrix’s eigenvalues.

How do you calculate a characteristic polynomial for 2x2 and 3x3 matrices?
Subtract \( \lambda \) from the diagonal elements, compute the determinant, and expand for the polynomial.

Why is the characteristic polynomial important?
It lets you find eigenvalues, analyze matrix invertibility, and solve many scientific and engineering problems.

Is there a quick way to solve characteristic polynomials?
Yes—use matrix calculators or software tools like MATLAB for fast calculation, or practice efficient expansion methods for boards and JEE.

Do non-square matrices have a characteristic polynomial?
No, only square matrices have a characteristic polynomial.


Suggested Vedantu Topic Links

  1. Matrix Introduction
  2. Determinant of a 3x3 Matrix
  3. Polynomial
  4. Eigen Values
  5. Inverse Matrix
  6. Cayley-Hamilton Theorem
  7. Matrices
  8. Properties of Matrices Inverse
  9. Linear Algebra
  10. Differential Equations for Class 12
  11. Application of Matrices

FAQs on Characteristic Polynomial of a Matrix Explained Clearly

1. What is the characteristic polynomial of a matrix?

The characteristic polynomial of a square matrix A is the polynomial defined by p(λ) = det(A − λI). It is obtained by subtracting λ from each diagonal entry of A and computing the determinant. The roots of this polynomial are the eigenvalues of the matrix. It is defined only for square matrices.

2. How do you find the characteristic polynomial of a matrix?

To find the characteristic polynomial, compute det(A − λI) and simplify the determinant.

  • Step 1: Form A − λI by subtracting λ from each diagonal entry.
  • Step 2: Compute the determinant of the resulting matrix.
  • Step 3: Expand and simplify to get a polynomial in λ.
For a 2×2 matrix A = [[a, b], [c, d]], the characteristic polynomial is λ² − (a + d)λ + (ad − bc).

3. What is the formula for the characteristic polynomial of a 2×2 matrix?

The characteristic polynomial of a 2×2 matrix A = [[a, b], [c, d]] is λ² − (a + d)λ + (ad − bc). Here, (a + d) is the trace of A and (ad − bc) is the determinant. This formula is commonly used to quickly compute eigenvalues of 2×2 matrices.

4. How is the characteristic polynomial related to eigenvalues?

The eigenvalues of a matrix are exactly the roots of its characteristic polynomial. Solving the equation det(A − λI) = 0 gives all eigenvalues of A. Each solution λ that satisfies this equation is an eigenvalue associated with at least one eigenvector.

5. Can you give an example of finding a characteristic polynomial?

Yes, for A = [[2, 1], [1, 2]], the characteristic polynomial is λ² − 4λ + 3.

  • Step 1: A − λI = [[2 − λ, 1], [1, 2 − λ]].
  • Step 2: Compute determinant: (2 − λ)² − 1.
  • Step 3: Expand: λ² − 4λ + 3.
Setting this equal to zero gives eigenvalues λ = 1 and λ = 3.

6. What is the degree of the characteristic polynomial?

The degree of the characteristic polynomial of an n × n matrix is n. This is because the determinant det(A − λI) produces a polynomial of degree n in λ. Therefore, an n × n matrix has exactly n eigenvalues counting multiplicity.

7. What is the relationship between the trace, determinant, and characteristic polynomial?

The trace and determinant appear as coefficients in the characteristic polynomial. For a 2×2 matrix, the polynomial is λ² − (trace)λ + (determinant).

  • The sum of eigenvalues equals the trace.
  • The product of eigenvalues equals the determinant.
This relationship generalizes to higher dimensions using polynomial coefficients.

8. Why do we set the characteristic polynomial equal to zero?

We set det(A − λI) = 0 to find eigenvalues because eigenvalues occur when the matrix (A − λI) is singular. A matrix is singular exactly when its determinant is zero. Solving this equation gives all possible λ values for which non-zero eigenvectors exist.

9. What is the characteristic equation of a matrix?

The characteristic equation is the equation det(A − λI) = 0. It is formed by setting the characteristic polynomial equal to zero. Solving this polynomial equation gives the eigenvalues of the matrix.

10. Is the characteristic polynomial defined for non-square matrices?

No, the characteristic polynomial is defined only for square matrices. This is because the determinant det(A − λI) exists only when A is n × n. Non-square matrices do not have determinants, so they do not have characteristic polynomials or eigenvalues in the usual sense.