Projections tell us how much of one vector lies in the direction of another and are important in physical applications.

Projections and components

Projections

One of the major uses of the dot product is to let us project one vector in the direction of another. Conceptually, we are looking at the “shadow” of one vector projected onto another, sort of like in the case of a sundial.

In essence we imagine the “sun” directly over a vector, casting a shadow onto another vector.

While this is good starting point for understanding orthogonal projections, now we need the definition.

Consider the vector and the vector . Compute .
Draw a picture.
Let and . Compute .
Draw a picture.

To compute the projection of one vector along another, we use the dot product.

Find the projection of the vector in the direction of the vector .
Let and be nonzero vectors in . Let . Select all statements that must be true.

Components

Scalar components compute “how much” of a vector is pointing in a particular direction.

Let . Compute .
Compute .
Compute .
To compute the scalar component of a vector in the direction of another, you use the dot product.
Let and be nonzero vectors and let be the angle between them. Which of the following are true?

Orthogonal decomposition

Given any vector in , we can always write it as for some real numbers and . Here we’ve broken into the sum of two orthogonal vectors — in particular, vectors parallel to and . In fact, given a vector and another vector you can always break into a sum of two vectors, one of which is parallel to and another that is perpendicular to . Such a sum is called an orthogonal decomposition. Move the point around to see various orthogonal decompositions of vector .

Let and . What is the orthogonal decomposition of in terms of ?
Let and . What is the orthogonal decomposition of in terms of ?

We conclude this section with a physical example where orthogonal decomposition is useful.