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

Cayley-Hamilton Theorem Explained with Examples

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

How to Use the Cayley-Hamilton Theorem for Matrix Powers and Inverses?

The concept of Cayley Hamilton Theorem plays a key role in mathematics, especially in linear algebra, allowing us to handle matrices more easily for both theoretical questions and practical problems. Understanding and applying this theorem is important for students preparing for school exams, college entrances, and higher mathematics.


What Is Cayley Hamilton Theorem?

Cayley Hamilton Theorem states that every square matrix satisfies its own characteristic equation. In simple terms, if you find a matrix’s characteristic polynomial and then “plug” the matrix itself into that polynomial, you always get the zero matrix. You’ll find this concept applied when working with characteristic polynomials, finding matrix inverses, or simplifying high powers of matrices.


Key Formula for Cayley Hamilton Theorem

Here’s the standard formula:
For an n × n square matrix A with characteristic polynomial
\( p(\lambda) = \lambda^{n} + a_{n-1}\lambda^{n-1} + \ldots + a_{1}\lambda + a_{0} \),
the theorem says
\( p(A) = A^{n} + a_{n-1}A^{n-1} + \ldots + a_{1}A + a_{0}I = 0 \),
where I is the identity matrix of the same order as A.


Cross-Disciplinary Usage

Cayley Hamilton Theorem is not only useful in Maths, but also appears in Physics (like quantum mechanics and control theory), Computer Science (algorithms, cryptography), and Electrical Engineering (systems and signals). Students preparing for JEE or NEET will see its relevance in linear system questions and matrix operations.


Step-by-Step Illustration

  1. Suppose you are given the matrix: A = \( \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} \)
    First, find A’s characteristic polynomial: \( p(\lambda) = \det(\lambda I - A) \)
  2. Set up the determinant:
    \( \begin{vmatrix} \lambda - 2 & -3 \\ -1 & \lambda - 4 \end{vmatrix} = (\lambda - 2)(\lambda - 4) - (3) \)
  3. Simplify:
    \( = \lambda^2 - 6\lambda + 8 - 3 \) => \( = \lambda^2 - 6\lambda + 5 \)
  4. Now, the characteristic equation is \( \lambda^2 - 6\lambda + 5 = 0 \). According to Cayley Hamilton Theorem, substitute A for λ:
    \( A^2 - 6A + 5I = 0 \)
  5. Calculate \( A^2 \):
    \( A^2 = A \times A = \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} \times \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} (2 \times 2+3 \times 1) & (2 \times 3+3 \times 4) \\ (1 \times 2+4 \times 1) & (1 \times 3+4 \times 4) \end{bmatrix} = \begin{bmatrix} 7 & 18 \\ 6 & 19 \end{bmatrix} \)
  6. Now substitute into the polynomial:
    \( \begin{bmatrix} 7 & 18 \\ 6 & 19 \end{bmatrix} - 6\begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} + 5\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 7-12+5 & 18-18+0 \\ 6-6+0 & 19-24+5 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
  7. Final Answer: The matrix A satisfies its own characteristic equation!

Speed Trick or Vedic Shortcut

Here’s a shortcut for using Cayley Hamilton Theorem to find the higher powers of a matrix. If you know the polynomial satisfied by a matrix, you never need to multiply the matrix repeatedly for big powers like \( A^5 \) or \( A^8 \)—just express higher powers in terms of lower ones using the theorem's formula. This is especially useful for rapid calculation in competitive exams.


Example Trick: For a 2 × 2 matrix A, once you have \( A^2 = 6A - 5I \) from above, then:


  1. To find \( A^3 \):
    First, \( A^3 = A \times A^2 \)
    But \( A^2 = 6A - 5I \) ⇒ \( A^3 = A \times (6A - 5I) = 6A^2 - 5A \)
    You already know \( A^2 \), so use that again.

Tricks like this make calculations much faster. Vedantu sessions often cover these shortcuts for JEE and Olympiad prep.


Try These Yourself

  • Verify Cayley Hamilton Theorem for the matrix \( \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix} \).
  • Use Cayley Hamilton Theorem to find the inverse of a given 2 × 2 matrix.
  • Simplify \( A^5 \) for a matrix if you know \( A^2 + 3A + 2I = 0 \).
  • Write the characteristic polynomial for \( \begin{bmatrix} 3 & 2 \\ 1 & 1 \end{bmatrix} \).

Frequent Errors and Misunderstandings

  • Applying Cayley Hamilton Theorem to non-square matrices (it works only for square matrices).
  • Forgetting to subtract the matrix times the variable in the determinant (careful with signs in characteristic polynomial).
  • Confusing the minimal polynomial and the characteristic polynomial—they are related but not always the same.

