Ask your own question, for FREE!
Mathematics 15 Online
OpenStudy (anonymous):

...

OpenStudy (anonymous):

Oh ok.

OpenStudy (anonymous):

x-x=0, but other than that you're on the right track. If you want to solve using matrices you need to encode your elimination steps into a matrix, which will eventually lead you to the inverse of the original matrix.

OpenStudy (anonymous):

Strictly speaking you're not using matrices.

OpenStudy (anonymous):

Here's the matrix approach:

OpenStudy (anonymous):

\[\left[\begin{matrix}1 & 2 \\ 1 & 1\end{matrix}\right]\left(\begin{matrix}x \\ y\end{matrix}\right)=\left(\begin{matrix}1 \\ 9\end{matrix}\right)\]

OpenStudy (anonymous):

Finding the inverse of the first matrix is easy, because it's 2X2:

OpenStudy (anonymous):

So is that the final answer?

OpenStudy (anonymous):

\[\left[\begin{matrix}1 &2 \\ 1 & 1\end{matrix}\right]^{-1}=\left[\begin{matrix}1/\det &-2/\det \\ -1/\det & 1/\det\end{matrix}\right]\], where det is the determinant, which in this case is (1*1)-(2*1)=-1

OpenStudy (anonymous):

\[\left[\begin{matrix}-1 & 2 \\ 1 & -1\end{matrix}\right]\left[\begin{matrix}1 &2 \\ 1 &1\end{matrix}\right]\] should equal the identity matrix.

OpenStudy (anonymous):

It does, I just did the multiplication, you should check for yourself as well.

OpenStudy (anonymous):

So thats my final answer? Or is there more?

OpenStudy (anonymous):

Multiply both sides by the inverse:

OpenStudy (anonymous):

(on the left, by the way)

OpenStudy (anonymous):

\[\left[\begin{matrix}-1 & 2 \\ 1 & -1\end{matrix}\right]\left[\begin{matrix}1 & 2 \\ 1 & 1\end{matrix}\right]\left(\begin{matrix}x \\ y\end{matrix}\right)=\left[\begin{matrix}-1 & 2 \\ 1 & -1\end{matrix}\right]\left(\begin{matrix}9 \\ 1\end{matrix}\right)\]

OpenStudy (anonymous):

Multiply them both out, the right (as we showed earlier) gives the identitiy matrix times (x,y), and the right gives their values.

OpenStudy (anonymous):

So we have (-1*9+2*1)=x, (1*9+(-1*1))=y

OpenStudy (anonymous):

So my final answer would be x = -7 and y = 8?

OpenStudy (anonymous):

Yup, and you can test it, and it works.

OpenStudy (anonymous):

\[\left[\begin{matrix}1 & 2 \\ 1 & 1\end{matrix}\right]\left(\begin{matrix}X \\ Y\end{matrix}\right)=\left(\begin{matrix}9 \\1\end{matrix}\right) \] Or AX=B \[\left| A \right|=\]|■(1&2@1&1)|=1×1-1×2=1-2=-1≠0 \[adj A=\left[\begin{matrix}1 & -1 \\ -2 & 1\end{matrix}\right]'=\left[\begin{matrix}1 & -2 \\-1 & 1\end{matrix}\right]\] \[A ^{-1}=\frac{ adj A }{ \left| A \right| }\] \[A ^{-1}=\frac{ \left[\begin{matrix}1 & -2 \\-1 & 1\end{matrix}\right] }{ -1 }\] \[A ^{-1}=-\left[\begin{matrix}1 & -2 \\-1 & 1\end{matrix}\right]=\left[\begin{matrix}-1 & 2 \\ 1 & -1\end{matrix}\right]\] \[X=A ^{-1}B\] \[X=\left[\begin{matrix}-1 &2 \\ -1 & 1\end{matrix}\right]\left(\begin{matrix}9 \\1\end{matrix}\right)\] \[X=\left(\begin{matrix}-1\times1+2\times1 \\ -1\times9+1\times1\end{matrix}\right)\] \[X=\left(\begin{matrix}-1+2 \\ -9+1\end{matrix}\right)=\left(\begin{matrix}1 \\ -8\end{matrix}\right)\] \[\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}1 \\-8\end{matrix}\right)\] x=1,y=-8

OpenStudy (anonymous):

You forgot to multiply by 9 in the top right of your third-to-last equation.

OpenStudy (anonymous):

sorry you are correct

OpenStudy (anonymous):

\[X=A ^{-1}B\] \[X=\left[\begin{matrix}-1 & 2\\ 1 & -1\end{matrix}\right]\left(\begin{matrix}9 \\ 1\end{matrix}\right)\] \[\left(\begin{matrix}x \\ y\end{matrix}\right)=\left(\begin{matrix}-1\times9+2\times1 \\1\times9+\left( -1\times1 \right)\end{matrix}\right)\] \[\left(\begin{matrix}x \\ y\end{matrix}\right)=\left(\begin{matrix}-7 \\ 8\end{matrix}\right)\] x=-7,y=8

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!