Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Fundamental Theorem of Calculus


Quadraticf(t) = t²F(x) = x³/3 − a³/3
×
880 × 460
f(t) = t² (integrand)F(x) = ∫ₐˣ f(t) dt (accumulator)shaded area
At the moving point xx = 2  (a = 0)
Area ∫ₐᵝ f(t) dt
2.667
shaded region under f
F(x)
2.667
height on F
f(x) = F'(x)
4
slope of F at x
The shaded area from a to x equals the height of F at x; and the slope of F at x equals f(x).FTC
Applieda=0x=2F'(x) = f(x)





Key Terms



Key Terms

Fundamental Theorem of Calculus (FTC) — the statement that differentiation and integration are inverse operations. Has two parts: Part 1 says the derivative of an accumulator function equals the integrand; Part 2 gives a way to compute definite integrals using antiderivatives.

Integrand — the function f(t)f(t) being integrated. The curve whose area you are accumulating.

Accumulator function — the function F(x)=axf(t)dtF(x) = \int_a^x f(t)\, dt. It returns the signed area under ff from a fixed lower bound aa to the moving upper bound xx.

Antiderivative — any function GG with G(x)=f(x)G'(x) = f(x). Antiderivatives differ by a constant; the accumulator is one specific antiderivative pinned by F(a)=0F(a) = 0.

Definite integral — the signed area abf(t)dt\int_a^b f(t)\, dt. Computed via Part 2 as G(b)G(a)G(b) - G(a) for any antiderivative GG.

Signed area — area counted positively where f>0f > 0 and negatively where f<0f < 0.

Getting Started

The page opens with the Quadratic family f(t)=t2f(t) = t^2 loaded, the lower bound aa parked at 00, and the upper bound xx at 22. You see three things together on the graph:

• The solid blue curve of ff (the integrand).

• The dashed deep-blue curve of FF (the accumulator).

• The shaded region between ff and the t-axis from aa to xx.

Two thin vertical lines mark aa and xx on the t-axis. Marker dots sit on ff and FF at the upper bound xx.

The boxed card below the graph displays three numbers: the shaded area, the height F(x)F(x), and the value f(x)=F(x)f(x) = F'(x). The first two always match. The third is the slope of FF at xx.

To explore quickly, drag the upper bound x slider and watch every part of the picture update at once.

The Function Families

Six families are organized into two groups in the left panel, each shipped with a closed-form antiderivative.

Polynomial:

Identityf(t)=tf(t) = t, F(x)=x2/2a2/2F(x) = x^2/2 - a^2/2. The simplest case where signed area depends on whether x>ax > a or x<ax < a.

Quadraticf(t)=t2f(t) = t^2, F(x)=x3/3a3/3F(x) = x^3/3 - a^3/3. The power rule in its cleanest form.

Cubicf(t)=t3f(t) = t^3, F(x)=x4/4a4/4F(x) = x^4/4 - a^4/4. Odd integrand; useful for seeing how negative regions cancel positive ones.

Transcendental:

Sinef(t)=sintf(t) = \sin t, F(x)=cosx+cosaF(x) = -\cos x + \cos a. Periodic accumulator with bounded swings.

Cosinef(t)=costf(t) = \cos t, F(x)=sinxsinaF(x) = \sin x - \sin a. Same period; accumulator is a sine.

Exponentialf(t)=etf(t) = e^t, F(x)=exeaF(x) = e^x - e^a. The accumulator grows the same way the integrand does.

The a and x Sliders

The lower bound a slider sets the fixed starting point of integration. By construction F(a)=0F(a) = 0 — the accumulator passes through zero exactly at x=ax = a. Move aa and the whole FF curve shifts vertically; the integrand ff is unaffected.

The upper bound x slider sweeps the moving endpoint:

• The right edge of the shaded region tracks xx in real time.

• The marker dots on both curves slide to the new xx.

• The numeric card updates with the new area, the new F(x)F(x), and the new f(x)f(x).

Try setting a=0a = 0 and dragging xx from 00 rightward. The shaded area grows as xx grows, and the height of the FF curve climbs by exactly the same amount.

The Reset button next to the Parameters label restores the family&apos;s default aa and xx.

The Shaded Area

The shaded region between the integrand ff and the t-axis from aa to xx is the visual heart of the tool. Its signed area is what the definite integral axf(t)dt\int_a^x f(t)\, dt computes.

A few things to notice as you slide xx:

• When f>0f > 0 on the interval, the shaded area is positive and grows.

• When f<0f < 0, the shaded area is negative — the integrand sits below the t-axis, and the integral subtracts that contribution.

• When the integrand crosses zero, the accumulator FF momentarily stops growing. A flat spot of FF — and a local maximum or minimum — sits exactly there.

• When a=xa = x, the shaded region collapses to a single point. Area is zero; F(a)=0F(a) = 0 by definition.

