The fundamental theorem of calculus

Stage 9 · Calculus Free lesson ≈ 11 min read Where it all ties together

Two questions have quietly threaded through this whole stage. One asked how steep a curve is at a point — its slope, the derivative. The other asked how much area sits under a curve — its integral. They look like strangers. The fundamental theorem of calculus reveals that they are the same idea wearing two coats: slopes and areas undo each other, exactly the way squaring and square-rooting undo each other. Once you see the bridge, finding an area stops being an endless sum of rectangles and becomes a single subtraction.

Two problems that were never strangers

Look back at what you have built. The derivative took a function and handed you its rate of change — the slope of the tangent line at every point. The integral took a function and handed you the area trapped between its curve and the horizontal axis.

One is about steepness. The other is about accumulation. There is no obvious reason these should be related at all. Yet the central result of calculus says they are perfect opposites. Differentiation tears a function apart into its rate of change; integration glues those rates back together into a total. The fundamental theorem is the sentence that makes this precise, and almost everything you will ever do with calculus rests on it.

To build the bridge, you need one new character: a function whose job is to keep a running total of area.

The area-so-far function

Picture a curve \( y = f(t) \) and pin down a fixed starting point \( a \) on the axis. Now let a second point \( x \) slide to the right. As it moves, watch the area caught between the curve and the axis, from \( a \) up to wherever \( x \) currently is. That shaded area grows as \( x \) grows — so it is itself a function of \( x \). Give it a name:

\[ A(x) = \int_a^x f(t)\,dt. \]

Read it slowly. The left end \( a \) is nailed down. The right end \( x \) is free to roam. And \( A(x) \) simply reports the area accumulated so far, from the start line out to \( x \). (We use the letter \( t \) inside the integral just to keep it distinct from the moving boundary \( x \) — it is a placeholder, nothing more.)

Here is the question that cracks everything open: how fast does this area grow? If you nudge \( x \) a tiny bit to the right, you tack on a thin sliver of new area. The sliver is almost a rectangle — its width is the tiny step, and its height is the height of the curve right there, \( f(x) \). So the area grows at the rate \( f(x) \). In the language of derivatives:

