Skip to main content

Section 12.3 The Calculus of Motion

A common use of vector-valued functions is to describe the motion of an object in the plane or in space. A position function \(\vec r(t)\) gives the position of an object at time \(t\text{.}\) This section explores how derivatives and integrals are used to study the motion described by such a function.

Definition 12.3.1. Velocity, Speed and Acceleration.

Let \(\vec r(t)\) be a position function in \(\mathbb{R}^2\) or \(\mathbb{R}^3\text{.}\)

Velocity

The instantaneous rate of position change, denoted \(\vec v(t)\text{;}\) that is, \(\vec v(t) = \vrp(t)\text{.}\)

Speed

The magnitude of velocity: \(\norm{\vec v(t)}\text{.}\)

Acceleration

The instantaneous rate of velocity change, denoted \(\vec a(t)\text{;}\) that is, \(\vec a(t) = \vec v\,'(t) = \vrp'(t)\text{.}\)

Example 12.3.2. Finding velocity and acceleration.

An object is moving with position function \(\vec r(t) = \la t^2-t,t^2+t\ra\text{,}\) \(-3\leq t\leq 3\text{,}\) where distances are measured in feet and time is measured in seconds.

  1. Find \(\vvt\) and \(\vat\text{.}\)

  2. Sketch \(\vrt\text{;}\) plot \(\vec v(-1)\text{,}\) \(\vec a(-1)\text{,}\) \(\vec v(1)\) and \(\vec a(1)\text{,}\) each with their initial point at their corresponding point on the graph of \(\vrt\text{.}\)

  3. When is the object's speed minimized?

Solution.
  1. Taking derivatives, we find

    \begin{equation*} \vvt = \vrp(t) =\la 2t-1,2t+1\ra \text{ and } \vat = \vrp'(t) = \la 2,2\ra\text{.} \end{equation*}

    Note that acceleration is constant.

  2. \(\vec v(-1) = \la -3,-1\ra\text{,}\) \(\vec a(-1) = \la 2,2\ra\text{;}\) \(\vec v(1) = \la 1,3\ra\text{,}\) \(\vec a(1) = \la 2,2\ra\text{.}\) These are plotted with \(\vrt\) in Figure 12.3.3.(a). We can think of acceleration as “pulling” the velocity vector in a certain direction. At \(t=-1\text{,}\) the velocity vector points down and to the left; at \(t=1\text{,}\) the velocity vector has been pulled in the \(\la 2,2\ra\) direction and is now pointing up and to the right. In Figure 12.3.3.(b) we plot more velocity/acceleration vectors, making more clear the effect acceleration has on velocity.

    (a)
    (b)
    Figure 12.3.3. Graphing the position, velocity and acceleration of an object in Example 12.3.2

    Since \(\vat\) is constant in this example, as \(t\) grows large \(\vvt\) becomes almost parallel to \(\vat\text{.}\) For instance, when \(t=10\text{,}\) \(\vec v(10) = \la 19,21\ra\text{,}\) which is nearly parallel to \(\la 2,2\ra\text{.}\)

  3. The object's speed is given by

    \begin{equation*} \norm{\vvt} = \sqrt{(2t-1)^2+(2t+1)^2} =\sqrt{8t^2+2}\text{.} \end{equation*}

    To find the minimal speed, we could apply calculus techniques (such as set the derivative equal to 0 and solve for \(t\text{,}\) etc.) but we can find it by inspection. Inside the square root we have a quadratic which is minimized when \(t=0\text{.}\) Thus the speed is minimized at \(t=0\text{,}\) with a speed of \(\sqrt{2}\) fts. The graph in Figure 12.3.3.(b) also implies speed is minimized here. The filled dots on the graph are located at integer values of \(t\) between \(-3\) and 3. Dots that are far apart imply the object traveled a far distance in 1 second, indicating high speed; dots that are close together imply the object did not travel far in 1 second, indicating a low speed. The dots are closest together near \(t=0\text{,}\) implying the speed is minimized near that value.

Example 12.3.4. Analyzing Motion.

Two objects follow an identical path at different rates on \([-1,1]\text{.}\) The position function for Object 1 is \(\vec r_1(t) = \la t, t^2\ra\text{;}\) the position function for Object 2 is \(\vec r_2(t) = \la t^3, t^6\ra\text{,}\) where distances are measured in feet and time is measured in seconds. Compare the velocity, speed and acceleration of the two objects on the path.

Solution.

We begin by computing the velocity and acceleration function for each object:

\begin{align*} \vec v_1(t) \amp = \la 1,2t\ra \amp \vec v_2(t) \amp = \la 3t^2,6t^5\ra\\ \vec a_1(t) \amp = \la 0,2\ra \amp \vec a_2(t) \amp =\la 6t,30t^4\ra \end{align*}

We immediately see that Object 1 has constant acceleration, whereas Object 2 does not.

At \(t=-1\text{,}\) we have \(\vec v_1(-1) = \la 1,-2\ra\) and \(\vec v_2(-1) = \la 3,-6\ra\text{;}\) the velocity of Object 2 is three times that of Object 1 and so it follows that the speed of Object 2 is three times that of Object 1 (\(3\sqrt{5}\) ft/s compared to \(\sqrt{5}\) ft/s.)

Figure 12.3.5. Plotting velocity and acceleration vectors for Object 1 in Example 12.3.4

At \(t=0\text{,}\) the velocity of Object 1 is \(\vec v(1) = \la 1,0\ra\) and the velocity of Object 2 is \(\vec 0\text{!}\) This tells us that Object 2 comes to a complete stop at \(t=0\text{.}\)

In Figure 12.3.5, we see the velocity and acceleration vectors for Object 1 plotted for \(t=-1, -1/2, 0, 1/2\) and \(t=1\text{.}\) Note again how the constant acceleration vector seems to “pull” the velocity vector from pointing down, right to up, right. We could plot the analogous picture for Object 2, but the velocity and acceleration vectors are rather large (\(\vec a_2(-1) = \la -6,30\ra\text{!}\))

