Given the matrices:
A=[112α]andB=[3β32]
By the Cayley-Hamilton Theorem, every square matrix satisfies its own characteristic equation. For a 2×2 matrix M, the characteristic equation is given by:
M2−tr(M)M+det(M)I=O
For matrix A:
tr(A)=1+α,det(A)=α−2
So, the characteristic equation of A is:
A2−(1+α)A+(α−2)I=O
Comparing this with the given equation A2−4A+I=O:
1+α=4⟹α=3
det(A)=3−2=1
For matrix B:
tr(B)=3+2=5,det(B)=6−3β
So, the characteristic equation of B is:
B2−5B+(6−3β)I=O
Comparing this with the given equation B2−5B−6I=O:
6−3β=−6⟹3β=12⟹β=4
Thus, the matrices are:
A=[1123]andB=[3432]
Evaluation of Statement (S1):
Calculate B−A and B+A:
B−A=[3−14−13−22−3]=[231−1]
B+A=[3+14+13+22+3]=[4555]
Now, calculate the product (B−A)(B+A):
(B−A)(B+A)=[231−1][4555]=[2(4)+1(5)3(4)+(−1)(5)2(5)+1(5)3(5)+(−1)(5)]=[1371510]
Taking the transpose:
[(B−A)(B+A)]T=[1315710]
Since [(B−A)(B+A)]T=[1371510], Statement (S1) is INCORRECT.
Evaluation of Statement (S2):
For any n×n matrix C, the determinant of its adjoint is given by:
det(adj(C))=(det(C))n−1
For n=2:
det(adj(A+B))=det(A+B)
We know that:
A+B=[4555]
Now, compute det(A+B):
det(A+B)=(4)(5)−(5)(5)=20−25=−5
Thus, det(adj(A+B))=−5. Statement (S2) is CORRECT.
Conclusion:
Only statement (S2) is correct.
Correct Option: B