Worked examples — Geometric interpretation — signed volume
This page is a drill through every case the determinant-as-signed-volume idea can hand you. We build a map of all the scenarios first, then work one example per cell so you never meet a situation you haven't already seen.
Everything here rests on the parent idea: Geometric interpretation — signed volume. If a symbol appears you don't recognise, it was earned there — but I'll re-anchor each one as it shows up.
The scenario matrix
Every determinant problem this topic throws is one of these cells. Read the "Covered by" column as a promise: each is worked below.
| # | Case class | What's special about it | Covered by |
|---|---|---|---|
| A | 2D, both signs positive area | ordinary slanted box, orientation kept | Ex 1 |
| B | 2D, negative determinant | a reflection/flip, sign is | Ex 2 |
| C | 2D, zero determinant | edges parallel → box squashed to a line | Ex 3 |
| D | 2D, near-degenerate (limiting) | edges almost parallel → area | Ex 4 |
| E | 3D, right-handed frame | positive triple product | Ex 5 |
| F | 3D, left-handed frame | one axis flipped → negative | Ex 6 |
| G | Scaling the whole matrix | , the -th power trap | Ex 7 |
| H | Real-world word problem | area of a plot / physical volume, sign discarded | Ex 8 |
| I | Exam twist (row op invariance) | shearing a column doesn't change volume | Ex 9 |
| J | Non-square "volume" | need the Gram determinant | Ex 10 |
Prerequisite links live in Determinant — definition and cofactor expansion, Cross product and scalar triple product, Linear independence and rank and Change of variables and the Jacobian.
Worked examples
Ex 1 — Cell A: an ordinary slanted box
Step 1. Lay the vectors as columns and use the 2D formula .
Why this step? The parent derivation proved this cross-multiplication is the signed area — nothing else obeys the multilinear/alternating/normalized axioms.
Step 2. Plug in: .
Why this step? is the "spread" of the box in the good rotational direction; subtracts the part that would double-count the shear.

Verify: Look at the figure — the red parallelogram clearly fits inside a box (area 9) and is more than half of it, so 5 is sane. Sign is because sweeping is counterclockwise. ✓
Ex 2 — Cell B: a reflection (negative determinant)
Step 1. First get the "natural" order .
Why this step? Anchoring the magnitude () lets us isolate what the swap alone does.
Step 2. Now the swapped order .
Why this step? The alternating axiom says swapping two edges flips the sign: it's the same brick viewed from behind, so counterclockwise has become clockwise.

Verify: — the size is unchanged, only the SIDE flipped, exactly as Orientation and handedness of bases predicts. Negative is not "negative area", it is a mirrored orientation. ✓
Ex 3 — Cell C: a squashed box (zero)
Step 1.
Why this step? When one edge is a scalar multiple of the other, the box collapses to a segment — no area to enclose.
Step 2. Interpret: zero determinant columns are linearly dependent the map is non-invertible.
Why this step? This is the bridge to Linear independence and rank and Invertibility and the inverse matrix — a flat box can't be un-flattened.

Verify: , confirming exact parallelism, so area must be . ✓
Ex 4 — Cell D: the limiting case (almost parallel)
Step 1.
Why this step? The formula makes the shrinking explicit — area is the tiny height .
Step 2. Take the limit: .
Why this step? We use a limit (not just plugging ) to see the approach: the box doesn't jump to flat, it continuously deflates. This continuity is why determinants behave nicely in Change of variables and the Jacobian.

Verify: At , area ; halve and the area halves — linear collapse, no surprises. At we hit Cell C exactly. ✓
Ex 5 — Cell E: a right-handed 3D frame
Step 1. Use the triple product .
Why this step? (the cross product, see Cross product and scalar triple product) is a vector whose length equals the base-parallelogram's area and which points perpendicular to that base. Dotting with multiplies base-area by height-along-that-normal = volume.
Step 2.
Why this step? The determinant-of-a-symbol-grid is just the recipe for the cross product's components.
Step 3.
Why this step? The dot product picks out the height component; here it's exactly .

Verify: Shears preserve volume (they slide layers sideways without squeezing), so a sheared unit cube must have volume . Sign → right-handed. ✓
Ex 6 — Cell F: flip one axis to left-handed
Step 1.
Why this step? Same recipe; the sign of the third row flipped the normal's direction.
Step 2.
Why this step? Now sits on the negative side of the base plane → negative height → negative signed volume.

Verify: , matching Ex 5's size; only the SIDE changed. This is exactly a handedness reversal — right hand became left hand. ✓
Ex 7 — Cell G: scaling the whole matrix
Step 1. , so
Why this step? Computing directly exposes the trap before we trust a shortcut.
Step 2. Match to the rule with :
Why this step? Scaling every edge by scales an -dimensional volume by once per dimension — that's the -th power.
Verify: . ✓ In 3D the same matrix idea would give ; the exponent is always the dimension.
Ex 8 — Cell H: a real-world plot of land
Step 1. Signed area
Why this step? The determinant gives signed area; for land we then take the magnitude.
Step 2. Physical area .
Why this step? Orientation is meaningless for a plot — we keep only the SIZE. Discarding the sign is the correct real-world move (the mistake in the parent note warns against reading sign as "impossible").
Verify: Bounding box ; the parallelogram is slightly less, and with the right order of magnitude. Units ✓.
Ex 9 — Cell I: exam twist (adding a multiple of one column)
Step 1. By multilinearity,
Why this step? Multilinearity lets us split the sum inside a column into two determinants.
Step 2. The alternating axiom kills the second term: . So
Why this step? A box with two equal edges is flat → ; that's the whole reason column-shear operations preserve the determinant.
Step 3. Numeric check: . Then
Why this step? Confirms the axiom argument by brute force.
Verify: . ✓ This invariance under column operations is precisely why Gaussian elimination preserves (up to row swaps) — a load-bearing fact for Invertibility and the inverse matrix.
Ex 10 — Cell J: non-square, use the Gram determinant
Step 1. Form (size ). The correct area is the Gram determinant .
Why this step? is undefined for non-square . is the small matrix of dot products between the columns; its determinant recovers squared area regardless of the ambient dimension.
Step 2.
Why this step? , , and (perpendicular).
Step 3. , so area
Why this step? The square root converts "squared area" back to area — the extension of to shapes of lower dimension than the space.
Verify: Perpendicular vectors of lengths and span a rectangle of area . ✓ Matches the forecast exactly.
Active recall
Recall Cover the answers
Does swapping two columns change ? ::: No — only the sign flips; magnitude is unchanged. for a matrix; what is ? ::: . Two edges are parallel. What is the signed area? ::: Exactly (flattened box). How do you get the area of two vectors living in 3D? ::: , the Gram determinant. Adding to column does what to ? ::: Nothing — a shear preserves the determinant.
Connections
- Geometric interpretation — signed volume (parent)
- Determinant — definition and cofactor expansion
- Cross product and scalar triple product
- Linear independence and rank
- Invertibility and the inverse matrix
- Change of variables and the Jacobian
- Eigenvalues — product equals determinant
- Orientation and handedness of bases