139,529 views
43 votes
43 votes
Solve the following system of equations using an inverse matrix. You must alsoindicate the inverse matrix, A-?, that was used to solve the system. You mayoptionally write the inverse matrix with a scalar coefficient.94:0+9y = -1-33-9y = 2A-12II1y =-Color9Submit Answerattempt 1 out of

Solve the following system of equations using an inverse matrix. You must alsoindicate-example-1
User Daniel PP Cabral
by
2.9k points

1 Answer

24 votes
24 votes

Remember the following rule to find the inverse of a 2x2 matrix:


\begin{pmatrix}a&b\\c&d\end{pmatrix}^(-1)=(1)/(ad-bc)\begin{pmatrix}d&-b\\-c&a\end{pmatrix}

And it is well defined whenever ad-bc is different from 0.

The system of equations can be written as a product of a matrix A and a vector (x,y) as:


\begin{pmatrix}4&9\\-3&-9\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}-1\\2\end{pmatrix}

The system can be solved by multiplying both members by the inverse of the matrix (4 9 \\ -3 -9):


\begin{gathered} \begin{pmatrix}4 & 9 \\ -3 & -9\end{pmatrix}^(-1)\begin{pmatrix}4 & 9 \\ -3 & -9\end{pmatrix}\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}4 & 9 \\ -3 & -9\end{pmatrix}^(-1)\begin{pmatrix}-1 \\ 2\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}4 & 9 \\ -3 & -9\end{pmatrix}^(-1)\begin{pmatrix}-1 \\ 2\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=(1)/((4)(-9)-(-3)(9))\begin{pmatrix}-9 & -9 \\ 3 & 4\end{pmatrix}\begin{pmatrix}-1 \\ 2\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=(1)/(-36+27)\begin{pmatrix}-9 & -9 \\ 3 & 4\end{pmatrix}\begin{pmatrix}-1 \\ 2\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=(1)/(-9)\begin{pmatrix}-9 & -9 \\ 3 & 4\end{pmatrix}\begin{pmatrix}-1 \\ 2\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=-(1)/(9)\begin{pmatrix}-1(-9)+2(-9) \\ -1(3)+2(4)\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=-(1)/(9)\begin{pmatrix}9-18 \\ -3+8\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=-(1)/(9)\begin{pmatrix}-9 \\ 5\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}-9*-(1)/(9) \\ 5*-(1)/(9)\end{pmatrix} \\ \\ \Rightarrow\begin{pmatrix}x \\ y\end{pmatrix}=\begin{pmatrix}1 \\ -(5)/(9)\end{pmatrix} \\ \\ \Rightarrow x=1,y=-(5)/(9) \end{gathered}

Therefore, the inverse matrix used to solve the system is:


A^(-1)=-(1)/(9)\begin{pmatrix}-9 & -9 \\ 3 & 4\end{pmatrix}

User Awaage
by
2.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.