The characteristic polynomial of a matrix is a polynomial derived from a square matrix that helps determine the matrix's eigenvalues.
For a square matrix A of size nรn, the characteristic polynomial is defined as:
f(๐) = |A-๐I|
or
f(๐) = det(A-๐I)
Where:
- A is a matrix whose characteristic equation needs to be found.
- ๐ represents roots of the characteristic equation.
- I represents the identity matrix having the same order as A.
- Dot represents the determinant of a matrix.
Key Points
- The roots of the equation det( A - ๐I) = 0 give the eigenvalues of the matrix.
- The degree of the equation is n, signifying that it has n roots, which correspond to eigenvalues of the matrix.
- This concept plays a significant role in determining the eigenvalues of a matrix, which are essential in various applications across mathematics and engineering.
Let us look at examples of characteristic polynomials of 2ร2 and 3ร3 matrices for better understanding.
Characteristic Polynomial for 2ร2 Matrix
As we know, the characteristic polynomial is given by the function f(๐) = |A-๐I|. Let us take matrix A as follows, for instance, as follows,
Identity matrix of order 2ร2 is given by,
Substituting these values in the expression for the characteristic polynomial, we get,
โ f(๐) = (2-๐)(4-๐) - 3
โ f(๐) = 8 - 2๐ - 4๐ + ๐2 - 3
โ f(๐) = ๐2 - 6๐ + 5
Thus, the above equation represents the characteristic polynomial of the matrix A taken as an example.
Characteristic Polynomial for 3ร3 Matrix
Let us take an example of a 3ร3 matrix as follows,
Identity matrix of order 3ร3 is given by,
Substituting these values in the expression for the characteristic polynomial, we get,
โ
โ f(๐) = (1 - ๐){(2 - ๐)(3 - ๐) - 12} - 2{5(3 - ๐) - 8} + 3{15 - 2(2 - ๐)}
โ f(๐) = (1 - ๐)(๐2 - 5๐ + 6 - 12) - 2(15 - 5๐ - 8) + 3(15 - 4 + 2๐)
โ f(๐) = (1 - ๐)(๐2 - 5๐ - 6) - 2(7 - 5๐) + 3(11 + 2๐)
โ f(๐) = ๐2 - 5๐ - 6 - ๐3 + 5๐2 + 6๐ - 14 + 10๐ + 33 + 6๐
โ f(๐) = -๐3 + 6๐2 +17๐ + 13
Thus, the above equation represents the characteristic polynomial of the matrix A taken as an example. It is observed from the above examples that the characteristic polynomial has the same degree as the order of the given matrix, i.e., a 2ร2 matrix would have a characteristic polynomial of degree 2, and that of a 3ร3 matrix would have a degree 3.
Roots of Characteristic Equation
Roots of the characteristic equation give eigenvalues of the matrix. Considering the characteristic polynomial obtained for the 2ร2 example matrix above, we get the following characteristic equation,
โ ๐2 - 6๐ + 5 = 0
Finding the roots of the above equation by the quadratic formula, we get,
โ ๐ = 1, 5
Related Articles
Examples of Characteristic Polynomial
Example 1: Find the characteristic polynomial for the matrix given as A =
Solution:
We know that,
Characteristic polynomial for a matrix is given as, p(๐) = |A - ๐I|
p(\lambda) = \begin{vmatrix}1-\lambda & 4\\5 & 2 -\lambda\end{vmatrix} โ p(๐) = (1 - ๐)(2 - ๐) - 20
โ p(๐) = ๐2 - 3๐ + 2 - 20
โ p(๐) = ๐2 - 3๐ - 18Thus, characteristic polynomial for the given matrix has been obtained as above.
Example 2: Find the characteristic equation for the given matrix as A =
Solution:
We know that, characteristic equation is given as, |A - ๐I| = 0. Thus, we get,
\begin{vmatrix}1-\lambda&0&0\\0&2-\lambda&0\\0&0&3-\lambda\end{vmatrix} = 0 โ (1-๐)(2-๐)(3-๐) = 0
โ -๐3 + 6๐2 - 11๐ + 6 = 0Hence, we have obtained the characteristic equation for the given matrix.
Practice Problems on Characteristic Polynomial
Question 1: Find the characteristic polynomial for the given matrix
Question 2: Write the characteristic equation for the matrix
Question 3: Find the eigenvalues of the matrix whose characteristic polynomial is given by f(๐) = ๐3 + 6๐2 + 18๐ + 12.
Question 4: What is the determinant of the matrix whose characteristic polynomial is given by f(๐) = ๐2 - 5๐ + 6?
Question 5: Find the characteristic polynomial for the matrix given by