Here's one of the most powerful ideas in calculus, stated simply:
$$\int_a^b F'(x)\, dx = F(b) - F(a)$$
In words: The integral of a rate of change is the net change.
This is really just FTC2 written in a way that emphasizes its meaning. If $F'(x)$ tells you how fast something is changing, then integrating $F'$ from $a$ to $b$ tells you how much it changed overall.
From FTC Part 2:
From Computing Indefinite Integrals:
If these feel unfamiliar, review the prerequisite pages before continuing.
| Property | Value |
|---|---|
| Concept | Indefinite Integrals & Net Change |
| Chapter | Chapter 4, Section 4 |
| Difficulty | Intermediate |
| Time | ~15 minutes |
Theorem: If $F'$ is continuous on $[a, b]$, then: $$\int_a^b F'(x)\, dx = F(b) - F(a)$$ The integral of the rate of change of a quantity gives the net change in that quantity.
The word "net" is crucial. If a quantity goes up and then down (or vice versa), the integral captures the overall difference, not the total movement.
Example: If water flows into and out of a tank:
The integral would give 200, not 800 (the total volume that moved).
| If $F(x)$ represents... | Then $F'(x)$ is... | And $\int_a^b F'(x)\, dx$ gives... |
|---|---|---|
| Position $s(t)$ | Velocity $v(t)$ | Displacement (net position change) |
| Velocity $v(t)$ | Acceleration $a(t)$ | Change in velocity |
| Volume $V(t)$ | Flow rate | Net volume change |
| Population $P(t)$ | Growth rate | Net population change |
| Cost $C(x)$ | Marginal cost $C'(x)$ | Total additional cost |
| Charge $Q(t)$ | Current $I(t)$ | Net charge transferred |
Step 1: Identify what quantity is changing and what its rate of change is.
Step 2: Write the integral: $\int_a^b (\text{rate})\, d(\text{variable})$
Step 3: Add interpretation: "This represents the net change in [quantity] from $a$ to $b$."
The units of $\int_a^b F'(x)\, dx$ are:
$$(\text{units of } F') \times (\text{units of } x) = \text{units of } F$$
Example: If velocity is in m/s and time is in seconds: $$\int_0^{10} v(t)\, dt \quad \text{has units} \quad \frac{\text{m}}{\text{s}} \times \text{s} = \text{m}$$
The result is a distance (displacement), as expected!
If $w'(t)$ represents the rate of growth of a child's weight in pounds per year, what does $\int_5^{10} w'(t)\, dt$ represent?
A company's marginal cost function is $C'(x) = 20 - 0.02x$ dollars per unit, where $x$ is the number of units produced.
What does $\int_{100}^{200} C'(x)\, dx$ represent, and compute its value.
Water flows from a tank at a rate of $r(t) = 200 - 4t$ liters per minute, where $t$ is measured in minutes with $0 \leq t \leq 50$.
(a) What does the integral $\int_0^{10} r(t)\, dt$ represent?
(b) Find the amount of water that flows out during the first 10 minutes.
A honeybee population starts with 100 bees and increases at a rate of $n'(t) = 50e^{0.1t}$ bees per week.
(a) Write an expression for the population after 15 weeks.
(b) Find the population after 15 weeks.
The power consumption of San Francisco on a certain day is given by $P(t)$ megawatts, where $t$ is measured in hours starting at midnight.
(a) What are the units of $\int_0^{24} P(t)\, dt$?
(b) If $P(t) = E'(t)$ where $E(t)$ is energy consumed, explain what $\int_0^{24} P(t)\, dt$ represents physically.
(c) Using the Midpoint Rule with data points $P(1) = 440, P(3) = 400, P(5) = 420, P(7) = 620, P(9) = 790, P(11) = 840, P(13) = 850, P(15) = 840, P(17) = 810, P(19) = 690, P(21) = 670, P(23) = 550$ (all in MW), estimate the energy used that day.
The Odometer Analogy
Think of $F'(x)$ as your speedometer reading and $F(x)$ as your odometer.
The Net Change Theorem captures displacement (where you end up relative to where you started), not total distance traveled.
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Computing Indefinite Integrals | Skills Index | Displacement vs Total Distance |
Last updated: 2026-01-22