# Exploring accumulations of change

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

This foundational introduction to integration covers net change from rate functions, Riemann sum approximations, definite integrals as net area, and accumulation functions. These concepts make up 17-20% of your AP Calculus AB exam score.

**Prerequisites:** Limits as the foundation of infinite sums; Derivatives as instantaneous rates of change; Basic algebra for summation and geometric area calculations

## Learning objectives

- Interpret accumulation of change as net change from a rate function
- Approximate net accumulation using left, right, and midpoint Riemann sums
- Evaluate definite integrals as exact net accumulated change
- Calculate values of accumulation functions from graphs using geometric area
- Apply accumulation concepts to real-world rate problems

## Core Concepts of Accumulation of Change

This topic frames integration as the process of adding up small incremental changes to find total or net change over an interval, the core intuition for all integration in AP Calculus AB. Concepts from this topic appear in both multiple-choice and free-response sections, often as context for longer rate problems. Unlike pure area calculation, accumulation accounts for negative change: when the rate is negative, decreases in the quantity subtract from the total. This connects derivatives (rates) and leads directly to the Fundamental Theorem of Calculus.

**Definite Integral (Accumulated Change)** — The net change of a quantity $F$ whose instantaneous rate of change is given by $f(t)$ over the interval $[a,b]$. The stretched $\int$ symbol represents summation of infinitesimal increments, $a$ is the starting lower limit, $b$ is the ending upper limit, and $f(t)dt$ represents an infinitesimally small change in $F$.

*Notation:* \int_a^b f(t) dt

## Approximating Accumulation with Riemann Sums

A Riemann sum approximates total accumulated change by dividing the interval $[a,b]$ into $n$ subintervals (almost always equal width on the AP exam), each of width $\Delta x = \frac{b-a}{n}$. For each subinterval, you multiply the rate at a pre-specified sample point by $\Delta x$ to get approximate change, then add all approximations together.

1. Left Riemann sum: sample at the left endpoint of each subinterval: $\sum_{i=0}^{n-1} f(x_i) \Delta x$
2. Right Riemann sum: sample at the right endpoint of each subinterval: $\sum_{i=1}^{n} f(x_i) \Delta x$
3. Midpoint Riemann sum: sample at the midpoint of each subinterval: $\sum_{i=1}^{n} f\left(\frac{x_{i-1}+x_i}{2}\right) \Delta x$

Most AP exam questions of this type give you a table of values for the rate function, rather than an explicit formula, so the key skill is matching the right sample points to the question request.

**Worked example:** The rate at which coffee brews into a pot is given by $r(t)$ ounces per minute, for $0 \leq t \leq 8$ minutes. Selected values of $r(t)$ are below:

| $t$ (min) | 0 | 2 | 4 | 6 | 8 |
|---------|---|---|---|---|----|
| $r(t)$ (oz/min) | 1.2 | 2.8 | 3.1 | 2.4 | 0.5 |

Use a left Riemann sum with 4 equal-width subintervals to approximate the total ounces of coffee brewed over 8 minutes.

1. Calculate the width of each subinterval:
2. $$\Delta t = \frac{8-0}{4} = 2$$
3. Identify the left endpoints of the 4 subintervals $[0,2], [2,4], [4,6], [6,8]$: these are $t=0, 2, 4, 6$.
4. Write the left Riemann sum expression:
5. $$\text{Approximate total} = \Delta t \left(r(0) + r(2) + r(4) + r(6)\right)$$
6. Substitute values and calculate:
7. $$2\left(1.2 + 2.8 + 3.1 + 2.4\right) = 2(9.5) = 19$$

> **Exam tip:** On AP FRQ questions asking for a Riemann sum approximation, you must explicitly write out the sum with substituted values before calculating the final number to earn full points—even if you can compute it in your head, the expression is required for the point.

## Definite Integrals as Net Accumulated Change

As the number of subintervals $n$ in a Riemann sum approaches infinity, $\Delta x$ approaches zero, and the approximation approaches the exact net accumulated change. The exact value is defined as the definite integral, the limit of the Riemann sum:

$$\int_a^b f(x) dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x$$

where $x_i^*$ is any sample point in the $i$th subinterval. The most heavily tested interpretation on the AP exam is: if $f(x)$ is the rate of change of a quantity $F(x)$, then $\int_a^b f(x) dx$ equals the net change in $F(x)$ from $x=a$ to $x=b$. Net change means negative values of $f(x)$ (when the quantity is decreasing) subtract from the total accumulation, which is a critical difference from total area (which counts all area as positive).

