Solveeit Logo

Question

Question: If the matrix \(A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\) satisfies the matrix equation \(X...

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

A

k = bc

B

k = ad

C

k = ad - bc

Answer

k = ad - bc

Explanation

Solution

The problem asks us to find the value of kk in the given matrix equation X2(a+d)X+kI=0X^2 - (a+d)X + kI = 0, where X=A=[abcd]X = A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} and II 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=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, the characteristic equation is given by det(AλI)=0\det(A - \lambda I) = 0.

First, form the matrix AλIA - \lambda I:

AλI=[abcd]λ[1001]=[aλbcdλ]A - \lambda I = \begin{bmatrix} a & b \\ c & d \end{bmatrix} - \lambda \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} a-\lambda & b \\ c & d-\lambda \end{bmatrix}

Next, calculate the determinant:

det(AλI)=(aλ)(dλ)(b)(c)=0\det(A - \lambda I) = (a-\lambda)(d-\lambda) - (b)(c) = 0 adaλdλ+λ2bc=0ad - a\lambda - d\lambda + \lambda^2 - bc = 0

Rearranging the terms in descending powers of λ\lambda:

λ2(a+d)λ+(adbc)=0\lambda^2 - (a+d)\lambda + (ad - bc) = 0

This 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 λ\lambda with A, and the constant term with the constant multiplied by the identity matrix I. So, replacing λ\lambda with A in the characteristic equation:

A2(a+d)A+(adbc)I=0A^2 - (a+d)A + (ad - bc)I = 0

3. Compare with the Given Equation:

The problem states that the matrix A satisfies the equation X2(a+d)X+kI=0X^2 - (a+d)X + kI = 0. Since X is A, we have:

A2(a+d)A+kI=0A^2 - (a+d)A + kI = 0

Comparing this equation with the one derived from the Cayley-Hamilton Theorem:

A2(a+d)A+(adbc)I=0A^2 - (a+d)A + (ad - bc)I = 0

By comparing the coefficients of the identity matrix, we can see that:

k=adbck = ad - bc

The value a+da+d is the trace of the matrix A, and adbcad-bc is the determinant of the matrix A. So, the characteristic equation for a 2x2 matrix A can be written as λ2Tr(A)λ+Det(A)=0\lambda^2 - \text{Tr}(A)\lambda + \text{Det}(A) = 0, and by Cayley-Hamilton Theorem, A2Tr(A)A+Det(A)I=0A^2 - \text{Tr}(A)A + \text{Det}(A)I = 0. Thus, k=Det(A)k = \text{Det}(A).