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

Cayley Hamilton Theorem Explained for Matrices

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

Statement Proof and Solved Examples of Cayley Hamilton Theorem

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!


FAQs on Cayley Hamilton Theorem Explained for Matrices

1. What is the Cayley Hamilton Theorem?

The Cayley Hamilton Theorem states that every square matrix satisfies its own characteristic equation. If a square matrix A has characteristic polynomial p(λ) = det(A − λI), then replacing λ by A gives p(A) = 0 (the zero matrix).

  • Find the characteristic polynomial of A.
  • Substitute the matrix A into that polynomial.
  • The result equals the zero matrix.
This theorem is fundamental in linear algebra for computing matrix powers and inverses.

2. What is the formula for the Cayley Hamilton Theorem?

The formula for the Cayley Hamilton Theorem is p(A) = 0, where p(λ) is the characteristic polynomial of matrix A. For an n × n matrix:

  • p(λ) = det(A − λI)
  • If p(λ) = λn + c1λn−1 + … + cn
  • Then An + c1An−1 + … + cnI = 0
This equation is the matrix version of the characteristic equation.

3. How do you prove the Cayley Hamilton Theorem?

The Cayley Hamilton Theorem is proved using adjugate matrices and properties of determinants. The key steps are:

  • Start with (A − λI) adj(A − λI) = det(A − λI) I.
  • Since det(A − λI) is the characteristic polynomial p(λ), write:
  • (A − λI) adj(A − λI) = p(λ) I.
  • Substitute λ = A into this identity.
  • This gives p(A) = 0.
This provides a rigorous algebraic proof in linear algebra.

4. Can you give an example of the Cayley Hamilton Theorem?

Yes, a simple 2×2 matrix example shows how the Cayley Hamilton Theorem works. Let

  • A = [[1, 2], [3, 4]]
Step 1: Characteristic polynomial:
  • det(A − λI) = (1−λ)(4−λ) − 6
  • = λ2 − 5λ − 2
Step 2: Substitute A:
  • A2 − 5A − 2I
After calculation, the result equals the zero matrix, verifying p(A) = 0.

5. How is the Cayley Hamilton Theorem used to find the inverse of a matrix?

The Cayley Hamilton Theorem helps find A−1 by expressing it in terms of powers of A. If the characteristic equation is:

  • An + c1An−1 + … + cnI = 0
For an invertible matrix (cn ≠ 0):
  • Rearrange to isolate I.
  • Multiply by A−1.
  • Express A−1 as a polynomial in A.
This avoids directly computing the adjugate or determinant.

6. Does the Cayley Hamilton Theorem apply to all matrices?

The Cayley Hamilton Theorem applies to all square matrices but not to non-square matrices. Key points:

  • It works for any n × n matrix over real or complex numbers.
  • It does not apply to rectangular matrices.
  • It holds regardless of whether the matrix is invertible.
The requirement is only that the matrix must be square.

7. What is the characteristic polynomial in the Cayley Hamilton Theorem?

The characteristic polynomial of a matrix A is defined as p(λ) = det(A − λI). It is obtained by:

  • Subtracting λ from each diagonal entry of A.
  • Taking the determinant of the resulting matrix.
The roots of this polynomial are the eigenvalues of A, and the Cayley Hamilton Theorem states that this polynomial satisfies p(A) = 0.

8. What is the importance of the Cayley Hamilton Theorem?

The Cayley Hamilton Theorem is important because it allows higher powers of a matrix to be reduced to lower powers. Its main uses include:

  • Computing matrix inverses.
  • Simplifying matrix powers like An.
  • Solving systems of linear differential equations.
  • Studying eigenvalues and minimal polynomials.
It is a key result in linear algebra and matrix theory.

9. What is the Cayley Hamilton Theorem for a 2×2 matrix?

For a 2×2 matrix, the Cayley Hamilton Theorem states that A2 − (tr A)A + (det A)I = 0. If

  • A = [[a, b], [c, d]]
Then:
  • tr A = a + d (trace)
  • det A = ad − bc
So the characteristic equation becomes:
  • λ2 − (a + d)λ + (ad − bc) = 0
Replacing λ with A gives the required matrix identity.

10. What is the difference between the characteristic equation and the Cayley Hamilton Theorem?

The characteristic equation is a polynomial equation in λ, while the Cayley Hamilton Theorem states that the matrix satisfies that equation. Specifically:

  • Characteristic equation: det(A − λI) = 0.
  • Cayley Hamilton Theorem: p(A) = 0.
The first finds eigenvalues, and the second substitutes the matrix A into its own characteristic polynomial.