Dot product (scalar result): Cross product (vector result, 3D only): Comparison - Dot → scalar; cross → vector - Dot is commutative; cross is anti-commu…
Physics I146 wordsFree to read
Dot product (scalar result):
u⋅v=uxvx+uyvy+uzvz=∥u∥∥v∥cosθ
Cross product (vector result, 3D only):
u×v=i^uxvxj^uyvyk^uzvz
Comparison
Dot → scalar; cross → vector
Dot is commutative; cross is anti-commutative
Dot measures projection; cross measures area
Dot=0when⊥; cross = 0 when ∥
Applications in physics
Work:W=F⋅d
Torque:τ=r×F
Magnetic force:F=qv×B
Angular momentum:L=r×p
Key insight: The dot product measures alignment; the cross product measures perpendicularity.
Common pitfall: The dot product peaks for parallel vectors and dies at 90°; the cross product does the exact opposite. Picking the wrong product silently zeroes out the very geometry you meant to measure.
Placeholder: Dot Product, Cross Product, and Applications
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.