Navigation: Wiki Home > Skills > FTC Part 1: Differentiating Integrals
Imagine filling a bathtub. The water level rises over time, and how fast it rises depends on the flow rate from the faucet. If you know the flow rate at every moment, you can figure out the total water accumulated. Conversely, if you know how much water has accumulated over time, you can figure out the current flow rate by looking at how fast the total is changing.
This is exactly what the Fundamental Theorem of Calculus, Part 1 tells us: the rate at which area accumulates under a curve equals the height of the curve. It's the mathematical version of "the flow rate determines how fast the total grows."
| Property | Value |
|---|---|
| Concept | Fundamental Theorem of Calculus |
| Course | MATH161 (Calculus I) |
| Difficulty | Intermediate |
| Time | ~15 minutes |
When we write
$$g(x) = \int_a^x f(t)\, dt$$
we're defining a new function $g$ that measures accumulated area. As $x$ increases, $g(x)$ captures more and more area under the curve $f$.
y
│ ┌───f(t)───┐
│ / \
│ / shaded \
│ / area \
│ / = g(x) \
└─────┬─────────┬───────── t
a x
Think of $g$ as the "area so far" function.
If $f$ is continuous on $[a, b]$, then the function
$$g(x) = \int_a^x f(t)\, dt$$
is differentiable on $(a, b)$, and
$$\boxed{g'(x) = f(x)}$$
Or in Leibniz notation:
$$\frac{d}{dx} \int_a^x f(t)\, dt = f(x)$$
The key insight: The derivative of accumulated area equals the height of the curve.
Consider what happens when $x$ increases by a tiny amount $h$:
$$g(x+h) - g(x) = \int_x^{x+h} f(t)\, dt$$
This is the area of a thin strip. For small $h$, this strip is approximately a rectangle with height $f(x)$ and width $h$:
$$g(x+h) - g(x) \approx f(x) \cdot h$$
Dividing by $h$:
$$\frac{g(x+h) - g(x)}{h} \approx f(x)$$
Taking the limit as $h \to 0$ gives $g'(x) = f(x)$.
If $f(t)$ represents:
The derivative brings you back to the original rate.
Notice that we use different variable names: $t$ inside the integral and $x$ as the upper limit. The variable $t$ is a "dummy variable" (it gets integrated away). The function $g$ depends only on $x$.
Find $g'(x)$ if $g(x) = \displaystyle\int_0^x \cos(t)\, dt$.
Find the derivative: $\displaystyle\frac{d}{dx}\int_1^x \sqrt{1 + t^3}\, dt$
Find $h'(x)$ if $h(x) = \displaystyle\int_x^5 \sin(t^2)\, dt$.
Let $g(x) = \displaystyle\int_0^x f(t)\, dt$, where $f$ is a continuous function.
If $f(t) > 0$ for $0 < t < 3$ and $f(t) < 0$ for $t > 3$, determine:
Let $g(x) = \displaystyle\int_0^x \frac{t^2}{t^2 + t + 2}\, dt$.
The Bathtub Analogy: Think of $f(t)$ as the rate water flows into a bathtub and $g(x)$ as the total water in the tub at time $x$. The FTC says: the rate of change of total water equals the current flow rate. This is almost obvious when you think about it. Of course the water level rises at the rate water flows in!
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Definite Integrals | Skills Index | FTC Part 1 + Chain Rule |
Last updated: 2026-01-22