Skip to main content

Section 5.6 Net Change as the Integral of a Rate of Change

In this section, we will learn our first type of application of integration --- Net Change!

Investigation 5.6.1.

Imagine this: a gorilla, suited up with a parachute, climbs to the top of a tall city building as part of a special wildlife training experiment. After a brief moment of hesitation, the gorilla bravely leaps off the edge. As the parachute deploys and air resistance kicks in, you, as one of the researchers on the ground, begin recording data to study how the gorilla’s velocity changes over time. Using high-speed sensors, the team records the gorilla’s downward velocity every half-second as it falls. Note that the gorilla touched the ground just after 5 seconds. The recorded data is shown below.
Table 5.6.1.
Time (in seconds) Velocity (in feet per second)
0 0
0.5 5
1.0 7
1.5 8
2.0 11
2.5 11.5
3.0 12
3.5 13
4.0 15.5
4.5 18
5.0 19

(a)

Approximate the total distance the gorilla fell from the time he jumped off the building until the time he landed on the ground.
Hint.
Rather than approximating the total distance, we can look at how far the gorilla fell during each half-second interval. The table below should help you track the distance.
Table 5.6.2.
Time (in seconds) Approximate distance traveled (in feet)
0 -- 0.5
0.5 -- 1.0
1.0 -- 1.5
1.5 -- 2.0
2.0 -- 2.5
2.5 -- 3.0
3.0 -- 3.5
3.5 -- 4.0
4.0 -- 4.5
4.5 -- 5.0
Solution.
There are multiple ways to approximate the distance as long as you can make an argument that the velocity you picked for each time interval is reasonable. For demonstration purposes, Richard will approximate the distance using the left-endpoint approximation.
Table 5.6.3.
Time Approximate distance
0 -- 0.5 \(0.5\times 0 = 0\)
0.5 -- 1.0 \(0.5\times 5 = 2.5\)
1.0 -- 1.5 \(0.5\times 7 = 3.5\)
1.5 -- 2.0 \(0.5\times 8 = 4\)
2.0 -- 2.5 \(0.5\times 0 = 5.5\)
2.5 -- 3.0 \(0.5\times 11.5 = 5.75\)
3.0 -- 3.5 \(0.5\times 12 = 6\)
3.5 -- 4.0 \(0.5\times 13 = 6.5\)
4.0 -- 4.5 \(0.5\times 15.5 = 7.75\)
4.5 -- 5.0 \(0.5\times 18 = 9\)
To find the total distance traveled, we just add up all the pieces of distance we found in the above table.
\begin{equation*} 0 + 2.5 + 3.5 + 4 + 5.5 + 5.75 + 6 + 6.5 + 7.75 + 9 = 50.5 \end{equation*}
There is no "right" answer to an approximation. The only difference between answers are how good the approximation is.

(b)

We know that the total distance traveled we found in part (a) is an approximation, not the exact value (this should be obvious). How can we make the approximation better? What changes could we make to the way we collect the data to make the approximation better?
Solution.
While it is (highly) unlikely for the velocity to remain constant within a fixed interval of time, it is more and more likely for the velocity to stay constant when the elapsed time is smaller and smaller. That is, to make our approximation better, we want to record more and more data on the velocity, which forces the elapsed time to be smaller and smaller (for example, as opposed to recording the velocity every 0.5 seconds, recording the velocity every 0.1 seconds will make our approximation better).

Subsection Relationship between Displacement and Velocity

Recall back in calculus 1, we learned that the derivative of the displacement function gives us the velocity function. To rephrase it using integrals, we know that the antiderivative (or indefinite integral) of the velocity function should give us the displacement function.
But this argument relies on differential calculus (we can’t make sense of why the integral of the velocity function gives us the displacement function if we didn’t learn about what derivative is). There is a way to make sense of it without relying on derivatives.
Let’s call \(\Delta t\) the elapsed time (and it is typically 0.5 seconds) and \(v(t_i)\) the velocity of the gorilla at a certain point, where \(i\) is the index to indicate which piece we are referring to. If we call each piece of the distance \(d_i\text{,}\) then it can be obtained by
\begin{equation*} d_i = v(t_i)\Delta t \end{equation*}
We also found out that we can find the total distance by adding up the pieces together. By using the fancy sigma notation you learned before, the total distance traveled is
\begin{equation*} d \approx \sum_{i = 1}^N d_i = \sum_{i = 1}^N v(t_i)\, \Delta t \end{equation*}
where \(N\) denotes the number of pieces.
We know that the approximation is better and better if we recorded more and more velocity as that will force the elapsed time to become smaller and smaller. Symbolically speaking, the total distance travel can be computed by
\begin{equation*} d = \lim_{N\to \infty} \sum_{i = 1}^N v(t_i)\, \Delta t \end{equation*}
Ha! This looks super familiar! This is exactly how we define the definite integral back in SectionΒ 5.2! Then we have
\begin{equation*} \int_0^5 v(t)\, dt = \lim_{N\to \infty} \sum_{i = 1}^N v(t_i)\, \Delta t \end{equation*}
If we are matching components, then
  • The symbol "\(\int\)" is just a fancy cursive S that represents Summation. The \(0\) and the \(5\) are the initial and the final value of the time in this context.
  • The \(v(t)\) here denotes the velocity of the gorilla at a certain timestamp \(t\text{.}\)
  • The \(dt\) here represents the elapsed time where the gap is infinitesimal small (so \(dt\) is just a fancy way of representing \(\Delta t\) as the gap approaches \(0\)).
  • The \(v(t)\, dt\) is a representative of one piece of the distance (we multiplied the velocity at time \(t\) with the elapsed time \(dt\)), and the \(\int\) symbol tells us to add all the pieces of distance together to obtain the total distance traveled.
