The Fundamental Theorem of Calculus and Accumulation Functions
Introduction: Why this lesson matters
students, imagine filling a water tank at a changing rate 🚰. Sometimes the water flows quickly, sometimes slowly, and sometimes it stops. If you want to know how much water has entered the tank after some time, you do not just need the rate at one moment. You need to accumulate all the tiny changes over time. That is the central idea behind integration and accumulation of change.
In this lesson, you will learn how the Fundamental Theorem of Calculus connects derivatives and integrals, and how accumulation functions track the total effect of a changing quantity. By the end, you should be able to:
- explain the meaning of the Fundamental Theorem of Calculus and accumulation functions,
- use the theorem to evaluate integrals and find derivatives of accumulation functions,
- connect these ideas to real situations like distance, water flow, and population change,
- recognize how this topic fits into AP Calculus AB and the broader study of accumulated change.
The big idea is simple but powerful: if a quantity changes over time, calculus gives us two linked tools. Derivatives describe how fast something is changing right now, and integrals describe how much total change has built up over an interval.
What is an accumulation function?
An accumulation function is a function that records total accumulated change from a starting point to a variable endpoint. A common form is
$$F(x)=\int_a^x f(t)\,dt$$
Here, $f(t)$ is a rate of change, and $F(x)$ is the total accumulated amount from $t=a$ to $t=x$.
Think of $f(t)$ as a speedometer reading. If $f(t)$ gives a car’s velocity, then $F(x)$ gives the total displacement from time $a$ to time $x$. If $f(t)$ gives the rate water enters a tank, then $F(x)$ tells how much water has entered by time $x$.
The variable $t$ is called a dummy variable because it is only used inside the integral. The endpoint $x$ is the variable that controls the output of the function.
Example: Total growth from a rate
Suppose a plant grows at a rate of $g(t)$ centimeters per day. Then
$$A(t)=\int_0^t g(s)\,ds$$
gives the total growth from day $0$ to day $t$.
If $g(t)$ is positive, the total growth increases. If $g(t)$ is negative, the total amount can decrease, which would mean the quantity is being reduced rather than added. Accumulation functions count net change, not just positive change.
This is an important AP Calculus idea: a definite integral measures net area or net accumulated change.
The Fundamental Theorem of Calculus: two powerful parts
The Fundamental Theorem of Calculus, often shortened to FTC, shows that differentiation and integration are inverse processes. This is one of the most important connections in all of calculus.
Part 1: Derivatives of accumulation functions
If
$$F(x)=\int_a^x f(t)\,dt$$
and $f$ is continuous, then
$$F'(x)=f(x)$$
This means the derivative of the accumulation function gives back the original rate of change.
Why is this true? Intuitively, when $x$ increases a little, the integral adds a tiny rectangle whose height is about $f(x)$. So the rate at which the total area changes is the current height of the graph.
Example
Let
$$F(x)=\int_1^x \left(t^2+3\right)\,dt$$
Then by the FTC,
$$F'(x)=x^2+3$$
This is true without first finding an antiderivative. That saves time and shows the direct connection between accumulation and rate.
Part 2: Evaluating definite integrals using antiderivatives
If $f$ is continuous on $[a,b]$ and $G$ is any antiderivative of $f$, meaning
$$G'(x)=f(x)$$
then
$$\int_a^b f(x)\,dx=G(b)-G(a)$$
This part tells us how to compute a definite integral exactly.
Example
Evaluate
$$\int_0^4 2x\,dx$$
An antiderivative of $2x$ is $x^2$, so
$$\int_0^4 2x\,dx=4^2-0^2=16$$
This represents the total accumulated change of the rate $2x$ from $0$ to $4$.
How accumulation functions connect to area and net change
A definite integral is often described as signed area. If a graph is above the $x$-axis, the integral contributes positively. If it is below the $x$-axis, it contributes negatively.
That is why accumulation functions are so useful. They do not only measure area in a geometric sense. They measure total net effect.
For example, if $v(t)$ is velocity, then
$$s(T)=\int_0^T v(t)\,dt$$
gives displacement. This is not always the same as distance traveled. If the velocity becomes negative, the object moves backward, and the integral subtracts that motion from the total displacement.
Real-world example 🚗
Suppose a car’s velocity is positive for the first few seconds and negative later on. The accumulation function of velocity tells you where the car is relative to its starting point. If you want total distance traveled, you would need to account for the absolute value of velocity, which is a different idea from net displacement.
This distinction matters on AP Calculus AB. Many students mix up “total change” and “total amount traveled.” The definite integral gives net change, not always total magnitude.
Using the FTC with variable limits and the chain rule
Sometimes the upper limit is not just $x$ but a function of $x$. Then the chain rule appears.
If
$$H(x)=\int_a^{u(x)} f(t)\,dt$$
then
$$H'(x)=f\big(u(x}\big)u'(x)$$
This result combines the FTC and the chain rule.
Example
Let
$$H(x)=\int_0^{x^2} \sin(t)\,dt$$
Then
$$H'(x)=\sin\left(x^2\right)\cdot 2x$$
The inside function $x^2$ changes the upper limit, so the derivative must include $2x$.
A similar rule works if both limits vary:
$$K(x)=\int_{g(x)}^{h(x)} f(t)\,dt$$
Then
$$K'(x)=f\big(h(x)\big)h'(x)-f\big(g(x)\big)g'(x)$$
This formula is a common AP Calculus AB skill.
Interpreting accumulation functions from graphs and tables
AP Calculus often asks you to interpret data, not just formulas. students, you should be able to reason from a graph of $f$ or a table of values.
If $F(x)=\int_a^x f(t)\,dt$, then:
- $F(x)$ is increasing when $f(x)>0$,
- $F(x)$ is decreasing when $f(x)<0$,
- $F'(x)=f(x)$,
- $F''(x)=f'(x)$ when $f$ is differentiable.
So the graph of $f$ tells you both the slope of $F$ and the direction of change of $F$.
Example from a graph
Suppose $f(x)$ is above the $x$-axis on $[2,5]$. Then
$$F(5)-F(2)=\int_2^5 f(t)\,dt>0$$
so $F$ increases over that interval.
If the graph of $f$ crosses the axis, you must consider positive and negative parts separately. This is why graph interpretation is essential in accumulation problems.
Why the FTC is such a big idea in AP Calculus AB
The FTC is a bridge between two major calculus topics:
- Differentiation, which studies instantaneous rate of change,
- Integration, which studies accumulated change.
It also supports many later skills:
- evaluating definite integrals efficiently,
- finding derivatives of integral-defined functions,
- interpreting motion and total change,
- solving area and accumulation problems using real data.
Without the FTC, computing exact definite integrals would be much harder. With it, a complex accumulation problem can often be turned into evaluating an antiderivative at two endpoints.
Example connecting the whole topic
If a population changes at rate
$$r(t)=100e^{0.1t}$$
then the total change from $t=0$ to $t=5$ is
$$\int_0^5 100e^{0.1t}\,dt$$
This integral represents accumulated growth. If we define
$$P(t)=P(0)+\int_0^t 100e^{0.1s}\,ds$$
then $P(t)$ is the population at time $t$. The accumulation function gives the total population change added to the initial amount $P(0)$.
Conclusion
The Fundamental Theorem of Calculus shows that derivatives and integrals are deeply connected. An accumulation function like
$$F(x)=\int_a^x f(t)\,dt$$
stores total net change, and its derivative is the original rate:
$$F'(x)=f(x)$$
The second part of the theorem lets you compute definite integrals exactly using antiderivatives:
$$\int_a^b f(x)\,dx=G(b)-G(a)$$
where $G'(x)=f(x)$.
For AP Calculus AB, students, this lesson matters because it explains how rates build into totals, how totals reveal rates, and how calculus models real change in science, economics, motion, and other real-world settings 📈. When you understand accumulation functions and the FTC, you understand one of the central ideas of calculus.
Study Notes
- The accumulation function $F(x)=\int_a^x f(t)\,dt$ measures total net change from $a$ to $x$.
- If $f$ is continuous, then $\frac{d}{dx}\left(\int_a^x f(t)\,dt\right)=f(x)$.
- If $G'(x)=f(x)$, then $\int_a^b f(x)\,dx=G(b)-G(a)$.
- Definite integrals measure net accumulated change, not always total distance or total magnitude.
- When the upper limit is $u(x)$, use the chain rule: $\frac{d}{dx}\left(\int_a^{u(x)} f(t)\,dt\right)=f\big(u(x)\big)u'(x)$.
- If $f(x)>0$, then $F(x)$ increases; if $f(x)<0$, then $F(x)$ decreases.
- The FTC is a core bridge between derivatives and integrals in AP Calculus AB.
- Accumulation functions appear in motion, growth, fluid flow, and many other real-world models.
