Question
Question: If for any 2 × 2 square matrix A, A (adjA) = \(\left[ \begin{matrix} 8 & 0 \\\ 0 & 8 \\\ \end{...
If for any 2 × 2 square matrix A, A (adjA) = 8 0 08 then write the value of det [A].
Solution
Take a general 2 × 2 square matrix A = q c bd then find its adjoint and multiply both of them to get the solution.
Complete step by step solution: Given: A (adjA) = 8 0 08
First of all we should know how to find adjoint of a given matrix.
Let A=[Qij] be a square matrix of order n. The adjoint of a matrix A is the transpose of the cofactor matrix of A. It is denoted by adj A.
so now, let A = q c bd be a 2 × 2 square matrix.
We know,
Cofactor of aij=(−1)i+j × the number we get by removing column and row of designated element in a matrix
Now, cofactor of Q = (−1)1+1d = d
cofactor of b = (−1)1+2c = −c
cofactor of c = (−1)2+1b = −b
and cofactor of d = (−1)2+2Q = a
Now, cofactor matrix of A=d −b −ca
Now adjA=d −b −ca {since adjA is transpose of co-factor matrix}
so, adjA=d −c −ba
Now we will have to find A(adj A)
A(adjA)=a c bd∗d −c −ba
⇒ 8 0 08=a c bd∗d −c −ba
⇒ 8 0 08=ad−bc cd−cd −ab+ab−bc+ad
⇒ 8 0 08=ad−bc O Oad−bc
From here on comparing the elements we get
ad − bd = 8 1
Now our objective is to find det A.
So, detA=a c bd
= ad − bc
Now, from equation 1
ad − bc = 8 which is equal to the value of det A.
so, |A| = 8 answer.
Note: Students often make mistakes in the part where two matrix are multiplied, so be careful with it.
There is a direct formula to calculate A ⋅ adjA which is
A ⋅ |adjA| = |A| ⋅ I
so putting value in these, we can also solve the problem.