Fundamental Theorem of Calculus

The bridge connecting differentiation and integration — why antiderivatives compute areas and why the two operations are inverses of each other.

FTC Part 1: F(t) = ∫₀ᵗ f(x) dx — move t to see the accumulated area
0123402468t = 2.50Shaded area = 5.208F(t) = 5.208
f(x) = x² F(x) = x³/3
t = 2.504

The green curve F(t) tracks exactly the area under f — F′(t) = f(t)

Definition

The Fundamental Theorem of Calculus is two related results that together show differentiation and integration are inverse operations.

Part 1: If ff is continuous on [a,b][a, b] and F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt, then FF is differentiable and F(x)=f(x)F'(x) = f(x).

In words: differentiation undoes integration. The area-accumulation function has derivative equal to the integrand.

Part 2: If FF is any antiderivative of ff (meaning F=fF' = f), then:

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

In words: to evaluate a definite integral, find any antiderivative and evaluate it at the endpoints.

Using FTC Part 2

03x2dx\displaystyle\int_0^3 x^2\,dx

An antiderivative of x2x^2 is F(x)=x3/3F(x) = x^3/3.

F(3)F(0)=27/30=9F(3) - F(0) = 27/3 - 0 = 9

Try it

Evaluate 1e1xdx\displaystyle\int_1^e \frac{1}{x}\,dx.

Solution

Antiderivative: lnx\ln x.

[lnx]1e=lneln1=10=1[\ln x]_1^e = \ln e - \ln 1 = 1 - 0 = 1

Related concepts

Related reading