CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

FTC & Definite Integrals — The Fundamental Theorem of Calculus and Definite Intervals

Discover how the Fundamental Theorem of Calculus bridges the gap between derivatives and area accumulation.

Historical Context & Motivation

For thousands of years, mathematicians struggled with a seemingly simple question: how do you find the exact area of a curved region? Ancient Greek scholars could compute the areas of rectangles and triangles, but a shape bounded by a parabola or a circle was an entirely different challenge. The key breakthrough came when mathematicians realized that two operations — finding slopes (differentiation) and finding areas (integration) — are actually inverse processes. This discovery, called the Fundamental Theorem of Calculus (FTC), is widely regarded as one of the most important results in all of mathematics.

~250 BCE
Archimedes and Exhaustion
Archimedes approximated the area under a parabola by filling it with ever-smaller triangles — an early version of what we now call integration. His method of exhaustion foreshadowed the limit concept by over 1,800 years.
1665
Newton's Fluxions
Isaac Newton developed his method of fluxions during the plague years, recognizing that rates of change and accumulated quantities are inverse operations — the core idea behind the FTC.
1684
Leibniz Publishes
Gottfried Wilhelm Leibniz published the first formal account of calculus, introducing the ∫ notation for integrals and the dx notation for differentials that we still use today.
1823
Cauchy Formalizes Limits
Augustin-Louis Cauchy gave rigorous definitions of limits and continuity, placing the FTC on a solid logical foundation and making definite integrals precise.
1854
Riemann's Integral
Bernhard Riemann defined the definite integral using sums of thin rectangles (Riemann sums), giving us the precise framework that underpins the modern FTC.

Before the FTC, computing an area under a curve required painstaking summation of infinitely many thin rectangles. The Fundamental Theorem changed everything: it showed that if you already know an antiderivative of a function, you can evaluate a definite integral with a simple subtraction. The central question this lesson addresses is: how does finding an antiderivative let us compute the exact area under a curve?

Core Principles & Definitions

Before diving into the theorem itself, you need to be comfortable with a few foundational ideas. The FTC ties together concepts from both differential and integral calculus, so let's make sure the building blocks are clear.

1

Definite Integral

The definite integral ∫ from a to b of f(x) dx represents the net signed area between the graph of f(x) and the x-axis on the interval [a, b]. Areas above the axis are positive; areas below are negative.
2

Antiderivative

An antiderivative of f(x) is any function F(x) whose derivative equals f(x). That is, F′(x) = f(x). For example, since d/dx(x³) = 3x², an antiderivative of 3x² is x³.
3

Continuity

A function is continuous on [a, b] if you can draw its graph from x = a to x = b without lifting your pencil. The FTC requires f to be continuous on the interval of integration.
4

Accumulation Function

The accumulation function A(x) = ∫ from a to x of f(t) dt tracks how much area has piled up as x moves from a to the right. This function is the bridge connecting integrals and derivatives.
5

Riemann Sum

