Let A=210a3501b. If A3=4A2−A−21I, where I is the identity matrix of order 3×3, then 2a+3b is equal to
Options
Solution
1. Key Concepts and Formulas
Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation. If A is an n×n matrix and its characteristic equation is P(λ)=cnλn+cn−1λn−1+⋯+c1λ+c0=0, then A satisfies cnAn+cn−1An−1+⋯+c1A+c0I=O, where I is the identity matrix and O is the zero matrix of order n×n.
Characteristic Equation: For a square matrix A, its characteristic equation is given by det(A−λI)=0, where λ is a scalar variable and I is the identity matrix of the same order as A. For a 3×3 matrix, this equation is of the form λ3−Tr(A)λ2+(M11+M22+M33)λ−det(A)=0, where Tr(A) is the trace of A and Mii are the principal minors of A.
Determinant of a 3×3 Matrix: For a matrix psvqtwrux, its determinant is p(tx−wu)−q(sx−vu)+r(sw−vt).
2. Step-by-Step Solution
Step 1: Determine the Characteristic Equation of Matrix A
Why this step? The Cayley-Hamilton Theorem requires us to first find the characteristic equation of the given matrix A. The given polynomial equation in A implies that it must be the characteristic polynomial (since it's monic and of degree 3).
Given matrix A=210a3501b.
First, we form A−λI:
A−λI=2−λ10a3−λ501b−λ
Next, we calculate the determinant det(A−λI)=0. We expand along the first row for simplicity:
det(A−λI)=(2−λ)3−λ51b−λ−a101b−λ+0103−λ5=0
Evaluate the 2×2 determinants:
(2−λ)[(3−λ)(b−λ)−5×1]−a[1×(b−λ)−0×1]=0(2−λ)[λ2−(3+b)λ+3b−5]−a(b−λ)=0
Expand and collect terms by powers of λ:
2(λ2−(3+b)λ+3b−5)−λ(λ2−(3+b)λ+3b−5)−ab+aλ=0(2λ2−2(3+b)λ+2(3b−5))−(λ3−(3+b)λ2+(3b−5)λ)−ab+aλ=02λ2−(6+2b)λ+(6b−10)−λ3+(3+b)λ2−(3b−5)λ−ab+aλ=0
Combine coefficients for λ3, λ2, λ, and the constant term:
−λ3+(2+3+b)λ2+(−6−2b−(3b−5)+a)λ+(6b−10−ab)=0−λ3+(5+b)λ2+(a−5b−1)λ+(6b−10−ab)=0
Multiply by −1 to make the leading coefficient positive (standard form of characteristic equation):
λ3−(5+b)λ2−(a−5b−1)λ−(6b−10−ab)=0λ3−(5+b)λ2+(1−a+5b)λ+(10−6b+ab)=0
This is the characteristic equation of matrix A.
Step 2: Apply the Cayley-Hamilton Theorem and Compare with the Given Equation
Why this step? According to the Cayley-Hamilton Theorem, matrix A must satisfy its own characteristic equation. We can then compare this matrix polynomial with the given matrix polynomial to find a and b.
From the characteristic equation derived in Step 1, applying the Cayley-Hamilton Theorem gives:
A3−(5+b)A2+(1−a+5b)A+(10−6b+ab)I=O(Equation 1)
(Note: O is the zero matrix of order 3×3)
The given equation is:
A3=4A2−A−21I
Rearrange the given equation to match the form of Equation 1 (equal to O):
A3−4A2+A+21I=O(Equation 2)
Now, we compare the coefficients of A2, A, and I from Equation 1 and Equation 2:
Coefficient of A2:
From Equation 1: −(5+b)
From Equation 2: −4
Equating them: −(5+b)=−4⇒5+b=4⇒b=−1
Coefficient of A:
From Equation 1: (1−a+5b)
From Equation 2: 1
Equating them: 1−a+5b=1⇒−a+5b=0⇒a=5b
Constant term (Coefficient of I):
From Equation 1: (10−6b+ab)
From Equation 2: 21
Equating them: 10−6b+ab=21
Step 3: Solve for a and b
Why this step? We have a system of equations involving a and b. Solving this system will give us the required values.
From the comparison of A2 coefficients, we found b=−1.
Substitute b=−1 into the equation from A coefficients (a=5b):
a=5(−1)⇒a=−5
Finally, verify these values using the equation from the constant term (10−6b+ab=21):
10−6(−1)+(−5)(−1)=10+6+5=21
Since 21=21, our values of a=−5 and b=−1 are consistent and correct.
Step 4: Calculate the Required Expression
Why this step? The problem asks for the value of 2a+3b.
Substitute the values of a=−5 and b=−1 into the expression:
2a+3b=2(−5)+3(−1)=−10−3=−13
3. Common Mistakes & Tips
Determinant Calculation: Be meticulous with algebraic expansions and signs when calculating the determinant. A small error here propagates through the entire problem.
Cayley-Hamilton Application: Remember to replace λk with Ak and the constant term λ0 with I (the identity matrix) when translating the characteristic polynomial into a matrix polynomial.
Coefficient Comparison: Ensure that both matrix equations are arranged in the same form (e.g., P(A)=O) before comparing coefficients of corresponding powers of A and the constant identity matrix I.
4. Summary
This problem is a direct application of the Cayley-Hamilton Theorem. The process involves two main stages: first, deriving the characteristic equation of the given matrix A in terms of λ,a, and b; and second, using the Cayley-Hamilton Theorem to convert this into a matrix polynomial equation. By comparing the coefficients of this derived equation with the coefficients of the given matrix equation, we form a system of linear equations for a and b. Solving this system yields a=−5 and b=−1, which allows us to calculate the final expression 2a+3b.
The final answer is −13, which corresponds to option (C).