Instead, we simply plot the locations of Object 1 and 2 on intervals of \(1/10^{\text{ th } }\) of a second, shown in Figure 12.3.6.(a) and Figure 12.3.6.(b) . Note how the \(x\)-values of Object 1 increase at a steady rate. This is because the \(x\)-component of \(\vec a(t)\) is 0; there is no acceleration in the \(x\)-component. The dots are not evenly spaced; the object is moving faster near \(t=-1\) and \(t=1\) than near \(t=0\text{.}\)

(a)
(b)
Figure 12.3.6. Comparing the positions of Objects 1 and 2 in Example 12.3.4

In Figure 12.3.6.(b), we see the points plotted for Object 2. Note the large change in position from \(t=-1\) to \(t=-0.8\text{;}\) the object starts moving very quickly. However, it slows considerably at it approaches the origin, and comes to a complete stop at \(t=0\text{.}\) While it looks like there are 3 points near the origin, there are in reality 5 points there.

Since the objects begin and end at the same location, they have the same displacement. Since they begin and end at the same time, with the same displacement, they have the same average rate of change (i.e., they have the same average velocity). Since they follow the same path, they have the same distance traveled. Even though these three measurements are the same, the objects obviously travel the path in very different ways.

Example 12.3.7. Analyzing the motion of a whirling ball on a string.

A young boy whirls a ball, attached to a string, above his head in a counter-clockwise circle. The ball follows a circular path and makes 2 revolutions per second. The string has length 2 ft.

  1. Find the position function \(\vec r(t)\) that describes this situation.

  2. Find the acceleration of the ball and give a physical interpretation of it.

  3. A tree stands 10 ft in front of the boy. At what \(t\)-values should the boy release the string so that the ball hits the tree?

Solution.
  1. The ball whirls in a circle. Since the string is 2ft long, the radius of the circle is 2. The position function \(\vrt = \la 2\cos(t) , 2\sin(t) \ra\) describes a circle with radius 2, centered at the origin, but makes a full revolution every \(2\pi\) seconds, not two revolutions per second. We modify the period of the trigonometric functions to be 1/2 by multiplying \(t\) by \(4\pi\text{.}\) The final position function is thus

    \begin{equation*} \vrt = \la 2\cos(4\pi t), 2\sin(4\pi t)\ra\text{.} \end{equation*}

    (Plot this for \(0\leq t\leq 1/2\) to verify that one revolution is made in 1/2 a second.)

  2. To find \(\vat\text{,}\) we take the derivative of \(\vrt\) twice.

    \begin{align*} \vvt = \vrp(t) \amp = \la -8\pi \sin(4\pi t), 8\pi \cos(4\pi t)\ra\\ \vat =\vrp'(t) \amp = \la -32\pi^2 \cos(4\pi t), -32\pi^2 \sin(4\pi t) \ra\\ \amp = -32\pi^2\la \cos(4\pi t), \sin(4\pi t)\ra\text{.} \end{align*}

    Note how \(\vat\) is parallel to \(\vrt\text{,}\) but has a different magnitude and points in the opposite direction. Why is this?

    Recall the classic physics equation, “Force \(=\) mass × acceleration.” A force acting on a mass induces acceleration (i.e., the mass moves); acceleration acting on a mass induces a force (gravity gives our mass a weight). Thus force and acceleration are closely related. A moving ball “wants” to travel in a straight line. Why does the ball in our example move in a circle? It is attached to the boy's hand by a string. The string applies a force to the ball, affecting its motion: the string accelerates the ball. This is not acceleration in the sense of “it travels faster;” rather, this acceleration is changing the velocity of the ball. In what direction is this force/acceleration being applied? In the direction of the string, towards the boy's hand.

    The magnitude of the acceleration is related to the speed at which the ball is traveling. A ball whirling quickly is rapidly changing direction/velocity. When velocity is changing rapidly, the acceleration must be “large.”

  3. When the boy releases the string, the string no longer applies a force to the ball, meaning acceleration is \(\vec 0\) and the ball can now move in a straight line in the direction of \(\vec v(t)\text{.}\)

    Let \(t=t_0\) be the time when the boy lets go of the string. The ball will be at \(\vec r(t_0)\text{,}\) traveling in the direction of \(\vec v(t_0)\text{.}\) We want to find \(t_0\) so that this line contains the point \((0,10)\) (since the tree is 10 ft directly in front of the boy).

    Figure 12.3.8. Modeling the flight of a ball in Example 12.3.7

    There are many ways to find this time value. We choose one that is relatively simple computationally. As shown in Figure 12.3.8, the vector from the release point to the tree is \(\la 0,10\ra - \vec r(t_0)\text{.}\) This line segment is tangent to the circle, which means it is also perpendicular to \(\vec r(t_0)\) itself, so their dot product is 0.

    \begin{align*} \amp \vec r(t_0) \cdot \big(\la 0,10\ra - \vec r(t_0)\big) =0\\ \amp \la 2\cos(4\pi t_0), 2\sin(4\pi t_0)\ra \cdot \la -2\cos(4\pi t_0),10-2\sin(4\pi t_0)\ra =0\\ \amp -4\cos^2(4\pi t_0) + 20\sin(4\pi t_0)-4\sin^2(4\pi t_0) = 0\\ \amp 20\sin(4\pi t_0) - 4 =0\\ \amp \sin(4\pi t_0) =1/5\\ \amp 4\pi t_0 = \sin^{-1}(1/5)\\ \amp 4\pi t_0 \approx 0.2 + 2\pi n,\\ \end{align*}

    where \(n\) is an integer. Solving for \(t_0\) we have:

    \begin{align*} \amp t_0 \approx 0.016 + n/2 \end{align*}

    This is a wonderful formula. Every 1/2 second after \(t=0.016\,\text{s}\) the boy can release the string (since the ball makes 2 revolutions per second, he has two chances each second to release the ball).

