Projections and Work

Learning Objectives

  • Explain what is meant by the vector projection of one vector onto another vector, and describe how to compute it.
  • Calculate the work done by a given force.

Projections

As we have seen, addition combines two vectors to create a resultant vector. But what if we are given a vector and we need to find its component parts? We use vector projections to perform the opposite process; they can break down a vector into its components. The magnitude of a vector projection is a scalar projection. For example, if a child is pulling the handle of a wagon at a [latex]55^\circ[/latex] angle, we can use projections to determine how much of the force on the handle is actually moving the wagon forward (Figure 1). We return to this example and learn how to solve it after we see how to calculate projections.

This figure is the image of a wagon with a handle. The handle is represented by the vector “F.” The angle between F and the horizontal direction of the wagon is 55 degrees.

Figure 1. When a child pulls a wagon, only the horizontal component of the force propels the wagon forward.

DEFINITION


The vector projection of [latex]\mathbf{v}[/latex] onto [latex]\mathbf{u}[/latex] is the vector labeled [latex]\text{proj}_\text{u}\mathbf{v}[/latex] in Figure 2. It has the same initial point as [latex]\mathbf{u}[/latex] and [latex]\mathbf{v}[/latex] and the same direction as [latex]\mathbf{u}[/latex], and represents the component of [latex]\mathbf{v}[/latex] that acts in the direction of [latex]\mathbf{u}[/latex]. If [latex]\theta[/latex] represents the angle between [latex]\mathbf{u}[/latex] and [latex]\mathbf{v}[/latex], then, by properties of triangles, we know the length of [latex]\text{proj}_\text{u}\mathbf{v}[/latex] is [latex]||\text{proj}_\text{u}\mathbf{v}|| = ||\mathbf{v}||\cos{\theta}[/latex]. When expressing [latex]\cos{\theta}[/latex] in terms of the dot product, this becomes


[latex] \begin{align*} ||\text{proj}_\text{u}\mathbf{v}|| &= ||\mathbf{v}||\cos{\theta}\\ &= ||\mathbf{v}||(\frac{|\mathbf{u}\cdot\mathbf{v}|}{||\mathbf{u}||\,||\mathbf{v}||})\\ &= \frac{|\mathbf{u}\cdot\mathbf{v}|}{||\mathbf{u}||}.\\\end{align*} [/latex]

We now multiply by a unit vector in the direction of [latex]\mathbf{u}[/latex] to get [latex]\text{proj}_\text{u}\mathbf{v}[/latex]:

[latex]\text{proj}_\text{u}\mathbf{v} = \frac{|\mathbf{u}\cdot\mathbf{v}|}{||\mathbf{u}||}(\frac{1}{||\mathbf{u}||}\mathbf{u}) = \frac{\mathbf{u} \cdot \mathbf{v}}{||\mathbf{u}||^2}\mathbf{u}[/latex].
The length of this vector is also known as the scalar projection of [latex]\mathbf{v}[/latex] onto [latex]\mathbf{u}[/latex] and is denoted by

[latex]||\text{proj}_\text{u}\mathbf{v}|| = ||\text{comp}_\text{u}\mathbf{v}|| = \frac{|\mathbf{u}\cdot\mathbf{v}|}{||\mathbf{u}||}[/latex].
This image has a vector labeled “v.” There is also a vector with the same initial point labeled “proj sub u v.” The third vector is from the terminal point of proj sub u v in the same direction labeled “u.” A broken line segment from the initial point of u to the terminal point of v is drawn and is perpendicular to u.

Figure 2. The projection of [latex]{\bf{v}}[/latex] onto [latex]{\bf{u}}[/latex] shows the component of vector [latex]{\bf{v}}[/latex] in the direction of [latex]{\bf{u}}[/latex].

Example: finding projections

Find the projection of [latex]\mathbf{v}[/latex] onto [latex]\mathbf{u}[/latex].

  1. [latex]\mathbf{v} = \langle 3,5,1 \rangle[/latex] and [latex]\mathbf{u} = \langle -1,4,3 \rangle[/latex]
  2. [latex]\mathbf{v} = 3\mathbf{i} -2\mathbf{j}[/latex] and [latex]\mathbf{u} = \mathbf{i} +6\mathbf{j}[/latex]