This is why the displacement function can be obtained by integrating the velocity function. The integral of velocity function implies that we are adding up pieces of the product of the velocity and the infinitesimally small change in time. This idea of the integral is called the Adding up Pieces.

Subsection Displacement vs. Distance Traveled

Given the velocity function \(v\text{,}\) then the net change in position, which is defined as the displacement of an object, over the time interval \([t_1, t_2]\text{,}\) is denoted as
\begin{equation*} s(t_2) - s(s_1) = \int_{t_1}^{t_2}s'(t)\, dt = \int_{t_1}^{t_2}v(t)\, dt \end{equation*}
What about the distance? The terms "distance" and "displacement" are not necessarily the same concepts...

Example 5.6.4.

A particle moves in a straight line with the velocity modeled by the function
\begin{equation*} v(t) = 12 - 4t , \qquad \text{ where } 0\leq t\leq 5 \end{equation*}
  1. Graph the velocity function \(y = v(t)\text{.}\) Then describe the motion.
    Solution.
    See below the graph of \(y = v(t)\)
    Figure 5.6.5. The Graph of \(v(t) = 12 - 4t\)
    Observe that the graph is positive in \([0,3)\text{,}\) meaning the particle is moving forward; the graph hit zero at \(t = 3\text{,}\) meaning the particle stopped \(3\) seconds after; and the graph is negative in \((3,5]\text{,}\) meaning the particle is moving backward.
  2. Find the displacement over the first \(5\) seconds.
    Solution.
    For displacement, we don’t care what is going on in the middle of the motion, but only the initial and final position. If we call the displacement function \(s\text{,}\) then displacement is simply \(s(5) - s(0)\text{.}\) FTC is telling us that
    \begin{align*} \text{displacement} \amp= \int_0^5 v(t)\, dt \\ \amp= \int_0^5 \left(12 - 4t\right)\, dt \\ \amp= \left(12t - 2t^2\right)\bigg|_0^5 \\ \amp= 12(5) - 2(5)^2 \\ \amp= 10 \end{align*}
  3. Find the total distance traveled over the first \(5\) seconds.
    Solution.
    When finding the total distance traveled, the "distance" is always positive, regardless of the direction. But this idea doesn’t match up with the integral since the integral of the velocity function on \([3,5]\) will return a "negative" distance. The easiest way to fix the sign is to put on the absolute value to make the "negative" distance positive.
    \begin{align*} \text{distance} \amp= \int_0^5 \left|v(t)\right|\, dt \\ \amp= \int_0^3 \left|v(t)\right|\, dt + \int_3^5 \left|v(t)\right|\, dt \\ \amp= \int_0^3 v(t)\, dt + \int_3^5 -v(t)\, dt \\ \amp= \int_0^3 \left(12 - 4t\right) \, dt - \int_3^5 \left(12 - 4t\right)\, dt \\ \amp= \left(12t - 2t^2\right)\bigg|_0^3 - \left(12t - 2t^2\right)\bigg|_3^5 \\ \amp= 18 - (-8) \\ \amp= 26 \end{align*}

Example 5.6.7.

A cat falls from a tree (with zero initial velocity) at time \(t = 0\text{.}\) How far does the cat fall between \(t = 0.5\) seconds and \(t = 1\) second? The velocity function is \(v(t) = -9.8t\) m/s.
Solution.
By saying "how far", it usually means the total distance traveled.
\begin{align*} \text{total distance traveled} \amp= \int_{0.5}^1 \left|v(t)\right|\, dt \\ \amp= \int_{0.5}^1 \left|-9.8t\right|\, dt \\ \amp= \int_{0.5}^1 9.8t\, dt \\ \amp= 4.9t^2\bigg|_{0.5}^1 \\ \amp= 4.9(1)^2 - 4.9(0.5)^2 \\ \amp= 3.675 \qquad \text{meters} \end{align*}