Example 12.3.9. Analyzing motion in space.

An object moves in a spiral with position function \(\vrt = \la \cos(t) , \sin(t) , t\ra\text{,}\) where distances are measured in meters and time is in minutes. Describe the object's speed and acceleration at time \(t\text{.}\)

Solution.

With \(\vrt = \la \cos(t) ,\sin(t) , t\ra\text{,}\) we have:

\begin{align*} \vvt \amp = \la -\sin(t) , \cos(t) , 1\ra \text{ and }\\ \vat \amp = \la -\cos(t) , -\sin(t) , 0\ra\text{.} \end{align*}

The speed of the object is \(\norm{\vvt} = \sqrt{(-\sin(t) )^2+\cos^2(t) +1} = \sqrt{2}\) mmin; it moves at a constant speed. Note that the object does not accelerate in the \(z\)-direction, but rather moves up at a constant rate of 1 mmin.

The objects in Examples 12.3.7 and Example 12.3.9 traveled at a constant speed. That is, \(\norm{\vvt} = c\) for some constant \(c\text{.}\) Recall Theorem 12.2.24, which states that if a vector-valued function \(\vrt\) has constant length, then \(\vrt\) is perpendicular to its derivative: \(\vrt\cdot\vrp(t) = 0\text{.}\) In these examples, the velocity function has constant length, therefore we can conclude that the velocity is perpendicular to the acceleration: \(\vvt\cdot\vat = 0\text{.}\) A quick check verifies this.

There is an intuitive understanding of this. If acceleration is parallel to velocity, then it is only affecting the object's speed; it does not change the direction of travel. (For example, consider a dropped stone. Acceleration and velocity are parallel — straight down — and the direction of velocity never changes, though speed does increase.) If acceleration is not perpendicular to velocity, then there is some acceleration in the direction of travel, influencing the speed. If speed is constant, then acceleration must be orthogonal to velocity, as it then only affects direction, and not speed.

Key Idea 12.3.10. Objects With Constant Speed.

If an object moves with constant speed, then its velocity and acceleration vectors are orthogonal. That is, \(\vvt\cdot\vat=0\text{.}\)

Subsection 12.3.1 Projectile Motion

An important application of vector-valued position functions is projectile motion: the motion of objects under only the influence of gravity. We will measure time in seconds, and distances will either be in meters or feet. We will show that we can completely describe the path of such an object knowing its initial position and initial velocity (i.e., where it is and where it is going.)

Suppose an object has initial position \(\vec r(0) = \la x_0,y_0\ra\) and initial velocity \(\vec v(0) = \la v_x,v_y\ra\text{.}\) It is customary to rewrite \(\vec v(0)\) in terms of its speed \(v_0\) and direction \(\vec u\text{,}\) where \(\vec u\) is a unit vector. Recall all unit vectors in \(\mathbb{R}^2\) can be written as \(\la \cos(\theta) ,\sin(\theta) \ra\text{,}\) where \(\theta\) is an angle measure counter-clockwise from the \(x\)-axis. (We refer to \(\theta\) as the angle of elevation.) Thus \(\vec v(0) = v_0\la \cos(\theta),\sin(\theta)\ra\text{.}\)

Since the acceleration of the object is known, namely \(\vat = \la 0,-g\ra\text{,}\) where \(g\) is the gravitational constant, we can find \(\vrt\) knowing our two initial conditions. We first find \(\vvt\text{:}\)

\begin{align*} \vec v(t) \amp = \int \vat \, dt\\ \vvt \amp = \int \la 0,-g\ra \, dt\\ \vvt \amp = \la 0,-gt\ra + \vec C\text{.} \end{align*}

Knowing \(\vec v(0) = v_0\la \cos(\theta) ,\sin(\theta) \ra\text{,}\) we have \(\vec C = v_0\la \cos(t) ,\sin(t) \ra\) and so

\begin{equation*} \vec v(t) = \la v_0\cos(\theta) , -gt+v_0\sin(\theta) \ra\text{.} \end{equation*}

We integrate once more to find \(\vrt\text{:}\)

\begin{align*} \vrt \amp = \int \vvt\,dt\\ \vrt \amp = \int \la v_0\cos(\theta) , -gt+v_0\sin(\theta) \ra\,dt\\ \vrt \amp = \la \big(v_0\cos(\theta) \big)t, -\frac12gt^2+\big(v_0\sin(\theta) \big)t\ra + \vec C.\\ \end{align*}

Knowing \(\vec r(0) = \la x_0,y_0\ra\text{,}\) we conclude \(\vec C = \la x_0,y_0\ra\) and

\begin{align*} \vrt \amp = \la \big(v_0\cos(\theta) \big)t+x_0\,, -\frac12gt^2+\big(v_0\sin(\theta) \big)t+y_0\,\ra\text{.} \end{align*}

Key Idea 12.3.11. Projectile Motion.

The position function of a projectile propelled from an initial position of \(\vec r_0=\la x_0,y_0\ra\text{,}\) with initial speed \(v_0\text{,}\) with angle of elevation \(\theta\) and neglecting all accelerations but gravity is

\begin{equation*} \vrt = \la \big(v_0\cos(\theta) \big)t+x_0\,, -\frac12gt^2+\big(v_0\sin(\theta) \big)t+y_0\,\ra\text{.} \end{equation*}

Letting \(\vec v_0 = v_0\la \cos(\theta) ,\sin(\theta) \ra\text{,}\) \(\vrt\) can be written as

\begin{equation*} \vrt = \la 0,-\frac12gt^2\ra + \vec v_0t+\vec r_0\text{.} \end{equation*}

We demonstrate how to use this position function in the next two examples.

Example 12.3.12. Projectile Motion.

