Back to courseLesson 5 of 13

The determinant is an area

What you'll learn

See det(A) as the area-scaling factor of the transformation — including what negative and zero mean.

Of all the things a transformation does to the plane, one number survives as its signature: what happened to area.

The determinant is an area factor

Watch the unit square — the 1×1 box spanned by î and ĵ. A linear map sends it to the parallelogram spanned by the two columns, and the determinant is that parallelogram's area (with a sign):

det(abcd)=adbc\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc

And because linear maps treat every patch of the plane the same way, what happens to the unit square happens to everything: a region of area 5 maps to a region of area 5·|det A|.

det = 2area ×2det = −1flipped, area ×1det = 0flattened
The dashed square is the original. |det| is the area scale factor; the sign says whether orientation survived. det = 0 is the fatal case — the plane collapses and no inverse can rebuild it.

Reading the three regimes

  • |det| is the scale factor: det = 2 doubles every area; det = ½ halves it. A rotation has det = 1 — it moves everything, changes nothing's size.
  • A negative det means a flip: the plane got mirrored (î and ĵ swapped their handedness). Area still scales by |det|.
  • det = 0 is a collapse: the two columns point along the same line, the parallelogram has no area, and the whole plane gets squashed onto a line. Information is destroyed — two different points can land on the same spot.

Where ad − bc comes from

Base times height, done with components: the parallelogram on (a, c) and (b, d) has area ad − bc after the geometry dust settles. Verify it once with a shear like [1 1 / 0 1]: base 1, height 1, det = 1·1 − 1·0 = 1 — areas preserved, exactly what the picture shows.

Why this matters

The determinant is the transformation's vital sign. Nonzero: the motion is reversible. Zero: it isn't — and no algorithm, no cleverness, can undo it. That's the next lesson.

Check your understanding

Question 1 of 2

det A = 3 tells you the transformation:

Next lesson