Solved Examples on Inverse of 2×2 Matrix

Example 1: Find the inverse of matrix B = [Tex]\begin{bmatrix} 10 & 5\\ 7 & 3 \end{bmatrix}[/Tex] using inverse formula

Solution:

B = [Tex]\begin{bmatrix} 10 & 5\\ 7 & 3 \end{bmatrix} [/Tex]

The inverse of 2×2 matrix formula is given by:

B-1 = [Tex]\bold{\frac{1}{ad – bc} \begin{bmatrix} d &-b\\ -c & a \end{bmatrix}}[/Tex]

⇒ B-1 = [Tex]\frac{1}{(10\times 3) – (7\times 5)} \begin{bmatrix} 3 &-5\\ -7 & 10 \end{bmatrix}[/Tex]

⇒ B-1 = [Tex]\frac{1}{ 30 – 35} \begin{bmatrix} 3 &-5\\ -7 & 10 \end{bmatrix} [/Tex]

⇒ B-1 = [Tex]\frac{1}{-5} \begin{bmatrix} 3 &-5\\ -7 & 10 \end{bmatrix} [/Tex]

Example 2: Find the inverse of matrix C = [Tex]\begin{bmatrix} 30 & 8\\ 7 & 1 \end{bmatrix}[/Tex] using inverse formula.

Solution:

C = [Tex]\begin{bmatrix} 30 & 8\\ 7 & 1 \end{bmatrix} [/Tex]

The inverse of 2×2 matrix formula is given by:

C-1 = [Tex] \bold{\frac{1}{ad – bc} \begin{bmatrix} d &-b\\ -c & a \end{bmatrix}}[/Tex]

⇒ C-1 = [Tex]\frac{1}{(30\times 1) – (7\times 8)} \begin{bmatrix} 1 &-7\\ -8 & 30 \end{bmatrix}[/Tex]

⇒ C-1 = [Tex]\frac{1}{30 – 56} \begin{bmatrix} 1 &-7\\ -8 & 30 \end{bmatrix}[/Tex]

⇒ C-1 = [Tex]\frac{1}{ – 26} \begin{bmatrix} 1 &-7\\ -8 & 30 \end{bmatrix}[/Tex]

Example 3: Find the inverse of 2×2 matrix D = [Tex]\begin{bmatrix} 1& 4\\ 6 & 12 \end{bmatrix}[/Tex] using elementary operations method.

Solution:

To find the inverse of D = [Tex]\begin{bmatrix} 1& 4\\ 6 & 12 \end{bmatrix}[/Tex] we will use elementary row operations.

D = ID

[Tex]\begin{bmatrix} 1& 4\\ 6 & 12 \end{bmatrix} [/Tex]= [Tex]\begin{bmatrix} 1& 0\\ 0 & 1 \end{bmatrix} [/Tex]D

R2 → R2 – 6R1

[Tex]\begin{bmatrix} 1& 4\\ 0 & -12 \end{bmatrix}[/Tex] = [Tex]\begin{bmatrix} 1& 0\\ – 6& 1 \end{bmatrix}[/Tex] D

R2 → R2 / (-12)

[Tex]\begin{bmatrix} 1& 4\\ 0 & 1 \end{bmatrix}[/Tex] = [Tex]\begin{bmatrix} 1& 0\\ 1/2 & -1/12 \end{bmatrix}[/Tex] D

R1 → R1 – 4R2

[Tex]\begin{bmatrix} 1& 0\\ 0 & 1 \end{bmatrix} [/Tex] = [Tex]\begin{bmatrix} -1& 1/3\\ 1/2 & -1/12 \end{bmatrix} [/Tex] D

D-1 = [Tex] \begin{bmatrix} -1& 1/3\\ 1/2 & -1/12 \end{bmatrix} [/Tex]

Example 4: Find the inverse of 2×2 matrix E = [Tex]\begin{bmatrix} 1& 5\\ 8 & 2 \end{bmatrix}[/Tex] using elementary operations method.

Solution:

To find the inverse of E = [Tex] \begin{bmatrix} 1& 5\\ 8 & 2 \end{bmatrix} [/Tex]we will use elementary row operation.

E = IE

[Tex] \begin{bmatrix} 1& 5\\ 8 & 2 \end{bmatrix} [/Tex] = [Tex] \begin{bmatrix} 1& 0\\ 0 & 1 \end{bmatrix} [/Tex] E

R2 → R2 – 8R1

[Tex] \begin{bmatrix} 1& 5\\ 0 & -38 \end{bmatrix} [/Tex]= [Tex] \begin{bmatrix} 1& 0\\ -8 & 1 \end{bmatrix} [/Tex] E

R2 → R2 / (-38)

[Tex] \begin{bmatrix} 1& 5\\ 0 & 1 \end{bmatrix} [/Tex] = [Tex]\begin{bmatrix} 1& 0\\ 8/38 & -1/38 \end{bmatrix}[/Tex] E

R1 → R1 – 5R2

[Tex] \begin{bmatrix} 1& 0\\ 0 & 1 \end{bmatrix}[/Tex] = [Tex]\begin{bmatrix} -2/38& 5/38\\ 8/38 & -1/38 \end{bmatrix}[/Tex] E

So, the inverse of matrix E i.e., E-1 = [Tex] \begin{bmatrix} -2/38& 5/38\\ 8/38 & -1/38 \end{bmatrix} [/Tex]

Inverse of 2×2 Matrix with Examples

Inverse of 2×2 matrix is the matrix obtained by dividing the adjoint of the matrix by the determinant of the matrix. The two methods to find the inverse of 2×2 matrix is by using inverse formula and by using elementary operations.

In this article, we will explore how to find the inverse of 2×2 matrix along with both the methods and basics of the inverse of matrix. We will also solve some examples of the inverse of 2×2 matrix. Let’s start our learning on the topic “How to Find the Inverse of 2×2 Matrix?”.

Table of Content

  • What is Inverse of Matrix?
  • How to Find the Inverse of 2×2 Matrix
    • Inverse of 2×2 Matrix by Inverse Formula
    • Inverse of 2×2 Matrix by Elementary Operations
  • Solved Examples on Inverse of 2×2 Matrix

Similar Reads

What is Inverse of Matrix?

The inverse of matrix is referred to as the matrix which, when multiplied by its original matrix gives identity matrix. The inverse of matrix A is represented as A-1. If you have a square matrix A, its inverse matrix A-1, such that when A is multiplied by A-1, the result is the identity matrix (I)....

How to Find the Inverse of 2×2 Matrix

The two ways to find the inverse of 2×2 matrix is:...

Solved Examples on Inverse of 2×2 Matrix

Example 1: Find the inverse of matrix B = [Tex]\begin{bmatrix} 10 & 5\\ 7 & 3 \end{bmatrix}[/Tex] using inverse formula...

Practice Questions on Inverse of 2×2 Matrix

Q1: Find the inverse of 2×2 matrix P = [Tex]\begin{bmatrix} 5 & 22\\ 1 & 9 \end{bmatrix}[/Tex] using inverse formula....

FAQs on Inverse of 2×2 Matrix

What is the Inverse of Two Square Matrix?...