Sydney shoots her Red Ryder\textregistered bb gun across level ground from an elevation of 4 ft, where the barrel of the gun makes a \(5^\circ\) angle with the horizontal. Find how far the bb travels before landing, assuming the bb is fired at the advertised rate of 350 fts and ignoring air resistance.

Solution.

A direct application of Key Idea 12.3.11 gives

\begin{align*} \vrt \amp = \la (350\cos(5^\circ) )t, -16t^2 + (350\sin(5^\circ) )t + 4\ra\\ \amp \approx \la 346.67t, -16t^2+30.50t+4\ra\text{,} \end{align*}

where we set her initial position to be \(\la 0,4\ra\text{.}\) We need to find when the bb lands, then we can find where. We accomplish this by setting the \(y\)-component equal to 0 and solving for \(t\text{:}\)

\begin{align*} -16t^2+30.50t+4 \amp = 0\\ t \amp = \frac{-30.50 \pm \sqrt{30.50^2-4(-16)(4)}}{-32}\\ t \amp \approx 2.03\,\text{s}\text{.} \end{align*}

(We discarded a negative solution that resulted from our quadratic equation.)

We have found that the bb lands 2.03 s after firing; with \(t=2.03\text{,}\) we find the \(x\)-component of our position function is \(346.67(2.03) = 703.74\,\text{ft}\text{.}\) The bb lands about 704 feet away.

Example 12.3.13. Projectile Motion.

Alex holds his sister's bb gun at a height of 3 ft and wants to shoot a target that is 6 ft above the ground, 25 ft away. At what angle should he hold the gun to hit his target? (We still assume the muzzle velocity is 350 fts.)

Solution.

The position function for the path of Alex's bb is

\begin{equation*} \vrt = \la (350\cos(\theta) )t, -16t^2+(350\sin(\theta) )t+3\ra\text{.} \end{equation*}

We need to find \(\theta\) so that \(\vrt =\la 25,6\ra\) for some value of \(t\text{.}\) That is, we want to find \(\theta\) and \(t\) such that

\begin{equation*} (350\cos(\theta) )t = 25 \text{ and } -16t^2+(350\sin(\theta) )t+3 = 6\text{.} \end{equation*}

This is not trivial (though not “hard”). We start by solving each equation for \(\cos(\theta)\) and \(\sin(\theta)\text{,}\) respectively.

\begin{equation*} \cos(\theta) = \frac{25}{350t} \text{ and } \sin(\theta) = \frac{3+16t^2}{350t}\text{.} \end{equation*}

Using the Pythagorean Identity \(\cos^2(\theta) +\sin^2(\theta) =1\text{,}\) we have

\begin{align*} \left(\frac{25}{350t}\right)^2 + \left(\frac{3+16t^2}{350t}\right)^2 \amp =1\\ \end{align*}

Multiply both sides by \((350t)^2\text{:}\)

\begin{align*} 25^2 + (3+16t^2)^2 \amp =350^2t^2\\ 256t^4-122,404t^2+634 \amp =0.\\ \end{align*}

This is a quadratic in \(t^2\text{.}\) That is, we can apply the quadratic formula to find \(t^2\text{,}\) then solve for \(t\) itself.

\begin{align*} t^2 \amp = \frac{122,404\pm\sqrt{122,404^2-4(256)(634)}}{512}\\ t^2 \amp = 0.0052,\,478.135\\ t \amp = \pm 0.072,\,\pm 21.866 \end{align*}

Clearly the negative \(t\) values do not fit our context, so we have \(t=0.072\) and \(t=21.866\text{.}\) Using \(\cos(\theta) = 25/(350 t)\text{,}\) we can solve for \(\theta\text{:}\)

\begin{align*} \theta \amp = \cos^{-1}\left(\frac{25}{350\cdot 0.072}\right) \text{ and } \cos^{-1}\left(\frac{25}{350\cdot 21.866}\right)\\ \theta \amp = 7.03^\circ \text{ and } 89.8^\circ\text{.} \end{align*}

Alex has two choices of angle. He can hold the rifle at an angle of about \(7^\circ\) with the horizontal and hit his target 0.07 s after firing, or he can hold his rifle almost straight up, with an angle of \(89.8^\circ\text{,}\) where he'll hit his target about 22 s later. The first option is clearly the option he should choose.

Subsection 12.3.2 Distance Traveled

Consider a driver who sets her cruise-control to 60 mph, and travels at this speed for an hour. We can ask:

  1. How far did the driver travel?

  2. How far from her starting position is the driver?

The first is easy to answer: she traveled 60 miles. The second is impossible to answer with the given information. We do not know if she traveled in a straight line, on an oval racetrack, or along a slowly-winding highway.

This highlights an important fact: to compute distance traveled, we need only to know the speed, given by \(\norm{\vvt}\text{.}\)

Note that this is just a restatement of Theorem 12.2.29: arc length is the same as distance traveled, just viewed in a different context.

Example 12.3.15. Distance Traveled, Displacement, and Average Speed.

A particle moves in space with position function \(\vrt = \la t,t^2,\sin(\pi t)\ra\) on \([-2,2]\text{,}\) where \(t\) is measured in seconds and distances are in meters. Find:

  1. The distance traveled by the particle on \([-2,2]\text{.}\)

  2. The displacement of the particle on \([-2,2]\text{.}\)

  3. The particle's average speed.

