Vectors (ME-V1)

NSWMaths Extension 1Syllabus dot point

How do we find the projection of one vector onto another, and what does it mean geometrically?

Compute the scalar and vector projection of one vector onto another and interpret it geometrically

A focused answer to the HSC Maths Extension 1 dot point on vector projection. The scalar and vector projections, their formulas, geometric interpretation as the component of one vector along another, and applications, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy7 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to compute both the scalar projection (the length of the shadow of one vector on another) and the vector projection (the shadow as a vector), and interpret these geometrically as the component along the direction of the second vector.

The answer

Scalar projection

The scalar projection of a\mathbf{a} onto b\mathbf{b} is the signed length of the projection. It is

projbscalara=abb=acosθ,\text{proj}_{\mathbf{b}}^{\text{scalar}} \mathbf{a} = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|} = |\mathbf{a}| \cos \theta,

where θ\theta is the angle between a\mathbf{a} and b\mathbf{b}.

The sign is positive if the projection is in the direction of b\mathbf{b} (angle acute), negative if opposite (angle obtuse).

Vector projection

The vector projection of a\mathbf{a} onto b\mathbf{b} is the actual vector "shadow":

projba=abb2b=(abb)b^.\text{proj}_{\mathbf{b}} \mathbf{a} = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|^2} \mathbf{b} = \left( \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|} \right) \hat{\mathbf{b}}.

This is the scalar projection times the unit vector b^\hat{\mathbf{b}}.

Geometric picture

Imagine a\mathbf{a} and b\mathbf{b} both starting at the origin. Drop a perpendicular from the head of a\mathbf{a} to the line containing b\mathbf{b}. The foot of the perpendicular is at the head of the vector projection of a\mathbf{a} onto b\mathbf{b}.

The scalar projection is the signed length from the origin to that foot.

Decomposition

Any vector a\mathbf{a} can be split into a component parallel to b\mathbf{b} and a component perpendicular to b\mathbf{b}:

a=projba+a.\mathbf{a} = \text{proj}_{\mathbf{b}} \mathbf{a} + \mathbf{a}_{\perp}.

The perpendicular part is a=aprojba\mathbf{a}_{\perp} = \mathbf{a} - \text{proj}_{\mathbf{b}} \mathbf{a}.

This decomposition is used in mechanics (resolving forces) and in geometric proofs.

Useful identities

If a\mathbf{a} is already parallel to b\mathbf{b}, then projba=a\text{proj}_{\mathbf{b}} \mathbf{a} = \mathbf{a} and the perpendicular part is zero.

If a\mathbf{a} is perpendicular to b\mathbf{b}, then ab=0\mathbf{a} \cdot \mathbf{b} = 0 and both projections are zero.

The magnitude of the vector projection equals the absolute value of the scalar projection.

Related dot points