On the preceding screen we developed the concept of “average velocity for an entire trip.” On this screen we’re going to extend those ideas to apply to the average velocity over any time interval that we choose. We’ll then take a very big step, and start to develop the idea of instantaneous velocity.
The only change is that (no surprise) instead of considering the entire trip, we instead must specify the exact time interval we’re interested in. We use the notation $t_1$ to specify the start of the interval, and $t_2$ to specify its end; the time interval is thus $[t_1, t_2].$ We also need to know the object’s position at the start of the interval $s(t_1),$ and its position at the end of the interval, $s(t_2).$
We can then generalize average velocity over any interval as
In the following Example, let’s compute the average velocity for an interval that does not encompass the entire trip.
Samuel’s position as a function of time for a trip is shown below. Each position is a mile-marker along the highway.
$$ \begin{array}{c|c}
\text{time} & \text{position} \\
\hline
\text{2:00 pm} & 130 \\
\text{2:20 pm} & 107 \\
\text{2:40 pm} & 89 \\
\text{3:00 pm} & 75 \\
\text{3:20 pm} & 68 \\
\text{3:40 pm} & 68 \\
\text{4:00 pm} & 42 \\
\text{4:20 pm} & 28 \\
\text{5:00 pm} & 10 \\
\end{array} $$
Solution.
(a) Samuel’s average velocity between 3:00 pm and 4:20 pm is
\begin{align*}
\text{average velocity}_{\text{[3:00 pm, 4:20 pm]}} &= \frac{s(\text{4:20 pm})\, -\, s(\text{3:00 pm})}{\text{4:20 pm}\, -\, \text{3:00 pm}} \\[8px]
&= \frac{28 \text{ miles}\, -\, 75 \text{ miles}}{1 \text{ hour } 20 \text{ min} }\\[8px]
&= \frac{-47 \text{ miles}}{1.33 \text{ hours}}\\[8px]
&= -35.3 \text{ mph} \quad \cmark
\end{align*}
(b) As the figure below shows, the negative value indicates that Samuel’s final position, s(4:20 pm) = 28 miles, is closer to the origin than his initial position, s(3:00 pm) = 75 miles. That is, his position has decreased over this interval. The line segment connecting his initial and final positions thus has a negative slope.
We’re now making a Big Shift, and starting to think about what happens over as short a time interval as we can compute with the data we are given, around a particular moment. For instance, in the following Example we’ll estimate the “instantaneous velocity” at a particular time — that is, approximately what a car’s speedometer would show at that instant.
This Example, by the way, is based on a very common exam question, so you should become comfortable with it, along with the other similar Examples and Practice Problems below.
A remote-controlled toy car travels on a straight track, starting from position s = 0 at time t = 0. Its position at time t is given by the function $s(t).$ The table shows values of its position, measured in centimeters (cm), at some moments in time, measured in seconds from $t=0.$
\[ \begin{array}{|c||c|c|c|c|c|c|}
\hline
t \text{ (seconds)} & 1.0 & 1.5 & 3.0 & 3.5 & 4.0 & 4.5 \\
\hline
s \text{ (cm)} & 1.0 & 2.25 & 9.0& 12.25 & 16 & 20.25 \\
\hline
\end{array}\]
The data points are plotted in the figure.
Use two of the data points given to approximate as best you can the object’s velocity at $t = 3.0$ seconds.
Solution.
We can’t use only the data point for $t = 3.0$ s to find the car’s velocity at that instant: that single piece of information tells us where the object is just then, but not how fast it’s moving. Instead, to find its velocity we need to compute its change in position over some time interval.
To get the best approximation we can using the given data, we should take the smallest time interval we can near $t=3.0$ s. There’s no sense, for instance, in computing the average velocity over the entire period [1.0 s, 4.5 s]: the value we would obtain is unlikely to represent what happens at t = 3.0 s very well.
By contrast, the data point at $t = 3.5$ s is just 0.5 s away from our moment of interest, and the interval [3.0 s, 3.5 s] is only 0.5 s long. So let’s use the data points for those two times:
\[ \begin{array}{|c||c|c|c|c|c|c|}
\hline
t \text{ (seconds)} & 1.0 & 1.5 & \color{blue}{3.0} & \color{green}{3.5} & 4.0 & 4.5 \\
\hline
s \text{ (cm)} & 1.0 & 2.25 & \color{blue}{9.0}& \color{green}{12.25} & 16 & 20.25 \\
\hline
\end{array}\]
That is, let’s use the points (3.0, 9) and (3.5, 12.25) to find the average velocity over that 0.5-second interval, and take that the resulting value as the best possible approximation to the velocity at t = 3.0 s we’re after.
Recall the definition of average velocity:
\begin{align*}
\text{average velocity}_\text{[3.0, 3.5]} &= \frac{s(t_2)\,-\, s(t_1)}{t_2\, -\, t_1} \\[8px]
&= \frac{\color{green}{s(3.5)}\, -\, \color{blue}{s(3.0)}}{\color{green}{3.5}\, -\, \color{blue}{3.0}} \\[8px]
&= \frac{\color{green}{12.25}\, -\, \color{blue}{9.0}}{0.5} \\[8px]
&= \frac{3.25}{0.5} \\[8px]
&= 6.5 \, \text{cm/s}
\end{align*}
The average velocity we just calculated is equal to the slope of the secant line that passes through the points $\big(3.0, s(3.0)\big)$ and $\big(3.5, s(3.5)\big),$ as shown.
Our best approximation for the object’s velocity at $t=3.0$ s given this data set is thus $v_\text{at 3.0 s} \approx 6.5$ cm/s. $\quad \cmark$
The preceding examples used tables to provide the position-values at various times. More frequently, you’ll be given an equation that describes an object’s position as a function of time, and your first step will be to use that equation to determine the object’s position final and initial positions for the interval of interest. Example 3 illustrates.
A ball is shot from the ground straight up into the air with a velocity of $15\, \text{m/s}.$ Its height is described by \[ y(t) = 15t\, -\, 4.9t^2\] where y tells us how many meters (m) the ball is above the ground, when t is measured in seconds (s).
Solution.
(a) The ball’s average velocity for the interval [0 s, 1.0 s] is given by
\begin{align*}
\text{average velocity}_{[0 \, \text{s,} \, 1.0 \, \text{s}]} &= \frac{\text{change in position}}{\text{change in time}} \\[8px]
&= \frac{\overbrace{y(1.0)}^?\,- \overbrace{y(0)}^{??}}{1.0\, -\, 0}
\end{align*}
Hence we first need to know its final position at $t_2 = 1.0$ s and its initial position at $t_1 = 0$ s. We find these by using the given position-equation:
Quick subproblem to find $y(t_2 = 1.0 \, \text{s})$ and $y(t_1 = 0 \, \text{s})$:
\begin{align*}
y(t) &= 15t\, -\, 4.9t^2 \\[8px]
y(1.0 \text{ s}) &= 15(1.0)\, -\, 4.9(1.0)^2 = 10.1 \text{ m} \quad \blacktriangleleft \\[8px]
y(0 \text{ s}) &= 15(0)\, -\, 4.9(0)^2 = 0 \text{ m} \quad \blacktriangleleft \\[8px]
\end{align*}
End quick subproblem.
Now let’s use those values to find the ball’s average velocity for this interval:
\begin{align*}
\text{average velocity}_{\text{[0 s, 1.0 s]}} &= \frac{\overbrace{y(1.0)}^{10.1 \text{ m}}\,- \overbrace{y(0)}^{0 \text{ m}}}{1.0 – 0} \\[8px]
&= \frac{10.1\, -\, 0}{1.0} \\[8px]
&= 10.1\, \text{m/s} \quad \cmark
\end{align*}
The average velocity equals the slope of the line segment that connects the points $\big(0, y(0)\big)$ and $\big(1, y(1)\big),$ as shown in the figure.
You can also use the interactive Desmos graph at the bottom of this Example to see this value visually.
(b) To compute the ball’s average velocity between $t = 2.0$ s and $t = 3.0$ s, we need its final position at $t_2 = 3.0$ s and its initial position at $t_1 = 2.0$ s. Let’s again compute those first:
Quick subproblem to find $y(t_2 = 3.0 \, \text{s})$ and $y(t_1 = 2.0 \, \text{s})$:
\begin{align*}
y(3.0 \text{ s}) &= 15(3.0) – 4.9(3.0)^2 = 0.9 \text{ m} \quad \blacktriangleleft \\[8px]
y(2.0 \text{ s}) &= 15(2.0) – 4.9(2.0)^2 = 10.4 \text{ m} \quad \blacktriangleleft \\[8px]
\end{align*}
End quick subproblem.
Then the average velocity for this interval is:
\begin{align*}
\text{average velocity}_{\text{[2.0 s, 3.0 s]}} &= \frac{y(3.0)\,- y(2.0)}{3.0 – 2.0} \\[8px]
&= \frac{0.9 – 10.4}{1.0} \\[8px]
&= -9.5\, \text{m/s} \quad \cmark
\end{align*}
The average velocity is the slope of the line segment that connects the points $\big(2, y(2)\big)$ and $\big(3, y(3)\big),$ as shown in the figure.
You can also use the interactive Desmos graph at the bottom of this Example to see this value visually.
(c) Since the ball starts on the ground at $t_1 = 0,$ and is again on the ground at $t_2 = 3.1$ s, its change in position for the interval $[0, 3.1]$ is $0.$ Hence its average velocity is $0$ for this interval as well. $\quad \cmark$
We can also see this result by looking at the slope of the line segment that connects the points $\big(0, y(0)\big)$ and $\big(3.1, y(3.1)\big)$. The line is horizontal, indicating a slope of zero.
You can again also use the interactive Desmos graph immediately below to see this value visually.
Step 2. Once you’ve correctly placed the line segment’s end-points on the curve, check the box below to show the calculation of the segment’s slope.
Part (c) of the preceding example illustrates the same general conclusion we saw after considering Matt’s swim on the preceding screen:
If the object is at the same location at the start and the end of the interval,
then there is no change in position, and so its average velocity is zero for the interval.
While this result might seem odd, remember that average velocity doesn’t focus on any of the details of the motion, and instead considers only the initial and final positions of the object and the duration of the interval. Hence an average velocity of zero tells you only that the object ends with with the same position where it began, and absolutely nothing about the motion that took place during the interval. Said differently, a ball that doesn’t move at all, maintaining zero velocity throughout the motion, would begin and end its motion in the same position(s) as the ball that was shot upward.
Time for you to practice putting these ideas to deeper use. As we said above, these types of problems appear very frequently on exams, so please take this opportunity to make doing these types of calculations routine for yourself!
The graph shows an object's position $s,$ in meters, as a function of time $t,$ in seconds.
Problem #3 nicely illustrates again the meaning of average velocity: If two objects start out together, and one travels at the constant speed equal to the other’s average velocity over the chosen time-interval, then they will be at the same location again at the end of that interval.
Let’s consider a problem that’s more challenging to think through, but that draws on the same ideas. It’s modeled on a question that appeared previously on a college-level exam.
In the next topic we’ll generalize the idea of average rate to apply to other quantities that change.
☕ Buy us a coffee We're working to add more,
and would appreciate your help
to keep going! 😊
What are your thoughts or questions?