How Do You Calculate the Inverse of a 2x2 Matrix?

  • Thread starter Thread starter lakitu
  • Start date Start date
  • Tags Tags
    Inverse Matrices
Click For Summary

Homework Help Overview

The discussion revolves around calculating the inverse of a 2x2 matrix, specifically the matrix A given as (19 81) (2 10). Participants are exploring methods and concepts related to matrix inversion.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Some participants suggest using a formula for the inverse of a 2x2 matrix, while others emphasize understanding the underlying concepts of matrix multiplication and identity matrices. There are mentions of row operations and their relevance in finding the inverse.

Discussion Status

Participants are sharing different methods and insights, with some providing links to resources. There is an ongoing exploration of the concepts involved in matrix inversion, and no consensus has been reached yet.

Contextual Notes

Some participants question the clarity of the original poster's textbook instructions, suggesting that it may refer to row operations without explicitly stating so. There is also a recognition that the complexity increases with larger matrices.

lakitu
Messages
27
Reaction score
0
hi there would anyone be able to give me a link or guidence as how i would go about finding the inverse of A? I have a book that tells me add subtract and multiply.

the question is this: find the inverse of A

A =

(19 81)
(2 10)

sorry for the crude matrices. any help would be great :)

lakitu
 
Physics news on Phys.org
there is a trick for finding the inverse of a 2x2 matrix
A=\left( \begin{array}{cc} a &amp; b \\<br /> c &amp; d \end{array} \right)
then
A^{-1}=\frac{1}{ad-bc}\left( \begin{array}{cc} d &amp; -b \\<br /> -c &amp; a \end{array} \right)
provided ad-bc is not equal to zero
hope that helps
 
http://www.purplemath.com/modules/mtrxinvr.htm"

halfway down is how i usually find matrices. always works, so that's what i use.
 
Last edited by a moderator:
thank you for your comments :)
 
If your book is telling you "add, subtract, and multiply" (hey, that's how you solve any mathematics problem!:rolleyes: ) then go back and read over exactly what you add and subtract and what you multiply by. I suspect that your book is talking about "row operations"- that's what Gale's website is talking about.
 
Last edited by a moderator:
Before rushing off to a formula or procedure, it might be helpful to understand what you are trying to do when determining the inverse of a matrix.

Given a square matrix A=\left( \begin{array}{cc} a &amp; b \\<br /> c &amp; d \end{array} \right),
its inverse [if it exists] is another square matrix A^{-1}=\left( \begin{array}{cc} p &amp; q \\<br /> r &amp; s \end{array} \right) such that the matrix product is the identity matrix.

<br /> \begin{align*}<br /> AA^{-1}&amp;=I\\<br /> \left( \begin{array}{cc} a &amp; b \\<br /> c &amp; d \end{array} \right)<br /> \left( \begin{array}{cc} p &amp; q \\<br /> r &amp; s \end{array} \right)<br /> &amp;=<br /> \left( \begin{array}{cc} 1 &amp; 0 \\<br /> 0 &amp; 1\end{array} \right)<br /> \end{align*}<br />
If you carry out the matrix multiplication, you should find a simple system of four linear equations in four unknowns... "simple" because it's really a pair of systems of two linear equations in two unknowns. You can easily solve these systems to obtain the formula given by vladimir69 above.
(In addition, the inverse would satisfy A^{-1}A&amp;=I as well.)
 
Of course, if you have a 3 by 3 or 5 by 5 matrix, so that your system is 9 equation in 9 unknowns or 25 equations in 25 unknowns, you might find robphy's method a bit tedious! I think it's worth learning row reduction.
 
vladimir69 said:
there is a trick for finding the inverse of a 2x2 matrix
A=\left( \begin{array}{cc} a &amp; b \\<br /> c &amp; d \end{array} \right)
then
A^{-1}=\frac{1}{ad-bc}\left( \begin{array}{cc} d &amp; -b \\<br /> -c &amp; a \end{array} \right)
provided ad-bc is not equal to zero
hope that helps
i think it's a bit more trickier than just plain trick, it's actually a theorem.
 
HallsofIvy said:
Of course, if you have a 3 by 3 or 5 by 5 matrix, so that your system is 9 equation in 9 unknowns or 25 equations in 25 unknowns, you might find robphy's method a bit tedious! I think it's worth learning row reduction.

Agreed!... assuming one first understands what it means to take the inverse of a matrix.
 
  • #10
This is how I like to think of it. If this doesn't make sense to you, feel free to forget about it so you don't get confused!


We start off with the partitioned matrix:

[A : I]

which has the property that: (the left matrix) = (the right matrix) * A. In particular, A = I*A.

Now, if we do row operations, we will get some other partitioned matrix:

[B : C]

which still has the property that: (the left matrix) = (the right matrix) * A. In particular, B = C*A

If we fully row-reduce the left hand side, we get the partitioned matrix:

[I : V]

which still has the property that (the left matrix) = (the right matrix) * A. In particular, I = V*A, and therefore V is the inverse of A.
 

Similar threads

Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K