Physics Lab
Class XI/Chapter 4: Motion in a Plane/Dot Product (Scalar Product)

Dot Product (Scalar Product)

The dot product turns two vectors into a scalar. It measures how much of one vector lies along another — directly tied to work, projection, and angle.

Concept

Definition

For A\vec{A} and B\vec{B} with angle θ\theta between them: AB=ABcosθ=ABcosθ.\vec{A}\cdot\vec{B} = |\vec{A}|\,|\vec{B}|\cos\theta = AB\cos\theta.

Component Form

AB=AxBx+AyBy+AzBz.\vec{A}\cdot\vec{B} = A_x B_x + A_y B_y + A_z B_z.

Useful Identities

IdentityMeaning
i^i^=j^j^=k^k^=1\hat{i}\cdot\hat{i} = \hat{j}\cdot\hat{j} = \hat{k}\cdot\hat{k} = 1Self dot = 1
i^j^=j^k^=i^k^=0\hat{i}\cdot\hat{j} = \hat{j}\cdot\hat{k} = \hat{i}\cdot\hat{k} = 0Orthogonal axes
AA=A2\vec{A}\cdot\vec{A} = A^2Magnitude squared
AB=BA\vec{A}\cdot\vec{B} = \vec{B}\cdot\vec{A}Commutative
A(B+C)=AB+AC\vec{A}\cdot(\vec{B} + \vec{C}) = \vec{A}\cdot\vec{B} + \vec{A}\cdot\vec{C}Distributive

Geometric Meaning

AB\vec{A}\cdot\vec{B} = (magnitude of A\vec{A}) × (component of B\vec{B} along A\vec{A}).

So if you project B\vec{B} onto A\vec{A}, the result is BcosθB\cos\theta, and multiplying by AA gives the dot product.

Angle Between Vectors

cosθ=ABAB.\cos\theta = \frac{\vec{A}\cdot\vec{B}}{AB}.

Perpendicularity Test

AB=0\vec{A}\cdot\vec{B} = 0 iff AB\vec{A} \perp \vec{B} (assuming non-zero vectors).

Applications

  • Work: W=FdW = \vec{F}\cdot\vec{d}. Only the component of force along displacement does work.
  • Power: P=FvP = \vec{F}\cdot\vec{v}.
  • Magnetic flux: Φ=BA\Phi = \vec{B}\cdot\vec{A}.

Worked Example

Q1: A=2i^+3j^k^\vec{A} = 2\hat{i} + 3\hat{j} - \hat{k}, B=i^2j^+2k^\vec{B} = \hat{i} - 2\hat{j} + 2\hat{k}. Find AB\vec{A}\cdot\vec{B} and the angle between them.

Solution: AB=(2)(1)+(3)(2)+(1)(2)=262=6.\vec{A}\cdot\vec{B} = (2)(1) + (3)(-2) + (-1)(2) = 2 - 6 - 2 = -6.

A=4+9+1=14A = \sqrt{4+9+1} = \sqrt{14}, B=1+4+4=3B = \sqrt{1+4+4} = 3.

cosθ=6/(314)=2/140.535θ122.3°\cos\theta = -6 / (3\sqrt{14}) = -2/\sqrt{14} \approx -0.535 \Rightarrow \theta \approx 122.3°.

Q2: A constant force F=4i^+3j^\vec{F} = 4\hat{i} + 3\hat{j} N moves a particle through displacement d=5i^\vec{d} = 5\hat{i} m. Find the work done.

W=Fd=(4)(5)+(3)(0)=20W = \vec{F}\cdot\vec{d} = (4)(5) + (3)(0) = 20 J.

Common Confusions

  • "AB=AB\vec{A}\cdot\vec{B} = AB." — Only if θ=0\theta = 0 (parallel vectors).
  • "Dot product is a vector." — No, it returns a scalar.
  • "AB=0\vec{A}\cdot\vec{B} = 0 implies A=0\vec{A} = 0 or B=0\vec{B} = 0." — No, it can also mean they are perpendicular.

Key Takeaways

  • AB=ABcosθ=AxBx+AyBy+AzBz\vec{A}\cdot\vec{B} = AB\cos\theta = A_xB_x + A_yB_y + A_zB_z.
  • Returns a scalar (positive, negative, or zero).
  • Zero iff perpendicular (for non-zero vectors).
  • Work = Fd\vec{F}\cdot\vec{d}.
  • Commutative and distributive over addition.

AI Summary

Summarize this page in your favorite LLM