Inverse matrices
Inverse Matrices
Inverse Matrices is a topic in Matrices in the California Common Core State Standards. It is aligned to Standard N-VM.10, which requires students to find and use the multiplicative inverse of a matrix.
The inverse \(A^{-1}\) satisfies \(AA^{-1}=I\); for a \(2\times 2\) matrix it swaps the diagonal, negates the off-diagonal, and divides by the determinant.
Theory
The inverse \(A^{-1}\) of a square matrix undoes it: \(AA^{-1}=A^{-1}A=I\). It plays the role of a reciprocal for matrices.
For a \(2\times 2\) matrix there is a direct formula:
The 2×2 inverse and its defining property:
How to find a 2×2 inverse
- Compute \(\det=ad-bc\); if it is \(0\), stop — no inverse.
- Swap \(a\) and \(d\).
- Negate \(b\) and \(c\).
- Divide every entry by the determinant, and verify with \(AA^{-1}=I\).
Determinant \(=4(2)-3(2)=2\). Swap \(a,d\), negate \(b,c\), divide by the determinant.
Check the determinant.
| \(\det\) | \(=\) | \(2(2)-4(1)=0\) |
Determinant \(0\) \(\Rightarrow\) no inverse.
Multiply \(A\) by \(A^{-1}\).
For a diagonal matrix, invert each diagonal entry.
Common pitfalls
Frequently asked questions
What is an inverse matrix?
A matrix \(A^{-1}\) with \(AA^{-1}=A^{-1}A=I\); it undoes the original matrix.
How do you find a 2x2 inverse?
Swap \(a\) and \(d\), negate \(b\) and \(c\), and divide by the determinant \(ad-bc\).
When does a matrix have no inverse?
When its determinant is \(0\); such a matrix is called singular.
How do you check an inverse is correct?
Multiply it by the original; the product should be the identity matrix.