Login
📚 Linear Algebra, Interactive Edition
Chapters ▾
⇩ Download ▾

4.1 The Determinant as Area

The determinant of the 2×2 matrix with columns (a,c) and (b,d) is the number det=adbc. The definition earns its keep through two facts you can watch. First, |det| is the area of the image of the unit square — and therefore the factor by which the transformation multiplies the area of any region, since any region is well approximated by a fine mosaic of little squares, each of which is scaled by the same factor. Second, the sign of det records whether the plane kept its orientation or was flipped over.

The figure below is built to be driven through the interesting event. It starts at a=2, b=1, c=1, d=1, where det=2·11·1=1: a sheared parallelogram with exactly the area of the gray unit square beneath it.

A flat parallelogram in the xy-plane with its two origin edges drawn in red (first matrix column) and blue (second column), over a faint gray unit square. Four sliders a, b, c, d set the matrix entries: dragging them changes the parallelogram's area, collapses it to a segment when ad - bc reaches zero, and turns it inside out when ad - bc goes negative.Explore in 3D (opens in a new tab)
The image parallelogram with red edge (a,c) and blue edge (b,d), over a faint gray unit square for scale. The starting entries a=2, b=1, c=1, d=1 give determinant 1; dragging d downward drives the determinant through zero and out the other side.

Explore the figure

  1. At the defaults, compare the parallelogram with the gray unit square. The shapes differ, but the areas match: det=1. A matrix can distort violently while preserving area exactly.
  2. Drag d up to 2. Now det=2·21·1=3; judge by eye that the parallelogram holds about three gray squares.
  3. Drag d slowly down to 0.5. Watch the parallelogram thin and die: at d=0.5 the blue edge (1,0.5) is exactly half the red edge (2,1), the columns are dependent, and det=2(0.5)1=0.
  4. Keep going to d=0. The parallelogram reopens — but flipped. Before the collapse, sweeping from the red edge to the blue edge went one way around; now it goes the other. Here det=1: area 1 again, orientation reversed.

Sign is orientation

Why does the sign change mean a flip? For edge vectors (a,c) and (b,d), the quantity adbc is positive exactly when the second edge lies counterclockwise from the first — the same relative position 𝐞2 holds to 𝐞1. A positive-determinant matrix moves both basis vectors while preserving that relative arrangement; a negative determinant means the images are in the reversed arrangement, which no amount of rotating or stretching within the plane can produce — the plane must have been turned over. And because your slider moved continuously, the only route from det=1 to det=1 passed through det=0: you cannot flip a page without, at some instant, seeing it edge-on.

Determinant zero is the same event Chapter 2 called dependence and Chapter 3 called collapse, viewed once more. Dependent columns span a line instead of a plane; the transformation crushes two dimensions of input into one dimension of output; distinct points are forced to share images, so no inverse transformation can exist. A matrix is invertible exactly when its determinant is nonzero — a numerical test for a geometric catastrophe.

An original work of XYZ Homework, built around interactive XYZ 3D figures. Its chapter sequence is aligned to Interactive Linear Algebra (Margalit & Rabinoff, Georgia Tech, GNU FDL); this work is original, copies nothing from it, and is not affiliated with or endorsed by its authors. License: CC-BY-NC-SA-4.0.