AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

The Fundamental Theorem of Calculus and Accumulation Functions

The bridge connecting differentiation and integration — the most powerful relationship in all of calculus.

Historical Context & Motivation

For millennia, mathematicians grappled with two seemingly unrelated problems: finding the area enclosed by a curve and determining the instantaneous rate of change of a varying quantity. Ancient Greek geometers, most notably Archimedes, developed the method of exhaustion to approximate areas under parabolas by inscribing ever-finer polygons — an approach that foreshadowed integration. Meanwhile, questions about velocity, tangent lines, and optimization remained stubbornly separate until the seventeenth century, when Newton and Leibniz independently discovered that these two problems are, in fact, inverse operations of one another.

~250 BCE
Archimedes and Exhaustion
Archimedes computes the area under a parabolic arc using the method of exhaustion, effectively performing what we now recognize as integration, though without a general algebraic framework.
1665–1666
Newton's Fluxions
Isaac Newton develops the method of fluxions during the plague years, recognizing that 'fluents' (integrals) and 'fluxions' (derivatives) are inverse processes — the core insight of the Fundamental Theorem.
1684–1686
Leibniz Publishes
Gottfried Wilhelm Leibniz publishes his calculus notation, including the integral sign ∫ and the differential dx, providing the symbolic language that made the Fundamental Theorem both precise and practically computable.
1823
Cauchy Formalizes the Definite Integral
Augustin-Louis Cauchy provides a rigorous ε-based definition of the definite integral as a limit of sums, placing the Fundamental Theorem on firm logical ground and resolving lingering doubts about infinitesimals.
1854
Riemann's Integral
Bernhard Riemann generalizes Cauchy's definition to handle broader classes of functions, establishing the Riemann integral and completing the modern framework within which the Fundamental Theorem operates.

The question that drove centuries of mathematical progress can be stated simply: if you know how fast a quantity is changing at every instant, can you recover how much total change has accumulated? And conversely, if you know the total accumulated quantity, can you recover the rate? The Fundamental Theorem of Calculus answers both questions with a resounding yes, and in doing so unifies the two pillars of calculus — differentiation and integration — into a single coherent theory.

Core Principles & Definitions

The Fundamental Theorem of Calculus (FTC) consists of two parts, each providing a different perspective on the deep relationship between derivatives and integrals. Before stating them precisely, it is essential to understand the notion of an accumulation function — a function that records how much of a quantity has accumulated from a fixed starting point up to a variable endpoint. When you define F(x) = ∫ₐˣ f(t) dt, you are building a new function whose output at any x is the net signed area under f from a to x. This construction is the conceptual heart of the FTC and appears repeatedly on the AP Calculus BC exam.

1

Accumulation Function

Given a continuous function f on [a, b], the accumulation function F(x) = ∫ₐˣ f(t) dt gives the net signed area under f from a to x. As x increases, F tracks the running total of positive and negative area.
2

FTC Part 1 (Derivative of an Integral)

If f is continuous on [a, b], then F(x) = ∫ₐˣ f(t) dt is differentiable on (a, b) and F′(x) = f(x). Differentiation undoes integration: the rate of accumulation at x is simply the integrand evaluated at x.
3

FTC Part 2 (Evaluation Theorem)

If f is continuous on [a, b] and F is any antiderivative of f, then ∫ₐᵇ f(x) dx = F(b) − F(a). This transforms the potentially difficult limit-of-sums definition of the definite integral into a simple subtraction.
4

Net vs. Total Accumulation

The definite integral ∫ₐᵇ f(x) dx computes net accumulation (area above the axis minus area below). To find total accumulation, integrate the absolute value: ∫ₐᵇ |f(x)| dx.
5

Continuity Hypothesis

