Interpreting behavior of accumulation functions — AP Calculus AB
1. What Are Accumulation Functions? ★★☆☆☆ ⏱ 2 min
An accumulation function is a function of the form $F(x) = \int_{a}^{g(x)} f(t) dt$, where $a$ is a constant and $g(x)$ is a variable upper or lower bound of integration. Unlike explicit algebraic functions, accumulation functions build their output by accumulating the net area under $f(t)$ as the bound changes.
On the AP Calculus AB exam, this topic makes up ~12% of Unit 6 exam weight, appearing in both multiple-choice and free-response questions. FRQ questions often pair this topic with contextual scenarios like flow rates or population growth, requiring interpretation of behavior rather than just computation.
2. Differentiating Accumulation Functions with the Extended FTC ★★☆☆☆ ⏱ 4 min
To analyze the behavior of any function, you first need its first derivative. For accumulation functions, the extended First Fundamental Theorem of Calculus (FTC Part 1) lets you find the derivative directly, without evaluating the integral first.
- Basic case (constant lower bound, upper bound $x$): If $F(x) = \int_{a}^{x} f(t) dt$, then $F'(x) = f(x)$
- Variable upper bound $g(x)$: Add the chain rule: $F'(x) = f(g(x)) \cdot g'(x)$
- Variable lower bound, constant upper bound: Swap bounds and add a negative sign: $F(x) = \int_{h(x)}^{a} f(t) dt = -\int_{a}^{h(x)} f(t) dt$, so $F'(x) = -f(h(x)) \cdot h'(x)$
- General case (both bounds variable): $F'(x) = f(g(x))g'(x) - f(h(x))h'(x)$
3. Identifying Intervals of Increase/Decrease and Extrema ★★★☆☆ ⏱ 4 min
Once you have the first derivative of $F(x)$, you use the same rules for function behavior that apply to any other function: $F(x)$ increases on intervals where $F'(x) > 0$, and decreases where $F'(x) < 0$. Critical points occur where $F'(x) = 0$ or $F'(x)$ is undefined, and you can classify extrema with the first or second derivative test.
A key advantage for accumulation functions is that $F'(x)$ is written directly in terms of the integrand $f$. This means you can read the sign of $F'(x)$ directly from a graph or table of $f(t)$ without an explicit expression for $F(x)$, a very common AP exam setup.
4. Finding Concavity and Inflection Points of Accumulation Functions ★★★☆☆ ⏱ 3 min
To find concavity, you need the second derivative of $F(x)$. For the common case of $F(x) = \int_{a}^{x} f(t) dt$, we already know $F'(x) = f(x)$, so taking the derivative again gives $F''(x) = f'(x)$. This means the concavity of $F(x)$ depends directly on the slope of the integrand $f$.
Inflection points of $F(x)$ occur where $F''(x)$ changes sign. For the simple accumulation function above, this is equivalent to where $f'(x)$ changes sign, meaning inflection points of $F(x)$ occur exactly at the local extrema of $f$. This is one of the most frequently tested concepts on AP exam multiple choice.
Common Pitfalls
Why: Students remember the basic FTC result for upper bound $x$ (where $g'(x)=1$, so the term is hidden) and forget to add it when the upper bound is non-linear.
Why: Students memorize the 'upper bound derivative' rule and forget that swapping the order of integration flips the sign.
Why: Students confuse where $F'(x) = 0$ (critical points of $F$) with where $F''(x) = 0$ (inflection points of $F$).
Why: Students assume that after decreasing the function never gets back to the previous maximum, but do not confirm with actual values.
Why: Students misremember the general rule and use a plus sign instead of a minus sign for the lower bound term.