We want a recipe that turns two vectors into a third with the three properties above. Let's derive the coordinate formula instead of memorizing it.
Step 1 — Demand perpendicularity.
Write c=a×b=(c1,c2,c3). We require c⋅a=0 and c⋅b=0:
a1c1+a2c2+a3c3=0,b1c1+b2c2+b3c3=0.Why this step? Property (1) says c is orthogonal to both inputs — that's two linear equations in the three unknowns c1,c2,c3. Two equations, three unknowns → a whole line of solutions, all pointing the same direction.
Step 2 — Solve the system.
Treat it as eliminating variables. From the two equations the solution (up to a scalar) is
c=λ(a2b3−a3b2,a3b1−a1b3,a1b2−a2b1).Why this step? Plug this back in: a⋅c=a1(a2b3−a3b2)+a2(a3b1−a1b3)+a3(a1b2−a2b1)=0 — every term cancels. So any such c is automatically perpendicular. We just need to fix the scale λ.
Step 3 — Fix the scale using the area condition.
Choose λ=1. We now prove this choice gives magnitude ∣a∣∣b∣sinθ.
Use the algebraic identity (Lagrange's identity):
∣a×b∣2=∣a∣2∣b∣2−(a⋅b)2.
Since a⋅b=∣a∣∣b∣cosθ,
∣a×b∣2=∣a∣2∣b∣2(1−cos2θ)=∣a∣2∣b∣2sin2θ.∣a×b∣=∣a∣∣b∣sinθWhy this step? The base of the parallelogram is ∣a∣ and its height is ∣b∣sinθ (drop a perpendicular from the tip of b). Base × height = area = ∣a∣∣b∣sinθ. So λ=1 is exactly the right scale.
u=(2,0,0), v=(0,3,0). What is u×v and its length?
Forecast: perpendicular to the xy-plane → along ±k^; right-hand rule gives +k^; area of a 2×3 rectangle =6.
Verify: (0⋅0−0⋅3,0⋅0−2⋅0,2⋅3−0⋅0)=(0,0,6). Length 6. ✓ Exactly as forecast.
Right-hand rule gives direction; swapping order flips the sign.
Compute via the 3×3 determinant (watch the middle sign).
Recall Feynman: explain to a 12-year-old
Imagine two sticks glued at one end, opened like a slice of pizza. Stretch a rubber sheet between them — that's a tilted flap. The cross product is a new arrow that stands straight up out of the flap, perfectly upright. The longer that arrow, the bigger the flap (more area). If the two sticks point the same way there's no flap at all, so the arrow has length zero. Which way is "up"? Use your right hand: sweep your fingers from the first stick to the second, and your thumb shows up.
Dekho, dot product do vectors lekar ek number deta hai jo batata hai ki ve kitne "saath-saath" (parallel) hain. Cross product iska ulta partner hai: do vectors lekar ek naya vector deta hai jo dono ke perpendicular (90 degree par) khada hota hai. Yeh sirf 3D mein hota hai. Iski length kya batati hai? Us parallelogram ka area jo dono vectors banate hain — yaani ∣a∣∣b∣sinθ.
Formula yaad rakhne ke liye seedha 3×3 determinant use karo with top row i^,j^,k^. Bas dhyaan rakho middle component mein minus sign aata hai: (a2b3−a3b2,a3b1−a1b3,a1b2−a2b1). Direction ke liye right-hand rule: ungliyan a se b ki taraf curl karo, angootha jis taraf — wahi cross product. Order badlo toh sign flip ho jata hai: b×a=−(a×b).
Sabse common galti: cross ko scalar samajh lena, ya cos aur sin mix kar dena. Yaad rakho — dot ke saath cos (parallel pe maximum), cross ke saath sin (perpendicular pe maximum, parallel pe zero). Yeh kyun important hai? Triangle ka area (21∣u×v∣), planes ke normal vectors, aur physics mein torque (r×F) — sab isi se nikalte hain. Ek baar geometry samajh gaye, toh formula khud derive kar paoge, ratta maarne ki zaroorat nahi.