Intuition The big picture
The dot product asks "how much do two vectors point the SAME way?" — it returns a number (scalar).
The cross product asks the opposite: "how much are two vectors PERPENDICULAR / spread apart?" — and instead of just a number, it returns a new vector that points out of the plane the two vectors live in.
WHY a vector? Because rotation, torque and area all need a direction in space (which way does the wheel spin? which way does the surface face?). A plain number can't encode that — but a vector perpendicular to the plane can.
For two vectors A ⃗ \vec{A} A and B ⃗ \vec{B} B with angle θ \theta θ between them, the cross product is a vector defined by:
Magnitude: ∣ A ⃗ × B ⃗ ∣ = A B sin θ |\vec{A}\times\vec{B}| = AB\sin\theta ∣ A × B ∣ = A B sin θ
Direction: perpendicular to the plane containing A ⃗ \vec A A and B ⃗ \vec B B , sense given by the right-hand rule .
WHAT does sin θ \sin\theta sin θ tell us?
If A ⃗ ∥ B ⃗ \vec A \parallel \vec B A ∥ B (θ = 0 \theta=0 θ = 0 ): sin 0 = 0 \sin 0 = 0 sin 0 = 0 → cross product is zero . Parallel vectors have no "spread".
If A ⃗ ⊥ B ⃗ \vec A \perp \vec B A ⊥ B (θ = 90 ∘ \theta=90^\circ θ = 9 0 ∘ ): sin 90 ∘ = 1 \sin 90^\circ = 1 sin 9 0 ∘ = 1 → cross product is maximum = A B = AB = A B .
So the cross product peaks exactly when dot product is zero, and vice versa.
A B sin θ AB\sin\theta A B sin θ ? — it's an AREA.
Place A ⃗ \vec A A and B ⃗ \vec B B tail-to-tail. They span a parallelogram .
Take A ⃗ \vec A A as the base (length A A A ). The height of the parallelogram is the component of B ⃗ \vec B B perpendicular to A ⃗ \vec A A , which is B sin θ B\sin\theta B sin θ .
Area of parallelogram = = = base × \times × height = A ⋅ ( B sin θ ) = A B sin θ = A\cdot(B\sin\theta) = AB\sin\theta = A ⋅ ( B sin θ ) = A B sin θ .
∣ A ⃗ × B ⃗ ∣ = A B sin θ = area of the parallelogram \boxed{|\vec A \times \vec B| = AB\sin\theta = \text{area of the parallelogram}} ∣ A × B ∣ = A B sin θ = area of the parallelogram
Intuition Right-hand rule (the "curl" version)
Point the fingers of your right hand along A ⃗ \vec A A , then curl them toward B ⃗ \vec B B (through the smaller angle θ \theta θ ). Your outstretched thumb points along A ⃗ × B ⃗ \vec A\times\vec B A × B .
This immediately tells you the cross product is anti-commutative :
A ⃗ × B ⃗ = − B ⃗ × A ⃗ \vec A\times\vec B = -\,\vec B\times\vec A A × B = − B × A
Why? Curling from B ⃗ \vec B B to A ⃗ \vec A A flips your thumb to the opposite side. Magnitude stays the same, direction reverses.
Worked example Unit vectors form a cycle
With right-handed axes:
i ^ × j ^ = k ^ , j ^ × k ^ = i ^ , k ^ × i ^ = j ^ \hat i\times\hat j=\hat k,\quad \hat j\times\hat k=\hat i,\quad \hat k\times\hat i=\hat j i ^ × j ^ = k ^ , j ^ × k ^ = i ^ , k ^ × i ^ = j ^
and reversing any pair gives a minus sign, and i ^ × i ^ = 0 ⃗ \hat i\times\hat i=\vec 0 i ^ × i ^ = 0 .
Mnemonic for the cycle: i → j → k → i i\to j\to k\to i i → j → k → i (forward = + + + , backward = − - − ).
Derivation Building it from the unit-vector rules
Write A ⃗ = A x i ^ + A y j ^ + A z k ^ \vec A = A_x\hat i+A_y\hat j+A_z\hat k A = A x i ^ + A y j ^ + A z k ^ and B ⃗ = B x i ^ + B y j ^ + B z k ^ \vec B = B_x\hat i+B_y\hat j+B_z\hat k B = B x i ^ + B y j ^ + B z k ^ .
Expand A ⃗ × B ⃗ \vec A\times\vec B A × B using distributivity and the cycle rules above. Only cross-terms survive (the i ^ × i ^ \hat i\times\hat i i ^ × i ^ type terms vanish):
A ⃗ × B ⃗ = ( A y B z − A z B y ) i ^ + ( A z B x − A x B z ) j ^ + ( A x B y − A y B x ) k ^ \vec A\times\vec B = (A_yB_z-A_zB_y)\hat i + (A_zB_x-A_xB_z)\hat j + (A_xB_y-A_yB_x)\hat k A × B = ( A y B z − A z B y ) i ^ + ( A z B x − A x B z ) j ^ + ( A x B y − A y B x ) k ^
Worked example Example 1 — Pure component computation
A ⃗ = 2 i ^ + 3 j ^ + k ^ \vec A = 2\hat i + 3\hat j + \hat k A = 2 i ^ + 3 j ^ + k ^ , B ⃗ = i ^ − j ^ + 4 k ^ \vec B = \hat i - \hat j + 4\hat k B = i ^ − j ^ + 4 k ^ . Find A ⃗ × B ⃗ \vec A\times\vec B A × B .
i ^ \hat i i ^ : A y B z − A z B y = ( 3 ) ( 4 ) − ( 1 ) ( − 1 ) = 12 + 1 = 13 A_yB_z-A_zB_y = (3)(4)-(1)(-1) = 12+1 = 13 A y B z − A z B y = ( 3 ) ( 4 ) − ( 1 ) ( − 1 ) = 12 + 1 = 13
Why this step? Cover the i ^ \hat i i ^ column, cross-multiply the remaining 2×2.
j ^ \hat j j ^ : − ( A x B z − A z B x ) = − [ ( 2 ) ( 4 ) − ( 1 ) ( 1 ) ] = − ( 8 − 1 ) = − 7 -(A_xB_z-A_zB_x) = -[(2)(4)-(1)(1)] = -(8-1) = -7 − ( A x B z − A z B x ) = − [( 2 ) ( 4 ) − ( 1 ) ( 1 )] = − ( 8 − 1 ) = − 7
Why the minus? The middle term carries the − - − sign of the determinant.
k ^ \hat k k ^ : A x B y − A y B x = ( 2 ) ( − 1 ) − ( 3 ) ( 1 ) = − 2 − 3 = − 5 A_xB_y-A_yB_x = (2)(-1)-(3)(1) = -2-3 = -5 A x B y − A y B x = ( 2 ) ( − 1 ) − ( 3 ) ( 1 ) = − 2 − 3 = − 5
A ⃗ × B ⃗ = 13 i ^ − 7 j ^ − 5 k ^ \vec A\times\vec B = 13\hat i -7\hat j -5\hat k A × B = 13 i ^ − 7 j ^ − 5 k ^
Worked example Example 2 — Area of a triangle
Triangle with vertices P ( 0 , 0 , 0 ) P(0,0,0) P ( 0 , 0 , 0 ) , Q ( 1 , 2 , 0 ) Q(1,2,0) Q ( 1 , 2 , 0 ) , R ( 2 , 0 , 0 ) R(2,0,0) R ( 2 , 0 , 0 ) . Find its area.
Form two edge vectors from P P P : P Q ⃗ = ( 1 , 2 , 0 ) \vec{PQ}=(1,2,0) P Q = ( 1 , 2 , 0 ) , P R ⃗ = ( 2 , 0 , 0 ) \vec{PR}=(2,0,0) P R = ( 2 , 0 , 0 ) .
Why from the same vertex? The cross product needs both vectors sharing a tail.
P Q ⃗ × P R ⃗ = ∣ i ^ j ^ k ^ 1 2 0 2 0 0 ∣ = ( 2 ⋅ 0 − 0 ⋅ 0 ) i ^ − ( 0 − 0 ) j ^ + ( 0 − 4 ) k ^ = − 4 k ^ \vec{PQ}\times\vec{PR} = \begin{vmatrix}\hat i&\hat j&\hat k\\1&2&0\\2&0&0\end{vmatrix} = (2\cdot0-0\cdot0)\hat i-(0-0)\hat j+(0-4)\hat k = -4\hat k P Q × P R = i ^ 1 2 j ^ 2 0 k ^ 0 0 = ( 2 ⋅ 0 − 0 ⋅ 0 ) i ^ − ( 0 − 0 ) j ^ + ( 0 − 4 ) k ^ = − 4 k ^
Area = 1 2 ∣ − 4 k ^ ∣ = 1 2 ( 4 ) = 2 =\tfrac12|{-4\hat k}| = \tfrac12(4) = 2 = 2 1 ∣ − 4 k ^ ∣ = 2 1 ( 4 ) = 2 square units.
Check: base P R = 2 PR=2 P R = 2 , height = 2 =2 = 2 (the y y y of Q Q Q ), area = 1 2 ( 2 ) ( 2 ) = 2 =\tfrac12(2)(2)=2 = 2 1 ( 2 ) ( 2 ) = 2 . ✓
Worked example Example 3 — Torque
A force F ⃗ = ( 0 , 5 , 0 ) N \vec F = (0,5,0)\,\text{N} F = ( 0 , 5 , 0 ) N acts at position r ⃗ = ( 2 , 0 , 0 ) m \vec r = (2,0,0)\,\text{m} r = ( 2 , 0 , 0 ) m from the pivot. Find the torque τ ⃗ = r ⃗ × F ⃗ \vec\tau=\vec r\times\vec F τ = r × F .
τ ⃗ = ∣ i ^ j ^ k ^ 2 0 0 0 5 0 ∣ = ( 0 ) i ^ − ( 0 ) j ^ + ( 2 ⋅ 5 − 0 ) k ^ = 10 k ^ N⋅m \vec\tau = \begin{vmatrix}\hat i&\hat j&\hat k\\2&0&0\\0&5&0\end{vmatrix} = (0)\hat i -(0)\hat j + (2\cdot5-0)\hat k = 10\,\hat k\ \text{N·m} τ = i ^ 2 0 j ^ 0 5 k ^ 0 0 = ( 0 ) i ^ − ( 0 ) j ^ + ( 2 ⋅ 5 − 0 ) k ^ = 10 k ^ N⋅m
Magnitude 10 10 10 N·m, pointing along + k ^ +\hat k + k ^ (out of the page) → counter-clockwise rotation, consistent with right-hand rule. Why this step? r ⃗ \vec r r along x x x , F ⃗ \vec F F along y y y , and i ^ × j ^ = k ^ \hat i\times\hat j=\hat k i ^ × j ^ = k ^ .
τ ⃗ = r ⃗ × F ⃗ , ∣ τ ⃗ ∣ = r F sin θ \vec\tau = \vec r\times\vec F,\qquad |\vec\tau|=rF\sin\theta τ = r × F , ∣ τ ∣ = r F sin θ
Only the component of F ⃗ \vec F F perpendicular to r ⃗ \vec r r produces turning. F sin θ F\sin\theta F sin θ is that perpendicular component; r r r is the lever arm. The direction of τ ⃗ \vec\tau τ is the axis about which the body tends to rotate.
Common mistake "Cross product gives a number"
Why it feels right: dot product gives a scalar, so by habit you expect a scalar.
Fix: cross product gives a vector — it has a direction (the rotation axis). ∣ A ⃗ × B ⃗ ∣ |\vec A\times\vec B| ∣ A × B ∣ is a number, but A ⃗ × B ⃗ \vec A\times\vec B A × B is not.
A ⃗ × B ⃗ = B ⃗ × A ⃗ \vec A\times\vec B = \vec B\times\vec A A × B = B × A "
Why it feels right: multiplication of numbers is commutative.
Fix: cross product is anti -commutative: A ⃗ × B ⃗ = − B ⃗ × A ⃗ \vec A\times\vec B = -\vec B\times\vec A A × B = − B × A . Swapping flips the thumb.
Common mistake Forgetting the middle sign in the determinant
Why it feels right: you expand left-to-right with all plus signs.
Fix: the cofactor signs are + , − , + +,-,+ + , − , + . The j ^ \hat j j ^ term ALWAYS gets a minus.
cos θ \cos\theta cos θ instead of sin θ \sin\theta sin θ
Why it feels right: you mix it up with the dot product A B cos θ AB\cos\theta A B cos θ .
Fix: Dot uses cos \cos cos (alignment); Cross uses sin \sin sin (spread/area).
Recall Feynman: explain to a 12-year-old
Imagine pushing a door. If you push straight at the hinge, nothing happens. If you push at the edge, sideways, it swings easily. The cross product is the math that says: "only the sideways push counts, and the door spins about its hinge-line." It gives you both how hard it spins (the number A B sin θ AB\sin\theta A B sin θ ) and which way the spin-axis points (your right thumb when you curl your fingers from the first arrow to the second). Two arrows lying flat make a slanted patch — the cross product also measures how big that patch is .
"Sin for Spin, Cos for Close." Cross→sin \sin sin (rotation), Dot→cos \cos cos (alignment).
Cycle: i ^ → j ^ → k ^ → i ^ \hat i\to\hat j\to\hat k\to\hat i i ^ → j ^ → k ^ → i ^ forward is + + + , backward is − - − .
Right hand: fingers along A , curl to B , thumb is A×B .
What is the magnitude of A ⃗ × B ⃗ \vec A\times\vec B A × B ? A B sin θ AB\sin\theta A B sin θ What is the direction of A ⃗ × B ⃗ \vec A\times\vec B A × B ? Perpendicular to the plane of
A ⃗ , B ⃗ \vec A,\vec B A , B , by the right-hand rule
Is the cross product commutative? No;
A ⃗ × B ⃗ = − B ⃗ × A ⃗ \vec A\times\vec B=-\vec B\times\vec A A × B = − B × A (anti-commutative)
When is A ⃗ × B ⃗ = 0 ⃗ \vec A\times\vec B=\vec 0 A × B = 0 ? When the vectors are parallel/antiparallel (
θ = 0 \theta=0 θ = 0 or
180 ∘ 180^\circ 18 0 ∘ , so
sin θ = 0 \sin\theta=0 sin θ = 0 )
Geometric meaning of ∣ A ⃗ × B ⃗ ∣ |\vec A\times\vec B| ∣ A × B ∣ ? Area of the parallelogram spanned by
A ⃗ \vec A A and
B ⃗ \vec B B Area of a triangle from two edge vectors? 1 2 ∣ A ⃗ × B ⃗ ∣ \tfrac12|\vec A\times\vec B| 2 1 ∣ A × B ∣ i ^ × j ^ = ? \hat i\times\hat j=? i ^ × j ^ = ? k ^ × j ^ = ? \hat k\times\hat j=? k ^ × j ^ = ? Formula for torque as a cross product? τ ⃗ = r ⃗ × F ⃗ \vec\tau=\vec r\times\vec F τ = r × F , magnitude
r F sin θ rF\sin\theta r F sin θ Which sign does the j ^ \hat j j ^ term get in the determinant expansion? Minus (
+ , − , + +,-,+ + , − , + cofactor pattern)
Cross vs dot — which uses sin \sin sin ? Cross product uses
sin θ \sin\theta sin θ ; dot uses
cos θ \cos\theta cos θ x x x -component of A ⃗ × B ⃗ \vec A\times\vec B A × B ?A y B z − A z B y A_yB_z-A_zB_y A y B z − A z B y
Triangle area = half A x B
Determinant component formula
Intuition Hinglish mein samjho
Dekho, cross product ka matlab simple hai: do vectors lo, aur unse ek naya vector banao jo dono ke plane ke perpendicular ho. Iski magnitude hoti hai A B sin θ AB\sin\theta A B sin θ — yaani jitne zyada do vectors ek doosre ke "across" honge, utna bada result. Agar dono parallel hain (θ = 0 \theta=0 θ = 0 ), toh sin 0 = 0 \sin 0=0 sin 0 = 0 , cross product zero ho jaata hai. Yaad rakhne ka tareeka: "Sin for Spin, Cos for Close " — cross mein sine, dot mein cosine.
Direction ke liye right-hand rule use karo: right haath ki ungliyan pehle vector A ⃗ \vec A A ke along rakho, fir B ⃗ \vec B B ki taraf curl karo, aur tumhara angootha jis taraf point karega wahi A ⃗ × B ⃗ \vec A\times\vec B A × B ki direction hai. Isi wajah se A ⃗ × B ⃗ = − B ⃗ × A ⃗ \vec A\times\vec B = -\vec B\times\vec A A × B = − B × A — order badlo toh angootha ulta ho jaata hai, sign flip!
Magnitude A B sin θ AB\sin\theta A B sin θ actually ek parallelogram ka area hai jo dono vectors banate hain. Toh triangle ka area nikalna ho toh seedha 1 2 ∣ A ⃗ × B ⃗ ∣ \tfrac12|\vec A\times\vec B| 2 1 ∣ A × B ∣ lagao. Physics mein iska sabse bada use torque hai: τ ⃗ = r ⃗ × F ⃗ \vec\tau=\vec r\times\vec F τ = r × F . Door ko hinge ke paas push karo toh kuch nahi hota, par edge se sideways push karo toh ghoomti hai — wahi r F sin θ rF\sin\theta r F sin θ wala perpendicular part kaam karta hai.
Components se nikalna ho toh determinant likho (i ^ , j ^ , k ^ \hat i,\hat j,\hat k i ^ , j ^ , k ^ upar, fir A ⃗ \vec A A , fir B ⃗ \vec B B ). Bas ek dhyaan: beech wala j ^ \hat j j ^ term hamesha minus sign leta hai. Exam mein yahi galti sabse zyada hoti hai!