Fiveable

Calculus II Unit 1 Review

QR code for Calculus II practice questions

1.3 The Fundamental Theorem of Calculus

1.3 The Fundamental Theorem of Calculus

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

The Fundamental Theorem of Calculus (FTC) connects differentiation and integration, showing they're inverse operations. It proves that finding the area under a curve and calculating rates of change are two sides of the same coin, which transforms how we evaluate integrals.

The theorem has two parts. The first shows that integration produces antiderivatives, while the second gives you a way to evaluate definite integrals without Riemann sums. Together, they replace tedious limit-based calculations with straightforward antiderivative evaluation.

The Fundamental Theorem of Calculus

Mean Value Theorem for Integrals

Before diving into the FTC itself, there's a supporting result you should know. The Mean Value Theorem for Integrals says that for a continuous function ff on [a,b][a, b], there exists some point cc in [a,b][a, b] such that:

abf(x)dx=f(c)(ba)\int_a^b f(x)\, dx = f(c)(b - a)

Geometrically, this means the area under the curve f(x)f(x) over [a,b][a, b] equals the area of a rectangle with base bab - a and height f(c)f(c). That height f(c)f(c) is the average value of ff on the interval.

  • The theorem guarantees that a continuous function actually achieves its average value at some point in the interval.
  • It relies on the Intermediate Value Theorem to ensure that point cc exists.
  • The average value of ff on [a,b][a, b] is given by favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b-a}\int_a^b f(x)\, dx.

Fundamental Theorem of Calculus

Part 1 (Differentiation of an Integral): If ff is continuous on [a,b][a, b], then the function defined by

F(x)=axf(t)dtF(x) = \int_a^x f(t)\, dt

is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and satisfies F(x)=f(x)F'(x) = f(x).

In plain terms: if you accumulate area under a continuous function and then take the derivative of that accumulation, you get back the original function. This guarantees that every continuous function has an antiderivative.

Part 2 (Evaluation of Definite Integrals): If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff, then

abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a)

This is sometimes called the Newton-Leibniz formula. It means you can evaluate a definite integral by finding any antiderivative and plugging in the endpoints. No limits of Riemann sums required.

The two parts together show that differentiation and integration undo each other:

  • Part 1: The derivative of the integral of ff gives back ff.
  • Part 2: The definite integral of ff' over [a,b][a, b] gives the net change f(b)f(a)f(b) - f(a).
Mean Value Theorem for Integrals, The Mean Value Theorem · Calculus

Derivatives of Integrals

Part 1 of the FTC directly tells you how to differentiate integrals that have variable limits.

Variable upper limit (the standard case):

ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t)\, dt = f(x)

where aa is a constant and ff is continuous.

Variable lower limit:

ddxxbf(t)dt=f(x)\frac{d}{dx} \int_x^b f(t)\, dt = -f(x)

The negative sign appears because increasing xx shrinks the interval of integration from the left.

Variable limit with a composite function (chain rule): If the upper limit is a function g(x)g(x) rather than just xx, apply the chain rule:

ddxag(x)f(t)dt=f(g(x))g(x)\frac{d}{dx} \int_a^{g(x)} f(t)\, dt = f(g(x)) \cdot g'(x)

For example, to find ddx1x2sin(t)dt\frac{d}{dx} \int_1^{x^2} \sin(t)\, dt:

  1. Identify f(t)=sin(t)f(t) = \sin(t) and g(x)=x2g(x) = x^2.
  2. Apply the formula: f(g(x))g(x)=sin(x2)2xf(g(x)) \cdot g'(x) = \sin(x^2) \cdot 2x.

If both limits are functions of xx, split the integral at a constant and handle each piece separately.

Computing Definite Integrals

To evaluate abf(x)dx\int_a^b f(x)\, dx using FTC Part 2:

  1. Find an antiderivative F(x)F(x) of f(x)f(x).
  2. Evaluate F(b)F(a)F(b) - F(a). This difference is often written using the bracket notation: F(x)abF(x)\Big|_a^b.

Example: Evaluate 132xdx\int_1^3 2x\, dx.

  1. An antiderivative of 2x2x is F(x)=x2F(x) = x^2.
  2. Compute F(3)F(1)=91=8F(3) - F(1) = 9 - 1 = 8.

This is far more efficient than setting up Riemann sums, and it works for computing areas, volumes, work, and any other accumulated quantity.

Mean Value Theorem for Integrals, The Mean Value Theorem · Calculus

Differentiation vs. Integration

These two operations are inverses, but they answer different questions:

  • Differentiation finds the instantaneous rate of change (slope) of a function at a point.
  • Integration finds the accumulated total (area under the curve) over an interval.

The FTC ties them together:

  • FTC Part 1 says differentiating an accumulation function recovers the original rate: ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x).
  • FTC Part 2 says integrating a rate of change over an interval gives the net change: abf(x)dx=f(b)f(a)\int_a^b f'(x)\,dx = f(b) - f(a).

This relationship is the foundation for nearly everything else in Calculus II, from computing areas between curves to solving differential equations.

Continuity and the Fundamental Theorem

Continuity of ff is a key requirement for both parts of the FTC.

  • Part 1 requires ff to be continuous so that the accumulation function F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is guaranteed to be differentiable.
  • Part 2 requires ff to be continuous on [a,b][a, b] so that an antiderivative exists and the evaluation formula holds.

If ff has a discontinuity on [a,b][a, b], you can't apply the FTC directly. Instead, you'd need to split the integral at the discontinuity and handle each piece separately (this comes up later with improper integrals).

Also keep in mind: when the limit of integration is a composite function like g(x)g(x), the chain rule becomes essential. The FTC alone gives you f(g(x))f(g(x)), but you must multiply by g(x)g'(x) to account for the rate at which the upper limit itself is changing.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →