The cross product
The dot product answered "how much do these agree?" with a number. In 3D there is a different question: what direction is perpendicular to both of these? Its answer is a vector.
Drag to orbit. Two vectors span a parallelogram; the amber arrow stands perpendicular to that whole sheet.
Computing one
For and :
Try , that is :
- first entry:
- second:
- third:
The result is . Two vectors lying flat in the floor produce one pointing straight up. Perpendicular to both, exactly as advertised.
The length is not decoration
equals the area of the parallelogram that and span.
That connects it straight back to Act III. The determinant measured how area and volume change; here area shows up again, now attached to a direction. If you build a matrix whose rows are , , and a third vector , its determinant is exactly — the volume of the box they span. The two ideas were the same machinery all along.
Slide until it lines up with in the visual. The parallelogram flattens, its area goes to zero, and the cross product vanishes. Parallel vectors span no area, so there is no perpendicular direction to name.
Orientation, again
Two directions are perpendicular to any sheet: up and down. Which one you get is fixed by the right-hand rule, and . Order matters, and swapping it flips the result — the same orientation bookkeeping that made determinants go negative.
Now back to the main thread. You have tools for measuring; time to use them for the question this whole path has been walking toward.