Question
Question: If the matrix \(A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\) satisfies the matrix equation \(X...
If the matrix A=[acbd] satisfies the matrix equation X2−(a+d)X+kI=0, then (where I is identify matrix of order 2)

k = bc
k = ad
k = ad - bc
k = ad - bc
Solution
The problem asks us to find the value of k in the given matrix equation X2−(a+d)X+kI=0, where X=A=[acbd] and I is the identity matrix of order 2.
This problem can be solved using the Cayley-Hamilton Theorem, which states that every square matrix satisfies its own characteristic equation.
1. Find the Characteristic Equation of Matrix A:
For a 2x2 matrix A=[acbd], the characteristic equation is given by det(A−λI)=0.
First, form the matrix A−λI:
A−λI=[acbd]−λ[1001]=[a−λcbd−λ]Next, calculate the determinant:
det(A−λI)=(a−λ)(d−λ)−(b)(c)=0 ad−aλ−dλ+λ2−bc=0Rearranging the terms in descending powers of λ:
λ2−(a+d)λ+(ad−bc)=0This is the characteristic equation of matrix A.
2. Apply the Cayley-Hamilton Theorem:
According to the Cayley-Hamilton Theorem, if a matrix A satisfies its characteristic equation, we can replace λ with A, and the constant term with the constant multiplied by the identity matrix I. So, replacing λ with A in the characteristic equation:
A2−(a+d)A+(ad−bc)I=03. Compare with the Given Equation:
The problem states that the matrix A satisfies the equation X2−(a+d)X+kI=0. Since X is A, we have:
A2−(a+d)A+kI=0Comparing this equation with the one derived from the Cayley-Hamilton Theorem:
A2−(a+d)A+(ad−bc)I=0By comparing the coefficients of the identity matrix, we can see that:
k=ad−bcThe value a+d is the trace of the matrix A, and ad−bc is the determinant of the matrix A. So, the characteristic equation for a 2x2 matrix A can be written as λ2−Tr(A)λ+Det(A)=0, and by Cayley-Hamilton Theorem, A2−Tr(A)A+Det(A)I=0. Thus, k=Det(A).