Both parts of the FTC require f to be continuous on the interval. If f has a finite number of jump discontinuities, the integral still exists (Riemann-integrable), but the derivative relationship in Part 1 holds only at points of continuity.
KEY TAKEAWAY
Think of integration like a bank account ledger: f(t) is the deposit (or withdrawal) rate at each instant, and F(x) = ∫ₐˣ f(t) dt is the running balance. FTC Part 1 says that the instantaneous rate of change of the balance is simply the current deposit rate — F′(x) = f(x). FTC Part 2 says that to find the net change in the balance between two times, you just subtract ending balance minus starting balance: F(b) − F(a). Differentiation and integration are bookkeeping inverses.

Visual Explanation: The Accumulation Function

The shaded region represents F(x), the accumulated signed area under f(t) from a to x. As x slides to the right, the area grows at a rate equal to f(x) — the height of the curve at that point.

The diagram above captures the central geometric idea: F(x) = ∫ₐˣ f(t) dt is the net signed area between the graph of f and the horizontal axis, measured from the fixed lower limit a to the variable upper limit x. When f(t) > 0, the area contributes positively to F(x); when f(t) < 0, it subtracts from the running total. The slope of the accumulation function at any point x is precisely f(x), because an infinitesimal step Δx adds a thin rectangle of height f(x) and width Δx to the accumulated area, yielding ΔF ≈ f(x)·Δx, so ΔF/Δx → f(x) as Δx → 0. This geometric reasoning is exactly what FTC Part 1 formalizes.

Mathematical Framework

FTC Part 1: Differentiating an Accumulation Function

FTC PART 1
d/dx [ ∫ₐˣ f(t) dt ] = f(x)
f must be continuous on an open interval containing [a, x]. The variable of integration t is a dummy variable; the result depends only on the upper limit x.

On the AP exam, the upper limit is often not simply x but a function of x — say g(x). In that case, the chain rule must be applied.

FTC PART 1 WITH CHAIN RULE
d/dx [ ∫ₐ^{g(x)} f(t) dt ] = f(g(x)) · g′(x)
Replace the dummy variable t with the upper limit g(x), then multiply by the derivative of the upper limit. If the lower limit is also a function h(x), subtract: f(g(x))·g′(x) − f(h(x))·h′(x).

FTC Part 2: The Evaluation Theorem

FTC PART 2 (EVALUATION THEOREM)
∫ₐᵇ f(x) dx = F(b) − F(a)
F is any antiderivative of f — that is, F′(x) = f(x). The constant of integration cancels in the subtraction, so you may choose whichever antiderivative is most convenient (typically C = 0).
💡 AP Exam Tip
When asked to evaluate a definite integral, always check whether you can apply FTC Part 2 directly by finding an antiderivative. When asked to find the derivative of an integral with a variable limit, apply FTC Part 1 (with the chain rule if needed). Recognizing which part to use is a frequent source of exam points — and errors.
NET CHANGE THEOREM
∫ₐᵇ F′(x) dx = F(b) − F(a)
This is FTC Part 2 restated: integrating a rate of change over [a, b] yields the net change in the original quantity. For example, if v(t) is velocity, then ∫ₐᵇ v(t) dt = s(b) − s(a), the net displacement.

Properties and Behavior of Accumulation Functions

Because the AP Calculus BC exam frequently presents graphs of f and asks you to analyze the resulting accumulation function F(x) = ∫ₐˣ f(t) dt, it is essential to understand how features of f translate into features of F. The diagram below summarizes this correspondence, and the table that follows provides a systematic reference.

Left panel: the integrand f(t) with positive area and negative area shown. Right panel: the accumulation function F(x) rises when f > 0, falls when f < 0, and achieves a relative maximum at x = c where f crosses from positive to negative.
Translating features of the integrand f into features of the accumulation function F
Feature of f(t)Corresponding Feature of F(x)Reasoning
f(x) > 0F is increasingF′(x) = f(x) > 0
f(x) < 0F is decreasingF′(x) = f(x) < 0
f(x) = 0 (sign change + → −)F has a relative maximumFirst derivative test: F′ changes from + to −
f(x) = 0 (sign change − → +)F has a relative minimumFirst derivative test: F′ changes from − to +
f is increasingF is concave upF″(x) = f′(x) > 0
f is decreasingF is concave downF″(x) = f′(x) < 0
f has a local extremumF has an inflection pointF″ changes sign because f′ changes sign