**Worked example:** A hiker climbs up and then down a hill, with vertical velocity $v(t) = 0.3t^2 - 1.8t + 1.5$ meters per minute, for $0 \leq t \leq 5$ minutes, where positive velocity means upward movement. What is the net change in the hiker's elevation from $t=0$ to $t=5$?

1. By definition, net change in elevation equals the definite integral of vertical velocity over the interval:
2. $$\text{Net elevation change} = \int_0^5 (0.3t^2 - 1.8t + 1.5) dt$$
3. Find the antiderivative of the velocity function:
4. $$V(t) = 0.1t^3 - 0.9t^2 + 1.5t$$
5. Evaluate from $0$ to $5$:
6. $$V(5) - V(0) = \left(0.1(125) - 0.9(25) + 1.5(5)\right) - 0 = -2.5$$
7. The net change in elevation is $-2.5$ meters, meaning the hiker ends 2.5 meters lower than their starting elevation.

> **Exam tip:** Always underline the key term in the question: displacement/net elevation change asks for net accumulation (no absolute value required), while total distance/total elevation change asks for the integral of the absolute value of the rate.

## Accumulation Functions

**Accumulation Function** — A function defined by a definite integral with a constant lower limit $a$ and variable upper limit $x$. $F(x)$ gives the net accumulated change from the starting point $a$ to any upper limit $x$, where $f(t)$ is the rate of change of the quantity. The variable $t$ is a dummy placeholder for the integration variable.

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

This concept is heavily tested when $f(t)$ is given as a graph. To find the value of $F(x)$ at a particular $x$, you calculate the net area between $f(t)$ and the $t$-axis from $a$ to $x$, using basic geometry (triangles, rectangles, semicircles) to find area, assigning negative values to areas below the $t$-axis. Accumulation functions are the direct lead-in to the Fundamental Theorem of Calculus, so a solid understanding is critical.

**Worked example:** The function $f(t)$ is graphed as follows: a semicircle of radius 2 above the $t$-axis from $t=0$ to $t=4$, and a right triangle with base 2 and height 3 below the $t$-axis from $t=4$ to $t=6$. Let $F(x) = \int_0^x f(t) dt$. Find $F(6)$.

1. By definition, split the integral into two intervals:
2. $$F(6) = \int_0^6 f(t) dt = \int_0^4 f(t) dt + \int_4^6 f(t) dt$$
3. Calculate the area from 0 to 4: this is a semicircle above the axis, so area is positive. Area of a full circle with radius 2 is $4\pi$, so the semicircle area is $2\pi$.
4. Calculate the area from 4 to 6: this is a triangle below the axis, so area is negative. The area of the triangle is $\frac{1}{2} \times 2 \times 3 = 3$, so the integral value is $-3$.
5. Add the two results:
6. $$F(6) = 2\pi - 3 \approx 3.28$$

> **Exam tip:** Before adding areas for an accumulation function from a graph, explicitly mark all regions below the axis with a negative sign to avoid losing points to a simple sign error.

## Concept Check (AP Style)

**Check your understanding**

Test your understanding of core concepts with these AP-style questions:

1. The rate of change of the concentration of a drug in a patient's bloodstream is $r(t) = -0.2 t e^{-0.1t}$ milligrams per deciliter per hour, for $0 \leq t \leq 12$, where negative $r(t)$ means the concentration is decreasing. Which of the following expressions gives the net change in drug concentration between $t=2$ hours and $t=8$ hours?

   - A) $-0.2\left(8 e^{-0.8} - 2 e^{-0.2}\right)$
   - B) $\int_2^8 -0.2 t e^{-0.1t} dt$
   - C) $\frac{-0.2 (8)^2}{2} e^{-0.1(8)} - \frac{-0.2 (2)^2}{2} e^{-0.1(2)}$
   - D) $\int_0^2 -0.2 t e^{-0.1t} dt - \int_8^{12} -0.2 t e^{-0.1t} dt$

   *Answer:* B) $\int_2^8 -0.2 t e^{-0.1t} dt$

   *Why:* Correct: By definition, net change of a quantity from $a$ to $b$ given its rate function is the definite integral of the rate over that interval. Option A confuses differentiation and integration, Option C incorrectly applies the power rule to a product, and Option D integrates the wrong intervals.

2. The velocity of a cyclist moving along a straight road, in miles per hour, is given by the following table for $0 \leq t \leq 2$ hours:

| $t$ (hr) | 0 | 0.5 | 1.2 | 2 |
|-------|---|---|---|---|
| $v(t)$ (mph) | 12 | 16 | 14 | 8 |

