
The multiplicative inverse of matrix $\left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$ .
A) $\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
7&2
\end{array}} \right]$
B) $\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]$
C) $\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&{ - 2}
\end{array}} \right]$
D) $\left[ {\begin{array}{*{20}{l}}
{ - 4}&{ - 1} \\
7&{ - 2}
\end{array}} \right]$
Answer
576.3k+ views
Hint:
We can multiply the given matrix with the identity matrix and obtain the same matrix. Then we can apply elementary row operations matrices on both sides of the equation to make it in the form of $A \times {A^{ - 1}} = I$. On comparing the equation we obtained with the equation that gives identity matrix on multiplying a matrix with its inverse, we can obtain the inverse of the given matrix.
Complete step by step solution:
Let $A = \left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$ and $I = \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right]$
We know that a matrix multiplied with the identity matrix will give the same matrix.
$ \Rightarrow A \times I = A$
$ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$
Now we can do the same elementary operations on both matrices to make the matrix on the RHS the identity matrix.
We can divide the 1st row with 2.
${R_1} \to \dfrac{1}{2}{R_1}$
$ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
7&4
\end{array}} \right]$
Now we have to make the 7 to zero. For that we can subtract 7 times the 1st row from the 2nd row.
${R_2} \to {R_2} - 7{R_1}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{\dfrac{{ - 7}}{2}}&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&{4 - \dfrac{7}{2}}
\end{array}} \right]\]
On simplification, we get
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{\dfrac{{ - 7}}{2}}&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&{\dfrac{1}{2}}
\end{array}} \right]\]
Now we can multiply the 2nd row with 2.
${R_2} \to 2{R_2}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&1
\end{array}} \right]\]
Now we can subtract $\dfrac{1}{2}$ times 2nd row from the 1st row.
${R_1} \to {R_1} - \dfrac{1}{2}{R_2}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2} + \dfrac{7}{2}}&{0 - \dfrac{2}{2}} \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2} - \dfrac{1}{2}} \\
0&1
\end{array}} \right]\]
On simplification we get,
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right]\]
Now we have the identity matrix on the RHS. We know that a matrix multiplied with matrix itself will give the identity matrix.
$ \Rightarrow A \times {A^{ - 1}} = I$
On comparing the equations, we get
\[ \Rightarrow {A^{ - 1}} = \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the multiplicative inverse of the given matrix is \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the correct answer is option B.
Note:
Alternate solution to this problem is given by,
We know that, for a square matrix of order 2, the inverse is obtained by interchanging the diagonal matrix and changing the sign of the other 2 matrices.
The inverse of the matrix $\left[ {\begin{array}{*{20}{l}}
a&b \\
c&d
\end{array}} \right]$ is given by $\left[ {\begin{array}{*{20}{l}}
d&{ - b} \\
{ - c}&a
\end{array}} \right]$
So, the inverse of the matrix $\left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$ is given by \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the multiplicative inverse of the given matrix is \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
We can multiply the given matrix with the identity matrix and obtain the same matrix. Then we can apply elementary row operations matrices on both sides of the equation to make it in the form of $A \times {A^{ - 1}} = I$. On comparing the equation we obtained with the equation that gives identity matrix on multiplying a matrix with its inverse, we can obtain the inverse of the given matrix.
Complete step by step solution:
Let $A = \left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$ and $I = \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right]$
We know that a matrix multiplied with the identity matrix will give the same matrix.
$ \Rightarrow A \times I = A$
$ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$
Now we can do the same elementary operations on both matrices to make the matrix on the RHS the identity matrix.
We can divide the 1st row with 2.
${R_1} \to \dfrac{1}{2}{R_1}$
$ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
7&4
\end{array}} \right]$
Now we have to make the 7 to zero. For that we can subtract 7 times the 1st row from the 2nd row.
${R_2} \to {R_2} - 7{R_1}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{\dfrac{{ - 7}}{2}}&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&{4 - \dfrac{7}{2}}
\end{array}} \right]\]
On simplification, we get
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{\dfrac{{ - 7}}{2}}&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&{\dfrac{1}{2}}
\end{array}} \right]\]
Now we can multiply the 2nd row with 2.
${R_2} \to 2{R_2}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\
0&1
\end{array}} \right]\]
Now we can subtract $\dfrac{1}{2}$ times 2nd row from the 1st row.
${R_1} \to {R_1} - \dfrac{1}{2}{R_2}$
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2} + \dfrac{7}{2}}&{0 - \dfrac{2}{2}} \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2} - \dfrac{1}{2}} \\
0&1
\end{array}} \right]\]
On simplification we get,
\[ \Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&0 \\
0&1
\end{array}} \right]\]
Now we have the identity matrix on the RHS. We know that a matrix multiplied with matrix itself will give the identity matrix.
$ \Rightarrow A \times {A^{ - 1}} = I$
On comparing the equations, we get
\[ \Rightarrow {A^{ - 1}} = \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the multiplicative inverse of the given matrix is \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the correct answer is option B.
Note:
Alternate solution to this problem is given by,
We know that, for a square matrix of order 2, the inverse is obtained by interchanging the diagonal matrix and changing the sign of the other 2 matrices.
The inverse of the matrix $\left[ {\begin{array}{*{20}{l}}
a&b \\
c&d
\end{array}} \right]$ is given by $\left[ {\begin{array}{*{20}{l}}
d&{ - b} \\
{ - c}&a
\end{array}} \right]$
So, the inverse of the matrix $\left[ {\begin{array}{*{20}{l}}
2&1 \\
7&4
\end{array}} \right]$ is given by \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
So, the multiplicative inverse of the given matrix is \[\left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\
{ - 7}&2
\end{array}} \right]\]
Recently Updated Pages
Which cell organelles are present in white blood C class 11 biology CBSE

What is the molecular geometry of BrF4 A square planar class 11 chemistry CBSE

How can you explain that CCl4 has no dipole moment class 11 chemistry CBSE

Which will undergo SN2 reaction fastest among the following class 11 chemistry CBSE

The values of mass m for which the 100 kg block does class 11 physics CBSE

Why are voluntary muscles called striated muscles class 11 biology CBSE

Trending doubts
One Metric ton is equal to kg A 10000 B 1000 C 100 class 11 physics CBSE

Discuss the various forms of bacteria class 11 biology CBSE

Explain zero factorial class 11 maths CBSE

State the laws of reflection of light

Difference Between Prokaryotic Cells and Eukaryotic Cells

Show that total energy of a freely falling body remains class 11 physics CBSE