\[ A'(x) = f(x). \]

That is the first part of the fundamental theorem. The derivative of the area-so-far function is the original curve. Accumulating area and then measuring how fast it accumulates lands you right back on \( f \). The two operations cancel.

In words. The slope of the area graph, at any point \( x \), equals the height of the original curve at that same \( x \). Steeply rising area means a tall curve; flat area means the curve has dropped to zero. The area function carries the curve inside it as its own rate of change.

Watch it happen with a straight line

Abstract claims deserve a concrete witness, so take the simplest sloping curve there is: \( f(t) = t \). Start accumulating from \( a = 0 \). The region under \( y = t \) from \( 0 \) to \( x \) is a right triangle with base \( x \) and height \( x \), so its area is

\[ A(x) = \tfrac{1}{2} \cdot x \cdot x = \frac{x^2}{2}. \]

Now differentiate that area function. The derivative of \( \frac{x^2}{2} \) is \( x \) — which is exactly \( f(x) \). The theorem holds in plain sight: the area is \( \frac{x^2}{2} \), and its slope is \( x \), the very height of the line you started with.

The widget below makes this dance visible. The top panel shows \( f(t) = t \) with the triangle of area sweeping out as you push \( x \) from \( 0 \) toward \( 3 \). The bottom panel plots \( A(x) = \frac{x^2}{2} \). Step \( x \) along and watch the rule confirm itself: the slope of the bottom curve at any \( x \) equals the height of the top line at that \( x \).

When \( x = 2 \), the line stands at height \( 2 \) — and the area curve there is climbing with slope \( 2 \). Push to \( x = 3 \): the height is \( 3 \), and the area curve steepens to match. Height drives slope, point for point. That is the whole theorem, breathing.

The evaluation rule: areas without rectangles

Part one tells you that an area function has the original curve as its derivative. Turn that around and it becomes a startlingly practical tool. An antiderivative of \( f \) is any function \( F \) whose derivative is \( f \) — that is, \( F'(x) = f(x) \). Part one says the area function \( A \) is one such antiderivative. And it turns out that any antiderivative will do the job, because two antiderivatives of the same function differ only by a constant, and that constant cancels when you subtract.

This gives the second part of the fundamental theorem, the rule you will actually compute with. To find the exact area under \( f \) from \( a \) to \( b \): grab any antiderivative \( F \), and subtract its values at the two ends.

\[ \int_a^b f(x)\,dx = F(b) - F(a). \]

Sit with how good a deal this is. No grid of rectangles. No limit of finer and finer sums. You hunt for one function that differentiates back to \( f \), plug in the two endpoints, and subtract. This is precisely why integration is so often called antidifferentiation — you run differentiation in reverse, and the area falls out.

Tip — read the integral as a question. Faced with \( \int_a^b f(x)\,dx \), do not think "sum of rectangles." Think: "what function differentiates to give \( f \)?" Find that function \( F \), then compute \( F(b) - F(a) \). The whole skill of integrating is the skill of differentiating run backwards.

Two worked areas

In the last lesson you chased the area under \( y = x^2 \) on \( [0, 3] \) by squeezing Riemann sums, and the answer crept toward exactly \( 9 \). Watch the fundamental theorem deliver that same \( 9 \) in three lines.

Example Evaluate \( \int_0^3 x^2 \, dx \).
  1. Find an antiderivative of \( x^2 \). Since differentiating \( \frac{x^3}{3} \) gives \( x^2 \), take \( F(x) = \dfrac{x^3}{3} \).
  2. Evaluate at the top end: \( F(3) = \dfrac{3^3}{3} = \dfrac{27}{3} = 9 \).
  3. Evaluate at the bottom end: \( F(0) = \dfrac{0^3}{3} = 0 \).
  4. Subtract: \( F(3) - F(0) = 9 - 0 = 9 \).

The area is exactly \( \mathbf{9} \) — the same number the rectangles were inching toward, now reached with a single subtraction.

The second example is worth checking by hand, because the region is a plain shape and you can confirm the theorem against ordinary geometry.

Example Evaluate \( \int_1^4 2x \, dx \).
  1. Find an antiderivative of \( 2x \). Since differentiating \( x^2 \) gives \( 2x \), take \( F(x) = x^2 \).
  2. Top end: \( F(4) = 4^2 = 16 \).
  3. Bottom end: \( F(1) = 1^2 = 1 \).
  4. Subtract: \( F(4) - F(1) = 16 - 1 = 15 \).

The area is \( \mathbf{15} \). And you can verify it without calculus: under \( y = 2x \) from \( x = 1 \) to \( x = 4 \), the region is a trapezoid with parallel heights \( 2 \) and \( 8 \) over a width of \( 3 \), so its area is \( \frac{2 + 8}{2} \times 3 = 5 \times 3 = 15 \). The theorem and the geometry agree perfectly.

The shape of the whole idea

Step back and see the symmetry. Part one starts with a curve, builds its area function, and differentiates — landing back on the curve. Part two starts with a definite integral, finds an antiderivative, and evaluates at the ends — turning an area into a difference of two numbers. Differentiation and integration are a matched pair of inverse machines, and the fundamental theorem is the proof that they fit.

This is also the reason calculus changed mathematics. Before it, areas under curves had to be wrung out one painstaking limit at a time. After it, an area is just \( F(b) - F(a) \). Every integration technique you might meet later — substitution, parts, partial fractions — is ultimately a strategy for finding that one antiderivative \( F \). The theorem is the hinge the entire subject swings on.

Practice

Try each one yourself, then reveal the full solution.

1. Evaluate \( \displaystyle\int_0^2 3x^2 \, dx \).

An antiderivative of \( 3x^2 \) is \( F(x) = x^3 \), since differentiating \( x^3 \) gives \( 3x^2 \).

Then \( F(2) - F(0) = 2^3 - 0^3 = 8 - 0 = 8 \).

The area is 8.

2. Evaluate \( \displaystyle\int_1^3 2x \, dx \).

An antiderivative of \( 2x \) is \( F(x) = x^2 \).

Then \( F(3) - F(1) = 3^2 - 1^2 = 9 - 1 = 8 \).

(Check it as a trapezoid: parallel heights \( 2 \) and \( 6 \) over width \( 2 \), giving \( \frac{2+6}{2} \times 2 = 8 \).)

The area is 8.

3. Using Part 1 of the fundamental theorem, find \( \displaystyle\frac{d}{dx}\int_2^x \left(t^3 + 1\right) dt \).

Part 1 says that differentiating an area-so-far function returns the integrand, evaluated at the moving upper limit \( x \). You do not need to integrate at all — you simply replace \( t \) with \( x \).

So \( \dfrac{d}{dx}\displaystyle\int_2^x \left(t^3 + 1\right) dt = x^3 + 1 \).

The answer is \( x^3 + 1 \).

Keep climbing

This is one lesson of the EastMath path. Every idea is built on the one before it — keep going.