Unit 9 · Topic 4.11 · Optional
The Inverse and Determinant of a Matrix
Use the determinant to decide whether a \(2\times2\) matrix is invertible, calculate its inverse, and interpret the determinant geometrically through vectors and area.
Learning Goals
- Recognize identity matrices and the defining property of an inverse.
- Calculate the determinant and inverse of a \(2\times2\) matrix.
- Verify an inverse through matrix multiplication.
- Connect a nonzero determinant with invertibility.
- Interpret the determinant's absolute value as parallelogram area.
- Use a determinant to identify parallel vectors and solve a matrix equation.
1. The Identity Matrix
The identity matrix plays the role of 1 in matrix multiplication:
for every \(2\times2\) matrix A. More generally, \(I_n\) has 1s on its main diagonal and 0s everywhere else.
2. What an Inverse Does
An inverse matrix reverses the effect of A. When it exists,
Only square matrices can have a two-sided multiplicative inverse of the same dimensions. The notation \(A^{-1}\) does not mean taking the reciprocal of each entry.
3. The \(2\times2\) Determinant
For
the determinant is the scalar
Multiply down the main diagonal, multiply down the other diagonal, and subtract in that order.
4. A Matrix and Its Internal Structure
The four entries can also be read as two row vectors or two column vectors. This viewpoint gives the determinant a geometric meaning and explains why parallel rows or columns prevent inversion.
5. Determinant and Invertibility
| Determinant | Geometry | Inverse |
|---|---|---|
| \(\det(A)\ne0\) | Rows and columns span a nonzero-area parallelogram | \(A^{-1}\) exists |
| \(\det(A)=0\) | Rows or columns are parallel or otherwise linearly dependent | No inverse exists |
6. Formula for a \(2\times2\) Inverse
If \(ad-bc\ne0\), then
- Compute \(ad-bc\).
- Swap the main-diagonal entries a and d.
- Negate the off-diagonal entries b and c.
- Multiply every entry by \(1/(ad-bc)\).
7. Worked Inverse Example
Let
Since \(\det(A)=3(1)-1(2)=1\), A is invertible:
8. Verify by Multiplication
Because matrix multiplication is not generally commutative, a complete verification may also check \(A^{-1}A=I\). A true inverse satisfies both orders.
9. A Singular Matrix Has No Inverse
For
The first row is twice the second. The inverse formula would require division by zero, so B is singular, or noninvertible.
10. Inverse versus Entrywise Reciprocal
| Expression | Meaning |
|---|---|
| \(A^{-1}\) | Matrix satisfying \(AA^{-1}=A^{-1}A=I\) |
| \(\begin{bmatrix}1/a&1/b\\1/c&1/d\end{bmatrix}\) | Entrywise reciprocals; generally not the inverse |
| \(1/\det(A)\) | Scalar factor used in the \(2\times2\) inverse formula |
11. Solve a Matrix Equation
If \(AX=\mathbf b\) and A is invertible, multiply both sides on the left by \(A^{-1}\):
Using \(A=\begin{bmatrix}3&1\\2&1\end{bmatrix}\) and \(\mathbf b=\begin{bmatrix}7\\5\end{bmatrix}\),
Checking gives \(3(2)+1=7\) and \(2(2)+1=5\).
12. Determinant as Parallelogram Area
If the columns of \(A=\begin{bmatrix}a&b\\c&d\end{bmatrix}\) are \(\mathbf u=\langle a,c\rangle\) and \(\mathbf v=\langle b,d\rangle\), then
13. Area and Orientation Example
Let \(\mathbf u=\langle3,1\rangle\) and \(\mathbf v=\langle1,4\rangle\). Placing them as columns gives
The parallelogram area is 11 square units. Swapping the columns changes the determinant to \(-11\), but the geometric area remains \(|-11|=11\). The sign records the ordered orientation of the two vectors.
14. Determinant Test for Parallel Vectors
For \(\mathbf u=\langle2,3\rangle\) and \(\mathbf v=\langle4,6\rangle\),
The second vector is twice the first, so the parallelogram collapses to a line segment with area 0. The matrix cannot be inverted because two independent directions have been reduced to one.
15. AP Workflow and Common Errors
- Confirm that the matrix is square and \(2\times2\).
- Compute \(ad-bc\) with the subtraction in the correct order.
- If the determinant is 0, stop: no inverse exists.
- Swap a and d, negate b and c, and divide by the determinant.
- Verify the inverse by multiplying to obtain I.
- Use the absolute determinant for geometric area.
- Interpret a zero determinant as collapsed area and dependent vectors.
- Do not interpret \(A^{-1}\) as entrywise reciprocals.
- Do not divide by a zero determinant.
- Do not forget to negate both off-diagonal entries.
- Do not reverse \(ad-bc\) without changing every resulting sign.
- Do not report a negative geometric area.
- Do not conclude that \(\det(A)=0\) means every entry is zero.
Key Takeaways
- Use determinants to decide invertibility and solve systems with inverse matrices.
- Core relationship: \(\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\)
- Error check: Do not reverse the determinant subtraction to \(bc-ad\).
- Find \(\det\begin{bmatrix}5&2\\3&1\end{bmatrix}\) and decide whether the matrix is invertible.
- Calculate and verify the inverse of \(\begin{bmatrix}4&1\\2&1\end{bmatrix}\).
- Explain why \(\begin{bmatrix}3&-6\\-1&2\end{bmatrix}\) has no inverse.
- Use an inverse matrix to solve \(2x+y=8\) and \(x-y=1\).
- Find the area of the parallelogram spanned by \(\langle4,1\rangle\) and \(\langle-2,3\rangle\), then explain what would make that area zero.