Loading
Bridging finite rectangular approximations to the exact area under a curve through the language of limits.
The problem of finding the area enclosed by a curved boundary is one of the oldest in mathematics. Ancient Greek geometers developed the method of exhaustion, in which a region was filled with ever-thinner polygons whose total area converged to the true value. This core idea—approximate, refine, and take a limit—reappears in modern calculus as the Riemann sum. Understanding how finite sums of rectangular areas become exact integrals is the conceptual gateway to every application of integration, from computing displacement to modeling accumulated quantities in science and engineering.
The central question this lesson addresses is deceptively simple: How can we compute the exact area between the graph of a function and the x-axis over a closed interval? The answer requires three interconnected tools—Riemann sums for the approximation, summation notation for compactly expressing those sums, and definite integral notation for capturing the limiting value.
Before diving into formulas, it is essential to internalize the conceptual architecture that connects Riemann sums to the definite integral. The entire framework rests on partitioning an interval, sampling function values, summing rectangular areas, and refining until the approximation becomes exact.
The diagram below illustrates a right Riemann sum for f(x) = x² + 1 on the interval [0, 3] using n = 6 subintervals. Each rectangle's height is determined by the function value at the right endpoint of its subinterval, and its width is Δx = 0.5. Observe how some rectangles overshoot and others undershoot the curve—these errors diminish as n increases.
When the function is increasing on the interval, the right Riemann sum overestimates the true area because each rectangle pokes above the curve on its left side. Conversely, a left Riemann sum would underestimate the area in that same scenario. The midpoint Riemann sum often provides a more balanced approximation because errors above and below the curve partially cancel. Regardless of the choice of sample point, all Riemann sums converge to the same limit for a continuous function on a closed interval—this limit is the definite integral.
Before writing a Riemann sum compactly, you need fluency with sigma notation. The symbol Σ (capital Greek sigma) represents repeated addition. The expression Σ_{i=1}^{n} aᵢ means a₁ + a₂ + ⋯ + aₙ. The variable i is the index of summation, the value below Σ is the starting index, and the value above is the ending index.
For a function f continuous on [a, b], partition the interval into n equal subintervals each of width Δx. Then the general Riemann sum is written as follows.
The notation ∫ₐᵇ f(x) dx encodes every piece of information: the elongated S (∫) signals a sum; a and b delimit the interval; f(x) is the integrand whose values become rectangle heights; and dx reminds us of the infinitesimal width that replaced Δx in the limit. The definite integral yields a number (the net signed area), not a function.
The diagram below places all three standard Riemann sum types side by side for f(x) = √x on [1, 5] with n = 4. Comparing the three approximations reveals how the choice of sample point affects accuracy and whether the estimate overshoots or undershoots.
| Type | Sample Point xᵢ* | Over / Under for Increasing f | Over / Under for Decreasing f |
|---|---|---|---|
| Left | a + (i − 1)Δx | Underestimate | Overestimate |
| Right | a + iΔx | Overestimate | Underestimate |
| Midpoint | a + (i − ½)Δx | Closer to exact | Closer to exact |
Compute the right Riemann sum for f(x) = 3x − 2 on [1, 4] using n = 6 subintervals, then express the exact area as a definite integral and evaluate it.
The right Riemann sum of 18.75 overestimates the exact value of 16.5 because f(x) = 3x − 2 is increasing on [1, 4]. As n grows, the Riemann sum converges to 16.5.
| Method | Strengths | Limitations |
|---|---|---|
| Left / Right Riemann Sum | Easy to compute; provides guaranteed over- or underestimate for monotonic functions, useful for bounding the true integral. | Slowest convergence; large error unless n is very big; poor for rapidly changing functions. |
| Midpoint Riemann Sum | Better accuracy per rectangle; error tends to cancel on curves that are concave up in some regions and concave down in others. | Harder to determine over/underestimate without concavity analysis; still O(1/n²) error. |
| Trapezoidal Sum | Uses trapezoids instead of rectangles; averages left and right sums; same O(1/n²) error as midpoint. | Not technically a Riemann sum; slightly more computation per subinterval. |
The Riemann sum definition of the definite integral is conceptually powerful but computationally impractical for most functions—who wants to evaluate a limit of increasingly complex sums every time? The Fundamental Theorem of Calculus (FTC) bridges the gap by connecting integration and antidifferentiation. Part 2 of the FTC states that if F is any antiderivative of f on [a, b], then ∫ₐᵇ f(x) dx = F(b) − F(a). This means the limit of the Riemann sum equals a simple subtraction, which is vastly more efficient.
| Riemann Sum / Limit Definition | FTC Evaluation |
|---|---|
| ∫ₐᵇ f(x) dx = lim_{n→∞} Σ f(xᵢ*)Δx | ∫ₐᵇ f(x) dx = F(b) − F(a) |
| Requires partitioning, summing, and taking a limit | Requires finding one antiderivative F |
| Provides the theoretical foundation and definition | Provides a practical computation tool |
| Works for any bounded function on [a, b] (if the limit exists) | Works when an antiderivative can be found in closed form |
Even after learning the FTC, Riemann sums remain essential in AP Calculus AB. They appear whenever data is given in a table rather than as a formula, and they serve as the conceptual basis for accumulation functions and applications like total distance traveled. In AP Calculus BC and beyond, Riemann sums generalize to double and triple integrals, line integrals, and probability distributions—making fluency with the summation-to-integral transition a lasting asset.
A Riemann sum approximates the net signed area under a curve by partitioning the interval [a, b] into n subintervals of width Δx = (b − a)/n, evaluating the function at chosen sample points (left, right, or midpoint), and summing the resulting rectangle areas using summation notation Σ. As n → ∞, this sum converges to the definite integral ∫ₐᵇ f(x) dx, which gives the exact net area.
For monotonic functions, left and right sums provide guaranteed over- or underestimates, while midpoint sums generally yield closer approximations. The Fundamental Theorem of Calculus later transforms the limit of a Riemann sum into a practical computation using antiderivatives: ∫ₐᵇ f(x) dx = F(b) − F(a). Mastering Riemann sums is essential not only for evaluating integrals from first principles but also for interpreting table-based data and accumulation problems throughout the AP Calculus AB exam.
Keep learning with more lessons from the same subject.