The Integral: Adding Up the Infinitely Small
Slice a region into infinitely many infinitely thin rectangles, add them, and a total emerges — area, distance, accumulation — from a limit of sums.
On this page
A total hiding in a shape#
Suppose a car speeds up smoothly from a standstill. Its speedometer sweeps through every value between zero and its cruising speed, and you want to know how far it travelled. If the speed were constant you would just multiply: distance equals speed times time, a rectangle. But the speed never sits still, so there is no single rectangle to measure.
Here is the trick that founds all of integral calculus. Chop the trip into many short time slices. Over each tiny slice the speed barely changes, so pretend it is constant and compute a little rectangle of distance. Add up all the rectangles. You will be slightly wrong — the speed did drift within each slice — but if you use thinner slices, the error shrinks. Take the slices infinitely thin and the total becomes exact.
That total is the integral. It is not a formula you memorize; it is a limit of sums.
The definition is a limit of sums#
Take a function on an interval . Cut the interval into pieces, each of width . In each piece pick a sample point and build a rectangle of height and width . Adding their areas gives a Riemann sum:
Now refine. Make larger, smaller. As long as the sum settles toward a single number no matter how you pick the sample points, that number is the definite integral:
The elongated S is a stretched "sum," and is the ghost of after it has shrunk to nothing. Watch the convergence happen — drag the rectangle count up and switch between the left, midpoint, and right rules:
Notice two things. First, every rule converges to the same number as grows, even though for small they disagree. That common limit is what the integral is. Second — and this is the point most easily missed — nothing here mentions antiderivatives. The integral is defined purely by slicing and summing. That is why an integral like has a perfectly definite value even though has no elementary antiderivative. The Riemann sum still converges; there simply is no tidy formula to shortcut it.
Correcting the "reverse a derivative" myth#
Ask most students what an integral is and you will hear: "it's the antiderivative — you run differentiation backwards." That is a genuine misconception about what the object is, even though it describes a real method. Reversing derivatives is how we happen to compute many integrals quickly. It is not the definition, and it is not always available.
Keeping the definition straight matters because the integral means something concrete: accumulated quantity. Integrate velocity and you get distance. Integrate power and you get energy. Integrate a rate of flow and you get total volume. In every case you are adding up infinitely many infinitesimal contributions, , and the sum is the accumulated total. The derivative tears a total apart into an instantaneous rate; the integral stitches rates back into a total.
Signed area, not just area#
Rectangles above the horizontal axis have positive height and add to the sum. Rectangles below the axis have negative height and subtract. So the integral measures signed area: regions beneath the axis count against you.
This is exactly right for accumulation. If velocity goes negative because the car reverses, those slices should reduce your displacement, and the signed integral does precisely that. The integral of a function that dips below zero can even be zero overall, if the positive and negative regions cancel. "Area under the curve" is a fine slogan as long as you remember the sign travels with it.
The Fundamental Theorem unifies the two ideas#
There is a second myth worth dismantling: that area under a curve has nothing to do with slopes and derivatives. They look like opposite worlds — one adds up chunks, the other zooms into instants. The Fundamental Theorem of Calculus reveals they are two sides of one coin.
Fix the left endpoint and let the right endpoint move. Define the accumulation function
the signed area gathered so far as the right edge sweeps to . Ask how fast grows. Push the edge right by a sliver : you add a thin strip of area whose height is and width is , so increases by about . Dividing by , the rate of accumulation is the height itself:
The derivative of the accumulated area is the original function. Differentiation and integration are inverse operations. Watch it directly — as the vertical line sweeps right, area fills in on top and the accumulation curve is traced below, and the slope of that lower curve always matches the height of the upper one:
When dips below the axis, the accumulation function turns around and decreases — signed area and the inverse relationship working together. Where crosses zero, momentarily levels off, because a curve with zero slope is exactly what demands.
Why the shortcut works#
Now the antiderivative trick falls out as a consequence, not a definition. Suppose is any antiderivative of , meaning . The accumulation function also satisfies , so and differ only by a constant. Evaluating at the endpoints makes the constant cancel, and you get the evaluation theorem:
This is why you can integrate by writing and plugging in the limits. But the reason it works is the Fundamental Theorem, and the thing you are computing is still a limit of sums. When no antiderivative exists in elementary form, you fall back on the definition directly — numerically, with methods like the ones behind Newton's method for the companion problem of root-finding, or with better rules than plain rectangles.
The integral, then, is the counterpart to the derivative in the great machinery of Taylor series and beyond: a limit that turns the infinitely small into a finite, meaningful total.
- The definite integral is defined as the limit of Riemann sums as — not as a reversed derivative.
- It measures accumulated quantity (area, distance, total), and exists even for functions with no elementary antiderivative.
- Integrals count signed area: regions below the axis subtract, which is exactly what accumulation requires.
- The Fundamental Theorem says the accumulation function has derivative , so integration and differentiation are inverse operations.
- That inverse relationship is why antiderivatives evaluate integrals: whenever .
Share this article