Hide outline
Feedback

Fundamental Theorem of Calculus, Intuitively

Fundamental Theorem of Calculus, Intuitively

Build an intuitive picture of why derivatives and integrals undo each other. You will see how accumulated area becomes a function with a slope, and why evaluating an antiderivative at the endpoints gives the exact total accumulation.

If you track area under a curve as you move to the right, that running total becomes its own function. The surprise is that this new function has a slope, and that slope is the original curve’s height. That single idea is the Fundamental Theorem of Calculus. It turns integration from a hard geometry problem into an endpoint subtraction problem, and it turns derivatives into a way to read accumulation in real time.

The link between height and area

Start with any function f(x)f(x) and pick a starting point aa. Now define a new function:

A(x)=axf(t)dtA(x)=\int_a^x f(t)dt

Read A(x)A(x) as area so far. At x=ax=a, you have A(a)=0A(a)=0. As xx moves right, you keep adding skinny slices of area under ff.

See the relationship between f(x)f(x) and the accumulating area function A(x)A(x).

If f(x)f(x) is mostly positive, A(x)A(x) climbs. If f(x)f(x) dips below the axis, A(x)A(x) can fall. The running total is sensitive to what happens locally near your current xx, not to the whole past in a vague way. That local sensitivity is what turns into the derivative.

One picture
Think of f(x)f(x) as the height of a conveyor belt and A(x)A(x) as how much material has passed by. Taller belt right now means faster accumulation right now.

Definite integral as accumulation

Signed area and why negative matters

A definite integral is not just area in the everyday sense. It is signed area, meaning area above the xx-axis counts positive and area below counts negative. That sign is not a technicality. It is what makes integrals match real accumulation like net change, profit minus loss, or velocity that can point forward or backward.

Explore how refining rectangles and below-axis pieces change the total.

Two quick anchors help:

  • Units multiply. If ff is in meters and xx is in seconds, then f(x)dx\int f(x)dx is in meter-seconds.
  • The integral is net total, not total magnitude. A dip below the axis can cancel earlier positive area.

If you want total amount without cancellation, that is a different quantity. It uses f(x)|f(x)|, not f(x)f(x).

Why A(x)=f(x)A'(x)=f(x)

FTC Part 1 says that if you define A(x)=axf(t)dtA(x)=\int_a^x f(t)dt, then A(x)=f(x)A'(x)=f(x) (under the usual nice conditions like continuity). Here is the intuition in one tight thought.

Zoom in near some point xx. If you increase xx by a tiny Δx\Delta x, the only new area you add is the little sliver from xx to x+Δxx+\Delta x.

That added area is

ΔA=A(x+Δx)A(x)=xx+Δxf(t)dt\Delta A=A(x+\Delta x)-A(x)=\int_x^{x+\Delta x} f(t)dt

When Δx\Delta x is very small and ff is not doing anything wild, that sliver is almost a rectangle with height about f(x)f(x) and width Δx\Delta x. So

ΔAf(x)Δx\Delta A\approx f(x)\Delta x

Divide by Δx\Delta x:

ΔAΔxf(x)\frac{\Delta A}{\Delta x}\approx f(x)

As Δx0\Delta x\to 0, the approximation tightens into equality, and the left side becomes the definition of the derivative A(x)A'(x). So the slope of the area-so-far function is the curve’s height.

Play with shrinking Δx\Delta x and watch ΔA/Δx\Delta A/\Delta x lock onto f(x)f(x).

This is why accumulation is the inverse process of rate. Derivative means what is happening right now. Integral means how much has happened altogether. FTC Part 1 says those two descriptions are mathematically wired together.

Endpoint subtraction gives exact accumulation

Here is the featured-snippet version.

If F(x)=f(x)F'(x)=f(x), then

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

So the definite integral over [a,b][a,b] equals the net change in an antiderivative across the interval.

That is FTC Part 2. It says you do not have to add up infinitely many rectangles to get a definite integral. Find any antiderivative FF of ff, evaluate at the endpoints, subtract.

See ff alongside an antiderivative FF and how F(b)F(a)F(b)-F(a) matches the integral.

Why it makes sense

If F(x)=f(x)F'(x)=f(x), then FF is an accumulation tracker for the rate ff. Over any small step, FF changes by about f(x)Δxf(x)\Delta x. Add up those tiny changes from aa to bb and you get the total accumulation, which is exactly what the integral measures. The miracle is that the sum telescopes into a clean endpoint difference.

Net change
Derivatives turn a changing quantity into a rate. Integrals turn a rate into net change. FTC Part 2 says net change is always final minus initial.

Using FTC to compute integrals

Once you accept FTC Part 2, most basic definite integrals follow a simple pattern.

  • Find an antiderivative FF with F(x)=f(x)F'(x)=f(x)
  • Compute F(b)F(a)F(b)-F(a)
  • Interpret the sign and units as net accumulation

You can experiment with different functions and bounds here.

A few common patterns you will keep seeing:

  • Polynomials. If f(x)=xnf(x)=x^n, then an antiderivative is F(x)=xn+1n+1F(x)=\frac{x^{n+1}}{n+1} for n1n\neq -1.
  • Trig and exponential. F(x)=sinxF'(x)=\sin x comes from F(x)=cosxF(x)=-\cos x. F(x)=exF'(x)=e^x comes from F(x)=exF(x)=e^x.
  • Bounds do the bookkeeping. The definite integral is not an antiderivative plus a constant. It is a number produced by a subtraction.

Substitution later is basically the same story with a smarter way to recognize which antiderivative you need. It is still about undoing a derivative pattern.

Where beginners slip

Small notation mistakes can hide a correct idea. The theorem is simple, but the symbols are picky.

Look at side-by-side correct and incorrect setups and see what changes.

The mistakes that matter most

  • Forgetting that A(x)=axf(t)dtA(x)=\int_a^x f(t)dt is a function of the upper bound. The variable inside is a dummy, so tt could be anything.
  • Mixing up indefinite and definite integrals. f(x)dx=F(x)+C\int f(x)dx=F(x)+C is a family of functions. abf(x)dx\int_a^b f(x)dx is one number.
  • Reversing bounds. baf(x)dx=abf(x)dx\int_b^a f(x)dx=-\int_a^b f(x)dx.
  • Dropping constants. If F(x)=f(x)F'(x)=f(x) then (F(x)+C)=f(x)(F(x)+C)'=f(x) too. The constant matters for indefinite integrals, not for F(b)F(a)F(b)-F(a).
  • Applying FTC Part 1 when ff is not nice at the point. If ff has a jump or blows up, you need more care. The accumulation function can fail to have a derivative exactly there.

Carry this mental model forward

When calculus feels confusing, return to one sentence. Derivative means local rate. Integral means accumulated net effect. The Fundamental Theorem says these are inverse views of the same relationship.

A practical next step is to take any rate you already understand, like velocity, growth per day, or dollars per hour, and define your own A(x)=axf(t)dtA(x)=\int_a^x f(t)dt. Then ask what A(x)A'(x) should be from common sense. If your intuition says the slope must be the current rate, you are already thinking in FTC.

Was this lesson helpful?
Dive Deeper

Generate a follow-up sub-lesson on any aspect of this topic

Related content