6. Integration and Accumulation of Change

The Fundamental Theorem Of Calculus And Accumulation Functions

The Fundamental Theorem of Calculus and Accumulation Functions

students, imagine tracking something that changes over time 📈. Maybe it is water filling a tank, money being earned in a savings account, or the distance a car travels when its speed is changing. In calculus, one of the biggest ideas is that rates of change and total accumulated change are connected. The Fundamental Theorem of Calculus, often called the FTC, is the bridge between those two ideas.

By the end of this lesson, you should be able to:

  • explain what an accumulation function is and what it means,
  • use the Fundamental Theorem of Calculus to evaluate definite integrals,
  • connect derivatives and integrals as inverse operations,
  • interpret accumulation in real-world contexts,
  • use AP Calculus BC reasoning to solve problems involving changing quantities.

This lesson is a key part of integration and accumulation of change because definite integrals help us measure net change, and accumulation functions show how total change builds up from a rate.

Understanding Accumulation Functions

An accumulation function is a function that adds up the effect of a rate over an interval. A common form is

$$A(x)=\int_a^x f(t)\,dt$$

Here, $A(x)$ measures the total accumulated change from $t=a$ to $t=x$. The variable $t$ is a dummy variable inside the integral, which means it only helps describe the interval of accumulation.

If $f(t)$ represents a rate, then $A(x)$ gives the total amount accumulated. For example, if $f(t)$ is a car’s velocity in miles per hour, then

$$\int_a^x f(t)\,dt$$

represents displacement, or net change in position, over that time interval.

A very important feature of accumulation functions is that the output depends on the upper limit $x$. If you change $x$, you change how much has been added up. This makes accumulation functions powerful for modeling real situations where the total changes as time passes ⏳.

Example: Water Filling a Tank

Suppose a tank is filling at a rate of

$$r(t)=5+2t$$

liters per minute, where $t$ is measured in minutes. The total amount of water added from $t=0$ to $t=x$ is

$$W(x)=\int_0^x (5+2t)\,dt$$

This function $W(x)$ is an accumulation function. If you want the amount of water added after $3$ minutes, compute

$$W(3)=\int_0^3 (5+2t)\,dt$$

This gives the total accumulated water over that time interval.

The First Fundamental Theorem of Calculus

The First Fundamental Theorem of Calculus says that if

$$A(x)=\int_a^x f(t)\,dt$$

and $f$ is continuous, then

$$A'(x)=f(x)$$

This is a major result because it tells us that differentiation undoes accumulation when the upper limit is a variable.

In words, if you build a total by accumulating a rate, then the derivative of that total gives you back the original rate. That means if $A(x)$ records how much has accumulated up to $x$, then the slope of $A$ at $x$ is the instantaneous rate at $x$.

This is useful for understanding motion, economics, biology, and physics. For example, if $A(x)$ represents distance traveled from $x=a$ to $x$, then $A'(x)$ is the velocity at time $x$.

Why This Makes Sense

Think about what happens when $x$ increases by a tiny amount $\Delta x$. The increase in accumulation is approximately

$$\Delta A \approx f(x)\,\Delta x$$

So the average rate of change of $A$ is about

$$\frac{\Delta A}{\Delta x} \approx f(x)$$

As $\Delta x$ gets smaller and smaller, this becomes exact, which is why

$$A'(x)=f(x)$$

when $f$ is continuous.

Example: Differentiating an Accumulation Function

Let

$$A(x)=\int_2^x \left(3t^2-1\right)\,dt$$

By the First Fundamental Theorem of Calculus,

$$A'(x)=3x^2-1$$

Notice that the derivative gives the integrand evaluated at $x$, not at $t$. This is a common AP Exam idea, so students should pay attention to the variable at the upper limit.

The Second Fundamental Theorem of Calculus

The Second Fundamental Theorem of Calculus lets us evaluate definite integrals using antiderivatives. If $F$ is an antiderivative of $f$, meaning

$$F'(x)=f(x)$$

then

$$\int_a^b f(x)\,dx=F(b)-F(a)$$

This is one of the most important shortcuts in calculus because it turns an area or accumulation problem into an antiderivative problem.

Instead of adding up infinitely many tiny pieces directly, you find a function whose derivative is the integrand and then subtract the endpoint values.

Example: Evaluating a Definite Integral

Compute

$$\int_1^4 2x\,dx$$

An antiderivative of $2x$ is $x^2$, so

$$\int_1^4 2x\,dx = 4^2-1^2 = 16-1 = 15$$

This number is the net accumulated change of the function $2x$ on the interval $[1,4]$.

