CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

FTC & Accumulation Functions — The Fundamental Theorem of Calculus and Accumulation Functions

Discover how differentiation and integration are inverse operations that unlock the power of accumulation.

Historical Context & Motivation

For thousands of years, mathematicians wrestled with two seemingly unrelated problems: finding the slope of a curve at a single point, and computing the area trapped beneath a curve. Ancient Greek mathematicians such as Archimedes used clever geometric arguments—the method of exhaustion—to approximate areas, but they had no general formula. Meanwhile, questions about rates of change arose in astronomy and physics, where scholars needed to describe how planets speed up and slow down along their orbits.

It was not until the seventeenth century that two brilliant minds, working independently, realized that these two problems are actually mirror images of each other. The Fundamental Theorem of Calculus (FTC) is the bridge connecting differentiation and integration, and its discovery is widely considered one of the greatest intellectual achievements in the history of mathematics.

~250 BCE
Archimedes and Exhaustion
Archimedes approximates areas under parabolas using inscribed polygons, laying early groundwork for the concept of integration.
1668
James Gregory's Insight
Scottish mathematician James Gregory provides an early geometric version of the connection between tangent problems and area problems.
1669
Isaac Newton's Fluxions
Newton develops the method of fluxions (his version of calculus) and recognizes that finding areas is the inverse of finding slopes, though he delays publication.
1684
Leibniz Publishes Calculus
Gottfried Wilhelm Leibniz publishes the first paper on differential calculus, introducing the ∫ notation still used today and formalizing the FTC.
1823
Cauchy's Rigorous Proof
Augustin-Louis Cauchy provides a rigorous proof of the FTC using limits, placing it on the solid logical foundation that modern calculus rests upon.

The central question that the FTC answers is deceptively simple: If you know how fast something is changing, can you figure out how much has accumulated? And if you know how much has accumulated, can you recover the rate of change? The answer to both questions is yes, and the FTC tells you exactly how.

Core Principles & Definitions

Before diving into the theorem itself, you need a few foundational ideas. These concepts form the vocabulary you'll use every time you work with integration and accumulation.

1

Accumulation Function

A function defined as F(x) = ∫ from a to x of f(t) dt. It measures the total "net area" accumulated under f from a fixed starting point a up to a variable endpoint x.
2

Antiderivative

A function F(x) whose derivative equals f(x). If F′(x) = f(x), then F is an antiderivative of f. Every continuous function has infinitely many antiderivatives that differ by a constant C.
3

Definite Integral

The number ∫ from a to b of f(x) dx, representing the net signed area between f(x) and the x-axis on [a, b]. Area above the axis counts as positive, and area below counts as negative.
4

FTC Part 1 (Derivative of an Integral)

If f is continuous on [a, b], then the accumulation function F(x) = ∫ from a to x of f(t) dt is differentiable, and F′(x) = f(x). Differentiation undoes integration.
5

FTC Part 2 (Evaluation Theorem)

If F is any antiderivative of f on [a, b], then ∫ from a to b of f(x) dx = F(b) − F(a). This lets you evaluate definite integrals without computing Riemann sums.
KEY TAKEAWAY
Think of integration and differentiation like driving a car. Your speedometer shows your rate of change (speed), and your odometer shows the total distance accumulated. The FTC says: if you know your speed at every moment, you can compute your total distance (integration). And if you know your total distance function, you can recover your speed at any instant (differentiation). They are perfectly inverse operations.

Visual Explanation — Accumulation in Action

The best way to understand accumulation functions is to see them. The diagram below shows a continuous function f(t) in cyan and the shaded region whose area defines the accumulation function F(x). As x moves to the right, the shaded region grows, and F(x) increases. When f(t) dips below the x-axis, the accumulation function begins to decrease because negative area is being added.

The cyan curve is f(t). The shaded region between t = a (gold dashed line) and t = x (pink dashed line) represents the accumulation function F(x). FTC Part 1 tells us that the derivative of this shaded area, F′(x), equals the height of the curve f(x) at the right boundary.

Notice the key intuition: when you slide x a tiny bit to the right, you add a thin vertical strip of area to the total. That strip has width dx and height approximately f(x), so the change in accumulated area is roughly f(x) × dx. Dividing both sides by dx gives F′(x) = f(x), which is exactly FTC Part 1. The rate at which area accumulates equals the height of the function at the right boundary.

Mathematical Framework

The Fundamental Theorem of Calculus has two parts. Each part captures a different direction of the relationship between derivatives and integrals. Let's state them precisely and then unpack what every symbol means.