Solution.
  1. We use Theorem 12.3.14 to establish the integral:

    \begin{align*} \text{ distance traveled } \amp = \int_{-2}^2 \norm{\vvt}\, dt\\ \amp = \int_{-2}^2 \sqrt{1+(2t)^2+ \pi^2\cos^2(\pi t)}\, dt\text{.} \end{align*}

    This cannot be solved in terms of elementary functions so we turn to numerical integration, finding the distance to be 12.88 m.

  2. The displacement is the vector

    \begin{equation*} \vec r(2)-\vec r(-2) = \la 2,4,0\ra - \la -2,4,0\ra = \la 4,0,0\ra\text{.} \end{equation*}

    That is, the particle ends with an \(x\)-value increased by 4 and with \(y\)- and \(z\)-values the same (see Figure 12.3.16).

  3. We found above that the particle traveled 12.88 m over 4 seconds. We can compute average speed by dividing: \(12.88/4 = 3.22\,\text{m/s}\text{.}\)

    Figure 12.3.16. The path of the particle in Example 12.3.15

    We should also consider Definition 5.4.26 of Section 5.4, which says that the average value of a function \(f\) on \([a,b]\) is \(\frac{1}{b-a}\int_a^b f(x)\, dx\text{.}\) In our context, the average value of the speed is

    \begin{equation*} \text{average speed}\, = \frac{1}{2-(-2)}\int_{-2}^2 \norm{\vvt}\, dt \approx \frac14 12.88 = 3.22\,\text{m/s}\text{.} \end{equation*}

    Note how the physical context of a particle traveling gives meaning to a more abstract concept learned earlier.

In Definition 5.4.26 of Chapter 5 we defined the average value of a function \(f(x)\) on \([a,b]\) to be

\begin{equation*} \frac{1}{b-a}\int_a^bf(x)\, dx\text{.} \end{equation*}

Note how in Example 12.3.15 we computed the average speed as

\begin{equation*} \frac{\text{ distance traveled } }{\text{ travel time } } = \frac1{2-(-2)}\int_{-2}^2\norm{\vvt}\, dt\text{;} \end{equation*}

that is, we just found the average value of \(\norm{\vvt}\) on \([-2,2]\text{.}\)

Likewise, given position function \(\vrt\text{,}\) the average velocity on \([a,b]\) is

\begin{equation*} \frac{\text{displacement}}{\text{travel time}}\, = \frac1{b-a}\int_a^b \vec{r}\,'(t)\, dt = \frac{\vec r(b)-\vec r(a)}{b-a}\text{;} \end{equation*}

that is, it is the average value of \(\vrp(t)\text{,}\) or \(\vvt\text{,}\) on \([a,b]\text{.}\)

Key Idea 12.3.17. Average Speed, Average Velocity.

Let \(\vec r(t)\) be a differentiable position function on \([a,b]\text{.}\)

The average speed is:

\begin{equation*} \frac{\text{distance traveled}}{\text{travel time}}\, = \frac{\int_a^b \norm{\vvt}\, dt}{b-a} = \frac1{b-a}\int_a^b\norm{\vvt}\, dt\text{.} \end{equation*}

The average velocity is:

