4.5.3 · D2Linear Algebra (Full)

Visual walkthrough — Cross product — formula, geometric meaning (area), right-hand rule

2,320 words11 min readBack to topic

Before we begin, two words we will use constantly:


Step 1 — Two arrows make a flap

WHAT. Draw two vectors and starting from the same point. If they don't point the same way, they open up like a slice of pizza. Fill the slice out to a full parallelogram — call that the flap.

WHY. Everything the cross product does is about this flap. Its tilt decides which way "straight up" points; its size (area) decides how long our new arrow will be. So we must look at the flap before touching any algebra.

PICTURE. Below, (blue) and (yellow) span the green parallelogram. The angle between them is — the amount of "opening".

Figure — Cross product — formula, geometric meaning (area), right-hand rule

Step 2 — State the one wish: stand perpendicular to both

WHAT. We want a brand-new vector, call it , that points straight up out of the flap — perpendicular to and perpendicular to at the same time.

WHY. "Perpendicular to both" is the only honest way to say "upright out of the flap". A flap is a flat sheet; a single direction sticks out of a flat sheet at a right angle to everything lying in it — in particular to both edge-arrows and .

PICTURE. The red arrow rises out of the green sheet. The two little right-angle squares show it meeting both and at .

Figure — Cross product — formula, geometric meaning (area), right-hand rule

To turn "perpendicular" into arithmetic we need the tool that measures perpendicularity:

WHY the dot product and not something else? We need a tool that outputs a single number which is zero precisely at a right angle. The dot product is exactly that meter — it reads when arrows are square to each other and grows as they line up. No other elementary tool packages "are these perpendicular?" into one equation this cleanly.


Step 3 — Two equations, three unknowns

WHAT. Write our unknown upright vector as . The wish "perpendicular to both" becomes two equations:

Let me name every symbol as it appears: are the (known) components of ; the (known) components of ; are the (unknown) components we are solving for.

WHY. We have three unknowns () but only two equations. Two constraints cannot pin down three numbers completely — one degree of freedom is left over. Geometrically that leftover freedom is exactly "how long the arrow is": every arrow along the upright line satisfies both equations.

PICTURE. The two equations each carve out a flat plane of allowed 's. Two planes crossing meet in a line — the whole family of upright arrows, all sharing one direction.

Figure — Cross product — formula, geometric meaning (area), right-hand rule

Step 4 — Solve the system: the component formula appears

WHAT. Solve the two equations for the direction of (leaving length for later). Eliminating variables, the answer up to an overall scale is

Read each slot: (the -component) is built only from the - and -numbers (); only from ; only from . Each component politely ignores its own axis and mixes the other two.

WHY. We don't have to memorise this — we can check it is perpendicular. Compute : because the six terms cancel in pairs ( against , and so on). Same cancellation for . So any gives a genuinely upright arrow — confirming Step 3's line of answers.

PICTURE. The mysterious minus sign in the middle slot is a pattern, not an accident: notice the cyclic marching . Slot uses , slot uses , slot uses — each slot's two indices are "the next two, wrapping around".

Figure — Cross product — formula, geometric meaning (area), right-hand rule

Step 5 — Fix the length: choose and read off the area

WHAT. We still owe the scale . Set and ask: how long is the resulting ? Claim: its length equals the flap's area.

WHY this length and not another? Area is the one natural "size" of the flap that respects both inputs symmetrically and vanishes exactly when the arrows are parallel (no flap). Tying length to area makes the cross product mean something (see Area and Volume).

To prove it we need the flap's area from geometry. Slide 's tip straight down onto the line of : the drop is the height, and by right-triangle trigonometry

PICTURE. Base in blue along the bottom; height as a red vertical drop from 's tip.

Figure — Cross product — formula, geometric meaning (area), right-hand rule

Parallelogram area = base × height:

Now verify our vector really has this length, using an algebraic identity: using . Factor and use : So is exactly the right dial setting.


Step 6 — Choose which way is up: the right-hand rule

WHAT. Step 3 gave a line — two opposite directions. Step 4's sign pattern secretly picked one; the right-hand rule is the physical name for that pick.

WHY a rule at all? Algebra alone can't tell "up" from "down" without a convention, because swapping every sign of still solves both perpendicular equations. Nature (and our formula) commits to one handedness; we must state it so everyone agrees.

PICTURE. Fingers of the right hand point along , curl toward ; the thumb points along . Reverse the sweep ( to ) and the thumb flips — this is why .

Figure — Cross product — formula, geometric meaning (area), right-hand rule

Step 7 — The degenerate cases (never leave a gap)

WHAT. Check the extremes so no reader ever meets an unshown scenario.

  • Parallel arrows (): same direction, no flap. length . The result is the zero vector . In particular .
  • Anti-parallel arrows (): opposite directions, still a flat line, still .
  • Perpendicular arrows (): the flap is a rectangle, the fattest possible. length , the maximum.
  • A zero input (): no first arrow, no flap → .

WHY. These are the "boundary" behaviours that catch mistakes. They confirm the two personalities: the dot product is biggest when parallel (), the cross product is biggest when perpendicular () and dies when parallel.

PICTURE. Three flaps side by side: collapsed line (), a thin slanted parallelogram, and the full rectangle (), with the length of growing from to maximum.

Figure — Cross product — formula, geometric meaning (area), right-hand rule
Recall Quick self-test on the extremes

If , what is ? ::: The zero vector (no flap, ). When is largest for fixed lengths? ::: When (perpendicular), giving . Why does swapping to flip the sign? ::: The right hand sweeps the other way, so the thumb points opposite.


The one-picture summary

Everything at once: two arrows a flap (perpendicular wish + area scale + right-hand pick) one upright arrow whose length is the area.

Figure — Cross product — formula, geometric meaning (area), right-hand rule

two arrows a and b

they span a flap

wish: c perpendicular to both

two dot equations equal zero

solve: line of answers

component formula appears

set scale to one

length equals area of flap

right hand picks the up direction

Recall Feynman retelling — the whole walk in plain words

Take two sticks joined at one end and open them a little; a triangular flap of space appears between them. I want a new stick that stands perfectly upright out of that flap. "Upright" means it meets both original sticks at square angles — and there's a meter for square angles called the dot product, which reads zero at a right angle. Writing that "zero" for each stick gives me two equations. But my new stick has three numbers to find, and two equations can't fix three numbers — so I get a whole line of upright sticks, all pointing the same way, differing only in how long they are. Solving those two equations spits out the exact recipe: each number of the new stick mixes the other two directions of the old sticks, marching and wrapping around (that wrap is where the sneaky minus sign lives). Finally I choose the length: I make it equal the area of the flap, which is base times height, and height is because sine grabs the across-part of the second stick. One thing left — up or down? I use my right hand: sweep the fingers from the first stick to the second and the thumb shows "up". That upright, area-long, right-handed stick is the cross product.


Connections

  • Dot Product — the perpendicularity meter that started Step 2; also
  • Orthogonality — why "perpendicular to both" becomes two linear equations
  • Determinants — the marching-index pattern is a determinant
  • Area and Volume — length equals the parallelogram area; triangle is half
  • Scalar Triple Product — feed the result into a dot product for signed volume
  • Torque and Angular Momentum — the upright arrow is what produces