(a) Use a left Riemann sum with 3 subintervals of unequal width to approximate the net displacement of the cyclist over $0 \leq t \leq 2$.
(b) If the cyclist's initial position at $t=0$ is 3 miles from the starting point, what is the cyclist's approximate position at $t=2$, based on your approximation from part (a)?
(c) $v(t)$ is increasing on $(0, 0.5)$ and decreasing on $(0.5, 2)$. Is your approximation from part (a) guaranteed to be an overall overestimate or underestimate of the actual net displacement? Justify your answer.

   *Why:* (a) Approximate net displacement = $12(0.5) + 16(0.7) + 14(0.8) = 28.4$ miles. (b) Approximate final position = $3 + 28.4 = 31.4$ miles. (c) No guarantee: left sums underestimate on increasing intervals and overestimate on decreasing intervals, so errors can cancel out with no guaranteed overall direction.

## Common pitfalls

- **Wrong:** Using left endpoints instead of right endpoints (or vice versa) for a Riemann sum, especially with table values.
  - Why it fails: Students automatically use the first $n$ values from the table regardless of the question request.
  - Correct: Always explicitly list the subintervals before identifying which endpoints to use, and circle the required sample points before calculating.
- **Wrong:** Calculating total area instead of net change for a definite integral of velocity when asked for displacement.
  - Why it fails: Students confuse the two similar concepts and forget that displacement accounts for backward/downward movement.
  - Correct: Always underline the key term in the question: displacement = net change, total distance = total area, before starting calculations.
- **Wrong:** Forgetting to assign negative area to regions below the x-axis when calculating an accumulation function from a graph.
  - Why it fails: Students are used to geometry where area is always positive, and carry that habit over.
  - Correct: Before adding areas, mark all regions below the axis with a negative sign, and all regions above with a positive sign.
- **Wrong:** Using $\Delta x = n/(b-a)$ instead of $\Delta x = (b-a)/n$ for subinterval width.
  - Why it fails: Students mix up the formula when rushing on exam questions.
  - Correct: Every time you calculate $
Delta x$, confirm: 'delta x is the total length of the interval divided by the number of subintervals'.
- **Wrong:** Treating the dummy integrand variable $t$ in $F(x) = \int_a^x f(t) dt$ as the same as the output variable $x$.
  - Why it fails: Students get confused by the dummy variable notation.
  - Correct: Remember $t$ is just a placeholder for the integration variable ranging from $a$ to $x$, so $F(x)$ only depends on the upper limit $x$.

## Cheatsheet

| Category | Formula / Definition | Notes |
| --- | --- | --- |
| Equal Subinterval Width | $\Delta x = \frac{b-a}{n}$ | For $n$ subintervals on $[a,b]$ |
| Left Riemann Sum | $\sum_{i=0}^{n-1} f(x_i) \Delta x$ | Underestimates for increasing $f$, overestimates for decreasing $f$ |
| Right Riemann Sum | $\sum_{i=1}^{n} f(x_i) \Delta x$ | Overestimates for increasing $f$, underestimates for decreasing $f$ |
| Midpoint Riemann Sum | $\sum_{i=1}^{n} f\left(\frac{x_{i-1}+x_i}{2}\right) \Delta x$ | More accurate than left/right sums for equally spaced data |
| Definite Integral as Net Change | $\Delta F = \int_a^b f(t) dt, f = F'$ | Counts negative change when $f$ is negative; not the same as total area |
| Accumulation Function | $F(x) = \int_a^x f(t) dt$ | $t$ is a dummy integration variable; gives net change from $a$ to $x$ |
| Net Displacement | $\int_a^b v(t) dt$ | Velocity = rate of change of position |
| Final Position | $p(b) = p(a) + \int_a^b v(t) dt$ | Connects initial position, net change, and final position |

## What's next

Exploring accumulations of change is the non-negotiable foundation for the rest of Unit 6 and all integral applications later in the AP Calculus AB course. The core intuition you build here—that integration accumulates small changes from a rate function—forms the backbone of every integral concept you will encounter next. Immediately after this topic, you will learn the Fundamental Theorem of Calculus (FTC), which connects differentiation and accumulation, allowing you to exactly evaluate definite integrals and differentiate accumulation functions. Without a solid understanding of what an accumulation represents and how to approximate it with Riemann sums, applying the FTC correctly in context will be extremely difficult. This topic also feeds into later applications like finding areas between curves, solving differential equations, and calculating accumulated change in real-world contexts.

- [Unit 6: Integration and Accumulation of Change Overview](https://www.owlsprep.com/study/ap-calculus-ab-u6-overview/)
- [Approximating Areas with Riemann Sums](https://www.owlsprep.com/study/ap-calculus-ab-u6-approximating-areas-with-riemann-sums/)
- [Riemann sums, summation notation, and definite integral notation](https://www.owlsprep.com/study/ap-calculus-ab-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-ab-u6-exploring-accumulations-of-change/
