Academy
MathsVectorsThe Cross Product: Area & Rotation

The Cross Product: Area & Rotation

Visualize how two vectors in a plane generate a third perpendicular vector following the Right-Hand Rule.

The Geometry of Twisting

Unlike the Dot Product, which tells us how much vectors "align," the Cross Product (A×B\vec{A} \times \vec{B}) measures how much they "twist" relative to each other.

The Three Characteristics of C=A×B\vec{C} = \vec{A} \times \vec{B}

  1. Direction: The resulting vector C\vec{C} is always perpendicular to the plane containing A\vec{A} and B\vec{B}.
  2. Magnitude: The length C|\vec{C}| is exactly equal to the Area of the Parallelogram formed by A\vec{A} and B\vec{B}. C=ABsinθ|\vec{C}| = |\vec{A}| |\vec{B}| \sin \theta
  3. The Right-Hand Rule: If you curl your fingers from A\vec{A} to B\vec{B}, your thumb points in the direction of C\vec{C}. This is why A×B=(B×A)\vec{A} \times \vec{B} = -(\vec{B} \times \vec{A}).

Interactive 3D Cross Product Lab

In the lab below, A\vec{A} (Red) and B\vec{B} (Blue) live on the XYXY plane. The resultant C\vec{C} (Black) grows vertically. Drag the sliders and watch the shaded area match the height of the resultant vector.


Sanjib's JEE Insight: Notice that if A\vec{A} and B\vec{B} are parallel (θ=0\theta = 0^\circ or 180180^\circ), the parallelogram collapses, the area becomes zero, and the cross product vanishes! This is how we prove two vectors are collinear.