The preceding sections put the cross product to a small set of distinct uses — measuring the area of a parallelogram, constructing a vector perpendicular to a given plane, testing whether two vectors are parallel, computing the volume of a parallelepiped through the scalar triple product, and reducing nested cross products through the vector triple product expansion. The table below collects these uses in one place: each row pairs a geometric or algebraic result with the formula that delivers it and a one-line statement of what that result captures.
| Result |
Formula |
What it captures |
| Area of a parallelogram |
‖a × b‖ = ‖a‖ ‖b‖ sin θ |
size of the region spanned by a and b |
| Perpendicular direction |
a × b ⊥ a and a × b ⊥ b |
a vector normal to the plane of a and b |
| Test for parallelism |
a × b = 0 ⇔ a ∥ b |
detects when two vectors are collinear |
| Right-handed orientation |
i × j = k (by convention) |
resolves the two-normal ambiguity |
| Volume of a parallelepiped |
|a · (b × c)| |
signed volume of the box with edges a, b, c |
| Test for coplanarity |
a · (b × c) = 0 |
detects when three vectors lie in one plane |
| Vector triple product |
a × (b × c) = (a · c)b − (a · b)c |
reduces a nested cross product to a sum of scaled vectors |