• Sliding xx to the left of aa flips the orientation, and the area enters with the opposite sign.

Reading the At-The-Point Card

The boxed card below the graph displays the three quantities at the moving point xx:

Area — the signed area of the shaded region from aa to xx. Computed directly as axf(t)dt\int_a^x f(t)\, dt.

F(x) — the height of the accumulator curve at xx. Computed from the closed-form antiderivative.

f(x) = F&apos;(x) — the value of the integrand at xx, equal to the slope of FF at xx.

The first two numbers are always equal by construction — that&apos;s how FF is defined.

The third number is the punchline of Part 1 of the FTC: the slope of the accumulator at xx is exactly the integrand evaluated at xx. Differentiation undoes integration.

Read the row as you slide: left tells you the area piling up, middle tells you the same area as a height, right tells you how fast that pile is growing.

Display Toggles

The Display section in the left panel hides individual layers when one is in the way:

f(t) — toggles the integrand curve. Off, you see just the accumulator and the shaded area outline.

F(x) — toggles the dashed accumulator curve. Off, the picture reduces to a classical *area under f* view without the FTC overlay.

area — toggles the shaded fill. Off, the two function curves remain but the area visualization is gone.

The legend below the graph updates to show only the visible layers.

The Accent color picker at the bottom recolors the highlight throughout — slider track, verdict border, key labels — useful for screenshots or personal preference.

What Is the FTC

The Fundamental Theorem of Calculus is the bridge between the two central operations of calculus: differentiation (slope of a curve) and integration (area under a curve). It says the two operations are *inverses* of each other.

The theorem has two parts, both essential.

Part 1 establishes that if you define a function by integrating ff from a fixed lower bound up to a moving upper bound, the derivative of that function recovers ff. Symbolically, if F(x)=axf(t)dtF(x) = \int_a^x f(t)\, dt, then F(x)=f(x)F'(x) = f(x).

Part 2 uses Part 1 to give a practical way to compute definite integrals: pick *any* antiderivative GG of ff, and the integral abf(t)dt\int_a^b f(t)\, dt equals G(b)G(a)G(b) - G(a).

For full coverage of proofs and applications, see the fundamental theorem of calculus page.

Part 1 - The Accumulator

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

F(x)=f(x).F'(x) = f(x).


The intuition: push xx a little further right by Δx\Delta x. The shaded area grows by a thin strip of width Δx\Delta x and height roughly f(x)f(x). So ΔFf(x)Δx\Delta F \approx f(x) \cdot \Delta x, which means F(x)=f(x)F'(x) = f(x) in the limit.

This is the reason the accumulator is sometimes called the *integral function* — it shows that integration produces a function whose derivative is the original integrand. Differentiation undoes integration, point by point.

In the tool, you can verify this visually. Pick any xx, note the slope of the FF curve there (use the rate at which the dot is climbing), and compare it to the height of ff at the same xx. They match.

Part 2 - Evaluation

FTC Part 2. If ff is continuous on [a,b][a, b] and GG is *any* antiderivative of ff (so G(x)=f(x)G'(x) = f(x) everywhere on the interval), then

abf(t)dt=G(b)G(a).\int_a^b f(t)\, dt = G(b) - G(a).


This is the practical workhorse of integration. Without it, computing a definite integral would mean summing the areas of infinitely many thin rectangles. With it, you find an antiderivative — usually by reversing a differentiation rule — and evaluate at the endpoints.

For example, to compute 02t2dt\int_0^2 t^2\, dt:

• Find an antiderivative: G(t)=t3/3G(t) = t^3/3 works.

• Evaluate at the endpoints: G(2)G(0)=8/30=8/3G(2) - G(0) = 8/3 - 0 = 8/3.

That&apos;s exactly what the tool reports when you load the Quadratic family with a=0a = 0 and x=2x = 2.

For deeper coverage of integration techniques and antiderivative tables, see the integration techniques page.

Related Concepts

Definite integrals — the area under a curve between two specific bounds. The output of the FTC&apos;s Part 2 evaluation.

Indefinite integrals — the family of antiderivatives, written f(x)dx=G(x)+C\int f(x)\, dx = G(x) + C. The constant CC disappears in any definite integral.

Riemann sums — the construction that defines the integral as a limit of rectangle-area sums. The FTC turns this limit into a finite computation. See the Riemann sum visualizer.

Antiderivative rules — power rule, exponential rule, trig integrals. The reverse direction of the differentiation rules.

Substitution and integration by parts — techniques for finding antiderivatives of more complicated integrands.

Improper integrals — integrals where the bounds are infinite or the integrand is unbounded. The FTC still applies after a limiting process.

Derivatives — the inverse operation. The FTC is the explicit statement of that inverse relationship.

Visual tools for calculus — other interactive visualizers covering limits, continuity, derivatives, and Riemann sums.