Determinant of a 2×2 Matrix
Problem
Compute det([[3,7],[1,5]]) and interpret it as the signed area of the parallelogram formed by the column vectors.
Explanation
Definition
For a matrix
the determinant is
Step-by-step
Step 1 — Cross products:
- Main diagonal: .
- Anti-diagonal: .
Step 2 — Subtract:
Geometric meaning — signed area
The columns of are vectors and . These span a parallelogram in the plane with vertices .
The determinant is the signed area of this parallelogram:
- Magnitude : the area (in square units).
- Sign: positive if is counter-clockwise, negative if clockwise.
A square matrix acts on the plane as a linear map. The determinant tells you the area-scaling factor of that map:
- : expands areas.
- : contracts areas.
- : collapses everything onto a line (or a point) — the matrix is singular.
- : flips orientation.
Key properties
- .
- .
- — determinants multiply under matrix multiplication.
- (when is invertible).
- Row operations:
- Swap two rows: changes sign.
- Scale a row by : multiplies by .
- Add a multiple of one row to another: unchanged.
- is invertible ⟺ .
When the determinant is zero
If , the two column vectors are parallel — they don't span a proper 2D parallelogram, just a line segment. The matrix cannot be inverted, and has either no solutions or infinitely many.
Common mistakes
- Flipping the sign: it's , not or .
- Confusing minor/cofactor with the full determinant for larger matrices. The formula is the base case; larger ones use cofactor expansion or row reduction.
- Forgetting that row swaps flip the sign. Tracking row operations is crucial when computing determinants via reduction.
Try it in the visualization
Drag column endpoints to reshape the parallelogram. The signed area displays live — color-coded blue for positive, red for negative. Watch the sign flip as you swap the two vectors.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.