Vector ProjectionJEE Main

Shadow of one vector on another — interactive Mathematics simulation for IIT-JEE.

Concept

The projection of a\vec a onto b\vec b is the 'shadow' a\vec a casts along b\vec b. Its signed length is the scalar projection (ab)/b(\vec a\cdot\vec b)/|\vec b|; multiply by the unit vector b^\hat b to get the vector projection.

Key formula

compba=abb,projba=abb2b\text{comp}_{\vec b}\vec a = \frac{\vec a\cdot\vec b}{|\vec b|}, \qquad \text{proj}_{\vec b}\vec a = \frac{\vec a\cdot\vec b}{|\vec b|^2}\,\vec b

Derivation

By definition ab=abcosθ\vec a\cdot\vec b = |\vec a||\vec b|\cos\theta, so acosθ=(ab)/b|\vec a|\cos\theta = (\vec a\cdot\vec b)/|\vec b| is the length of the shadow.

To turn that length into a vector along b\vec b, multiply by b^=b/b\hat b = \vec b/|\vec b|, giving projba=abb2b\text{proj}_{\vec b}\vec a = \dfrac{\vec a\cdot\vec b}{|\vec b|^2}\vec b.

The leftover aprojba\vec a - \text{proj}_{\vec b}\vec a is perpendicular to b\vec b — the basis of orthogonal decomposition.

Scenarios to explore

  • Vector Projection — Projection of one vector onto another.

Real-world applications

  • Resolving forces along and perpendicular to a surface.
  • Work done =Fd= \vec F\cdot\vec d is force projected on displacement.
  • Gram–Schmidt orthogonalisation and least-squares fitting.

JEE exam tips

  • If ab=0\vec a\cdot\vec b = 0 the vectors are perpendicular and the projection is zero.
  • The component of a\vec a perpendicular to b\vec b has length asinθ|\vec a|\sin\theta.

Common mistakes

  • Dividing by b|\vec b| once when the vector projection needs b2|\vec b|^2.
  • Reporting the scalar projection as always positive — it carries the sign of cosθ\cos\theta.
  • Projecting onto a\vec a when the question asks for projection onto b\vec b.

Exam traps to avoid

  • Scalar projection is a number (can be negative); vector projection is a vector.
  • Projection onto b\vec b depends only on the direction of b\vec b, not its magnitude.