\begin{equation*} \frac{\text{ displacement}}{\text{travel time}}\, = \frac{\int_a^b \vec{r}\,'(t)\, dt}{b-a} = \frac1{b-a}\int_a^b\vec{r}\,'(t)\, dt\text{.} \end{equation*}

The next two sections investigate more properties of the graphs of vector-valued functions and we'll apply these new ideas to what we just learned about motion.

Exercises 12.3.3 Exercises

1.

How is velocity different from speed?

Answer.

Velocity is a vector, indicating an objects direction of travel and its rate of distance change (i.e., its speed). Speed is a scalar.

2.

What is the difference between displacement and distance traveled?

Answer.

Displacement is a vector, indicating the difference between the starting and ending positions of an object. Distance traveled is a scalar, indicating the arc length of the path followed.

3.

What is the difference between average velocity and average speed?

Answer.

The average velocity is found by dividing the displacement by the time traveled – it is a vector. The average speed is found by dividing the distance traveled by the time traveled – it is a scalar.

4.

Distance traveled is the same as , just viewed in a different context.

Answer.

arc length

5.

Describe a scenario where an object's average speed is a large number, but the magnitude of the average velocity is not a large number.

Answer.

One example is traveling at a constant speed \(s\) in a circle, ending at the starting position. Since the displacement is \(\vec{0}\text{,}\) the average velocity is \(\vec{0}\text{,}\) hence \(||\ \vec{0}\ ||=0\text{.}\) But traveling at constant speed \(s\) means the average speed is also \(s \gt0\text{.}\)

6.

Explain why it is not possible to have an average velocity with a large magnitude but a small average speed.

Answer.

Distance traveled is always greater than or equal to the magnitude of displacement, therefore average speed will always be at least as large as the magnitude of the average velocity.

Exercise Group.

A position function \(\vec{r}(t)\) is given. Find \(\vec{v}(t)\) and \(\vec{a}(t)\text{.}\)

7.

\(\vec{r}(t)= \la 2t+1, 5t-2, 7\ra \)

Answer.

\(\vec{v}(t)= \la 2,5,0\ra \text{,}\) \(\vec{a}(t)= \la 0,0,0\ra \)

8.

\(\vec{r}(t)= \la 3t^2-2t+1, -t^2+t+14\ra \)

Answer.

\(\vec{v}(t)= \la 6t-2,-2t+1\ra \text{,}\) \(\vec{a}(t)= \la 6,-2 \ra \)

9.

\(\vec{r}(t)= \la \cos t,\sin t\ra \)

Answer.

\(\vec{v}(t)= \la -\sin t, \cos t\ra \text{,}\) \(\vec{a}(t)= \la -\cos t, -\sin t \ra \)

10.

\(\vec{r}(t)= \la t/10,-\cos t,\sin t\ra \)

Answer.

\(\vec{v}(t)= \la 1/10, \sin t, \cos t\ra \text{,}\) \(\vec{a}(t)= \la 0,\cos t, -\sin t \ra \)

Exercise Group.

A position function \(\vec{r}(t)\) is given. Find \(\vec{v}(t)\) and \(\vec{a}(t)\text{.}\)

11.

\(\displaystyle \vec{r}(t)= \la t,\sin t \ra \) on \([0,\pi /2]\text{;}\) \(t_0= \pi /4\)

Answer.

\(\vec{v}(t)= \la 1,\cos t\ra \text{,}\) \(\vec{a}(t)= \la 0,-\sin t\ra \)

12.

\(\displaystyle \vec{r}(t)= \la t^2,\sin t^2 \ra \) on \([0,\pi /2]\text{;}\) \(t_0=\sqrt{\pi /4}\)

Answer.

\(\vec{v}(t)= \la 2 t,2 t \cos \left(t^2\right)\ra \text{,}\) \(\vec{a}(t)= \la 2,2 \left(\cos \left(t^2\right)-2 t^2 \sin \left(t^2\right)\right)\ra \)

13.

\(\displaystyle \vec{r}(t)= \la t^2+t,-t^2+2t \ra \) on \([-2,2]\text{;}\) \(t_0=1\)

Answer.

\(\vec{v}(t)= \la 2t+1,-2t+2\ra \text{,}\) \(\vec{a}(t)= \la 2,-2\ra \)

14.

\(\displaystyle \vec{r}(t)= \la \frac{2t+3}{t^2+1},t^2\ra \) on \([-1,1]\text{;}\) \(t_0= 0\)

Answer.

\(\vec{v}(t)= \la -\frac{2 \left(t^2+3 \ t-1\right)}{\left(t^2+1\right)^2},2 t\ra \text{,}\) \(\vec{a}(t)= \la \frac{2 \left(2 t^3+9 t^2-6 t-3\right)}{\left(t^2+1\right)^3},2\ra \)

Exercise Group.

A position function \(\vec{r}(t)\) of an object is given. Find the speed of the object in terms of \(t\text{,}\) and find where the speed is minimized/maximized on the indicated interval.

15.

\(\displaystyle \vec{r}(t)= \la t^2,t \ra \) on \([-1,1]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{4t^2+1}\text{.}\)Min at \(t=0\text{;}\) Max at \(t=\pm 1\text{.}\)

16.

\(\displaystyle \vec{r}(t)= \la t^2,t^2-t^3 \ra \) on \([-1,1]\)

Answer.

\(||\ \vec{v}(t)\ || = |t|\sqrt{9t^2-12t+8}\text{.}\)min: \(t=0\text{;}\) max: \(t=-1\)

17.

\(\displaystyle \vec{r}(t)= \la 5\cos t,5\sin t \ra \) on \([0,2\pi ]\)

Answer.

\(||\ \vec{v}(t)\ || = 5\text{.}\)Speed is constant, so there is no difference between min/max

18.

\(\displaystyle \vec{r}(t)= \la 2\cos t,5\sin t \ra \) on \([0,2\pi ]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{4\sin ^2t+25\cos ^2t}\text{.}\)min: \(t=\pi /2,\ 3\pi /2\text{;}\) max: \(t=0,\ 2\pi \)

19.

\(\displaystyle \vec{r}(t)= \la \sec t,\tan t \ra \) on \([0,\pi /4]\)

Answer.

\(||\ \vec{v}(t)\ || = |\sec t|\sqrt{\tan ^2t+\sec ^2t}\text{.}\)min: \(t=0\text{;}\) max: \(t=\pi /4\)

20.

\(\displaystyle \vec{r}(t)= \la t+\cos t,1-\sin t \ra \) on \([0,2\pi ]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{2-2\sin t}\text{.}\)min: \(t=\pi /2\text{;}\) max: \(t=3\pi /2\)

21.

\(\displaystyle \vec{r}(t)= \la 12t,5\cos t,5\sin t \ra \) on \([0,4\pi ]\)

Answer.

\(||\ \vec{v}(t)\ || = 13\text{.}\)speed is constant, so there is no difference between min/max

22.

\(\displaystyle \vec{r}(t)= \la t^2-t,t^2+t,t \ra \) on \([0,1]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{8t^2+3}\text{.}\)min: \(t=0\text{;}\) max: \(t=1\)

23.

\(\displaystyle \vec{r}(t)= \la t,t^2,\sqrt{1-t^2}\ra \) on \([-1,1]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{4t^2+1+t^2/(1-t^2)}\text{.}\)min: \(t=0\text{;}\) max: there is no max; speed approaches \(\infty \) as \(t\rightarrow \pm 1\)

24.

Projectile Motion: \(\displaystyle \vec{r}(t)= \la (v_0\cos \theta )t,-\frac{1}{2}gt^2+(v_0\sin \theta )t \ra \) on \(\displaystyle \left[0,\frac{2v_0\sin \theta }{g}\right]\)

Answer.

\(||\ \vec{v}(t)\ || = \sqrt{g^2t^2-(2gv_0\sin \theta )t+v_0^2}\text{.}\)min: \(t=(v_0\sin \theta )/g\text{;}\) max: \(t=0\text{,}\) \(t=(2v_0\sin \theta )/g\)

Exercise Group.

Position functions \(\vec{r}_1(t)\) and \(\vec{r}_2(s)\) for two objects are given that follow the same path on the respective intervals.

  1. Show that the positions are the same at the indicated \(t_0\) and \(s_0\) values; i.e., show \(\vec{r}_1(t_0) = \vec{r}_2(s_0).\)

  2. Find the velocity, speed and acceleration of the two objects at \(t_0\) and \(s_0\text{,}\) respectively.

25.

\(\vec{r}_1(t) = \la t,t^2\ra \) on \([0,1]\text{;}\) \(t_0 = 1\) \(\vec{r}_2(s) = \la s^2,s^4\ra \) on \([0,1]\text{;}\) \(s_0 = 1\)

Answer.
  1. \(\vec{r}_1(1) = \la 1,1\ra \text{;}\) \(\vec{r}_2(1) = \la 1,1\ra \)

  2. \(\vec{v}_1(1) = \la 1,2\ra \text{;}\) \(||\ \vec{v}_1(1)\ || = \sqrt{5}\text{;}\) \(\vec{a}_1(1) = \la 0,2\ra \) \(\vec{v}_2(1) = \la 2,4\ra \text{;}\) \(||\ \vec{v}_2(1)\ || = 2\sqrt{5}\text{;}\) \(\vec{a}_2(1) = \la 2,12\ra \)

26.

\(\vec{r}_1(t) = \la 3\cos t,3\sin t\ra \) on \([0,2\pi ]\text{;}\) \(t_0 = \pi /2\) \(\vec{r}_2(s) = \la 3\cos (4s),3\sin (4s)\ra \) on \([0,\pi /2]\text{;}\) \(s_0 = \pi /8\)

Answer.
  1. \(\vec{r}_1(\pi /2) = \la 0,3\ra \text{;}\) \(\vec{r}_2(\pi /8) = \la 0,3\ra \)

  2. \(\vec{v}_1(\pi /2) = \la -3,0\ra \text{;}\) \(||\ \vec{v}_1(\pi /2)\ || = 3\text{;}\) \(\vec{a}_1(\pi /2) = \la 0,-3\ra \) \(\vec{v}_2(\pi /8) = \la -12,0\ra \text{;}\) \(||\ \vec{v}_2(\pi /8)\ || = 12\text{;}\) \(\vec{a}_2(\pi /8) = \la 0,-48\ra \)

27.

\(\vec{r}_1(t) = \la 3t,2t\ra \) on \([0,2]\text{;}\) \(t_0 = 2\) \(\vec{r}_2(s) = \la 6s-6,4s-4\ra \) on \([1,2]\text{;}\) \(s_0 = 2\)

Answer.
  1. \(\vec{r}_1(2) = \la 6,4\ra \text{;}\) \(\vec{r}_2(2) = \la 6,4\ra \)

  2. \(\vec{v}_1(2) = \la 3,2\ra \text{;}\) \(||\ \vec{v}_1(2)\ || = \sqrt{13}\text{;}\) \(\vec{a}_1(2) = \la 0,0\ra \) \(\vec{v}_2(2) = \la 6,4\ra \text{;}\) \(||\ \vec{v}_2(2)\ || = 2\sqrt{13}\text{;}\) \(\vec{a}_2(2) = \la 0,0\ra \)

28.

\(\vec{r}_1(t) = \la t,\sqrt{t}\ra \) on \([0,1]\text{;}\) \(t_0 = 1\) \(\vec{r}_2(s) = \la \sin t,\sqrt{\sin t}\ra \) on \([0,\pi /2]\text{;}\) \(s_0 = \pi /2\)

Answer.
  1. \(\vec{r}_1(1) = \la 1,1\ra \text{;}\) \(\vec{r}_2(\pi /2) = \la 1,1\ra \)

  2. \(\vec{v}_1(1) = \la 1,1/2\ra \text{;}\) \(||\ \vec{v}_1(1)\ || = \sqrt{5}/2\text{;}\) \(\vec{a}_1(1) = \la 0,-1/4\ra \) \(\vec{v}_2(\pi /2) = \la 0,0\ra \text{;}\) \(||\ \vec{v}_2(\pi /2)\ || = 0\text{;}\) \(\vec{a}_2(\pi /2) = \la -1,-1/2\ra \)

Exercise Group.

Find the position function of an object given its acceleration and initial velocity and position.

29.

\(\vec{a}(t)= \la 2,3\ra \text{;}\)   \(\vec{v}(0) = \la 1,2\ra \text{,}\)   \(\vec{r}(0) = \la 5,-2\ra \)

Answer.

\(\vec{v}(t)= \la 2t+1,3t+2\ra \text{,}\) \(\vec{r}(t)= \la t^2+t+5,3t^2/2+2t-2\ra \)

30.

\(\vec{a}(t)= \la 2,3\ra \text{;}\)   \(\vec{v}(1) = \la 1,2\ra \text{,}\)   \(\vec{r}(1) = \la 5,-2\ra \)

Answer.

\(\vec{v}(t)= \la 2t-1,3t-1\ra \text{,}\) \(\vec{r}(t)= \la t^2-t+5,3t^2/2-t-5/2\ra \)

31.

\(\vec{a}(t)= \la \cos t,-\sin t\ra \text{;}\)   \(\vec{v}(0) = \la 0,1\ra \text{,}\)   \(\vec{r}(0) = \la 0,0\ra \)

Answer.

\(\vec{v}(t)= \la \sin t,\cos t\ra \text{,}\) \(\vec{r}(t)= \la 1-\cos t,\sin t\ra \)

32.

\(\vec{a}(t)= \la 0,-32\ra \text{;}\)   \(\vec{v}(0) = \la 10,50\ra \text{,}\)   \(\vec{r}(0) = \la 0,0\ra \)

Answer.

\(\vec{v}(t)= \la 10,-32t+50\ra \text{,}\) \(\vec{r}(t)= \la 10t,-16t^2+50t\ra \)

Exercise Group.

Find the displacement, distance traveled, average velocity and average speed of the described object on the given interval.

33.

An object with position function \(\vec{r}(t)= \la 2\cos t,2\sin t, 3t\ra \text{,}\) where distances are measured in feet and time is in seconds, on \([0,2\pi ]\text{.}\)

Answer.

Displacement: \(\la 0,0,6\pi \ra \text{;}\) distance traveled: \(2\sqrt{13}\pi \approx 22.65\)ft; average velocity: \(\la 0,0,3\ra \text{;}\) average speed: \(\sqrt{13} \approx 3.61\)ft/s

34.

An object with position function \(\vec{r}(t)= \la 5\cos t,-5\sin t\ra \text{,}\) where distances are measured in feet and time is in seconds, on \([0,\pi ]\text{.}\)

Answer.

Displacement: \(\la -10,0\ra \text{;}\) distance traveled: \(5\pi \approx 15.71\)ft; average velocity: \(\la -10/\pi ,0\ra \approx \la -3.18,0\ra \text{;}\) average speed: \(5\)ft/s

35.

An object with velocity function \(\vec{v}(t)= \la \cos t,\sin t\ra \text{,}\) where distances are measured in feet and time is in seconds, on \([0,2\pi ]\text{.}\)

Answer.

Displacement: \(\la 0,0\ra \text{;}\) distance traveled: \(2\pi \approx 6.28\)ft; average velocity: \(\la 0,0\ra \text{;}\) average speed: \(1\)ft/s

36.

An object with velocity function \(\vec{v}(t)= \la 1,2,-1\ra \text{,}\) where distances are measured in feet and time is in seconds, on \([0,10]\text{.}\)

Answer.

Displacement: \(\la 10,20,-20\ra \text{;}\) distance traveled: \(30\)ft; average velocity: \(\la 1,2,-2\ra \text{;}\) average speed: \(3\)ft/s

Exercise Group.

Exercises 37–42 ask you to solve a variety of problems based on the principles of projectile motion.

37.

A boy whirls a ball, attached to a 3ft string, above his head in a counter–clockwise circle. The ball makes 2 revolutions per second.

At what \(t\)-values should the boy release the string so that the ball heads directly for a tree standing 10ft in front of him?

Answer.

At \(t\)-values of \(\sin ^{-1}(9/30)/(4\pi ) + n/2 \approx 0.024 + n/2\) seconds, where \(n\) is an integer.

38.

David faces Goliath with only a stone in a 3ft sling, which he whirls above his head at 4 revolutions per second. They stand 20ft apart.

  1. At what \(t\)-values must David release the stone in his sling in order to hit Goliath?

  2. What is the speed at which the stone is traveling when released?

  3. Assume David releases the stone from a height of 6ft and Goliath's forehead is 9ft above the ground. What angle of elevation must David apply to the stone to hit Goliath's head?

Answer.

The stone, while whirling, can be modeled by \(\vec{r}(t)= \la 3\cos (8\pi t),3\sin (8\pi t)\ra \text{.}\)

  1. For \(t\)-values \(t=\sin ^{-1}(3/20)/(8\pi ) + n/4 \approx 0.006 + n/4\text{,}\) where \(n\) is an integer.

  2. \(||\ \vec{r}\, ^{\prime }(t)\ || = 24\pi \approx 51.4\)ft/s

  3. At \(t=0.006\text{,}\) the stone is approximately \(19.77\)ft from Goliath. Using the formula for projectile motion, we want the angle of elevation that lets a projectile starting at \(\la 0,6\ra \) with a initial velocity of \(51.4\)ft/s arrive at \(\la 19.77,9\ra \text{.}\) The desired angle is \(0.27\) radians, or \(15.69^\circ \text{.}\)

39.

A hunter aims at a deer which is 40 yards away. Her crossbow is at a height of 5ft, and she aims for a spot on the deer 4ft above the ground. The crossbow fires her arrows at 300ft/s.

  1. At what angle of elevation should she hold the crossbow to hit her target?

  2. If the deer is moving perpendicularly to her line of sight at a rate of 20mph, by approximately how much should she lead the deer in order to hit it in the desired location?

Answer.
  1. Holding the crossbow at an angle of \(0.013\) radians, \(\approx 0.745^\circ \) will hit the target \(0.4\)s later. (Another solution exists, with an angle of \(89^\circ \text{,}\) landing \(18.75\)s later, but this is impractical.)

  2. In the .4 seconds the arrow travels, a deer, traveling at 20mph or 29.33ft/s, can travel 11.7ft. So she needs to lead the deer by 11.7ft.

40.

A baseball player hits a ball at 100mph, with an initial height of 3ft and an angle of elevation of \(20^\circ \text{,}\) at Boston's Fenway Park. The ball flies towards the famed “Green Monster,” a wall 37ft high located 310ft from home plate.

  1. Show that as hit, the ball hits the wall.

  2. Show that if the angle of elevation is \(21^\circ \text{,}\) the ball clears the Green Monster.

Answer.

The position function of the ball is \(\vec{r}(t)= \la (146.67\cos \theta )t,-16t^2+(146.67\sin \theta )t+3\ra \text{,}\) where \(\theta \) is the angle of elevation.

  1. With \(\theta =20^\circ \text{,}\) the ball reaches 310ft from home plate in 2.25 seconds; at this time, the height of the ball is 34.9ft, not enough to clear the Green Monster.

  2. With \(\theta =21^\circ \text{,}\) the ball reaches 310ft from home plate in 2.26s, with a height of 40ft, clearing the wall.

41.

A Cessna flies at 1000ft at 150mph and drops a box of supplies to the professor (and his wife) on an island. Ignoring wind resistance, how far horizontally will the supplies travel before they land?

Answer.

The position function is \(\vec{r}(t)= \la 220t,-16t^2+1000\ra \text{.}\) The \(y\)-component is 0 when \(t=7.9\text{;}\) \(\vec{r}(7.9) = \la 1739.25,0\ra \text{,}\) meaning the box will travel about 1740ft horizontally before it lands.

42.

A football quarterback throws a pass from a height of 6ft, intending to hit his receiver 20yds away at a height of 5ft.

  1. If the ball is thrown at a rate of 50mph, what angle of elevation is needed to hit his intended target?

  2. If the ball is thrown at with an angle of elevation of \(8^\circ \text{,}\) what initial ball speed is needed to hit his target?

Answer.

The position function of the ball is \(\vec{r}(t)= \la (v_0\cos \theta )t,-16t^2+(v_0\sin \theta )t+6\ra \text{,}\) where \(\theta \) is the angle of elevation and \(v_0\) is the initial ball speed.

  1. With \(v_0 = 73.33\)ft/s, there are two angles of elevation possible. An angle of \(\theta = 9.47^\circ \) delivers the ball in 0.83s, while an angle of \(79.57^\circ \) delivers the ball in \(4.5\)s.

  2. With \(\theta =8^\circ \text{,}\) the initial speed must be 53.8mph\(\approx 78.9\)ft/s.