Resources
Riemann sums and the definition of the integral
Before the Fundamental Theorem gives you a shortcut, the definite integral has a definition, and the definition is rectangles. To estimate the area under a curve, slice the interval into \(n\) pieces, stand a rectangle on each piece, and add up the rectangle areas. The definite integral is what those sums approach as the slicing gets finer:
\[\int_a^b f(x)\,dx = \lim_{n \to \infty} \sum_{k=1}^{n} f\!\left(x_k^*\right)\Delta x.\]The formula reads better as a recipe. \(\Delta x\) is the width of each slice. The point \(x_k^*\) is where you measure the height of the \(k\)-th rectangle: the left edge gives a left Riemann sum, and the right edge gives a right sum. The sigma adds the areas, and the limit sends the number of rectangles to infinity.
Try it
The curve below is \(f(x) = x^2 + 1\) on \([0,3]\), whose exact area is \(\int_0^3 (x^2+1)\,dx = 12\). Slide \(n\) and watch the rectangle total approach 12.
With a handful of rectangles the error is visible as the white gaps (left sum) or the gray overhangs (right sum). By n = 80 the rectangles are nearly indistinguishable from the region itself, and the sum is within a few hundredths of 12. The limit in the definition is this picture carried to completion.
Why left and right sums bracket the truth
On this interval the function is increasing, and that single fact settles the direction of every error. A left rectangle measures its height at the left edge, where an increasing function is at its smallest on the slice, so each left rectangle sits below the curve and the left sum is an underestimate. A right rectangle measures where the function is largest on the slice, so the right sum is an overestimate. The exact area is trapped between them, and as \(n\) grows the trap tightens.
The exam asks for exactly this reasoning, and it wants the hypothesis stated. The sentence that earns the point is: “the left Riemann sum is an underestimate because \(f\) is increasing on the interval.” For a decreasing function the roles flip. Note carefully which fact controls which method: increasing or decreasing controls left and right sums. Concavity controls two different methods, the midpoint sum and the trapezoidal sum. Students who memorize a four-way chart mix these up under pressure; students who picture one rectangle on one slice never do.
Sums from tables
On the free-response section, Riemann sums usually arrive with a table instead of a formula, and with unequal widths:
| \(t\) (hours) | 0 | 2 | 5 | 8 | 9 |
|---|---|---|---|---|---|
| \(R(t)\) (liters/hour) | 40 | 46 | 58 | 52 | 48 |
A left Riemann sum for \(\int_0^9 R(t)\,dt\) uses each subinterval’s left value times its width:
\[40(2) + 46(3) + 58(3) + 52(1) = 444 \text{ liters}.\]Two habits keep this clean. First, the widths come from the table and are not equal, so resist any formula with a single \(\Delta x\). Second, the units of the answer are the product of the two axis units, here liters per hour times hours. Saying what the number means, the total liters that entered over the nine hours, is typically its own scoring point.
The definition still matters after the shortcut
Once the Fundamental Theorem arrives, it is tempting to file rectangles away as scaffolding. The exam disagrees, for a reason worth respecting: many real functions have no antiderivative formula, and many real data sets have no formula at all, like the table above. Rectangle sums are not the primitive version of integration. They are what integration is, and the antiderivative shortcut is the special case that works when a formula happens to exist.
A self-test: without computing either sum, decide whether the trapezoidal estimate of \(\int_0^3 (x^2+1)\,dx\) is an overestimate or an underestimate. The answer depends on concavity alone. Since \(f\) is concave up, each trapezoid’s slanted top lies above the curve, so the trapezoidal sum overestimates. If that argument feels natural, the four-way chart is yours without memorizing it.