NEETClass 11thClass 12thClass 12th PlusJEEClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thOnline CoursesDistance LearningInternational OlympiadNEETClass 11thClass 12thClass 12th PlusJEE (Main+Advanced)Class 11thClass 12thClass 12th PlusJEE MainClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thKCET/MHT-CETKCETMHT-CETNEET2025202420232022JEE20262025202420232022Class 6-10JEE MainPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DatePercentile PredictorAnswer KeyCounsellingEligibilityExam PatternJEE MathsJEE ChemistryJEE PhysicsJEE AdvancedPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateAnswer KeyEligibilityExam PatternRank PredictorNEETPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateCollege PredictorAnswer KeyRank PredictorCounsellingEligibilityExam PatternBiologyNCERT SolutionsClass 6Class 7Class 8Class 9Class 10Class 11Class 12TextbooksCBSEClass 12Class 11Class 10Class 9Class 8Class 7Class 6SubjectsSyllabusNotesSample PapersQuestion PapersICSEClass 10Class 9Class 8Class 7Class 6State BoardBiharKarnatakaMadhya PradeshMaharashtraTamilnaduWest BengalUttar PradeshOlympiadMathsScienceEnglishSocial ScienceNSOIMONMTCASATInstant Online ScholarshipAIOT(NEET)TALLENTEXALLEN for SchoolsAbout ALLENBlogsNewsCareersRequest a call backBook a demo
  • Classroom Courses
  • NEW
  • ALLEN E-Store
Home
JEE Maths
Cayley Hamilton Theorem

Frequently Asked Questions

The Cayley-Hamilton Theorem states that every square matrix satisfies its own characteristic equation. If the characteristic polynomial of a matrix A is p(λ), then substituting the matrix into the polynomial gives p(A) = 0.

It allows for: Simplification of higher matrix powers. Computing inverses of matrices. Solving systems of differential equations. Reducing computational complexity in engineering and physics applications.

No. The theorem only applies to square matrices because only square matrices have characteristic polynomials (defined using determinants).

Yes, the theorem is valid for matrices over any field, including real numbers and complex numbers.

Absolutely. Once you derive the characteristic polynomial, you can express higher powers of A in terms of lower ones using the theorem—significantly simplifying calculations.

Yes. You can apply it to matrices with symbolic entries (like a, b, c) and use algebraic identities to verify or manipulate expressions.

The minimal polynomial of a matrix also annihilates the matrix (i.e., m(A) = 0) and divides the characteristic polynomial. The Cayley-Hamilton theorem guarantees that the characteristic polynomial does this as well, though it may not be minimal.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • Allen News
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Classroom Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NIOS
    • NCERT Solutions
    • Olympiad
    • NEET Mock Test
    • NEET Past Years Papers
    • NEET Sample Papers
    • NEET Answer Key 2026
    • NEET College Predictor 2026
    • NEET Rank Predictor 2026
    • NEET Cutoff
    • NEET Exam Analysis

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO

Cayley-Hamilton Theorem   

The Cayley-Hamilton Theorem is a key result in linear algebra stating that every square matrix satisfies its own characteristic equation. Discovered by Cayley and Hamilton, this theorem is both theoretically significant and practically useful. It simplifies complex matrix operations, helps compute matrix powers and inverses, and has applications in engineering, physics, and computer science. 

1.0State the Cayley-Hamilton Theorem

Theorem: Every square matrix satisfies its own characteristic equation.

Let A be an n × n square matrix and let p(λ)=det(λI−A) be its characteristic polynomial. Then, p(A) = 0 

That is, if the characteristic polynomial is:

p(λ)=λn+an−1​λn−1+⋯+a1​λ+a0​

then,

An+an−1​An−1+⋯+a1​A+a0​I=0 

2.0Cayley-Hamilton Theorem Proof 

Although there are several proofs, here’s a sketch using linear algebra and the concept of adjugate:

  1. Start with the identity:

(λI−A)adj(λI−A)=det(λI−A)I

  1. Replace λ with A (though not algebraically valid, it’s made rigorous using polynomial substitution).
  2. Because adj(λI − A) is a matrix of polynomials in λ, substituting A into the polynomial gives p(A) = 0.

This proof hinges on the fundamental identity involving the determinant and adjugate of a matrix.

3.0Cayley-Hamilton Theorem for 3 x 3 Matrix  

Let  

A=​21−1​−11−1​102​​

Step 1: Find the characteristic polynomial

det(λI−A)= ​λ−2−11​1λ−11​−10λ​​=λ3−3λ2+2λ+4

Step 2: Apply the Cayley-Hamilton theorem

A3−3A2+2A+4I=0

