Determinants of 2×2 and 3×3 matrices
Theory
The determinant is a single number computed from a square matrix. For a \(2\times 2\):
A \(3\times 3\) determinant is found by cofactor expansion along a row or column. The determinant tells you two important things:
- Invertibility: \(\det\neq 0\) means the matrix has an inverse; \(\det=0\) means it is singular.
- Area/volume scaling: \(|\det|\) is the factor by which the matrix scales area (2D) or volume (3D).
The 2×2 determinant and a cofactor expansion for 3×3:
How to compute a determinant
- 2×2: \(ad-bc\).
- 3×3: expand along a row/column with the \(+\,-\,+\) signs, using \(2\times 2\) minors.
- Interpret: \(\det=0\) means singular; \(|\det|\) is the area scale.
Use \(ad-bc\).
| \(\det\) | \(=\) | \((3)(4)-(5)(2)\) |
| \(=\) | \(12-10=2\) |
Compute the determinant.
| \(\det\) | \(=\) | \((2)(2)-(4)(1)=0\) |
Determinant \(0\) \(\Rightarrow\) not invertible (singular).
Expand along the first column (only the top entry is nonzero); for this upper-triangular matrix the determinant is the product of the diagonal.
| \(\det\) | \(=\) | \(1\cdot 1\cdot 2=2\) |
The matrix scales the plane, and \(|\det|=6\) is the factor by which it scales area.
| |\det| | \(=\) | \(6\) |
A unit square maps to a region of area 6.
Common pitfalls
Frequently asked questions
How do you find a 2x2 determinant?
\(\det\begin{bmatrix}a&b\\c&d\end{bmatrix}=ad-bc\): the product of the main diagonal minus the product of the other diagonal.
What does the determinant tell you?
Whether the matrix is invertible (\(\det\neq 0\)) and, in absolute value, the factor by which it scales area or volume.
What is a singular matrix?
One with determinant \(0\); it has no inverse and collapses area to zero.
How do you find a 3x3 determinant?
Use cofactor expansion along a row or column, alternating signs \(+,-,+\) and using \(2\times 2\) minors.