Try It

Sometimes it is useful to decompose vectors—that is, to break a vector apart into a sum. This process is called the resolution of a vector into components. Projections allow us to identify two orthogonal vectors having a desired sum. For example, let [latex]\mathbf{v} = \langle 6,-4 \rangle[/latex] and let [latex]\mathbf{u} = \langle 3,1 \rangle[/latex]. We want to decompose the vector [latex]\mathbf{v}[/latex] into orthogonal components such that one of the component vectors has the same direction as [latex]\mathbf{u}[/latex].

We first find the component that has the same direction as [latex]\mathbf{u}[/latex] by projecting [latex]\mathbf{v}[/latex] onto [latex]\mathbf{u}[/latex]. Let [latex]\mathbf{p} = \text{proj}_\text{u}\mathbf{v}[/latex]. Then, we have


[latex] \begin{align*} \mathbf{p} &= \frac{\mathbf{u} \cdot \mathbf{v}}{||\mathbf{u}||^2}\mathbf{u}\\ &= \frac{18-4}{9+1}\mathbf{u}\\ &= \frac{7}{5}\mathbf{u} = \frac{7}{5} \langle 3,1 \rangle = \langle \frac{21}{5},\frac{7}{5} \rangle.\\\end{align*} [/latex]

Now consider the vector [latex]\mathbf{q} = \mathbf{v} - \mathbf{p}[/latex]. We have


[latex] \begin{align*} \mathbf{q} &= \mathbf{v} - \mathbf{p}\\ &= \langle 6,-4 \rangle - \langle \frac{21}{5},\frac{7}{5} \rangle\\ &= \langle \frac{9}{5},-\frac{27}{5} \rangle.\\\end{align*} [/latex]

Clearly, by the way we defined [latex]\mathbf{q}[/latex], we have [latex]\mathbf{v} = \mathbf{q} + \mathbf{p}[/latex], and


[latex] \begin{align*} \mathbf{q} \cdot \mathbf{p} &= \langle \frac{9}{5},-\frac{27}{5} \rangle \cdot \langle \frac{21}{5},\frac{7}{5} \rangle\\ &= \frac{9(21)}{25}+\frac{-27(7)}{25} \\ &= \frac{189}{25}-\frac{189}{25} = 0 .\\\end{align*} [/latex]

Therefore, [latex]\mathbf{q}[/latex] and [latex]\mathbf{p}[/latex] are orthogonal.

Example: resolving vectors into components

Express [latex]\mathbf{v} = \langle 8,-3,-3 \rangle[/latex] as a sum of orthogonal vectors such that one of the vectors has the same direction as [latex]\mathbf{u} = \langle 2,3,2 \rangle[/latex].

try it

Express [latex]\mathbf{v} = 5\mathbf{i} - \mathbf{j}[/latex] as a sum of orthogonal vectors such that one of the vectors has the same direction as [latex]\mathbf{u} = 4\mathbf{i} +2\mathbf{j}[/latex].

Watch the following video to see the worked solution to the above Try IT.

You can view the transcript for “CP 2.27” here (opens in new window).

Example: scalar projection of velocity

A container ship leaves port traveling [latex]15^\circ[/latex] north of east. Its engine generates a speed of [latex]20[/latex] knots along that path (see the following figure). In addition, the ocean current moves the ship northeast at a speed of 2 knots. Considering both the engine and the current, how fast is the ship moving in the direction [latex]15^\circ[/latex] north of east? Round the answer to two decimal places.

This figure is an image of a ship. The ship is at the origin of two perpendicular axes. The horizontal axis is labeled “east.” The second axis is vertical and labeled “north.” From the ship there are two vectors. The first is labeled “v” and has an angle of 15 degrees between the East axis and the vector v. The second vector is labeled “w” and has an angle of 45 degrees between the East axis and the vector w.

Figure 3. Find how fast the ship is moving in the direction of [latex]15^{\circ}[/latex] north of east.

