Study Guide

Fundamental Theorem of Calculus and accumulation functions

AP Calculus ABΒ· AP Calculus AB CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. Accumulation Functionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

An accumulation function is a function whose value equals the net signed area accumulated under another function from a fixed starting bound to a variable input. The standard form is:

A(x)=∫axf(t)dtA(x) = \int_{a}^{x} f(t) dt

Here, is a fixed constant, is continuous on the interval containing and , and is a dummy variable: a placeholder that does not appear in the final output of . Common variations include variable lower bounds or two variable bounds, which can be rewritten using the property .

πŸ“˜ Definition

Accumulation Function

A(x)=∫axf(t)dtA(x) = \int_{a}^{x} f(t) dt

A function defined by a definite integral with at least one variable limit of integration, whose value equals the net signed area accumulated under the integrand from the fixed bound to the variable bound.

Example:

g(x) = \int_{2}^{x} (t^2 - 3t) dt

πŸ“ Worked Example

Define . (a) Calculate ; (b) Describe the net signed area represented by .

  1. 1

    Substitute to get the definite integral:

    g(4)=∫24(t2βˆ’3t)dtg(4) = \int_{2}^{4} (t^2 - 3t) dt
  2. 2

    Find the antiderivative of the integrand:

    t33βˆ’3t22\frac{t^3}{3} - \frac{3t^2}{2}
  3. 3

    Evaluate antiderivative at upper bound minus lower bound:

    (643βˆ’24)βˆ’(83βˆ’6)=563βˆ’18=23\left(\frac{64}{3} - 24\right) - \left(\frac{8}{3} - 6\right) = \frac{56}{3} - 18 = \frac{2}{3}
  4. 4

    For part (b), rewrite the integral using the bound flip property:

    g(βˆ’1)=∫2βˆ’1(t2βˆ’3t)dt=βˆ’βˆ«βˆ’12(t2βˆ’3t)dtg(-1) = \int_{2}^{-1} (t^2 - 3t) dt = -\int_{-1}^{2} (t^2 - 3t) dt
  5. 5

    Thus is the negative of the net signed area between and under .

2. FTC Part 1: Derivative of Accumulation Functionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

FTC Part 1 formalizes the inverse relationship between integration and differentiation, telling us how to differentiate an accumulation function. The basic statement of the theorem is:

πŸ“˜ Definition

Fundamental Theorem of Calculus Part 1 (Basic Form)

ddx∫axf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t) dt = f(x)

If is continuous on , and for , then for all . Intuitively, the rate of change of accumulated area at equals the height of the original function at .

For AP exam purposes, we extend this rule to variable bounds using the chain rule, resulting in three common cases:

  • If , then

  • If , then

  • If , then

πŸ“ Worked Example

Find for .

  1. 1

    Apply the derivative rule for accumulation functions with two variable bounds.

  2. 2

    Identify all components: , upper bound , lower bound .

  3. 3

    Calculate each term: , ; , .

  4. 4

    Substitute into the formula:

    dydx=(e4x2β‹…2)βˆ’(ecos⁑2xβ‹…(βˆ’sin⁑x))=2e4x2+sin⁑xβ‹…ecos⁑2x\frac{dy}{dx} = (e^{4x^2} \cdot 2) - \left(e^{\cos^2 x} \cdot (-\sin x)\right) = 2e^{4x^2} + \sin x \cdot e^{\cos^2 x}

3. FTC Part 2: Evaluating Definite Integralsβ˜…β˜…β˜†β˜†β˜†β± 3 min

FTC Part 2 gives a method to calculate the exact value of a definite integral using antiderivatives, instead of approximating with Riemann sums. The formal statement is:

πŸ“˜ Definition

Fundamental Theorem of Calculus Part 2

∫abf(x)dx=F(b)βˆ’F(a)\int_{a}^{b} f(x) dx = F(b) - F(a)

If is continuous on , and is any antiderivative of (meaning ), then the value of the definite integral equals the antiderivative evaluated at the upper bound minus the antiderivative evaluated at the lower bound. The constant of integration cancels out, so is never needed for definite integrals.

A key requirement for this theorem to hold is that is continuous over the entire interval β€” it does not apply to integrands with discontinuities inside the interval.

πŸ“ Worked Example

Evaluate .

  1. 1

    Confirm the integrand is continuous on , so FTC Part 2 applies.

  2. 2

    Find the antiderivative term-by-term: antiderivative of is , antiderivative of is , so:

    F(x)=βˆ’3cos⁑x+sin⁑2xF(x) = -3\cos x + \sin 2x
  3. 3

    Evaluate at the upper bound:

    F(Ο€2)=βˆ’3cos⁑(Ο€2)+sin⁑(Ο€)=βˆ’3(0)+0=0F\left(\frac{\pi}{2}\right) = -3\cos\left(\frac{\pi}{2}\right) + \sin(\pi) = -3(0) + 0 = 0
  4. 4

    Evaluate at the lower bound, then subtract lower bound from upper bound:

    F(0)=βˆ’3cos⁑(0)+sin⁑(0)=βˆ’3(1)+0=βˆ’3∫0Ο€/2(3sin⁑x+2cos⁑2x)dx=0βˆ’(βˆ’3)=3F(0) = -3\cos(0) + \sin(0) = -3(1) + 0 = -3 \\ \int_{0}^{\pi/2} \left(3\sin x + 2\cos 2x\right) dx = 0 - (-3) = 3

