ResourcesMathematicsFundamental Theorem of Calculus
Mathematics (Calculus AP)High School

Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus (FTC) is arguably the most important concept you'll encounter in calculus. It's the elegant bridge that connects differential calculus (rates of change, slopes, derivatives) and integral calculus (accumulation, areas, volumes).

This guide covers both parts of the FTC, the Chain Rule extension, the inverse relationship between differentiation and integration, worked examples, key formulas, memory aids, and a practice quiz.

1Introduction

For centuries, mathematicians treated the problems of finding tangent lines (differentiation) and finding areas (integration) as distinct challenges. It wasn't until Isaac Newton and Gottfried Leibniz independently developed calculus that the profound relationship between these two problems was discovered -- a relationship encapsulated by the Fundamental Theorem of Calculus.

In simple terms, the FTC tells us that differentiation and integration are inverse operations. Just as addition "undoes" subtraction, and multiplication "undoes" division, taking a derivative "undoes" an integral, and vice versa.

Picture This

Imagine differentiation is the "square root" button and integration is the "square" button on a calculator. If you square a number and then take its square root, you get the original number back. The FTC shows this exact inverse relationship in calculus -- differentiate an integral, and you get the original function back.

What the FTC Enables

Easy Evaluation

Evaluate definite integrals easily, without resorting to cumbersome Riemann sums.

Rate-Accumulation Link

Understand how the rate of change of an accumulated quantity relates to the original function.

Physics Applications

Move between position, velocity, and acceleration seamlessly using derivatives and integrals.

Net Change

Calculate the total accumulation of a quantity from its rate of change over an interval.

2Key Definitions

Antiderivative

A function F(x) is an antiderivative of f(x) if F'(x) = f(x). For example, F(x) = x³/3 is an antiderivative of f(x) = x². Note that F(x) + C is also an antiderivative for any constant C.

Definite Integral

Represented as ∫ from a to b of f(x) dx, this calculates the net signed area between f(x) and the x-axis from x = a to x = b.

Indefinite Integral

Represented as ∫ f(x) dx, this represents the family of all antiderivatives of f(x), denoted as F(x) + C.

Continuity

A function f(x) is continuous on an interval if its graph can be drawn without lifting the pen. This is a crucial condition for the FTC to apply.

Differentiability

A function f(x) is differentiable at a point if its derivative exists there. Geometrically, this means the function has a well-defined tangent line at that point.

Accumulation Function

A function F(x) = ∫ from a to x of f(t) dt that measures the accumulated area under f(t) from a fixed point a to a variable point x.

3The Fundamental Theorem of Calculus, Part 1 (FTC-1)

Statement (FTC Part 1)

If f is continuous on an interval [a, b], and we define a new function F(x) as the accumulation function:

F(x) = ∫ from a to x of f(t) dt

Then F'(x) = f(x) for all x in [a, b].

FTC-1 tells us that if you define a function F(x) as the accumulated area under the curve of f(t) from a constant a to a variable x, then the rate of change of this accumulated area with respect to x is simply the value of the original function f(x) at that point x.

Think of it this way: F(x) measures how much "stuff" has accumulated up to point x. If you want to know how fast that "stuff" is accumulating at point x, you just look at the instantaneous rate at which it's being added, which is the value of f(x) itself.

Key Takeaway

Differentiating an integral (with a variable upper limit) gives you back the original function (with the variable substituted in).

The Chain Rule with FTC-1

What if the upper limit isn't just x, but a function of x, say g(x)? We use the Chain Rule!

FTC-1 with Chain Rule

If F(x) = ∫ from a to g(x) of f(t) dt, then:

F'(x) = f(g(x)) · g'(x)

FTC-1 with Both Limits as Functions

If F(x) = ∫ from h(x) to g(x) of f(t) dt, then:

F'(x) = f(g(x)) · g'(x) - f(h(x)) · h'(x)

