Fundamental Theorem of Calculus — or short for FTC. Wow, it sounds scary and new, but it's all about the relationship between derivatives and integrals. FTC shows that derivatives and integrals are indeed inverse of each other.
Real-world applications of derivatives
velocity, acceleration, optimization, etc.
Real-world applications of integrals
finding areas, accumulations, net changes, etc.
Part 1
Part 1 is about the formula that relates the derivative to the integral. If $r(x)$ is continuous on $[a, b]$ then:
$f(x)$ is continuous on $[a, b]$, it is differentiable on $(a, b)$, and $f'(x) = r(x)$.
| Type | Given integral | Rules to follow |
|---|---|---|
| # as endpoints | $f(x)= \int_{a}^{x} r(t) \,dt$ | Plug in $x$ for $t$. |
| # as endpoints | $f(x)= \int_{x}^{a} r(t) \,dt$ | Reverse limits of integration, multiply by $-1$, then plug in $x$ for $t$. |
| function as endpoint | $f(x)= \int_{a}^{g(x)} r(t) \,dt$ | Plug in $g(x)$ for $t$, then multiply by $\frac{dg}{dx}$. |
| function as endpoint | $f(x)= \int_{g(x)}^{a} r(t) \,dt$ | Reverse limits, multiply by $-1$, plug in $g(x)$ for $t$, then multiply by $\frac{dg}{dx}$. |
| functions as endpoints | $f(x)= \int_{g(x)}^{h(x)} r(t) \,dt$ |
|
Basically, if $f(x)$ is an integral of $r(x)$ then $r(x)$ is a derivative of $f(x)$.
Before we move on to Part 2, let me give you an example. Try it yourself first and then move on to the explanation for better results.
In the next example, we are being asked to find the derivative of an antiderivative. The result should be the original function. Step 4 is in every case — plugging in the endpoints gives you the initial and final accumulated quantities, allowing you to find the net change.
When the result of an integral is a function, the slope of that function represents the net change of the quantity being measured, and its positive or negative nature can be determined based on the slope's sign.
Example
Given:
Find $f'(x)$.
The resulting function has a negative slope. What does that mean in the context of net change?
The function is decreasing as you move along the x-axis. When the rate of change is negative, it indicates a decrease in the quantity — an overall reduction.
graph of $f'(x) = (\cos x)^2 + 2 - 2x(x^4+2)$
General Formula
- $h(x)$ — upper limit
- $g(x)$ — lower limit
Exercise
Check your answer
Part 2
The second part of the theorem provides a way to compute definite integrals using antiderivatives. If we have a continuous function $f(x)$ and its antiderivative $F(x)$ on $[a, b]$, then:
Both limits of integration must be constant. Also, the interval must be closed.
Example
Solution:
We just found the net area — the area above the x-axis is the same as the area below it. The cosine curve is symmetric over $[\pi, 2\pi]$.
graph of $\cos(\theta)$ — first period $[0, 2\pi]$
Net Change Theorem (advanced)
The Net Change Theorem is closely related to the FTC and provides a practical way to compute net changes over a specific interval using definite integrals.
If $f'(x)$ is the rate of change of $f(x)$, then:
Example
Water is being pumped into a tank at a rate (gallons) given by $w(t) = 60 - 10\sqrt{t}$, with $0 \leq t \leq 120$ where $t$ is time in minutes. The tank had 1200 gallons when pumping began. How much water is in the tank after 49 minutes?