Characteristic Polynomial

In linear algebra, a characteristic polynomial of a square matrix is defined as a polynomial that contains the eigenvalues as roots and is invariant under matrix similarity. The characteristic equation is the equation derived by equating the characteristic polynomial to zero. It is also known as the determinantal equation. Let us look at the definition of characteristic polynomial, formula, and characteristic polynomial of a n×n Matrix, method of finding the Eigenvalues as well as several solved problems in this article.

Table of Contents:

Characteristic Polynomial Definition

Assume that A is an n×n matrix. Hence, the characteristic polynomial of A is defined as function f(λ) and the characteristic polynomial formula is given by:

f(λ) = det (A – λIn)

Where I represents the Identity matrix.

The main purpose of finding the characteristic polynomial is to find the Eigenvalues.

Now, let us discuss how to find the characteristic polynomial of 2×2 and 3×3 matrices in the below section:

Characteristic Polynomial of a 2×2 Matrix

As we know, the characteristic polynomial of a matrix A is given by f(λ) = det (A – λIn).

Now, consider the matrix,

\(\begin{array}{l}A =\begin{bmatrix}5 & 2 \\2 & 1 \\\end{bmatrix}\end{array} \)

As, the matrix is a 2 × 2 matrix, its identity matrix is,

\(\begin{array}{l}I =\begin{bmatrix}1 & 0 \\0 & 1 \\\end{bmatrix}\end{array} \)

Now, substitute the values in the characteristic polynomial formula, we get

f(λ) = det (A – λI2)

\(\begin{array}{l}f(\lambda ) = det\left ( \begin{bmatrix}5 & 2 \\2 & 1 \\\end{bmatrix} – \begin{bmatrix} \lambda & 0 \\0 & \lambda \\\end{bmatrix}\right )\end{array} \)
\(\begin{array}{l}det\begin{bmatrix}5-\lambda & 2 \\2 & 1-\lambda \\\end{bmatrix}\end{array} \)

On simplifying the above determinant, we get

= (5-λ)(1-λ) – 2(2)

= 5-5λ -λ + λ2 – 4

= λ2 – 6λ + 1

Hence, the characteristic polynomial of the given 2 × 2 matrix is f(λ) = λ2 – 6λ + 1.

Characteristic Polynomial of a 3×3 Matrix

The characteristic polynomial formula for the 3×3 Matrix is given by f(λ) = det (A – λI3).

Now, let us assume that matrix A is

\(\begin{array}{l}\begin{bmatrix}0 & 6 & 8 \\1/2 & 0 & 0 \\0 & 1/2 & 0 \\\end{bmatrix}\end{array} \)
.

And, I =

\(\begin{array}{l}\begin{bmatrix}1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\\end{bmatrix}\end{array} \)

Now, substituting the matrices in the formula, we get

\(\begin{array}{l}f(\lambda ) = det\begin{bmatrix}-\lambda & 6 & 8 \\1/2 & -\lambda & 0 \\0 & 1/2 & -\lambda \\\end{bmatrix}\end{array} \)

Now, expand the cofactors of the matrix along the third column, we get

f(λ) = 8[(¼) – 0(-λ)] – λ[λ2 – 6(½)]

f(λ) = -λ3 + 3λ + 2, which is the characteristic polynomial of the given 3×3 matrix.

Characteristic Equation

If the characteristic polynomial is equated to zero, then the equation obtained is called the characteristic equation.

I.e., f(λ) = 0 (or)

det (A – λIn) = 0

Where A is an n×n Matrix and I is an identity matrix.

Also, read:

Roots of Characteristic Polynomial

The roots of the characteristic polynomials are the Eigenvalues. The theorem related to this is given below:

Theorem: Assume that A is an n×n matrix, and f(λ) = det (A – λIn) is a characteristic polynomial, then λ0 is an Eigenvalue of A, iff f(λ0) = 0.

Now, let us discuss how to find the Eigenvalues for a given matrix, using the characteristic polynomial.

Consider the same matrix

\(\begin{array}{l}A =\begin{bmatrix}5 & 2 \\2 & 1 \\\end{bmatrix}\end{array} \)
.

As we computed above, the characteristic polynomial of the given matrix is f(λ)= λ2 – 6λ + 1.

To find the Eigenvalues, we have to solve λ2 – 6λ + 1 = 0. ..(1)

By using the quadratic formula, we can find the Eigenvalue (λ).

By comparing (1) with the standard quadratic equation, we get a = 1, b = -6 and c = 1.

Hence,

\(\begin{array}{l}\lambda = \frac{6 \pm \sqrt{36-4}}{2}\end{array} \)

λ = 3 ± 2√2

Therefore, the Eigenvalues are 3 + 2√2 and 3 – 2√2.

Frequently Asked Questions on Characteristic Polynomial

Q1

What is meant by a characteristic polynomial?

The characteristic polynomial of A is defined as function f(λ) and the characteristic polynomial formula is given by: f(λ) = det (A – λIn), where A represents the n×n matrix and I represents the identity matrix.

Q2

What is a characteristic equation?

If the characteristic polynomial is equated to zero, then the equation obtained is called the characteristic equation or determinant equation.

Q3

What are the roots of the characteristic polynomial?

The roots of the characteristic polynomial are considered to be Eigenvalues.

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*