Physics Lab

Dot and Cross Products

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: ab=abcosθ=axbx+ayby+azbz.\vec a \cdot \vec b = a b \cos\theta = a_x b_x + a_y b_y + a_z b_z. Commutative; gives projection acosθ=ab^a\cos\theta = \vec a \cdot \hat b. Zero \Leftrightarrow perpendicular.

Cross product: a×b=absinθn^,\vec a \times \vec b = a b \sin\theta\, \hat n, where n^\hat n is normal to the plane of a,b\vec a, \vec b given by the right-hand rule. Anti-commutative: b×a=a×b\vec b \times \vec a = -\vec a \times \vec b. Zero \Leftrightarrow parallel.

In components, a×b=i^j^k^axayazbxbybz.\vec a \times \vec b = \begin{vmatrix} \hat i & \hat j & \hat k \\ a_x & a_y & a_z \\ b_x & b_y & b_z \end{vmatrix}.

Magnitude a×b|\vec a \times \vec b| equals the area of the parallelogram spanned.

Derivation

Define ab\vec a \cdot \vec b via projections. Write b=bcosθa^+b\vec b = b\cos\theta\,\hat a + \vec b_\perp where ba\vec b_\perp \perp \vec a. Then ab=a(bcosθ)\vec a \cdot \vec b = a\,(b\cos\theta) since ab=0\vec a \cdot \vec b_\perp = 0. Distributivity over i^,j^,k^\hat i, \hat j, \hat k with i^i^=1\hat i \cdot \hat i = 1, i^j^=0\hat i \cdot \hat j = 0 gives the component formula.

For the cross product, set i^×j^=k^\hat i \times \hat j = \hat k (cyclic), expand bilinearly, and the determinant form follows.

JEE Worked Example

Q. A force F=3i^+4j^N\vec F = 3\hat i + 4\hat j\,\text{N} acts at the point r=2i^+j^m\vec r = 2\hat i + \hat j\,\text{m}. Find the torque τ=r×F\vec\tau = \vec r \times \vec F about the origin and the work done while displacing along d=i^+j^m\vec d = \hat i + \hat j\,\text{m}.

Solution. τ=(2i^+j^)×(3i^+4j^)=24(i^×j^)+13(j^×i^)=8k^3k^=5k^N m\vec\tau = (2\hat i + \hat j) \times (3\hat i + 4\hat j) = 2\cdot 4\,(\hat i \times \hat j) + 1\cdot 3\,(\hat j \times \hat i) = 8\hat k - 3\hat k = 5\hat k\,\text{N m}.

Work W=Fd=3(1)+4(1)=7JW = \vec F \cdot \vec d = 3(1) + 4(1) = 7\,\text{J}.

Traps

  • Treating cross product as commutative.
  • Forgetting that the dot product can be negative (obtuse angle).
  • Reading off sinθ\sin\theta instead of cosθ\cos\theta when both vectors are tail-to-tail.
  • Sign errors when expanding the determinant — minus on the j^\hat j row.

Key Takeaways

  • Dot product: scalar, commutative, abcosθa b \cos\theta.
  • Cross product: vector, anti-commutative, absinθa b \sin\theta.
  • Use components for messy 3D problems; geometric form for clean angles.

AI Summary

Summarize this page in your favorite LLM