FTC PART 1 — DERIVATIVE OF AN ACCUMULATION FUNCTION
d/dx [ ∫ from a to x of f(t) dt ] = f(x)
Here f is any function continuous on [a, b], and a is a constant lower limit. The variable t is a dummy variable of integration; the result depends only on x. This says: differentiating the integral with respect to its upper limit gives back the original function.
FTC PART 2 — EVALUATION THEOREM
∫ from a to b of f(x) dx = F(b) − F(a)
Where F is any antiderivative of f, meaning F′(x) = f(x). The notation F(b) − F(a) is often written as [F(x)] evaluated from a to b, or F(x)|ab. This turns the definite integral into a simple subtraction problem once you know an antiderivative.
CHAIN RULE EXTENSION OF FTC PART 1
d/dx [ ∫ from a to g(x) of f(t) dt ] = f(g(x)) × g′(x)
When the upper limit is not simply x but a function g(x), you must apply the chain rule. You evaluate f at the upper limit g(x), then multiply by the derivative of that upper limit, g′(x). This extension appears frequently on AP exams and in applications.
⚠️ Watch the Variable!
A common mistake is confusing the dummy variable t inside the integral with the variable x in the upper limit. The letter t is just a placeholder—once you integrate, it disappears. The result is a function of x alone. Think of t as a temporary label, like a variable in a for-loop that vanishes once the loop finishes.

Detailed Breakdown — How F(x) Behaves

Understanding how the accumulation function F(x) behaves gives you deep insight into both f and its integral. Since F′(x) = f(x) by FTC Part 1, the behavior of f directly controls the behavior of F. Let's trace through every possibility systematically.

Top panel: the function f(t) shown in cyan. The green-shaded region marks where f is positive, and the red-shaded region marks where f is negative. Bottom panel: the accumulation function F(x) shown in violet. Notice that F increases when f > 0, reaches a maximum when f crosses zero, and decreases when f < 0.
How the behavior of f determines the behavior of its accumulation function F
Behavior of f(x)Effect on F(x)Why?
f(x) > 0F is increasingF′(x) = f(x) > 0, so F has a positive slope.
f(x) < 0F is decreasingF′(x) = f(x) < 0, so F has a negative slope.
f(x) = 0F has a critical pointF′(x) = 0, so F may have a local max or min.
f is increasingF is concave upF″(x) = f′(x) > 0 when f is increasing.
f is decreasingF is concave downF″(x) = f′(x) < 0 when f is decreasing.

This table is incredibly powerful. It means you can sketch the accumulation function F(x) without ever computing an integral—just by reading the graph of f. Where f is positive and increasing, F climbs steeply and is concave up. Where f crosses zero from positive to negative, F has a local maximum. This kind of qualitative reasoning appears on nearly every AP Calculus exam.

Worked Example

Let's work through a complete example that uses both parts of the FTC. We'll compute a definite integral using FTC Part 2, then analyze an accumulation function using FTC Part 1.

Example 1: Evaluate ∫ from 1 to 4 of (3x² − 2x + 1) dx
1
Step 1 — Identify the integrandWe need to evaluate the definite integral of f(x) = 3x² − 2x + 1 on the interval [1, 4]. By FTC Part 2, we need an antiderivative F(x) such that F′(x) = f(x).
2
Step 2 — Find an antiderivativeApply the power rule for antiderivatives term by term. The antiderivative of 3x² is x³ (since the derivative of x³ is 3x²). The antiderivative of −2x is −x² (since the derivative of −x² is −2x). The antiderivative of 1 is x.
F(x) = x³ − x² + x
3
Step 3 — Apply FTC Part 2: F(b) − F(a)Evaluate F at the upper limit b = 4: F(4) = 4³ − 4² + 4 = 64 − 16 + 4 = 52. Evaluate F at the lower limit a = 1: F(1) = 1³ − 1² + 1 = 1 − 1 + 1 = 1.
4
Step 4 — Subtract∫ from 1 to 4 of (3x² − 2x + 1) dx = F(4) − F(1) = 52 − 1 = 51.
The definite integral equals 51.
Example 2: Given F(x) = ∫ from 0 to x² of sin(t) dt, find F′(x)
1
Step 1 — Recognize the structureThis is an accumulation function, but the upper limit is x² rather than just x. That means we need the chain rule extension of FTC Part 1.
2
Step 2 — Apply FTC Part 1 with the chain ruleThe formula states: d/dx [∫ from a to g(x) of f(t) dt] = f(g(x)) × g′(x). Here f(t) = sin(t) and g(x) = x², so g′(x) = 2x.
3
Step 3 — Substitute and simplifyF′(x) = sin(g(x)) × g′(x) = sin(x²) × 2x.
F′(x) = 2x sin(x²)

Comparing FTC Part 1 and Part 2

Students often confuse the two parts of the FTC because both involve integrals and derivatives. The table below clarifies the distinction. Think of Part 1 as going from integral to derivative, and Part 2 as going from antiderivative to definite integral.

