Question
Question: If we are given a matrix as \(A=\left[ \begin{matrix} a+ib & c+id \\\ -c+id & a-ib \\\ \...
If we are given a matrix as A=a+ib −c+id c+ida−ib and a2+b2+c2+d2=1 , then A−1 is equal to
(A)a+ib −c+id −c−ida−ib
(B)a+ib −c+id −c+ida−ib
(C)a−ib c−id −c−ida+ib
(D) None of these
Solution
For answering this question we will use A−1=∣A∣adj(A) and we will initially find the determinant of the matrix using A=a11 a21 a12a22 is given by ∣A∣=a11a22−a12a21 and later we will find the adjoint of the matrix using adj(A)=a22 −a21 −a12a11 and further simplify them.
Complete step-by-step solution:
Here in the question it is given that A=a+ib −c+id c+ida−ib.
The minor of aij is represented by Mij and for example for any 3×3 matrix the minor of a21 is represented by M21 and is given by a12 a32 a13a23.
The cofactor of aij is represented by Cij is given by Cij=(−1)i+jMij .
The cofactor matrix is formed with all the respective cofactors as the elements.
The transpose of a matrix A is given by interchanging all the rows of the matrix with the respective columns.
The adjoint of a matrix A is given as the transpose of the cofactor matrix.
The determinant of a matrix A=a11 a21 a12a22 is given by ∣A∣=a11a22−a12a21 .
By using this for the given matrix we will have ∣A∣=(a+ib)(a−ib)−(c+id)(−c+id) .
By simplifying this we will have ∣A∣=a2+b2−(−c2−d2)=a2+b2+c2+d2 .
As it is given in the question that the value of the expression is a2+b2+c2+d2=1 using this we will have ∣A∣=1 .
Since we know that the inverse of a matrix is given by A−1=∣A∣adj(A) . We need to find the value of adjoint for the sake of finding the inverse.
The adjoint of a matrix A=a11 a21 a12a22 is given as the transpose of the cofactor matrix.
The cofactor of a11 is given as a22 .
The cofactor of a21 is given as −a12 .
The cofactor of a12 is given as −a21 .
The cofactor of a22 is given as a11.
Now we have the cofactor matrix as a22 −a12 −a21a11 .
The transpose of the cofactor matrix that is the adjoint matrix is given as a22 −a21 −a12a11 .
Hence we will have the adjoint of the given matrix as adj(A)=a−ib c−id −c−ida+ib.
Hence the inverse of the given matrix using adj(A)=a−ib c−id −c−ida+ib and ∣A∣=1 is given as A−1=∣A∣adj(A)=1a−ib c−id −c−ida+ib.
Hence we end up with a conclusion that the inverse of A=a+ib −c+id c+ida−ib where a2+b2+c2+d2=1 will be A−1=a−ib c−id −c−ida+ib.
Hence, option C is correct.
Note: While answering questions of this type we should take care that the while deriving the adjoint of the matrix it is given as adj(A)=a22 −a21 −a12a11 not adj(A)=a11 −a21 −a12a22 if we take this we will get the answer as A−1=a+ib c−id −c−ida−ib. Then we will end up having a wrong answer as option A.