# Accumulation functions and definite integrals in applied contexts

> AP Calculus AB · Applications of Integration
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u8-accumulation-functions-and-definite-integrals/

This subtopic covers accumulation function definitions, differentiating accumulation functions via the Fundamental Theorem of Calculus, the Net Change Theorem, and interpreting definite integrals of rate functions in real-world contexts for the AP Calculus AB exam.

**Prerequisites:** [Fundamental Theorem of Calculus Parts 1 and 2](https://www.owlsprep.com/study/ap-calculus-ab-u6-fundamental-theorem-calculus/); [Definite integral computation](https://www.owlsprep.com/study/ap-calculus-ab-u6-definite-integrals/); [Chain rule for derivatives](https://www.owlsprep.com/study/ap-calculus-ab-u3-chain-rule/)

## Learning objectives

- Define accumulation functions in applied contexts
- Differentiate accumulation functions using FTC 1 and chain rule
- Apply the Net Change Theorem to solve applied problems
- Interpret definite integrals of rate functions in context
- Avoid common exam traps with accumulation functions

## What is an Accumulation Function?

An accumulation function is defined as $F(x) = \int_{a}^{x} f(t) dt$, where $a$ is a constant starting point. In applied problems, $f(t)$ is almost always a rate of change of a measurable real-world quantity. Accumulation functions let you calculate net change at any variable upper bound $x$, connecting abstract integration to real-world problem-solving. This topic is worth 9–13% of the total AP Calculus AB exam score, and appears in both multiple-choice and free-response sections.

**Accumulation Function** — A function that gives the net accumulated change of a quantity from a fixed starting point $a$ to a variable upper bound $x$, where the integrand is the rate of change of the quantity.

*Notation:* $F(x) = \int_{a}^{x} f(t) dt$, $a$ constant

*Example:* $P(x) = \int_{10}^{x} r(t) dt$, total population growth from 2020 to year $x$

*Calculator:* allowed

## Differentiating Accumulation Functions with FTC 1

By the Fundamental Theorem of Calculus Part 1 (FTC 1), the derivative of an accumulation function with constant lower bound is simply the original integrand evaluated at $x$:

$$\frac{d}{dx} \left( \int_{a}^{x} r(t) dt \right) = r(x)$$

The constant lower bound $a$ does not affect the derivative, because the derivative of a constant is zero. If the lower bound is a function of $x$ and the upper bound is constant, flip the bounds and add a negative sign: $\frac{d}{dx} \left( \int_{x}^{b} r(t) dt \right) = -r(x)$. If both bounds are functions of $x$, split the integral at a constant and apply the chain rule to each bound:

$$\frac{d}{dx} \left( \int_{u(x)}^{v(x)} r(t) dt \right) = r(v(x)) \cdot v'(x) - r(u(x)) \cdot u'(x)$$

**Worked example:** The rate at which a city's population grows is $r(t) = 250 + 10t - 0.1t^2$ people per year, where $t \geq 0$ is years after 2010. Let $P(x) = \int_{10}^{x} r(t) dt$ be the total population growth between 2020 and year $x$. Find $P'(20)$, the rate of population growth in 2030.

1. By definition, $P(x)$ is an accumulation function with constant lower bound and variable upper bound $x$, so FTC 1 gives $P'(x) = r(x)$ regardless of the constant lower bound.
2. Substitute $x=20$ into the rate function:

   $$P'(20) = r(20) = 250 + 10(20) - 0.1(20)^2$$
3. Simplify the calculation:

   $$250 + 200 - 0.1(400) = 450 - 40 = 410$$
4. The result is 410 people per year, which matches the units of the original rate.

> **Exam tip:** If you are asked for the derivative of an accumulation function, you almost never need to compute the integral first — apply FTC 1 directly to save time on the exam.

*Calculator:* allowed

## The Net Change Theorem

The Net Change Theorem is the core applied result for definite integrals of rate functions, and it is a direct consequence of the Fundamental Theorem of Calculus Part 2. It states that if $r(t)$ is the rate of change of a quantity $Q(t)$, then the total net change in $Q$ over the interval $[a, b]$ is equal to the definite integral of $r(t)$ from $a$ to $b$:

$$\text{Net Change in } Q = Q(b) - Q(a) = \int_{a}^{b} r(t) dt$$

The key term here is *net*: the integral adds positive changes (gains) and subtracts negative changes (losses) to get the overall difference between the final and initial quantity, not the total absolute amount of change. For example, if $r(t)$ is velocity, the integral gives displacement (net change in position), while total distance traveled requires integrating the absolute value of velocity, $|v(t)|$. To find the total amount of the quantity at time $b$, when you know the initial amount $Q(a)$, rearrange the formula to get $Q(b) = Q(a) + \int_{a}^{b} r(t) dt$. This formula is used in the majority of applied integration FRQ problems on the AP exam.

**Net Change Theorem** — If $r(t)$ is the rate of change of a quantity $Q(t)$, the definite integral of $r(t)$ over $[a,b]$ equals the net change in $Q(t)$ from $t=a$ to $t=b$.

**Worked example:** A patient's temperature changes at a rate of $r(t) = -0.4t + 1$ degrees Fahrenheit per hour after receiving fever-reducing medication, where $t$ is hours after the medication is given. If the patient's initial temperature at $t=0$ is 102.4°F, what is the patient's temperature 6 hours after receiving medication?

1. Use the rearranged Net Change Theorem: $T(6) = T(0) + \int_{0}^{6} r(t) dt$, where $T(t)$ is temperature at time $t$.
2. Find the antiderivative of $r(t)$:

   $$\int (-0.4t + 1) dt = -0.2t^2 + t + C$$
3. Evaluate the definite integral:

   $$\left(-0.2(6)^2 + 6\right) - \left(-0.2(0)^2 + 0\right) = -7.2 + 6 = -1.2°F$$
4. Add the net change to the initial temperature:

   $$T(6) = 102.4 + (-1.2) = 101.2°F$$

> **Exam tip:** Always remember to add the initial amount of the quantity to the integral result to get the total final amount — the integral only gives net change, not total amount.

*Calculator:* allowed

## Interpreting Definite Integrals in Context

A common non-computational question on the AP exam asks you to interpret a given definite integral of a rate function in the context of the problem. To earn full credit for an interpretation, you must include three required components: (1) the specific name of the quantity that changed, (2) that it is a net change (or total change for absolute value integrals), (3) the interval over which the change occurred, mapped to the problem context. The units of the integral are always the product of the units of the rate function and the independent variable, which you can use to verify your interpretation makes sense.

**Worked example:** A utility company measures the rate of household electricity consumption as $P(t) = 120 + 40\sin\left(\frac{\pi t}{12}\right)$ kilowatts, where $t$ is hours after midnight. Interpret the meaning of $\int_{0}^{12} P(t) dt$ in context, and state its units.

1. Identify that $P(t)$ is the rate of energy consumption with respect to time, so the integral of the rate is net change in total energy consumed.
2. Map the bounds to context: $t=0$ is midnight, $t=12$ is noon the same day.
3. Write the full interpretation with all required components: The integral $\int_{0}^{12} P(t) dt$ is the total net amount of electrical energy consumed by the household between midnight and noon.
4. Calculate units: Units of $P(t)$ are kilowatts, units of $t$ are hours, so the integral has units of kilowatt-hours, the standard unit of energy.

> **Exam tip:** On FRQ interpretation questions, never just say "it's the area under the curve" — you must answer in the context of the problem to earn full credit.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** After computing $\int_{a}^{b} r(t) dt$ to find net change, you stop and report the integral value as the final amount of the quantity at $b$.
  - Why it fails: Students confuse net change with total amount, forgetting that the quantity started at a non-zero initial value.
  - Correct: Always check whether the question asks for net change or total amount; if it asks for total, add the initial amount to the integral result.
- **Wrong:** When differentiating $\frac{d}{dx} \int_{x}^{5} r(t) dt$, you write $r(x)$ instead of $-r(x)$.
  - Why it fails: Students memorize FTC 1 only for variables in the upper bound and forget the sign change when flipping integral bounds.
  - Correct: Any time the variable is in the lower bound, flip the bounds to move the variable to the upper bound and add a negative sign before applying FTC 1.
- **Wrong:** You interpret $\int_{a}^{b} |r(t)| dt$ as net change, the same as $\int_{a}^{b} r(t) dt$.
  - Why it fails: Students confuse total accumulated change (counting all gains and losses separately) with net change (gains minus losses).
  - Correct: Always note if the integrand is the absolute value of the rate; the integral of absolute value is total change, not net change, so adjust your interpretation or calculation accordingly.
- **Wrong:** When differentiating $\frac{d}{dx} \int_{a}^{v(x)} r(t) dt$, you only write $r(v(x))$ and forget to multiply by $v'(x)$.
  - Why it fails: Students focus on the FTC 1 rule and forget the chain requirement for non-linear variable bounds.
  - Correct: Any time the upper or lower bound is a function of $x$ (not just $x$ itself), multiply by the derivative of the bound per the chain rule.
- **Wrong:** You get a negative value for a total quantity like number of customers or volume of water, which cannot be negative.
  - Why it fails: You flipped integration bounds incorrectly or messed up the sign when calculating net change.
  - Correct: Always check if your final answer makes sense in context; a negative impossible value is a clear signal of a sign error to correct.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Basic Accumulation Function | $A(x) = \int_{a}^{x} r(t) dt$ | $a$ = constant starting point, $r(t)$ = rate of change, $A(x)$ = net change from $a$ to $x$ |
| FTC 1 for Constant Lower Bound | $\frac{d}{dx} \int_{a}^{x} r(t) dt = r(x)$ | Constant lower bound does not affect the derivative |
| FTC 1 for Variable Bounds | $\frac{d}{dx} \int_{u(x)}^{v(x)} r(t) dt = r(v(x))v'(x) - r(u(x))u'(x)$ | Always multiply by the derivative of each variable bound |
| Net Change Theorem | $Q(b) - Q(a) = \int_{a}^{b} r(t) dt$ | Integral of a rate equals net change in the quantity |
| Total Final Quantity | $Q(b) = Q(a) + \int_{a}^{b} r(t) dt$ | Use this when the question asks for total amount, not just net change |
| Definite Integral Interpretation | $\int_{a}^{b} r(t) dt$ | Must include: 1) net change, 2) quantity name, 3) interval from $t=a$ to $t=b$ |
| Total (not net) Change | $\text{Total Change} = \int_{a}^{b} \|r(t)\| dt$ | Used for total distance traveled, total customers, etc. |

## What's next

This topic is the foundation for all applied integration problems that come next in Unit 8, and it is a prerequisite for finding the area between curves and volumes of revolution, the other major topics in Applications of Integration. Mastery of the net change theorem and accumulation functions is required to solve kinematics problems connecting position, velocity, and acceleration, a very common AP FRQ topic, and it also builds your understanding of how integration represents cumulative change across all areas of the course. Without a solid grasp of how to interpret and differentiate accumulation functions in context, you will struggle to earn full credit on multi-part FRQ questions that combine integration with derivative interpretation.

- [Area between curves expressed as functions of x](https://www.owlsprep.com/study/ap-calculus-ab-u8-area-between-curves-expressed-as/)
- [Area between curves intersecting more than twice](https://www.owlsprep.com/study/ap-calculus-ab-u8-area-between-curves-intersecting-more/)
- [Volumes with cross sections: squares and rectangles](https://www.owlsprep.com/study/ap-calculus-ab-u8-volumes-with-cross-sections-squares/)

---

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-u8-accumulation-functions-and-definite-integrals/