Side-by-side comparison of FTC Parts 1 and 2
FeatureFTC Part 1FTC Part 2
What it saysThe derivative of an accumulation function is the original integrand.A definite integral can be evaluated using any antiderivative.
Formulad/dx [∫ from a to x f(t) dt] = f(x)∫ from a to b f(x) dx = F(b) − F(a)
DirectionIntegration → Differentiation (undoes integration)Antiderivative → Definite integral (evaluates the integral)
OutputA function: f(x)A number: F(b) − F(a)
Typical useFinding derivatives of accumulation functions, analyzing graphsComputing exact areas, displacements, and total quantities
Common pitfallForgetting the chain rule when the upper limit is g(x)Forgetting the "+C" is unnecessary for definite integrals (it cancels)
KEY TAKEAWAY
FTC Part 1 and Part 2 are two sides of the same coin. Part 1 says differentiation undoes integration. Part 2 says integration can be evaluated through antidifferentiation. Together, they form a round-trip: you can go from f to its integral and back again without losing any information. It's like converting temperature from Celsius to Fahrenheit and back—neither conversion loses data.

Connection to Advanced Topics

The FTC you've learned applies to single-variable functions on closed intervals, but its core idea—that integration and differentiation are inverse operations—extends into much more advanced mathematics. Understanding this bridge will prepare you for the next level of calculus.

How the FTC connects to future topics in mathematics and science
What You Know NowWhere It Leads
FTC Part 2 evaluates ∫ from a to b of f(x) dx = F(b) − F(a)In multivariable calculus, the Gradient Theorem (FTC for line integrals) evaluates ∫ₐᵇ ∇F · dr = F(B) − F(A) along curves in space.
Accumulation functions F(x) = ∫ from a to x f(t) dtIn differential equations, solutions are often expressed as integrals with variable limits, directly using accumulation functions.
Net signed area (positive above, negative below x-axis)In physics, this becomes the concept of work, impulse, and flux—quantities computed as signed integrals.
The chain rule extension: f(g(x)) × g′(x)The Leibniz integral rule generalizes this to integrals where both limits are functions and the integrand also depends on x.

If you continue to Calculus 2, you'll use FTC Part 2 every day when you evaluate integrals involving techniques like substitution, integration by parts, and partial fractions. The accumulation function idea from FTC Part 1 reappears whenever you model total change from a rate of change—for example, finding the total amount of water that has flowed through a pipe given a flow-rate function.

🚀 Looking Ahead
In Calculus 3 (multivariable calculus), the FTC branches into three famous theorems: Green's Theorem, Stokes' Theorem, and the Divergence Theorem. Each of these is a higher-dimensional version of the same beautiful idea: evaluating an integral over a region by looking only at what happens on its boundary.

Practice Problems

Test your understanding with the following five problems, arranged from conceptual to challenging. Try each problem on your own before reading the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why F(a) = 0 when F(x) = ∫ from a to x of f(t) dt. What does this tell you about the starting value of every accumulation function?
PROBLEM 2BASIC CALCULATION
Evaluate ∫ from 0 to 3 of (4x − 1) dx using FTC Part 2.
PROBLEM 3INTERMEDIATE
Let G(x) = ∫ from 2 to x³ of (t² + 1) dt. Find G′(x).
PROBLEM 4APPLIED
A car's velocity is given by v(t) = 3t² − 12t + 9 meters per second for 0 ≤ t ≤ 5 seconds. Using FTC Part 2, find the car's total displacement over this interval. Is the car back at its starting position?
PROBLEM 5CRITICAL THINKING
Suppose f is a continuous function and you know that ∫ from 0 to 2 of f(t) dt = 5 and ∫ from 0 to 6 of f(t) dt = 3. (a) Find ∫ from 2 to 6 of f(t) dt. (b) If F(x) = ∫ from 0 to x of f(t) dt, at what type of point does f(t) most likely change sign on [0, 6]? Explain your reasoning using what you know about F.

Lesson Summary

The Fundamental Theorem of Calculus establishes the deep connection between differentiation and integration. FTC Part 1 states that if F(x) = ∫ from a to x of f(t) dt, then F′(x) = f(x), meaning differentiation undoes integration. FTC Part 2 (the Evaluation Theorem) states that ∫ from a to b of f(x) dx = F(b) − F(a), letting you compute definite integrals by evaluating any antiderivative at the two endpoints. When the upper limit is a composite function g(x), the chain rule extension requires you to multiply by g′(x).

The accumulation function F(x) = ∫ from a to x of f(t) dt measures the net signed area under f from a to x. Where f is positive, F increases; where f is negative, F decreases; and where f equals zero, F has a critical point. The concavity of F is controlled by whether f is increasing or decreasing. These qualitative connections let you sketch F from a graph of f and vice versa, which is essential for both conceptual understanding and exam success in AP Calculus and beyond.

Varsity Tutors • Calculus 1 • FTC & Accumulation Functions