4.5.37 · D2Linear Algebra (Full)

Visual walkthrough — Orthogonal matrices — properties, det = ±1

2,547 words12 min readBack to topic

Step 1 — What a matrix does to a picture

Call the East arrow and the North arrow . These are the standard basis vectors:

  • The top number is "how far East", the bottom number "how far North". So is one step East, zero North.

A matrix has two columns. Column 1 is where lands; column 2 is where lands. Nothing more mysterious than that.

Figure — Orthogonal matrices — properties, det = ±1

Step 2 — The transpose and the identity, drawn first

Before we can even write the orthogonality rule we need two pieces of notation. We will not use them until you have seen their pictures.

That last sentence is the whole reason transpose is useful to us: when we multiply by , we are literally sliding each column of (now lying flat as a row of ) across the columns of — and "row-dotted-into-column" is exactly a dot product. So is the table of all column-vs-column dot products. Hold that thought for Step 3.

Figure — Orthogonal matrices — properties, det = ±1

Step 3 — The rule that makes orthogonal

Name the columns (where lands) and (where lands). Using the dot product from Step 2, the rule in symbols is:

  • is the dot product of with itself (its flat row-copy times its column). Multiply matching entries, add: it equals the squared length of . Setting it to means length .
  • is the dot product of the two different columns. It equals , so it is exactly when the angle between them is .
Figure — Orthogonal matrices — properties, det = ±1

Step 4 — Orthonormal columns force the tile to be a unit square

Watch the tile: it never stretches (sides stay length ) and never leans (corner stays ). It can only turn or turn-and-flip.

Figure — Orthogonal matrices — properties, det = ±1

Step 5 — WHY is the signed area

Look at the figure. Enclose the parallelogram in the rectangle. Its area is . Now subtract the two little rectangles and the four triangles that stick out around the parallelogram. When the dust settles, all the cross-terms cancel and you are left with:

  • is the "co-rotating" contribution ( East-part times North-part).
  • subtracts the "counter" contribution ( North-part times East-part).
  • Their difference is positive when sits counter-clockwise from , negative when clockwise — exactly the signed area.
Figure — Orthogonal matrices — properties, det = ±1

Step 6 — Two determinant facts, seen not just stated

Fact 1 — areas multiply: . Apply machine : it scales every area by . Then apply machine : it scales that already-scaled area again by . Feeding the unit square through both multiplies the two factors — the tile's final area is . (See the left panel: a stretch followed by a stretch gives a tile.)

Fact 2 — transpose keeps area: . Transposing (Step 2's diagonal flip) swaps the off-diagonal entries . But the determinant only depends on the product , and — swapping and leaves the product untouched. So the signed area is identical. (See the right panel: the flipped tile has the same area.)

Figure — Orthogonal matrices — properties, det = ±1

Step 7 — The algebra: squeeze the sign out of

Take the determinant of both sides of the orthogonality rule:

  • Left side, by Fact 1 (areas multiply): .
  • By Fact 2 (transpose keeps area): , so the left side is .
  • Right side: the identity leaves the tile untouched, area , so (Step 2).

Putting it together:

  • A real number whose square is can only be or . Done.
Figure — Orthogonal matrices — properties, det = ±1

Step 8 — Case : the rotation (orientation kept)

The clean example is the rotation matrix

  • Column 1 is turned by angle ; column 2 is turned by the same — the whole square spins as one piece.
Figure — Orthogonal matrices — properties, det = ±1

Step 9 — Case : every reflection, not just one

The simplest example is the flip across the -axis:

  • Column 1 stays (points on the mirror line don't move); column 2 is sent to its mirror image .

The general reflection. Tilt the mirror line to make angle with the East axis. Reflecting across that line is the orthogonal matrix

  • Whatever the mirror angle , the determinant is always : all reflections flip orientation, none stretch. The left panel of the figure shows three different mirror lines, each with its tile flipped.

Reflection = rotation × flip. Any orthogonal matrix can be written as one fixed flip followed by a rotation: . So the " world" is just the " world" (rotations) with one mirror stapled on — the right panel shows this composition. That is the entire other half of .


Step 10 — Why the sign can never be (or anything but )

  • Area would mean the two columns lie on the same line (one is a multiple of the other). But orthonormal columns are perpendicular, so they can never be parallel — no collapse. Hence , and indeed is always invertible.
  • Any area would mean a column is longer or shorter than , contradicting "unit length". So exactly.
  • Combined with Step 7's , the only survivors are (Step 8) and (Step 9). No third option exists.
Recall Why

leaves only two values Over the real numbers, has solutions? ::: exactly and — no other real number squares to . Could be an imaginary number like ? ::: No — is a real matrix, so is a real number; is excluded.


The one-picture summary

The whole argument on one canvas: orthonormal columns ⟶ the image of the unit square is a unit square (area magnitude ) ⟶ taking of gives spin keeps the sign , flip reverses it .

Recall Feynman retelling — the walkthrough in plain words

Picture a sheet of graph paper with two arrows drawn on it: one pointing East, one pointing North, each one square long. A matrix picks these two arrows up and drops them somewhere new — and the whole grid follows.

The little "" (transpose) is just the sheet flipped across its diagonal; laying the columns flat as rows and sliding them over the columns spells out every dot product at once. The "do-nothing" matrix has ones down the diagonal and leaves the square exactly where it was — that's why its area factor is .

An orthogonal matrix has a promise: the two dropped arrows are still each exactly one square long, and they still meet at a perfect right angle. So the little square they build is still a perfect unit square — the machine can only spin the square or flip it over, never squash or stretch it.

The determinant is just "the signed area of that square", and cutting the parallelogram out of its bounding rectangle shows that area is . Area is always because it's a unit square, so the number can only be or . If the square merely spun, we kept the same handedness: . If we had to flip it like a pancake to match — across any mirror line — handedness reversed: .

The algebra is the same idea wearing a suit: take of both sides of , use "areas multiply" and "flipping across the diagonal keeps area", and you land on , so . Same truth, two languages — the picture and the equation agree.

See also: Rotations and reflections in $\mathbb{R}^2$ and $\mathbb{R}^3$, Determinants — properties, Orthonormal bases & Gram–Schmidt, Eigenvalues and eigenvectors.