4. AP Style Practice Problemsβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Quick check

Test your understanding with these AP-style problems:

  1. If , what is ?

    Reveal answer
    1 β€”

    Correct. Apply FTC Part 1 with chain rule: , so .

πŸ“ Worked Example

Let for all real , and define . (a) Find as a function of . (b) Compute and verify it matches FTC Part 1. (c) For what values of is increasing? Justify your answer.

  1. 1

    (a) Use FTC Part 2 to evaluate the definite integral:

    A(x)=∫0x(4βˆ’2t)dt=[4tβˆ’t2]0x=4xβˆ’x2A(x) = \int_{0}^{x} (4 - 2t) dt = \left[4t - t^2\right]_{0}^{x} = 4x - x^2
  2. 2

    (b) Differentiate directly:

    Aβ€²(x)=ddx(4xβˆ’x2)=4βˆ’2x=f(x)A'(x) = \frac{d}{dx}(4x - x^2) = 4 - 2x = f(x)
  3. 3

    This matches the FTC Part 1 result that the derivative of is .

  4. 4

    (c) A function is increasing when its first derivative is positive. Solve:

    Aβ€²(x)=4βˆ’2x>0β€…β€ŠβŸΉβ€…β€Šx<2A'(x) = 4 - 2x > 0 \implies x < 2
  5. 5

    Thus is increasing for all real , justified by the first derivative test.

πŸ“ Worked Example

A bakery's dough machine adds flour to a bowl at a rate of ounces per minute, where is minutes after starting. At , the bowl already has 8 ounces of flour. Write an accumulation function for total flour after minutes, and find the total after 5 minutes.

  1. 1

    Total flour equals initial amount plus accumulated flour added, so the accumulation function is:

    F(x)=8+∫0x(3t+2)dtF(x) = 8 + \int_{0}^{x} (3t + 2) dt
  2. 2

    Evaluate the definite integral from to :

    ∫05(3t+2)dt=[3t22+2t]05=47.5\int_{0}^{5} (3t + 2) dt = \left[\frac{3t^2}{2} + 2t\right]_{0}^{5} = 47.5
  3. 3

    Add the initial 8 ounces:

    F(5)=8+47.5=55.5F(5) = 8 + 47.5 = 55.5
  4. 4

    After 5 minutes, the mixing bowl contains 55.5 ounces of flour.

5. Common Pitfalls

Wrong move:

For , writing and omitting the chain rule term.

Why:

Students forget the upper bound is a function of , so they skip the chain rule step.

Correct move:

Always identify if the bound is a function of , and automatically multiply by its derivative every time you apply FTC Part 1.

Wrong move:

For , writing . No negative sign included.

Why:

Students forget flipping the limits of integration introduces a negative sign.

Correct move:

Rewrite any integral with a variable lower bound as before taking the derivative, so the negative sign is explicit.

Wrong move:

Evaluating as instead of .

Why:

Students mix up the order of subtraction when recalling FTC Part 2.

Correct move:

Always write "upper bound evaluation minus lower bound evaluation" in your work before plugging in values to enforce the correct order.

Wrong move:

Writing , reusing for both the bound and dummy integration variable.

Why:

Students reuse the output variable by habit, leading to confusion when taking derivatives.

Correct move:

Always use a different letter (e.g., , ) for the dummy integration variable when defining an accumulation function.

Wrong move:

Applying FTC Part 2 to evaluate , getting as a final answer.

Why:

Students forget FTC only applies when the integrand is continuous on the entire interval; has an infinite discontinuity at inside .

Correct move:

Always check for discontinuities of the integrand inside the interval of integration before applying FTC.

Wrong move:

For , computing .

Why:

Students confuse constant definite integrals with accumulation functions that have a variable bound.

Correct move:

If both bounds of integration are constant, the entire integral is a constant, so its derivative with respect to is 0.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Basic Accumulation Function

constant, dummy variable, continuous

FTC Part 1 (Basic Form)

Only applies to continuous

FTC Part 1 (Variable Upper Bound)

Chain rule term always required

FTC Part 1 (Variable Lower Bound)

Negative sign from flipping integral limits

FTC Part 1 (Two Variable Bounds)

Combine upper and lower bound rules

FTC Part 2 (Evaluate Definite Integral)

Only applies if is continuous on

Derivative of Constant Integral

Both bounds constant β†’ integral is constant

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Differentiate two-variable-bound accumulation

  • 2022 Β· FRQ

    Accumulation for real-world rate problem

What's Next

This topic is the foundation for all remaining integration topics in AP Calculus AB. Next you will apply FTC and accumulation functions to solving net change problems in context, including motion along a line, population change, and fluid flow, where you will model total change from a given rate function. Mastery of FTC rules is required to correctly solve these applied problems, as well as later topics including areas between curves and volumes of revolution, all of which rely on FTC to set up and evaluate integrals. This topic also builds the core AP skill of connecting derivatives and integrals, which is central to almost every free-response question on the exam.