Important Interpretation

A definite integral does not always mean “area” in the usual geometric sense. It means net accumulation. If the integrand is negative on part of the interval, that part subtracts from the total.

For example, if velocity is negative, then displacement decreases. This is why definite integrals are best understood as accumulated signed change.

Connecting Derivatives and Integrals

The FTC shows that derivatives and integrals are inverse processes in a specific way.

  • Differentiation finds instantaneous rate of change.
  • Integration adds up rate over an interval.

These ideas are connected, but they are not identical. A derivative tells what is happening at one point. An integral tells what has happened over a whole interval.

This connection helps explain why the derivative of an accumulation function returns the original rate, and why a definite integral can be computed from an antiderivative.

Example: Motion Along a Line

Suppose the velocity of an object is

$$v(t)=t^2-4t+3$$

The displacement from $t=0$ to $t=5$ is

$$\int_0^5 (t^2-4t+3)\,dt$$

If $s(t)$ is position, then velocity is

$$s'(t)=v(t)$$

and displacement is the change in position:

$$s(5)-s(0)=\int_0^5 v(t)\,dt$$

This is a perfect example of accumulated change. The integral gives the total net change in position over time 🚗.

How to Use Accumulation Functions on AP Calculus BC

On AP Calculus BC, you may see accumulation functions in several forms. A problem might ask you to:

  • find the derivative of an accumulation function,
  • evaluate a definite integral using the FTC,
  • interpret the meaning of the integral in context,
  • determine whether the function is increasing or decreasing,
  • connect signs of the integrand to behavior of the accumulation function.

If

$$A(x)=\int_a^x f(t)\,dt$$

then:

  • $A'(x)=f(x)$,
  • $A''(x)=f'(x)$ if $f$ is differentiable,
  • $A(x)$ increases where $f(x)>0$,
  • $A(x)$ decreases where $f(x)<0$.

These facts are very useful for graph analysis.

Example: Interpreting Sign

If $f(x)>0$ on an interval, then

$$\int_a^x f(t)\,dt$$

is increasing there because positive rate adds to the total.

If $f(x)<0$, then the accumulation function decreases because the rate subtracts from the total.

This helps students connect the graph of a rate function to the graph of the total accumulated function.

Common Mistakes and How to Avoid Them

A common mistake is forgetting that the variable inside the integral is not the same as the upper limit. For example,

$$\frac{d}{dx}\left(\int_0^x \sin(t)\,dt\right)=\sin(x)$$

not $\sin(t)$.

Another mistake is ignoring units. If the integrand has units of “dollars per hour” and $x$ is in hours, then the integral has units of dollars. The integral always represents accumulated amount, so the units should make sense.

A third mistake is confusing area with net change. The integral

$$\int_a^b f(x)\,dx$$

can be negative if $f(x)$ is negative on enough of the interval.

Example: Unit Check

If a river’s flow rate is measured in cubic meters per second, then

$$\int_a^b r(t)\,dt$$

gives cubic meters of water. That is the total volume that passed during the time interval.

Conclusion

The Fundamental Theorem of Calculus is one of the central ideas in calculus because it connects accumulation and change. The First Fundamental Theorem says that the derivative of an accumulation function returns the original rate. The Second Fundamental Theorem says that a definite integral can be evaluated using an antiderivative.

For students, the big takeaway is that accumulation functions turn rates into totals, and the FTC lets you move smoothly between derivatives and integrals. This is why the topic is so important in AP Calculus BC and in real-world modeling. Whether you are studying motion, growth, or flow, the FTC gives a clear way to describe how small changes build into a complete total 🌟.

Study Notes

  • An accumulation function has the form $A(x)=\int_a^x f(t)\,dt$ and measures total accumulated change.
  • The First Fundamental Theorem of Calculus says $A'(x)=f(x)$ when $A(x)=\int_a^x f(t)\,dt$ and $f$ is continuous.
  • The Second Fundamental Theorem of Calculus says $\int_a^b f(x)\,dx=F(b)-F(a)$ if $F'(x)=f(x)$.
  • Definite integrals measure net accumulation, not always ordinary geometric area.
  • Positive values of the integrand make the accumulation function increase; negative values make it decrease.
  • In context, integrals often represent displacement, total mass, total volume, total cost, or total amount of a changing quantity.
  • Always pay attention to the upper limit, the variable of integration, and the units.
  • The FTC is the key bridge between derivatives and integrals in AP Calculus BC.

Practice Quiz

5 questions to test your understanding

The Fundamental Theorem Of Calculus And Accumulation Functions — AP Calculus BC | A-Warded