Solveeit Logo

Question

Question: Find the inverse of the matrix \(A=\left[ \begin{matrix} 1 & 2 \\\ 2 & 1 \\\ \end{matrix...

Find the inverse of the matrix A=[12 21 ]A=\left[ \begin{matrix} 1 & 2 \\\ 2 & 1 \\\ \end{matrix} \right] .

Explanation

Solution

Hint: We have a formula from which we can find the inverse of any matrix provided, the determinant of that matrix is not equal to 00. The formula to find the inverse of the matrix AA is A1=1Aadj(A){{A}^{-1}}=\dfrac{1}{\left| A \right|}adj\left( A \right) where A\left| A \right| is the determinant and adj(A)adj\left( A \right) is the adjoint of matrix AA.

Complete step-by-step solution -
Before proceeding with the question, we must know all the formulas that will be required to solve this question.
The inverse of a matrix AA is given by the formula,
A1=1Aadj(A)..............(1){{A}^{-1}}=\dfrac{1}{\left| A \right|}adj\left( A \right)..............\left( 1 \right)
Here A\left| A \right| is the determinant and adj(A)adj\left( A \right) is the adjoint of matrix AA.
The determinant of a matrix A=[ab cd ]A=\left[ \begin{matrix} a & b \\\ c & d \\\ \end{matrix} \right] is given by the formula,
A=adbc.................(2)\left| A \right|=ad-bc.................\left( 2 \right)
To find the adjoint of the matrix, we will first find the cofactor matrix which is given by,
[dc ba ].......................(3)\left[ \begin{matrix} d & -c \\\ -b & a \\\ \end{matrix} \right].......................\left( 3 \right)
The adjoint of the matrix can be found by taking the transpose of the cofactor matrix. So, the transpose of the matrix is given by,
adj(A)=[db ca ]adj\left( A \right)=\left[ \begin{matrix} d & -b \\\ -c & a \\\ \end{matrix} \right]
In the question, we are given a matrix A=[12 21 ]A=\left[ \begin{matrix} 1 & 2 \\\ 2 & 1 \\\ \end{matrix} \right]. We have to find the inverse of this matrix.
Using formula (2)\left( 2 \right), the determinant of this matrix is,
A=14\left| A \right|=1-4
A=3..............(4)\Rightarrow \left| A \right|=-3..............(4)
The adjoint of the matrix can be found by using the steps shown in the above paragraph,
We have a matrix A=[12 21 ]A=\left[ \begin{matrix} 1 & 2 \\\ 2 & 1 \\\ \end{matrix} \right]. Using formula (3), the cofactor matrix for this matrix will be,
[12 21 ]\left[ \begin{matrix} 1 & -2 \\\ -2 & 1 \\\ \end{matrix} \right]
The adjoint of the matrix can be found by taking the transpose of the matrix and will be equal to,
adj(A)=[12 21 ]adj\left( A \right)=\left[ \begin{matrix} 1 & -2 \\\ -2 & 1 \\\ \end{matrix} \right]
Since we have got the determinant and the adjoint of the matrix, we can now find it’s inverse. Using formula (1)\left( 1 \right), we get,
A1=13[12 21 ]{{A}^{-1}}=\dfrac{1}{-3}\left[ \begin{matrix} 1 & -2 \\\ -2 & 1 \\\ \end{matrix} \right]
Now, we know if we take 13\dfrac{-1}{3} inside the matrix, it gets multiplied with each element of the matrix.
A1=[1323 2313 ]\therefore {{A}^{-1}}=\left[ \begin{matrix} \dfrac{-1}{3} & \dfrac{2}{3} \\\ \dfrac{2}{3} & \dfrac{-1}{3} \\\ \end{matrix} \right]

Note: There is a possibility that one may commit a mistake while finding the adjoint of the matrix. It is a very common mistake that one does not take the transpose of the cofactor matrix while finding the adjoint of the matrix, and this leads us to an incorrect answer.