This equation is valid for matrix A, and can be used to find other properties of the matrix.

4.0Application of Cayley-Hamilton Theorem

The theorem is more than a theoretical curiosity—it has practical applications:

  • Matrix Inversion: Especially when Gaussian elimination is cumbersome.
  • Solving Differential Equations: When systems are represented in matrix form.
  • Power of Matrices: Computing An without repeated multiplication.
  • Control Theory: Used in state space representation of systems.

5.0Cayley-Hamilton Theorem to Find Inverse

Given:

An+an−1​An−1+⋯+a1​A+a0​I=0

Rewriting this: 

a0​I=−(An+an−1​An−1+⋯+a1​A)

Multiply both sides by A−1(if it exists), and isolate A−1. For a 2 x 2 or 3 x 3 matrix, this method provides a neat way to find the inverse without determinants.

6.0Solved Examples on Cayley-Hamilton Theorem 

Example 1: Verify the Cayley-Hamilton theorem for the matrix

A=[21​12​]

Solution: 

Characteristic Polynomial:λ2−4λ+3Verification:A2=[54​45​],4A=[84​48​],3I=[30​03​]A2−4A+3I=0 

Example 2: Use the Cayley-Hamilton theorem to find the inverse of the matrix

Let  A=[43​32​] 

Solution: 

Characteristic Polynomial:λ2−6λ+1⇒A2−6A+I=0Rewriting:A2−6A=−I⇒A(A−6I)=−I⇒A−1=−(A−6I)A−1=[2−3​−34​]


Example 3: Verify the Cayley-Hamilton theorem for the matrix

Let  A=​100​210​021​​

Solution: 

Characteristic Polynomial:(λ−1)3=λ3−3λ2+3λ−1Verification:CalculateA2,A3,and verify:A3−3A2+3A−I=0


Example 4: Verify the Cayley-Hamilton theorem for the matrix  

A=[3−1​12​]

Solution:

Step 1: Find the Characteristic Polynomialdet(λI−A)= ​λ−31​−1λ−2​​=(λ−3)(λ−2)+1=λ2−5λ+7 So the characteristic equation is:=(λ−3)(λ−2)+1=λ2−5λ+7 Step 2: Apply the TheoremA2−5A+7I=0Compute:A2=[8−5​53​],5A=[15−5​510​],7I=[70​07​]A2−5A+7I= [8−5​53​]−[15−5​510​]+[70​07​]=[00​00​] 

Example 5: Use the Cayley-Hamilton theorem to find the inverse of the matrix

A=[43​32​]

Solution: 

Step 1: Characteristic Polynomialλ2−6λ+1⇒A2−6A+I=0Rewriting:A2−6A=−I⇒A(A−6I)=−I⇒A−1=−(A−6I)A−6I=[−23​3−4​]⇒A−1=[2−3​−34​]Inverse Found Using Cayley-Hamilton.


7.0Practice Questions on Cayley-Hamilton Theorem

  1. State the Cayley-Hamilton theorem. What is its significance in linear algebra?
  2. Prove that the matrix

 A=[    1    0​11    ​]

satisfies its characteristic equation.

  1. What is the characteristic polynomial of the matrix

 A=[    0    −2​1−3    ​]

and verify the Cayley-Hamilton theorem for it.

  1. Can the Cayley-Hamilton theorem be applied to non-square matrices? Justify your answer.
  2. Use the Cayley-Hamilton theorem to compute A3 for

A=[    1    1​10    ​] 

  1. Use the Cayley-Hamilton theorem to find the inverse of

A=[    2    −1​−12    ​](Hint:UseA2−4A+3I=0)

  1. Given,

 A=[    4    2​13    ​]

verify the Cayley-Hamilton theorem and use it to find A^5.

  1. Prove that the 3×3 matrix

 A=​    0    0    −6​1011​01−6    ​​satisfies its own characteristic equation.

  1. A matrix A satisfies the equation

A2+A−2I=0

Use this to find A−1.

  1. Let  A=​    3    2    2​122​−1−10    ​​

 Find the characteristic polynomial of A, verify the Cayley-Hamilton theorem, and use it to compute A−1.

Table of Contents


  • 1.0State the Cayley-Hamilton Theorem
  • 2.0Cayley-Hamilton Theorem Proof 
  • 3.0Cayley-Hamilton Theorem for 3 x 3 Matrix  
  • 4.0Application of Cayley-Hamilton Theorem
  • 5.0Cayley-Hamilton Theorem to Find Inverse
  • 6.0Solved Examples on Cayley-Hamilton Theorem 
  • 7.0Practice Questions on Cayley-Hamilton Theorem