try it

Repeat the previous example, but assume the ocean current is moving southeast instead of northeast, as shown in the following figure.

This figure is an image of a ship. The ship is at the origin of two perpendicular axes. The horizontal axis is labeled “east.” The second axis is vertical and labeled “north.” From the ship there are two vectors. The first is labeled “v” and has an angle of 15 degrees between the East axis and the vector v. The second vector is labeled “w” and has an angle of 45 degrees between the East axis and the vector w. Vector w is below the East axis in the fourth quadrant.

Figure 4. Find how fast the ship is moving in the direction [latex]45^{\circ}[/latex] south of east.

Work

Now that we understand dot products, we can see how to apply them to real-life situations. The most common application of the dot product of two vectors is in the calculation of work.

From physics, we know that work is done when an object is moved by a force. When the force is constant and applied in the same direction the object moves, then we define the work done as the product of the force and the distance the object travels: [latex]W=Fd[/latex]. We saw several examples of this type in earlier chapters. Now imagine the direction of the force is different from the direction of motion, as with the example of a child pulling a wagon. To find the work done, we need to multiply the component of the force that acts in the direction of the motion by the magnitude of the displacement. The dot product allows us to do just that. If we represent an applied force by a vector F and the displacement of an object by a vector s, then the work done by the force is the dot product of F and s.

DEFINITION


When a constant force is applied to an object so the object moves in a straight line from point [latex]P[/latex] to point [latex]Q[/latex], the work [latex]W[/latex] done by the force F, acting at an angle [latex]\theta[/latex] from the line of motion, is given by

[latex]W = \mathbf{F} \cdot \overrightarrow{PQ} = ||\mathbf{F}||\,||\overrightarrow{PQ}||\cos{\theta}[/latex].

Let’s revisit the problem of the child’s wagon introduced earlier. Suppose a child is pulling a wagon with a force having a magnitude of [latex]8[/latex] lb on the handle at an angle of [latex]55^\circ[/latex]. If the child pulls the wagon [latex]50[/latex] ft, find the work done by the force (Figure 5).

This figure is an image of a wagon with a handle. The handle is represented with a vector labeled “8 lb.” There is another vector in the horizontal direction from the wagon labeled “50 ft.” The angle between these vectors is 55 degrees.

Figure 5. The horizontal component of the force is the projection of [latex]{\bf{F}}[/latex] onto the positive [latex]x[/latex]-axis.

We have

[latex]W = ||\mathbf{F}||\,||\overrightarrow{PQ}||\cos{\theta} = 8(50)(\cos{(55^\circ)}) \approx 229 \text{ft} \cdot \text{lb}[/latex].

In U.S. standard units, we measure the magnitude of force [latex]||\mathbf{F}||[/latex] in pounds. The magnitude of the displacement vector [latex]||\overrightarrow{PQ}||[/latex] tells us how far the object moved, and it is measured in feet. The customary unit of measure for work, then, is the foot-pound. One foot-pound is the amount of work required to move an object weighing [latex]1[/latex] lb a distance of [latex]1[/latex] ft straight up. In the metric system, the unit of measure for force is the newton (N), and the unit of measure of magnitude for work is a newton-meter (N·m), or a joule (J).

Example: calculating work

A conveyor belt generates a force [latex]\mathbf{F} = 5\mathbf{i} - 3\mathbf{j} + \mathbf{k}[/latex] that moves a suitcase from point [latex](1, 1, 1)[/latex] to point [latex](9, 4, 7)[/latex] along a straight line. Find the work done by the conveyor belt. The distance is measured in meters and the force is measured in newtons.

try it

A constant force of [latex]30[/latex] lb is applied at an angle of [latex]60^\circ[/latex] to pull a handcart [latex]10[/latex] ft across the ground (Figure 6). What is the work done by this force?

This figure is an image of a hand cart with a crate. The vertical handle of the hand cart has two vectors. The first is horizontal to the handle and labeled “s.” The second is from the handle and labeled “F.” The angle between the two vectors is 60 degrees.

Figure 6. Find the force [latex]{\bf{F}}[/latex].

Try It