Subsection General Net Change

In general, we can use this trick to compute the net change of some quantity if the rate of change is given.

Example 5.6.8.

The traffic flow rate past a certain point on a highway is
\begin{equation*} q(t) = 3000 + 2000t - 300t^2, \qquad t\text{ in hours} \end{equation*}
where \(t = 0\) is at \(8\)AM. How many cars pass by from \(8\) to \(10\)AM?
Solution.
\begin{align*} \text{# of cars} \amp= \int_0^2 \left(3000 + 2000t - 300t^2\right)\, dt \\ \amp= \left(3000t + 1000t^2 - 100t^3\right)\bigg|_0^2 \\ \amp= 3000(2) + 1000(2)^2 - 100(2)^3 \\ \amp= 9200 \end{align*}

Example 5.6.9.

Water flows into an empty reservoir at a rate of \(3000 + 20t\) L per hour (\(t\) in hours). What is the quantity of water in the reservoir in the first \(5\) hours?
Solution.
\begin{align*} \text{quantity of water} \amp= \int_0^5\left(3000 + 20t\right)\, dt \\ \amp= \left(3000t + 10t^2\right)\bigg|_0^5 \\ \amp= 3000(5) + 10(5)^2 \\ \amp= 15250 \qquad \text{ L} \end{align*}
The last type of the example is about the marginal cost. Let \(C(x)\) represent a manufacturer’s cost to product \(x\) units of a particular product or commodity. The derivative \(C'(x)\) is called the marginal cost, the cost of producing one additional unit. The cost of increasing production from \(a\) units to \(b\) units is the net change \(C(b) - C(a)\text{,}\) which is equal to the integral of the marginal cost.
\begin{equation*} \text{cost of increasing production from units to units} = \int_a^b C'(x)\, dx \end{equation*}

Example 5.6.10.

The marginal cost of producing \(x\) tablet computers is
\begin{equation*} C'(x) = 120 - 0.06x + 0.00001x^2 \end{equation*}
  1. What is the production cost of producing \(3000\) units?
    Solution.
    \begin{align*} \text{production cost} \amp= \int_0^{3000}\left(120 - 0.06x + 0.00001x^2\right)\, dx \\ \amp= \left(120x - 0.03x^2 + \frac{0.00001}{3}x^3\right)\bigg|_0^{3000} \\ \amp= 120(3000) - 0.03(3000)^2 + \frac{0.00001}{3}(3000)^3 \\ \amp= 180000\qquad \text{dollars} \end{align*}
  2. What is the additional cost of producing \(200\) additional units?
    Solution.
    \begin{align*} \text{additional cost} \amp= \int_{3000}^{3200}\left(120 - 0.06x + 0.00001x^2\right)\, dx \\ \amp= \left(120x - 0.03x^2 + \frac{0.00001}{3}x^3\right)\bigg|_{3000}^{3200} \\ \amp= \left(120(3200) - 0.03(3200)^2 + \frac{0.00001}{3}(3200)^3\right) - \left(120(3000) - 0.03(3000)^2 + \frac{0.00001}{3}(3000)^3\right) \\ \amp= 6026.67\qquad \text{dollars} \end{align*}

Worksheet Some Exercises for this section

I included some practice problems that cover some main concepts in this section. You don’t need to turn it in, but I highly encourage you to work on this with your classmates. I may take problems here to be your in-class practice problems, homework problems, and/or exam problems. Reach out to Richard for help if you get stuck or have any questions.
I will only include the final answer to some of the problems for you to check your result. If you want to check your work, talk to Richard and he is happy to discuss the process with you.

1.

A particle moves in a straight line with the velocity
\begin{equation*} v(t) = \cos(t) \qquad \text {in m/s} \end{equation*}
Find the displacement and the total distance traveled over the time interval \([0,3\pi]\text{.}\)

2.

Find the net change in velocity over \([1,4]\) of an object with \(a(t) = 8t - t^2\,\, \text{m/s}^2\)

3.

Show that a particle, located at the origin at \(t = 1\) and moving along the \(x\)-axis with velocity \(v(t) = t^{-2}\) will never pass the point \(x = 2\text{.}\)

4.

A population of insects increases at a rate of \(200 + 10t + 0.25t^2\) insects per day. Find the insect population after \(3\) days, assuming that there are \(35\) insects at \(t = 0\text{.}\)