Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The projection of a vector on another vector is essentially the 'shadow' of vector cast onto the line containing vector . Visually, if you imagine a light source positioned perpendicular to , the length of the segment on covered by the shadow of represents the magnitude of the projection.
The scalar projection (also called the component) of on is a real number given by , where is the angle between the two vectors. If the angle is acute, the projection is positive and points in the direction of ; if obtuse, it is negative and points in the opposite direction.
The dot product is the fundamental tool for calculating projections because . This relationship allows us to find the scalar component without directly calculating the angle .
A vector projection differs from a scalar projection because it is a vector quantity. It is obtained by multiplying the scalar projection by the unit vector in the direction of . Visually, this is the actual vector arrow that lies along the line of starting from the same origin as .
When two vectors are perpendicular (orthogonal), the angle and . Consequently, the projection of one onto the other is zero. Geometrically, a vertical object cast no shadow on a horizontal line when the light source is directly above it.
The projection of a vector on the coordinate axes () are simply its components , , and . For example, the projection of on the -axis is the distance from the origin to the point where a perpendicular line dropped from the tip of meets the -axis.
📐Formulae
Scalar Projection of on
Vector Projection of on
Dot Product:
Magnitude:
Unit Vector:
💡Examples
Problem 1:
Find the scalar projection of the vector on the vector .
Solution:
- First, calculate the dot product :
- Next, find the magnitude of :
- Use the formula for scalar projection:
Explanation:
To find the scalar projection, we determine how much of aligns with by dividing their dot product by the length of the target vector .
Problem 2:
Find the vector projection of on .
Solution:
- Calculate :
- Calculate :
- Use the vector projection formula:
Explanation:
The vector projection results in a vector. Since the dot product is negative, the resulting vector points in the opposite direction of .