The Fundamental Theorem of Calculus is the single most important result in analysis. It says that two operations which appear completely different — differentiation (finding rates of change) and integration (accumulating totals) — are actually inverses of each other. In its most common form:

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

where FF is any antiderivative of ff, meaning F(x)=f(x)F'(x) = f(x).

What it means

The left side is a definite integral: intuitively, the area between the curve y=f(x)y = f(x) and the xx-axis, from x=ax = a to x=bx = b. Computing such an area directly is hard — you have to approximate with rectangles and take limits.

The right side is simply a subtraction: find any function FF whose derivative is ff, evaluate it at bb, evaluate at aa, subtract. The theorem says these two procedures give the same number.

This collapses what looks like an impossible problem (adding up infinitely many infinitesimal pieces) into a problem you can solve with algebra — provided you can find an antiderivative.

The two parts

The theorem is traditionally stated in two parts.

Part 1 tells you how to build an antiderivative: if you define F(x)=axf(t)dtF(x) = \int_a^x f(t)\, dt, then F(x)=f(x)F'(x) = f(x). Integration and differentiation cancel out.

Part 2 is the computational shortcut: for any antiderivative FF of ff, the definite integral equals F(b)F(a)F(b) - F(a).

Together they are the scaffolding on which all of calculus rests.

The history

Isaac Newton developed his version of the theorem around 1666 while at home during the plague year. He called it the “method of fluxions.” Gottfried Wilhelm Leibniz arrived at the same result independently around 1675, using his own notation — the modern \int and dxdx symbols are his. Both men understood that the areas-under-curves problem (classical since antiquity) and the tangent-line problem (rising out of Descartes’ analytic geometry) were two faces of the same coin.

The Newton–Leibniz priority dispute poisoned relations between English and Continental mathematics for more than a century. England stuck with Newton’s notation and fell behind; the Continent used Leibniz’s and raced ahead. Only in the 19th century did England catch up.

Why it changed mathematics

Before the theorem, computing areas was an ad hoc craft. Archimedes used the “method of exhaustion” (a precursor to integration) to find the area of a circle and the volume of a sphere — brilliant but laborious. Each new shape needed a fresh proof.

After the theorem, finding any area under a smooth curve became a matter of looking up or deriving an antiderivative. The same machinery works for arc length, volume, work, energy, centers of mass, probability distributions, and thousands of other quantities. Modern physics, engineering, and statistics would be unthinkable without it.

The modern formulation

The 19th-century work of Cauchy, Riemann, and Lebesgue put the theorem on rigorous foundations. The statement that F(x)=f(x)F'(x) = f(x) pointwise requires ff to be continuous; without continuity, subtler forms of the theorem still hold under weaker conditions. The Lebesgue version, from around 1900, remains the gold standard in modern analysis and probability theory.

Frequently asked

Who discovered the Fundamental Theorem of Calculus?

Independently Isaac Newton (England, ca. 1666) and Gottfried Wilhelm Leibniz (Germany, ca. 1675). A bitter priority dispute split English and Continental mathematics for over a century.

What does the theorem actually say?

It connects two operations that look unrelated: differentiation (rates of change) and integration (accumulation). It says that computing the total change of a function is the same as summing up its instantaneous changes.

Why is it 'fundamental'?

Because before it, finding areas required laborious geometric arguments. Afterward, computing an integral reduced to finding an antiderivative — a purely algebraic task for most functions.