Question
Mathematics Question on Matrices and Determinants
Let B=[1 135] and A be a 2×2 matrix such that AB−1=A−1. If BCB−1=A and C4+αC2+βI=O, then 2β−α is equal to:
16
2
8
10
10
Solution
We are given the following matrix relations:
BCB−1=A
⇒(BCB−1)(BCB−1)=A⋅A
\Rightarrow BCI \cdot CB^{-1} = A^2 \quad \text{(since \( B^{-1}B = I )})
⇒BC2B−1=A2
⇒B−1(BC2B−1)B=B−1A2B
⇒B−1C2B=B−1A2B
From the above relations, we can use the fact that:
C2=A−1⋅A⋅B⇒C2=B
Next, since AB−1=A−1, we can manipulate the expression for C2:
AB−1⋅A=A−1⇒B−1A=A−1⋅A−1
Thus, C2 and the matrix B satisfy the characteristic equation:
∣C2−λI∣=0 ∣B−λI∣=0
Now, we solve the characteristic equation:
1−λ 135−λ=0
⇒(1−λ)(5−λ)−3=0
⇒λ2−6λ+5−3=0
⇒λ2−6λ+2=0
⇒β2−6β+2=0
⇒C4−6C2+2I=0
Thus, solving the equation gives us:
α=−6,β=2
Finally, we calculate:
2β−α=2×2−(−6)=4+6=10
Thus, the correct answer is:
10