Worked Example

Analyzing an Accumulation Function
1
Step 1 — State the ProblemLet g(x) = ∫₁ˣ (3t² − 12) dt. Find g(3), g′(3), and the x-values at which g has a relative minimum on the interval [1, 5].
2
Step 2 — Compute g(3) Using FTC Part 2We need an antiderivative of 3t² − 12. The antiderivative is t³ − 12t. By the Evaluation Theorem, g(3) = ∫₁³ (3t² − 12) dt = [t³ − 12t]₁³ = (27 − 36) − (1 − 12) = (−9) − (−11) = 2.
g(3) = 2
3
Step 3 — Find g′(3) Using FTC Part 1By FTC Part 1, g′(x) = 3x² − 12 (we simply substitute x for t in the integrand, since the upper limit is x with no chain rule needed). Therefore, g′(3) = 3(9) − 12 = 27 − 12 = 15.
g′(3) = 15
4
Step 4 — Find Critical PointsSet g′(x) = 0: 3x² − 12 = 0 ⟹ x² = 4 ⟹ x = ±2. On the interval [1, 5], the only critical point is x = 2.
5
Step 5 — Apply the First Derivative TestCheck the sign of g′(x) = 3x² − 12 on either side of x = 2. At x = 1.5: g′(1.5) = 3(2.25) − 12 = 6.75 − 12 = −5.25 < 0. At x = 3: g′(3) = 15 > 0. Since g′ changes from negative to positive at x = 2, g has a relative minimum there.
g has a relative minimum at x = 2
6
Step 6 — Verify with g(2)For completeness, g(2) = ∫₁² (3t² − 12) dt = [t³ − 12t]₁² = (8 − 24) − (1 − 12) = (−16) − (−11) = −5. So the relative minimum value is −5, confirming that the function dipped below zero before rising back through g(3) = 2.
g(2) = −5 (relative min value)

Strengths, Common Pitfalls, and Comparisons

Strengths of the FTC paired with the most common student errors
StrengthCommon PitfallHow to Avoid It
FTC Part 2 converts limit-of-sums problems into simple antiderivative evaluation.Forgetting the "+C" when finding a general antiderivative (though it cancels in definite integrals).For definite integrals, use bracket notation [F(x)]ₐᵇ to make the subtraction explicit.
FTC Part 1 gives an instant derivative without ever finding a closed-form antiderivative.Neglecting the chain rule when the upper limit is a function g(x) rather than x.Always write: d/dx [∫ₐ^{g(x)} f(t) dt] = f(g(x)) · g′(x). Train yourself to check the upper limit.
Accumulation functions encode complete information about signed area and can be analyzed with standard derivative tools.Confusing net signed area (∫ₐᵇ f dx) with total area (∫ₐᵇ |f| dx).Read the problem carefully: 'total distance' requires |v(t)|, while 'displacement' or 'net change' requires v(t).
The graph-of-f → features-of-F connection enables rich qualitative reasoning.Reading F's concavity from f's values instead of f's slope.Remember: F″ = f′. Concavity of F depends on whether f is increasing or decreasing, not on the sign of f.
KEY TAKEAWAY
Think of the Fundamental Theorem like a GPS navigation system: your speed at each moment is the integrand f(t), and your odometer reading is the accumulation function F(x). FTC Part 1 says the current speed is the derivative of the odometer reading. FTC Part 2 says you can compute the total trip distance by subtracting odometer readings at the start and end — you do not need to sum every infinitesimal segment by hand. The most common exam error is forgetting to 'multiply by g′(x)' when the upper limit is a function of x — analogous to a GPS that fails to account for how fast the time parameter itself is changing.

Connections to Advanced Topics

The Fundamental Theorem of Calculus is not merely a computational shortcut — it is the gateway to a vast landscape of advanced mathematics and applications. In AP Calculus BC and beyond, the FTC generalizes in several important directions that you should be aware of, both for exam readiness and for conceptual depth.

