You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The Cayley-Hamilton Theorem is a remarkable result that states every square matrix satisfies its own characteristic equation. It has powerful applications for finding matrix inverses, computing matrix powers, and expressing higher powers of a matrix in terms of lower ones.
Let A be an n×n matrix with characteristic polynomial:
p(λ)=det(A−λI)
The Cayley-Hamilton Theorem states:
p(A)=O
That is, when you substitute the matrix A into its own characteristic polynomial (replacing λ with A and the constant term with that constant times I), the result is the zero matrix.
For a 2×2 matrix A, the characteristic equation is:
λ2−tr(A)λ+det(A)=0
The Cayley-Hamilton Theorem gives:
A2−tr(A)⋅A+det(A)⋅I=O
Worked Example 1: Verify the Cayley-Hamilton Theorem for A=(1324).
tr(A)=5, det(A)=4−6=−2.
Characteristic equation: λ2−5λ−2=0.
Cayley-Hamilton says: A2−5A−2I=O.
A2=(1324)(1324)=(7151022)
5A=(5151020), 2I=(2002)
A2−5A−2I=(7−5−215−15−010−10−022−20−2)=(0000) ✓
For a 3×3 matrix with characteristic polynomial λ3+aλ2+bλ+c=0:
A3+aA2+bA+cI=O
From the 2×2 Cayley-Hamilton result: A2−tr(A)⋅A+det(A)⋅I=O.
If det(A)=0, rearrange:
det(A)⋅I=−A2+tr(A)⋅A=A(−A+tr(A)⋅I)
I=A⋅det(A)−A+tr(A)⋅I
So: A−1=det(A)tr(A)⋅I−A
Worked Example 2: Use Cayley-Hamilton to find the inverse of A=(1324).
tr(A)=5, det(A)=−2.
A−1=−25I−A=−21(4−3−21)=(−23/21−1/2)
Check: AA−1=(1324)(−23/21−1/2)=(1001) ✓
The Cayley-Hamilton Theorem lets you express A2 (for a 2×2 matrix) in terms of A and I:
A2=tr(A)⋅A−det(A)⋅I
Then A3=A⋅A2=tr(A)⋅A2−det(A)⋅A, and you substitute again. This means every power of a 2×2 matrix can be expressed as a linear combination of A and I.
Worked Example 3: Express A3 for A=(1324) in terms of A and I.
A2=5A+2I (from Cayley-Hamilton)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.