Relation to Other Concepts

The idea of Cayley Hamilton Theorem connects closely with topics such as Determinant of a Matrix, Matrix Inverse Formula, and Eigenvalues. Understanding it builds a strong base for advanced areas like diagonalization and solving complex matrix equations.


Classroom Tip

A quick way to remember Cayley Hamilton Theorem is: "Every square matrix acts like a key to its own lock (polynomial)." Plug the matrix into its own polynomial, and the key always fits! Vedantu’s online teachers often use visual animations to illustrate the theorem during live math classes.


We explored Cayley Hamilton Theorem—from definition, formula, examples, mistakes, and connections to other subjects. For deeper practice and exam-targeted sessions, keep learning with Vedantu's structured online resources and interactive classes. Mastering this concept will strengthen your foundation in linear algebra and help you excel in many math chapters ahead!


Best Seller - Grade 12 - JEE
View More>
Previous
Next

FAQs on Cayley-Hamilton Theorem Explained with Examples

1. What is the Cayley-Hamilton Theorem in simple words?

The Cayley-Hamilton Theorem states that every square matrix satisfies its own characteristic equation. Substituting the matrix into its characteristic polynomial results in the zero matrix. This simplifies matrix calculations.

2. How do you use the Cayley-Hamilton Theorem for a 3x3 matrix?

To apply the Cayley-Hamilton Theorem to a 3x3 matrix:
1. Calculate the characteristic polynomial, det(λI - A), where A is your 3x3 matrix and I is the 3x3 identity matrix.
2. Replace λ with the matrix A in the characteristic polynomial.
3. Perform matrix multiplication and addition to simplify the resulting expression.
4. The resulting expression should equal the zero matrix (all entries are 0).

3. What are the applications of the Cayley-Hamilton Theorem?

The Cayley-Hamilton Theorem has several important applications, including:
• Calculating matrix powers efficiently.
• Finding the inverse of a matrix.
• Solving systems of linear differential equations.
• Simplifying matrix expressions in theoretical and applied mathematics.

4. Is the Cayley-Hamilton Theorem true for non-square matrices?

No, the Cayley-Hamilton Theorem only applies to square matrices because the concepts of determinant and characteristic polynomial are only defined for square matrices.

5. Can the Cayley-Hamilton Theorem help compute eigenvalues?

Yes, the eigenvalues of a matrix are the roots of its characteristic polynomial, which is directly used in the Cayley-Hamilton Theorem. Therefore, the theorem indirectly helps in finding eigenvalues.

6. Why does the Cayley-Hamilton Theorem not hold for non-square matrices?

The Cayley-Hamilton Theorem relies on the concept of the characteristic polynomial, which is defined using the determinant. Determinants are only defined for square matrices. Therefore, the theorem cannot be applied to non-square matrices.

7. Can the Cayley-Hamilton theorem be used to diagonalize all matrices?

No. Diagonalizability depends on whether a matrix has a full set of linearly independent eigenvectors. The Cayley-Hamilton Theorem provides information about the matrix's characteristic polynomial and eigenvalues, but it doesn't guarantee diagonalizability.

8. How does the Cayley-Hamilton Theorem relate to the minimal polynomial?

The minimal polynomial of a matrix always divides its characteristic polynomial (used in the Cayley-Hamilton Theorem). Both polynomials share the same roots (the eigenvalues).

9. What are some common mistakes when applying the Cayley-Hamilton Theorem?

Common mistakes include:
• Incorrectly calculating the characteristic polynomial.
• Making errors in matrix multiplication and addition.
• Forgetting to check for matrix invertibility when using the theorem to find the inverse.
• Assuming the theorem applies to non-square matrices.

10. What is a common mistake when applying Cayley-Hamilton in competitive exams?

A frequent error is incorrectly calculating the characteristic polynomial or making mistakes during matrix operations when substituting the matrix into the polynomial. Double-check your calculations!

11. Are there real-life applications of the Cayley-Hamilton Theorem?

Yes, the Cayley-Hamilton Theorem finds applications in various fields, including:
• Control systems engineering: Analyzing and designing control systems.
• Computer graphics: Matrix transformations and animations.
• Physics: Solving linear systems of equations arising in various physical models.

12. How is the Cayley-Hamilton Theorem used in control systems?

In control systems, the Cayley-Hamilton Theorem helps analyze the stability and controllability of linear systems. It's used in calculating system responses and designing controllers by simplifying calculations related to matrix exponentials and powers.