Question
Question: If \(A=\left[ \begin{matrix} 0 & 1 & 3 \\\ 1 & 2 & x \\\ 2 & 3 & 1 \\\ \end{matrix}...
If A=0 1 2 1233x1 and A−1=21 2−1 21 −43y252−321, find x and y.
Solution
To solve this question we need to have the knowledge of matrix and its properties. We will use the formula [A]−1=∣A∣1Adj.[A] , where Adj. is the Adjoint Matrix. The first step will be to find the minor matrix of the given matrix A. The second step will be to find a cofactor factors matrix of A, then we are supposed to find the Adjoint matrix and lastly find the determinant. Then we will equate the R.H.S of the formula with the given matrix [A]−1 finding x and y.
Complete step by step answer:
The question ask us to find the value of x and ywhenA=0 1 2 1233x1 and A−1=21 2−1 21 −43y252−321.
The question will be solved using the formula [A]−1=∣A∣1Adj.[A]. We will find the R.H.S and then equate it to the given value of [A]−1. The first step in this process will be to find the Minor of matrix of A , which is:
MA=2−3x 1−9 x−6 1−2x0−60−33−40−20−1
On solving the above matrix we get:
MA=2−3x −8 x−6 1−2x−6−3−1−2−1
The second step is to find the cofactors matrix of A which can be found using the below formula.
Cij=(−1)i+jMij
CA=2−3x −(−8) x−6 −(1−2x)−6−(−3)−1−(−2)−1
On calculating the above expression we get:
CA=2−3x 8 x−6 2x−1−63−12−1
The third step is to find the Adjoint of matrix A, which is transpose of cofactor matrix:
Adj [A]=2−3x 2x−1 −1 8−62x−63−1
The fourth step is to find the determinant of the matrix.
∣A∣=0 1 2 1233x1
On calculation we get:
⇒∣A∣=0(2−3x)−1(1−2x)+3(3−4)
⇒∣A∣=−1(1−2x)+3(−1)
⇒∣A∣=2x−1−3
⇒∣A∣=2x−4
⇒∣A∣=2(x−2)
In the above four steps we found the value for the R.H.S of the formula of the [A]−1, which says [A]−1=∣A∣1Adj.[A]. On substituting the value in the formula we get:
21 2−1 21 −43y252−321=2(x−2)12−3x 2x−1 −1 8−62x−63−1
Now we will be comparing the terms in L.H.S to the terms in R.H.S. We will find the value of x. For that we will equate the first term of both the matrices. On doing this we get:
⇒21=2(x−2)2−3x
⇒11=(x−2)2−3x
⇒x−2=2−3x
On calculating further we get:
⇒x+3x=2+2
⇒4x=4
On dividing both side by 4 , we get:
⇒x=1
Now we will solve for the value of y, the equation for solving this is:
⇒y=2(x−2)2
Since we know the value of x , so after substitution the value of y will be:
⇒y=(1−2)1
⇒y=−1
∴ The value of x and y are 1 and −1 respectively.
Note: Each element in a square matrix has its own minor. The minor is the value of the determinant of the matrix that results from crossing out the row and column of the element under consideration. To find the Adjoint of a matrix we have to find the minor of the matrix and then the cofactor of the matrix.