What the Cross Product Means

The magnitude of a cross product is the area of the parallelogram the two vectors span, given by |U||V| sin theta - largest at right angles, zero when the vectors are parallel, and always pointing out of their plane.

--
What the Cross Product Means — Moosa Academy

The cross product has a striking geometric meaning. Its direction is perpendicular to the plane of the two vectors, and its length equals the area of the parallelogram they span.

Concept A vector out of the plane

Cross two vectors  \vec{U} and  \vec{V} and the answer  \vec{W} stands perpendicular to the surface containing them. If  \vec{U} and  \vec{V} lie flat in the xy-plane,  \vec{W} points straight up along z.

Tilt that surface and  \vec{W} tilts with it, always staying at right angles. This is why the cross product only makes sense in three dimensions — the result needs somewhere to go.

Concept The parallelogram between them
θ U V area
Two vectors drawn from one point span a parallelogram. Its area grows when either vector gets longer, and it also depends on the angle between them.
Theorem Length equals area
 |\vec{U} \times \vec{V}| = |\vec{U}|\,|\vec{V}| \sin\theta

Compare this with the dot product, which uses  \cos\theta . That single swap — sine instead of cosine — is what makes the two operations behave as opposites.

Example How the angle changes the area

Take  |\vec{U}| = 8 and  |\vec{V}| = 5 , so the product of the lengths is 40. Only  \sin\theta varies:

At 30°:  40 \times 0.5 = 20
At 60°:  40 \times 0.866 \approx 34.6
At 90°:  40 \times 1 = 40
At 120°:  40 \times 0.866 \approx 34.6
⟹ the area peaks at 90° and falls away on either side

A narrow angle squashes the parallelogram nearly flat, giving almost no area. At exactly 90° it opens into a rectangle — the largest area those two lengths can enclose.

Example The maximum case
When  \theta = 90° ,  \sin 90° = 1 , so:
 |\vec{U} \times \vec{V}| = |\vec{U}|\,|\vec{V}|
⟹ simply the two lengths multiplied

And when the vectors are parallel,  \sin 0° = 0 — the parallelogram collapses to a line with no area, so the cross product is zero.

Note Where this shows up

A current in a magnetic field produces motion in a third direction, perpendicular to both — the geometry of the cross product exactly. That is why the right-hand rule is the standard tool for finding which way the force acts.

Summary
  1. The result is perpendicular to the plane of the two vectors.
  2. Its length equals the area of the parallelogram they span.
  3. |U × V| = |U| |V| sin θ, using sine rather than cosine.
  4. The area is greatest at 90° and zero when the vectors are parallel.
  5. The same geometry governs magnetic force on a current.