Solving Systems with Inverses: Learn It 3

Finding the Multiplicative Inverse of 2×2 Matrices Using a Formula

When we need to find the multiplicative inverse of a [latex]2\times 2[/latex] matrix, we can use a special formula instead of using matrix multiplication or augmenting with the identity.

multiplicative inverse of 2×2 matrices formula

If [latex]A[/latex] is a [latex]2\times 2[/latex] matrix, such as

[latex]A=\left[\begin{array}{rrr}\hfill a& \hfill & \hfill b\\ \hfill c& \hfill & \hfill d\end{array}\right][/latex]

the multiplicative inverse of [latex]A[/latex] is given by the formula

[latex]{A}^{-1}=\frac{1}{ad-bc}\left[\begin{array}{rrr}\hfill d& \hfill & \hfill -b\\ \hfill -c& \hfill & \hfill a\end{array}\right][/latex]

where [latex]ad-bc\ne 0[/latex].

 

If [latex]ad-bc=0[/latex], then [latex]A[/latex] has no inverse.

Use the formula to find the multiplicative inverse of

[latex]A=\left[\begin{array}{cc}1& -2\\ 2& -3\end{array}\right][/latex]

Multiplicative Inverse of 3×3 Matrices

Unfortunately, we do not have a formula similar to the one for a [latex]2\text{}\times \text{}2[/latex] matrix to find the inverse of a [latex]3\text{}\times \text{}3[/latex] matrix. But, we can still find the inverse by using a systematic approach involving row operations. This method requires augmenting the given matrix with the identity matrix and performing a series of row operations to transform the original matrix into the identity matrix. The resulting augmented matrix will then have the inverse of the original matrix on its right side.

How To: Given a [latex]3\times 3[/latex] matrix, find the inverse

  1. Write the original matrix augmented with the identity matrix on the right.
  2. Use elementary row operations so that the identity appears on the left.
  3. What is obtained on the right is the inverse of the original matrix.
  4. Use matrix multiplication to show that [latex]A{A}^{-1}=I[/latex] and [latex]{A}^{-1}A=I[/latex].
Given the [latex]3\times 3[/latex] matrix [latex]A[/latex], find the inverse.

[latex]A=\left[\begin{array}{ccc}2& 3& 1\\ 3& 3& 1\\ 2& 4& 1\end{array}\right][/latex]

Given the [latex]3\times 3[/latex] matrix [latex]A[/latex], find the inverse.

[latex]A = \left[\begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{array}\right][/latex]

How to: Finding an inverse using a TI-84 calculator

  1. Enter the matrix in the [MATRIX] menu.
  2. Find the inverse of the matrix by entering [latex][A]^-1[/latex] into the calculator.
  3. Use [MATH] + Frac to convert the inverse into fraction form.