Concept Overview
This question tests the understanding of two fundamental concepts in linear algebra: the characteristic polynomial of a matrix and the Cayley-Hamilton theorem. The characteristic polynomial is derived from the determinant of (A−λI), where A is the matrix, λ is a scalar, and I is the identity matrix. The Cayley-Hamilton theorem states that every square matrix satisfies its own characteristic equation, meaning if p(λ) is the characteristic polynomial, then p(A)=0.
Worked Solution
Let's consider a general 2x2 matrix A:
A=(acbd)
Step 1: Define the characteristic equation.
The characteristic equation of a matrix A is given by ∣A−λI∣=0, where λ is an eigenvalue and I is the identity matrix of the same order as A. For a 2x2 matrix, I=(1001).
Step 2: Calculate A−λI.
A−λI=(acbd)−λ(1001)=(a−λcbd−λ)
This step involves subtracting the scalar λ from the diagonal elements of matrix A.
Step 3: Compute the determinant of A−λI.
The determinant of a 2x2 matrix (prqs) is ps−qr. Applying this to A−λI:
∣A−λI∣=(a−λ)(d−λ)−bc
This calculation expands the determinant expression.
Step 4: Expand and simplify to find the characteristic polynomial.
Expanding the expression from Step 3:
(a−λ)(d−λ)−bc=ad−aλ−dλ+λ2−bc=λ2−(a+d)λ+(ad−bc)
The characteristic polynomial, p(λ), is this expression set to zero:
p(λ)=λ2−(a+d)λ+(ad−bc)=0
Notice that (a+d) is the trace of matrix A (sum of diagonal elements), denoted as tr(A), and (ad−bc) is the determinant of matrix A, denoted as ∣A∣. So, the characteristic polynomial can be written as:
p(λ)=λ2−tr(A)λ+∣A∣=0
Step 5: State the Cayley-Hamilton theorem.
The Cayley-Hamilton theorem states that every square matrix satisfies its own characteristic equation. This means if we replace λ with the matrix A in the characteristic polynomial equation, the result should be the zero matrix.
Step 6: Verify the Cayley-Hamilton theorem for matrix A.
According to the theorem, p(A) should be the zero matrix:
p(A)=A2−tr(A)A+∣A∣I=(0000)
To verify this, we need to calculate A2, tr(A), ∣A∣, and I.
First, calculate A2:
A2=A⋅A=(acbd)(acbd)=(a2+bcca+dcab+bdcb+d2)
Next, identify tr(A) and ∣A∣:
tr(A)=a+d
∣A∣=ad−bc
Now, substitute these into the equation A2−tr(A)A+∣A∣I:
A2−(a+d)A+(ad−bc)I=(a2+bcca+dcab+bdcb+d2)−(a+d)(acbd)+(ad−bc)(1001)
=(a2+bcca+dcab+bdcb+d2)−(a(a+d)c(a+d)b(a+d)d(a+d))+(ad−bc00ad−bc)
=(a2+bc−a2−adca+dc−ca−cdab+bd−ab−bdcb+d2−ad−d2+ad−bc)
=(bc−ad00bc−ad)+(ad−bc00ad−bc)
=((bc−ad)+(ad−bc)00(bc−ad)+(ad−bc))=(0000)
Thus, the matrix A satisfies its own characteristic equation, verifying the Cayley-Hamilton theorem.
Key Takeaways:
- The characteristic polynomial of a 2x2 matrix A is given by λ2−tr(A)λ+∣A∣=0.
- The Cayley-Hamilton theorem states that a matrix satisfies its own characteristic equation, i.e., p(A)=0.
- For a 2x2 matrix A, this verification involves calculating A2, tr(A), ∣A∣, and I, and showing that A2−tr(A)A+∣A∣I equals the zero matrix.
- This theorem is crucial for finding matrix inverses and powers of matrices.
Answer: The characteristic polynomial is λ2−(a+d)λ+(ad−bc)=0, and the Cayley-Hamilton theorem is verified by showing A2−(a+d)A+(ad−bc)I=(0000).
Still stuck after reading this?
Ask JEE Genius — the AI tutor walks through every step and cites the exact past-paper source.
Open the chat →