How the FTC generalizes beyond single-variable calculus
FTC ConceptAdvanced GeneralizationWhere It Appears
∫ₐᵇ f(x) dx = F(b) − F(a)Line integrals of gradient fields: ∫_C ∇F · dr = F(B) − F(A), generalizing FTC to vector calculus (the Gradient Theorem).Multivariable Calculus, Physics (work-energy theorem)
Net change: ∫ₐᵇ F′(t) dt = F(b) − F(a)Differential equations: given dy/dx = f(x, y), the solution accumulates change along a solution curve. FTC underpins separation of variables and integral curves.AP Calculus BC (Topic 7), Engineering
Accumulation function F(x) = ∫ₐˣ f(t) dtImproper integrals: extending the upper limit to ∞ yields ∫ₐ^∞ f(t) dt = lim_{b→∞} F(b). Convergence tests build on the FTC.AP Calculus BC (Topic 6.13), Series convergence
F′(x) = f(x) for continuous fLebesgue's theorem: a bounded function on [a, b] is Riemann integrable if and only if it is continuous almost everywhere. The FTC generalizes to the Lebesgue integral.Real Analysis, Measure Theory

For the AP Calculus BC exam, the most immediately relevant extensions are improper integrals and differential equations. In both cases, the Fundamental Theorem provides the bridge: improper integrals are evaluated by applying FTC Part 2 and then taking a limit, while separable differential equations are solved by integrating both sides — an operation justified by the FTC. Understanding the theorem deeply now will make those topics feel like natural extensions rather than isolated techniques.

Practice Problems

1
Let F(x) = ∫₂ˣ f(t) dt, where f is continuous on [0, 10]. If f(5) = 0 and f changes sign from positive to negative at t = 5, which of the following must be true?
2
If h(x) = ∫₀^{x²} sin(t) dt, what is h′(x)?
3
Let g(x) = ∫_{2x}^{x³} eᵗ dt. Which of the following gives g′(x)?
PROBLEM 4APPLIED
A particle moves along the x-axis with velocity v(t) = t² − 4t + 3 for 0 ≤ t ≤ 5. The particle's position at time t = 0 is x(0) = 2. (a) Find the particle's position function x(t). (b) Determine the net displacement of the particle over [0, 5]. (c) Determine the total distance traveled by the particle over [0, 5]. (d) At what time(s) in [0, 5] does the particle change direction? Justify your answer.
PROBLEM 5CRITICAL THINKING
Define F(x) = ∫₀ˣ f(t) dt where f is continuous on ℝ and f(t) > 0 for all t. A student claims: "Since f(t) > 0 everywhere, F must be an increasing function on all of ℝ, and therefore F can never equal zero for x > 0." Is the student's reasoning correct? Provide a rigorous justification using the Fundamental Theorem of Calculus.

Lesson Summary

The Fundamental Theorem of Calculus establishes the profound inverse relationship between differentiation and integration. FTC Part 1 states that if F(x) = ∫ₐˣ f(t) dt and f is continuous, then F′(x) = f(x) — the derivative of an accumulation function recovers the original integrand. When the upper limit is a composite function g(x), the chain rule must be applied: F′(x) = f(g(x)) · g′(x). FTC Part 2 (the Evaluation Theorem) converts definite integrals into antiderivative subtraction: ∫ₐᵇ f(x) dx = F(b) − F(a), eliminating the need to evaluate limits of Riemann sums.

The accumulation function F(x) = ∫ₐˣ f(t) dt is increasing where f > 0, decreasing where f < 0, has relative extrema where f changes sign, and has inflection points where f has local extrema. The Net Change Theorem — a direct consequence of FTC Part 2 — states that ∫ₐᵇ F′(t) dt = F(b) − F(a), connecting rates of change to total accumulated change. Mastery of these ideas, including the ability to read features of F from the graph of f and to distinguish net accumulation from total accumulation, is essential for both the multiple-choice and free-response sections of the AP Calculus BC exam.

Varsity Tutors • AP Calculus BC • The Fundamental Theorem of Calculus and Accumulation Functions