Two vectors can be multiplied in two physically meaningful ways: the dot product yields a scalar (work, projection), the cross product yields a vector (torque, area, angular momentum). Their algebraic and geometric properties drive most JEE vector questions.
Concept
Dot product:a⋅b=abcosθ=axbx+ayby+azbz.
Commutative; gives projection acosθ=a⋅b^. Zero ⇔ perpendicular.
Cross product:a×b=absinθn^,
where n^ is normal to the plane of a,b given by the right-hand rule. Anti-commutative: b×a=−a×b. Zero ⇔ parallel.
In components,
a×b=i^axbxj^aybyk^azbz.
Magnitude ∣a×b∣ equals the area of the parallelogram spanned.
Derivation
Define a⋅b via projections. Write b=bcosθa^+b⊥ where b⊥⊥a. Then a⋅b=a(bcosθ) since a⋅b⊥=0. Distributivity over i^,j^,k^ with i^⋅i^=1, i^⋅j^=0 gives the component formula.
For the cross product, set i^×j^=k^ (cyclic), expand bilinearly, and the determinant form follows.
JEE Worked Example
Q. A force F=3i^+4j^N acts at the point r=2i^+j^m. Find the torque τ=r×F about the origin and the work done while displacing along d=i^+j^m.
Solution.τ=(2i^+j^)×(3i^+4j^)=2⋅4(i^×j^)+1⋅3(j^×i^)=8k^−3k^=5k^N m.
Work W=F⋅d=3(1)+4(1)=7J.
Traps
Treating cross product as commutative.
Forgetting that the dot product can be negative (obtuse angle).
Reading off sinθ instead of cosθ when both vectors are tail-to-tail.
Sign errors when expanding the determinant — minus on the j^ row.
Key Takeaways
Dot product: scalar, commutative, abcosθ.
Cross product: vector, anti-commutative, absinθ.
Use components for messy 3D problems; geometric form for clean angles.