Accumulating Under a Curve
The definite integral is the second face of integration: it measures the accumulated (signed) area between the curve and the -axis from to . Where the derivative measured instantaneous rates, the definite integral measures totals — total distance from a velocity, total accumulation from a rate.
It is defined as a limit of Riemann sums. Partition into thin subintervals of width , each with a sample height from the curve. The sum of rectangle areas approximates the region, and as the slices get thinner () it becomes exact: (The integral sign is an elongated "S" for "sum.")
Two features to remember:
- Signed area. Where is below the axis, its contribution is negative. The definite integral gives net signed area, so parts below the axis subtract. A symmetric curve can integrate to zero while enclosing real area.
- A number, not a function. Unlike the indefinite integral (a family of functions with ), the definite integral is a single number, with no constant of integration.
Basic properties follow from the area picture: , reversing limits flips the sign (), and integrals split over adjacent intervals (). Numerically, Riemann sums and refinements (trapezoidal rule, Simpson's rule) are how computers evaluate integrals with no closed form.
Common pitfall: treating the definite integral as always giving the geometric (positive) area, and confusing it with the indefinite integral. The definite integral is signed — area below the axis counts as negative — so it can be zero or negative even when real area is enclosed. And it is a single number (no ), unlike the indefinite integral, which is a family of functions.
The area under a curve approximated by rectangles that grow thinner and more numerous, the accent shaded region converging to the exact integral, with a below-axis lobe shaded to subtract.