This comes from splitting the integral at a constant: ∫ from h(x) to g(x) = -∫ from a to h(x) + ∫ from a to g(x)

Example (FTC-1 -- Basic)

Find the derivative of G(x) = ∫ from 2 to x of sin(t²) dt

f(t) = sin(t²), upper limit is x

Using FTC-1 directly:

G'(x) = sin(x²)

Example (FTC-1 -- With Chain Rule)

Find the derivative of H(x) = ∫ from 1 to x³ of et dt

f(t) = et, upper limit g(x) = x³, so g'(x) = 3x²

Using the Chain Rule variant:

H'(x) = f(g(x)) · g'(x) = e · 3x²

H'(x) = 3x² e

4The Fundamental Theorem of Calculus, Part 2 (FTC-2)

Statement (FTC Part 2)

If f is continuous on an interval [a, b] and F is any antiderivative of f on that interval (i.e., F'(x) = f(x)), then:

∫ from a to b of f(x) dx = F(b) - F(a)

FTC-2 provides a remarkably simple and powerful method for evaluating definite integrals. Instead of calculating limits of Riemann sums (which can be very tedious!), we can now find the net signed area under a curve by simply finding an antiderivative of the function, evaluating it at the upper limit (b), and subtracting its value at the lower limit (a).

Notation

We often write F(b) - F(a) as [F(x)] evaluated from a to b. The +C is not needed because it cancels: (F(b) + C) - (F(a) + C) = F(b) - F(a).

Example (FTC-2 -- Polynomial)

Evaluate ∫ from 1 to 3 of x² dx

Step 1: Find an antiderivative

F(x) = x³/3

Step 2: Evaluate F(b) - F(a)

[x³/3] from 1 to 3 = (3)³/3 - (1)³/3

= 27/3 - 1/3 = 9 - 1/3

= 26/3

Example (FTC-2 -- Trigonometric)

Evaluate ∫ from 0 to π/2 of cos(x) dx

Step 1: Find an antiderivative

F(x) = sin(x)

Step 2: Evaluate F(b) - F(a)

[sin(x)] from 0 to π/2 = sin(π/2) - sin(0)

= 1 - 0 = 1

5Connecting Differentiation and Integration: The Inverse Relationship

The Fundamental Theorem of Calculus is so named because it establishes the profound inverse relationship between differentiation and integration.

FTC-1 Direction

Start with f(t), integrate to form an accumulation function F(x), then differentiate F(x) to get back f(x).

f(t) → Integrate → ∫ from a to x of f(t) dt → Differentiate → f(x)

FTC-2 Direction

Start with f(x), find its antiderivative F(x), then evaluate the net change F(b) - F(a).

f(x) → Antidifferentiate → F(x) → Evaluate Net Change → F(b) - F(a)

Core Insight

This inverse relationship is the cornerstone of calculus, allowing us to move seamlessly between understanding rates of change and total accumulation. Differentiation and integration undo each other, just as squaring and taking the square root undo each other.

6Worked Examples

Example 1: FTC Part 1 (Basic)

Find d/dx ∫ from 0 to x of √(t² + 1) dt

Using FTC-1 directly, substitute x for t in the integrand:

= √(x² + 1)

Example 2: FTC Part 1 (Variable as Lower Limit)

Find d/dx ∫ from x to 5 of cos(t) dt

First, adjust so the variable is in the upper limit:

∫ from x to 5 of cos(t) dt = -∫ from 5 to x of cos(t) dt

Now apply FTC-1:

= -cos(x)

Example 3: FTC Part 1 (Chain Rule with ln(x))

Find d/dx ∫ from 1 to ln(x) of e dt

f(t) = e, upper limit g(x) = ln(x), so g'(x) = 1/x

Using the Chain Rule variant of FTC-1:

= e(ln x)² · (1/x)

Example 4: FTC Part 2 (Polynomial)

Evaluate ∫ from -1 to 2 of (3x² - 2x + 1) dx

Step 1: Find the antiderivative

F(x) = x³ - x² + x

Step 2: Evaluate F(b) - F(a)

[x³ - x² + x] from -1 to 2

= [(2)³ - (2)² + (2)] - [(-1)³ - (-1)² + (-1)]

= [8 - 4 + 2] - [-1 - 1 - 1]

= [6] - [-3]

= 6 + 3 = 9

Example 5: FTC Part 2 (Trigonometric)

Evaluate ∫ from 0 to π/4 of sec²(x) dx

Step 1: Find the antiderivative

F(x) = tan(x) (since d/dx[tan x] = sec² x)

Step 2: Evaluate F(b) - F(a)

[tan(x)] from 0 to π/4 = tan(π/4) - tan(0)

= 1 - 0 = 1

7Key Formulas

FTC Part 1 (Basic)

If F(x) = ∫ from a to x of f(t) dt, then F'(x) = f(x)

FTC Part 1 with Chain Rule (Common Case)

d/dx ∫ from a to g(x) of f(t) dt = f(g(x)) · g'(x)

FTC Part 1 with Chain Rule (General Form)

d/dx ∫ from h(x) to g(x) of f(t) dt = f(g(x)) · g'(x) - f(h(x)) · h'(x)

FTC Part 2

If F'(x) = f(x), then ∫ from a to b of f(x) dx = F(b) - F(a)

8Memory Aids

Mnemonic

"Derivative of an Integral = Original Function"

For FTC-1: Think of it as "undoing" the integral. You put x into f(t) and that's your answer. Don't forget the Chain Rule if the limit is a function of x!

Mnemonic

"Area = Antiderivative's Net Change"

For FTC-2: To find the area from a to b, find the antiderivative F, then subtract F(a) from F(b). "Top minus Bottom."

Analogy

"Calculator Buttons"

Imagine differentiation is the "square root" button and integration is the "square" button. If you square a number and then take its square root, you get the original number back. FTC shows this exact inverse relationship in calculus.

Debugging Trick

"Variable Distinction"

In FTC-1, remember f(t) uses t as the dummy variable of integration, while the final answer is in terms of x. This prevents confusion with the upper limit x.

9Common Mistakes

Forgetting the Chain Rule in FTC-1

If the upper limit is g(x) (e.g., x², sin x), you *must* multiply by g'(x). This is probably the most common mistake.

Incorrect: d/dx ∫ from 0 to x² of sin(t) dt = sin(x²)

Correct: d/dx ∫ from 0 to x² of sin(t) dt = sin(x²) · (2x)

Incorrectly handling the variable as the lower limit

If the variable is the lower limit, e.g., ∫ from x to b of f(t) dt, you must first rewrite it as -∫ from b to x of f(t) dt before applying FTC-1.

Incorrect: d/dx ∫ from x to 1 of et dt = ex

Correct: d/dx ∫ from x to 1 of et dt = d/dx (-∫ from 1 to x of et dt) = -ex

Errors in antidifferentiation (FTC-2)

The entire FTC-2 process relies on finding the correct antiderivative. Common errors include incorrect power rule application, forgetting coefficients from substitution, and sign errors with trigonometric antiderivatives.

Forgetting to evaluate at the lower limit (FTC-2)

Students sometimes only evaluate the antiderivative at the upper limit and forget to subtract the evaluation at the lower limit.

Incorrect: ∫ from 1 to 2 of x dx = (1/2)(2)² = 2

Correct: ∫ from 1 to 2 of x dx = (1/2)(2)² - (1/2)(1)² = 2 - 1/2 = 3/2

Adding +C to definite integrals

For definite integrals (FTC-2), you don't need to include +C because it always cancels out: (F(b) + C) - (F(a) + C) = F(b) - F(a).

Ignoring continuity conditions

The FTC requires f(x) to be continuous on the interval of integration. While AP Calculus problems usually ensure this, it's a theoretical condition to be aware of when working with piecewise or rational functions.

Quick Revision Summary

  • The FTC bridges differentiation and integration, showing they are inverse operations.
  • FTC Part 1: If F(x) = ∫ from a to x of f(t) dt, then F'(x) = f(x).
  • Chain Rule extension: d/dx ∫ from a to g(x) of f(t) dt = f(g(x)) · g'(x).
  • FTC Part 2: ∫ from a to b of f(x) dx = F(b) - F(a), where F'(x) = f(x).
  • FTC-1 formalizes that the rate of change of accumulated area is the height of the function itself.
  • FTC-2 eliminates the need for tedious Riemann sums by using antiderivatives instead.
  • If the variable is the lower limit, negate the integral before applying FTC-1.
  • No +C is needed for definite integrals -- the constant cancels in F(b) - F(a).
  • Both parts require continuity of f(x) on the interval of integration.
  • The Chain Rule is critical in FTC-1 when the upper limit is a function of x -- this is the most commonly tested AP pattern.

Frequently Asked Questions

Why do we use 't' as the variable of integration in FTC Part 1, like the integral from a to x of f(t) dt? Why not 'x'?
We use 't' as a "dummy variable" of integration to avoid confusion with the variable upper limit 'x'. The integral from a to x of f(t) dt defines a function of x, so using 't' for the integrand's variable makes it clear that x is the independent variable of the resulting function. If we used x for both, the expression would be ambiguous.
Does the choice of the constant a in F(x) = integral from a to x of f(t) dt affect F'(x)?
No. The constant a only affects the initial value (or vertical shift) of the accumulation function F(x), but not its rate of change. If you define two accumulation functions with different starting points, they differ by a constant, and since the derivative of a constant is zero, both have the same derivative: F'(x) = f(x).
Does the constant of integration (+C) matter when using FTC Part 2?
No. When evaluating a definite integral using FTC Part 2, the constant of integration cancels out. If F(x) is an antiderivative, then (F(b) + C) - (F(a) + C) = F(b) - F(a). So you can always just use an antiderivative with C = 0.
What if f(x) is not continuous on the interval [a, b]?
The Fundamental Theorem of Calculus (both parts) requires f(x) to be continuous on the interval of integration. If f(x) has discontinuities (like vertical asymptotes or jumps) within the interval, the theorem as stated might not apply directly, and the definite integral might not exist or would require advanced techniques (improper integrals). For AP Calculus, generally assume continuity unless otherwise specified.

Practice Quiz

Test your knowledge — select the correct answer for each question.

1.FTC Part 1 states that d/dx ∫ₐˣ f(t)dt equals:

2.FTC Part 2 evaluates definite integrals using:

3.If G(x) = ∫₂ˣ √(t+1) dt, then G'(x) equals:

4.If F(x) = ∫₀ˣ² sin(t) dt, then F'(x) equals:

5.∫₁³ 2x dx using FTC Part 2 equals:

6.The FTC connects which two branches of calculus?

7.An antiderivative of f(x) = 3x² is:

8.If ∫₀⁵ f(x)dx = 7 and ∫₀³ f(x)dx = 4, then ∫₃⁵ f(x)dx equals:

9.The "+ C" in indefinite integrals represents:

10.FTC Part 1 requires that f be:

Final Study Advice

  • 1.Practice FTC-1 with the Chain Rule extensively -- this is the most commonly tested variation on the AP exam.
  • 2.For FTC-2, always verify your antiderivative by differentiating it to check that you recover the original integrand.
  • 3.When the variable is the lower limit, remember to negate -- this catches many students off guard on timed exams.
  • 4.Understand the conceptual meaning: FTC-1 says "the rate of accumulation equals the current value of what's accumulating."
  • 5.Connect the FTC to real-world problems: velocity/displacement, flow rate/total volume, and rate of growth/total growth.

Related Topics