A Riemann sum approximates the definite integral by dividing the region into n thin rectangles and summing their areas. As n → ∞, the sum converges to the exact integral.
KEY TAKEAWAY
Think of integration like a car's odometer. Your speedometer shows your speed at each moment (that's the function f). The odometer accumulates total distance traveled (that's the integral). The FTC says: if you know a formula for the odometer reading, you can figure out the total distance between any two times by simply subtracting the earlier reading from the later one — no need to add up every tiny chunk of distance individually.

Visual Explanation — Area Under the Curve

The shaded violet region represents the definite integral of f(x) from x = a to x = b. The cyan curve is f(x), the dashed violet lines mark the limits of integration, and the key result — F(b) − F(a) — is displayed in the center of the shaded region.

In the diagram above, the cyan curve represents a continuous function f(x). The violet-shaded region between x = a and x = b is the definite integral ∫ from a to b of f(x) dx. Without the FTC, you would need to compute this area by summing up infinitely many thin rectangles (a Riemann sum). The FTC provides a dramatic shortcut: find any antiderivative F(x) of f(x), evaluate it at the two endpoints, and subtract. The entire shaded area equals F(b) − F(a). Notice the pink dots marking the points (a, f(a)) and (b, f(b)) — the theorem only requires the values of F at the endpoints, not at every point in between.

Mathematical Framework

The Fundamental Theorem of Calculus comes in two parts. Together, they establish that differentiation and integration are inverse processes. Part 1 tells you that integration followed by differentiation gives you back the original function. Part 2 tells you how to evaluate definite integrals using antiderivatives.

FTC Part 1 — Differentiation of an Integral

FTC PART 1
If A(x) = ∫ₐˣ f(t) dt, then A′(x) = f(x)
Where f is continuous on [a, b], A(x) is the accumulation function, and A′(x) is its derivative. In words: the rate of change of accumulated area at any point x equals the height of the curve at that point.

Part 1 tells you something remarkable: the accumulation function A(x) is itself an antiderivative of f. If you differentiate the accumulated area, you get back the original function. This is why differentiation and integration are called inverse operations.

FTC Part 2 — Evaluation Theorem

FTC PART 2 (EVALUATION THEOREM)
∫ₐᵇ f(x) dx = F(b) − F(a)
Where F is any antiderivative of f (meaning F′(x) = f(x)), a is the lower limit of integration, and b is the upper limit. The expression F(b) − F(a) is often written as [F(x)]ₐᵇ or F(x)|ₐᵇ.

Part 2 is the one you'll use most often in practice. It converts the problem of computing an area (which could involve an infinite sum) into a simple evaluate-and-subtract procedure. Find an antiderivative F, plug in b, plug in a, and take the difference.

COMMON ANTIDERIVATIVE (POWER RULE)
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, where n ≠ −1
This is the reverse of the power rule for derivatives. The constant C appears in indefinite integrals but cancels out in definite integrals (since you subtract F(a) from F(b)).
💡 Why Does C Cancel?
If F(x) is an antiderivative, then F(x) + C is also an antiderivative for any constant C. When you compute (F(b) + C) − (F(a) + C), the C's cancel. That's why you can ignore the constant of integration when evaluating definite integrals.

Detailed Breakdown — Parts 1 & 2 Side by Side

Students often ask: why are there two parts? Think of it this way. Part 1 guarantees that an antiderivative always exists (as long as f is continuous) — the accumulation function itself is one. Part 2 then shows you how to use any antiderivative to evaluate the integral. Let's look at both parts side by side, with a detailed visual.

This side-by-side comparison shows that Part 1 produces a function (the accumulation function), while Part 2 produces a number (the value of the definite integral). Both require f to be continuous on the interval.
Quick comparison of FTC Parts 1 and 2
FeatureFTC Part 1FTC Part 2
Statementd/dx [∫ₐˣ f(t) dt] = f(x)∫ₐᵇ f(x) dx = F(b) − F(a)
DirectionIntegration → DifferentiationAntiderivative → Definite integral
Result typeA functionA number
When you use itTo show an antiderivative exists or to differentiate an integral expressionTo evaluate a definite integral numerically

Worked Example

Let's walk through two complete examples — one using FTC Part 2 to evaluate a definite integral, and one using FTC Part 1 to differentiate an accumulation function.

Example 1: Evaluating a Definite Integral

Evaluate ∫₁³ (3x² + 2x) dx
1
Step 1 — Identify the integrand and limitsThe function to integrate is f(x) = 3x² + 2x. The lower limit is a = 1 and the upper limit is b = 3.
2
Step 2 — Find an antiderivative F(x)Use the power rule for integration term by term. The antiderivative of 3x² is 3 × (x³/3) = x³. The antiderivative of 2x is 2 × (x²/2) = x². So F(x) = x³ + x².
F(x) = x³ + x²
3
Step 3 — Evaluate F at the upper limit (b = 3)F(3) = 3³ + 3² = 27 + 9 = 36.
F(3) = 36
4
Step 4 — Evaluate F at the lower limit (a = 1)F(1) = 1³ + 1² = 1 + 1 = 2.
F(1) = 2
5
Step 5 — Subtract: F(b) − F(a)By FTC Part 2, ∫₁³ (3x² + 2x) dx = F(3) − F(1) = 36 − 2 = 34. This means the net signed area under the curve y = 3x² + 2x from x = 1 to x = 3 is exactly 34 square units.
∫₁³ (3x² + 2x) dx = 34

Example 2: Differentiating an Accumulation Function (FTC Part 1)

Find g′(x) if g(x) = ∫₂ˣ (t³ − 5t) dt
1
Step 1 — Recognize the formThe function g(x) is an accumulation function with variable upper limit x and fixed lower limit 2. The integrand is f(t) = t³ − 5t, which is a polynomial and therefore continuous everywhere.
2
Step 2 — Apply FTC Part 1 directlyFTC Part 1 says that d/dx [∫ₐˣ f(t) dt] = f(x). Simply replace t with x in the integrand.
3
Step 3 — Write the resultg′(x) = x³ − 5x. That's it! No need to find the antiderivative of t³ − 5t first. The FTC guarantees that differentiating the integral gives back the integrand evaluated at x.
g′(x) = x³ − 5x

Strengths, Limitations & Common Pitfalls

The FTC is incredibly powerful, but it's important to understand when it applies and where students commonly go wrong. Here's a clear breakdown of its strengths and limitations.

Strengths and limitations of the FTC
StrengthsLimitations / Pitfalls
Converts infinite sums (Riemann sums) into simple subtraction.Only applies when f is continuous on [a, b]. Discontinuities require splitting the integral.
Works for any antiderivative — you don't need a specific one because the constant C cancels.You must be able to find an antiderivative in closed form. Functions like e^(−x²) have no elementary antiderivative.
Provides the theoretical guarantee that every continuous function has an antiderivative (via Part 1).The definite integral gives net signed area, not total area. Areas below the x-axis are negative.
Connects two major branches of calculus, unifying slope-finding and area-finding.Students often forget to apply the chain rule when the upper limit is not just x (e.g., ∫ₐ^(x²) f(t) dt requires multiplying by 2x).
⚠️ COMMON MISTAKE ALERT
If you want the total area (not the net signed area), you need to check where f(x) is negative. Split the integral at those zeros and take the absolute value of each piece. For example, if f(x) is negative on [1, 3] and positive on [3, 5], the total area from 1 to 5 is |∫₁³ f(x) dx| + ∫₃⁵ f(x) dx.
🔗 Chain Rule Extension of FTC Part 1
If the upper limit is a function of x (say u(x) instead of just x), then d/dx [∫ₐ^(u(x)) f(t) dt] = f(u(x)) × u′(x). For instance, d/dx [∫₀^(x²) sin(t) dt] = sin(x²) × 2x. Don't forget to multiply by the derivative of the upper limit!

Connections to Advanced Theory

The FTC you learn in Calculus 1 is powerful, but it's actually just the beginning. As you move into more advanced math courses, the ideas behind the FTC extend into multiple dimensions and more abstract settings. Here's a preview of where these concepts lead.

How the FTC connects to more advanced mathematics
Concept in Calculus 1Advanced ExtensionCourse / Context
∫ₐᵇ f(x) dx = F(b) − F(a)Green's Theorem, Stokes' Theorem — relate integrals over regions to integrals over boundariesMultivariable Calculus / Calc 3
Riemann sums → definite integralLebesgue integration — a more general theory that handles wilder functionsReal Analysis
Net signed area (positive and negative)Probability density functions — the integral of a PDF over an interval gives the probability of that intervalStatistics / Probability
Accumulation function A(x)Differential equations — many solutions are expressed as accumulation integralsDifferential Equations

Even if you never take a course in real analysis, the FTC will remain central to every application of calculus you encounter. Whether you're computing the work done by a force in physics, finding the total revenue from a marginal revenue function in economics, or determining probabilities in statistics, you'll be using the same evaluate-and-subtract strategy that the FTC makes possible.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why the constant of integration C does not appear in the final answer when you evaluate a definite integral using FTC Part 2.
PROBLEM 2BASIC CALCULATION
Evaluate ∫₀⁴ (2x + 3) dx using the Fundamental Theorem of Calculus.
PROBLEM 3INTERMEDIATE
Let g(x) = ∫₁ˣ (4t³ − 6t) dt. Find g′(x), and then evaluate g(2).
PROBLEM 4APPLIED
A car's velocity (in meters per second) is given by v(t) = 3t² − 12t + 9 for 0 ≤ t ≤ 4 seconds. Use the FTC to find the car's net displacement over this interval. Then explain whether the car ended up ahead of or behind its starting position.
PROBLEM 5CRITICAL THINKING
Find d/dx [∫₀^(x²) cos(t) dt]. Explain why you cannot simply write cos(x²) as the answer, and identify which rule must be combined with FTC Part 1.

Lesson Summary

The Fundamental Theorem of Calculus unifies the two main branches of calculus by proving that differentiation and integration are inverse operations. FTC Part 1 states that the derivative of the accumulation function A(x) = ∫ₐˣ f(t) dt equals f(x), guaranteeing that every continuous function has an antiderivative. FTC Part 2 provides the evaluation shortcut: ∫ₐᵇ f(x) dx = F(b) − F(a), where F is any antiderivative of f.

To apply the FTC successfully, remember that f must be continuous on the interval [a, b], the constant of integration C cancels in definite integrals, and the result gives net signed area (not total area). When the upper limit is a function of x rather than x itself, combine FTC Part 1 with the chain rule. The FTC is the gateway to computing areas, volumes, displacements, accumulated quantities, and much more throughout science and engineering.

Varsity Tutors • Calculus 1 • FTC & Definite Integrals — The Fundamental Theorem of Calculus and Definite Intervals