Part of V3D-01 — Vector Algebra

Dot Product — Projections and Components

by Notetube Official76 words6 views

The scalar projection (component) of b onto a is: compacomp_a(b) = a.b / |a|. This gives the signed length of the shadow of b on a. The vector projection of b onto a is: projaproj_a(b) = (a.b / |a|^{2}) a. The perpendicular component is b - projaproj_a(b). Work done by a force F over displacement d equals F.d = |F||d|cos(theta). In JEE, projection problems often appear disguised as "find the component of one vector along another."

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes