# Exploring accumulations of change

> AP Calculus BC · Unit 6: Integration and Accumulation of Change
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u6-exploring-accumulations-of-change/

This module covers core concepts of accumulated change for AP Calculus BC, including the Net Change Theorem, variable upper-bound accumulation functions, and contextual rate-quantity relationships, with worked examples and exam tips aligned to the College Board CED.

**Prerequisites:** [Limits of Riemann sums to define definite integrals](https://www.owlsprep.com/study/ap-calculus-bc-u5-riemann-sums-definite-integrals/); [Derivatives as instantaneous rates of change](https://www.owlsprep.com/study/ap-calculus-bc-u2-derivative-definition-rates/); [Basic antiderivative rules and definite integral notation](https://www.owlsprep.com/study/ap-calculus-bc-u5-antiderivatives-basic-integration/)

## Learning objectives

- Explain the relationship between rates of change and accumulated net change
- Apply the Net Change Theorem to solve contextual problems
- Evaluate variable upper-bound accumulation functions from graphs and formulas
- Distinguish between net change and total change in applied contexts

## The Net Change Theorem

Exploring accumulations of change connects the abstract definite integral (as a limit of Riemann sums) to real-world problems involving changing quantities. The core idea is: integrating a rate of change of a quantity over an interval gives the total net change in that quantity over the interval. This topic contributes ~5-6% of your total AP Calculus BC exam score, appearing in both multiple-choice and free-response questions.

**Net Change Theorem** — If $F(t)$ is a differentiable quantity, and $f(t) = F'(t)$ is its instantaneous rate of change, the total net change in $F(t)$ over $[a,b]$ equals the definite integral of $f(t)$ over that interval. Net change can be positive, negative, or zero, unlike total change which is always non-negative.

*Notation:* F(b) - F(a) = \int_a^b f(t) dt

*Example:* Velocity is the rate of change of position, so integrating velocity gives net displacement (net change in position).

**Worked example:** The velocity of a particle moving along the $x$-axis is given by $v(t) = t^2 - 4t + 3$ m/s for $0 \leq t \leq 4$. What is the net displacement of the particle from $t=0$ to $t=4$?

1. Recognize velocity $v(t)$ is the rate of change of position $x(t)$, so net displacement equals net change in position, which is $\int_0^4 v(t) dt$ by the Net Change Theorem.
2. Find the general antiderivative of $v(t)$:

   $$\int (t^2 - 4t + 3) dt = \frac{t^3}{3} - 2t^2 + 3t + C$$
3. Evaluate the definite integral using the Fundamental Theorem of Calculus:

   $$\left(\frac{4^3}{3} - 2(4^2) + 3(4)\right) - \left(\frac{0^3}{3} - 2(0^2) + 3(0)\right) = \frac{64}{3} - 32 + 12 = \frac{4}{3}$$
4. The net displacement is $\frac{4}{3}$ meters.

> **Exam tip:** Always confirm if the question asks for net change (displacement, net position change) or total change (total distance traveled): net change uses the integral of velocity directly, while total change requires the integral of the absolute value of velocity.

## Variable Upper-Bound Accumulation Functions

An accumulation function is a function defined by a definite integral with a variable upper bound, where the input to the function is the upper limit of integration. It represents a running total of net signed area (net accumulated change) starting from a constant lower bound. This is a core concept for the Fundamental Theorem of Calculus, commonly tested in graph-based problems.

**Accumulation Function** — A function whose value is the net accumulated change of $f(t)$ from the constant lower bound $a$ to the variable upper bound $x$. $t$ is a dummy integration variable, unrelated to the input $x$.

*Notation:* A(x) = \int_a^x f(t) dt

**Worked example:** A piecewise linear function $f(t)$ has vertices at $(0,0)$, $(2,4)$, $(4,0)$, $(6,-2)$. Let $A(x) = \int_0^x f(t) dt$. Find $A(6)$.

1. $A(6)$ is the net signed area under $f(t)$ from $t=0$ to $t=6$, with area below the $x$-axis counted as negative.
2. Split the interval into two regions: $[0,4]$ where $f(t) \geq 0$, and $[4,6]$ where $f(t) \leq 0$.
3. Calculate the area of the triangle on $[0,4]$:

   $$\frac{1}{2} \times 4 \times 4 = 8$$
4. Calculate the signed area of the triangle on $[4,6]$ (negative because the region is below the axis):

   $$- \left(\frac{1}{2} \times 2 \times 2\right) = -2$$
5. Sum the signed areas to get the final result:

   $$A(6) = 8 - 2 = 6$$

> **Exam tip:** When finding the value of an accumulation function from a graph, always mark regions below the $x$-axis with a negative sign before summing. AP exam graders consistently deduct points for missing this sign.

## Contextual Rate-Integral-Quantity Relationships

The most common AP exam application of accumulated change is translating real-world contexts into an integral. The core rule is: if you are given a rate function (the derivative of the quantity you care about), integrating that rate over an interval gives the net change in the quantity over that interval.

> **tip**
>
> To get the total value of the quantity at the end of an interval, use:  
> $F(\text{end}) = F(\text{start}) + \int_{\text{start}}^{\text{end}} r(t) dt$  
> Common rate-quantity pairs: velocity → position, flow rate → volume, marginal cost → total cost, growth rate → population.

**Worked example:** Water flows into a tank at a rate of $r(t) = 10 \sin\left(\frac{\pi t}{12}\right)$ gallons per minute, for $0 \leq t \leq 12$. If the tank has 20 gallons of water at $t=0$, how much water is in the tank at $t=6$?

1. Final volume = initial volume + net accumulated inflow from $t=0$ to $t=6$. Net inflow = $\int_0^6 10 \sin\left(\frac{\pi t}{12}\right) dt$.
2. Find the antiderivative:

   $$\int 10 \sin\left(\frac{\pi t}{12}\right) dt = -\frac{120}{\pi} \cos\left(\frac{\pi t}{12}\right) + C$$
3. Evaluate the definite integral:

   $$\left(-\frac{120}{\pi} \cos\left(\frac{\pi}{2}\right)\right) - \left(-\frac{120}{\pi} \cos(0)\right) = 0 + \frac{120}{\pi}(1) \approx 38.20$$
4. Add the initial volume to get the final amount:

   $$20 + 38.20 \approx 58.2$$
5. The tank has approximately 58.2 gallons of water at $t=6$.

> **Exam tip:** Always remember to add the initial quantity to the accumulated change when asked for the total amount of the quantity at the end of the interval, not just the net change. This is the most commonly missed point on AP FRQ for this topic.

## Concept Check

**Check your understanding**

Test your understanding of key concepts with these AP-style multiple choice questions:

1. Let $A(x) = \int_1^x (2t + 1) dt$. What is the value of $A(3)$?

   - A) 8
   - B) 10
   - C) 12
   - D) 15

   *Why:* Correct. Using the Fundamental Theorem: $A(3) = (3^2 + 3) - (1^2 + 1) = 12 - 2 = 10$.

2. A population of bacteria has growth rate $r(t)$ thousand bacteria per hour. At $t=0$, there are 2 thousand bacteria. What is the total population at $t=5$?

   - A) $\int_0^5 r(t) dt$
   - B) $2 + \int_0^5 r(t) dt$
   - C) $2 + \int_2^5 r(t) dt$
   - D) $2\int_0^5 r(t) dt$

   *Why:* Correct. Total population equals initial population plus accumulated growth from $t=0$ to $t=5$.

## Common pitfalls

- **Wrong:** When asked for change in population between $t=2$ and $t=5$, compute $\int_0^5 r(t)dt$ instead of $\int_2^5 r(t)dt$.
  - Why it fails: Students default to starting integrals at $t=0$ because many problems start at 0, so they miss the specified starting time.
  - Correct: Underline the start and end time of the requested change before setting up the integral, and match your integral bounds to the underlined values.
- **Wrong:** When calculating $A(x) = \int_a^x f(t)dt$ from a graph, treat all area as positive even when $f(t)$ is below the $x$-axis.
  - Why it fails: Students confuse geometric area (always positive) with net accumulated change (signed area).
  - Correct: Before adding areas, mark all regions below the $x$-axis with a negative sign, then sum signed areas.
- **Wrong:** When asked for the total number of bacteria at $t=4$, only report the value of $\int_0^4 r(t)dt$ and do not add the initial population.
  - Why it fails: Students confuse net change in a quantity with the total value of the quantity.
  - Correct: Check the question: "net change" = output the integral; "total amount at time $t$" = initial + integral.
- **Wrong:** When asked for net displacement, you compute $\int_a^b |v(t)|dt$.
  - Why it fails: Students mix up net displacement and total distance traveled.
  - Correct: Memorize the pair: net displacement = $\int v(t)dt$, total distance = $\int |v(t)|dt$, and confirm which the question asks for before integrating.
- **Wrong:** You write an accumulation function as $A(x) = \int_a^x f(x)dx$, reusing $x$ as the variable of integration and the upper bound.
  - Why it fails: Students forget the variable of integration is a dummy variable.
  - Correct: Always use a different dummy variable (e.g., $t, s$) for the integrand when the upper bound is $x$.

## Cheatsheet

| Category | Formula/Relationship | Key Notes |
| --- | --- | --- |
| Net Change Theorem | $F(b) - F(a) = \int_a^b F'(t) dt$ | Gives net change in quantity $F$ over $[a,b]$, where $F'$ is the rate of change of $F$. |
| Total Quantity at End of Interval | $F(b) = F(a) + \int_a^b F'(t) dt$ | Use for total amount, not just change; $F(a)$ is the initial quantity at $t=a$. |
| Accumulation Function Notation | $A(x) = \int_a^x f(t) dt$ | Use a dummy variable like $t$ for the integrand; never reuse $x$ for the integrand. |
| Net Displacement (Velocity) | $\text{Net Displacement} = \int_a^b v(t) dt$ | Accounts for forward/backward movement; can be positive, negative, or zero. |
| Total Distance Traveled (Velocity) | $\text{Total Distance} = \int_a^b \|v(t)\| dt$ | Always positive; counts all movement regardless of direction. |
| Net Volume Change (Flow Rate) | $\text{Net Volume Change} = \int_a^b r(t) dt$ | Enter outflow as a negative rate to get the correct net change. |
| Accumulation from Graph | $A(x) = \sum (\text{signed area})$ | Area above the $x$-axis = positive, area below = negative for net accumulation. |

## What's next

This topic is the conceptual foundation for all of integral calculus. All subsequent applied integral problems rely on the core understanding that integrating a rate of change gives net accumulated change. Without this foundation, you will struggle to interpret questions involving differential equations, area, volume, and other applied integral topics. Mastering accumulation of change prepares you to differentiate accumulation functions via the Fundamental Theorem of Calculus, evaluate definite integrals with substitution, and build solutions to differential equations from initial conditions. Ensure you are comfortable with net vs total change before moving on.

- [Integration by Substitution](https://www.owlsprep.com/study/ap-calculus-bc-u6-integration-by-substitution/)
- [Approximating areas with Riemann sums](https://www.owlsprep.com/study/ap-calculus-bc-u6-approximating-areas-with-riemann-sums/)
- [Riemann sums, summation notation, definite integral notation](https://www.owlsprep.com/study/ap-calculus-bc-u6-riemann-sums-summation-notation-definite/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u6-exploring-accumulations-of-change/
