Riemann sums are a bridge between adding many simple pieces and measuring a curved area exactly. They approximate the area under a curve by slicing an interval into thin subintervals and building rectangles over them. This matters because many real quantities, such as distance from velocity or accumulated charge from current, are found by adding continuously changing values.
The definite integral is the exact value reached when the rectangles become infinitely thin.
On an interval [a, b], the width of each equal subinterval is Δx = (b - a)/n, and a sample point x_i* is chosen in each subinterval. The sum Σ f(x_i*) Δx adds the rectangle areas, and different choices give left, right, midpoint, or other Riemann sums. As n increases, the approximation usually improves, and if the limit exists, it is written as ∫_a^b f(x) dx.
This sigma-to-integral transition is one of the central ideas of calculus.
Understanding Calculus: Riemann Sums to the Definite Integral
The important idea is not that a computer literally makes infinitely many rectangles. Infinity describes a limiting process. Start with a rough estimate using a few pieces.
Then use more pieces, each with less width. If the totals settle toward one fixed number, that number is the integral. A function can change within every subinterval, so any one rectangle has some error.
On a smooth graph, making the intervals narrower keeps that vertical mismatch small. The total error shrinks because each rectangle covers less horizontal distance.
The choice of sample point affects an estimate before the limit is taken. For an increasing function, left endpoint rectangles tend to sit below the curve, while right endpoint rectangles tend to sit above it. They give lower and upper estimates.
Midpoint rectangles are often more accurate because the height at the middle can better represent the average height across a short interval. This is useful when checking work.
If a function is increasing, a left sum should not exceed a right sum. A result that breaks this pattern may signal a calculation mistake.
An integral measures net accumulation, not always ordinary geometric area. Parts of a graph above the horizontal axis count positively. Parts below count negatively.
If a velocity graph stays above zero, its integral over time gives distance traveled. If velocity becomes negative, the integral gives displacement, meaning the change in position. A person can travel ten meters forward then four meters backward.
The displacement is six meters, while total distance is fourteen meters. To find total distance from velocity, integrate the speed, which treats both directions as positive.
Units provide a powerful way to understand an integral. Suppose a graph gives velocity in meters per second and the horizontal axis measures seconds. Each thin rectangle combines meters per second with seconds.
The seconds cancel, leaving meters. This matches displacement. In science, a rate multiplied by a small time interval gives a small amount, and the integral adds all those small amounts.
Current over time gives charge. A changing force over distance gives work. When learning, always identify the vertical units, the horizontal units, and the meaning of their product.
Riemann sums are the definition of integration, but they are not usually the fastest calculation method. The Fundamental Theorem of Calculus connects an accumulated quantity to antiderivatives. If a function has an antiderivative, evaluating that antiderivative at the endpoints gives the exact integral.
Riemann sums explain why this shortcut has meaning. They show that an integral is built from many local contributions. Numerical sums remain essential when data come from measurements, when no simple antiderivative exists, or when a graph is known only at selected points.
Key Facts
- For n equal subintervals on [a, b], Δx = (b - a)/n.
- A Riemann sum has the form Σ_{i=1}^n f(x_i*) Δx.
- The definite integral is defined by ∫_a^b f(x) dx = lim_{n→∞} Σ_{i=1}^n f(x_i*) Δx, when the limit exists.
- If f(x) ≥ 0 on [a, b], then ∫_a^b f(x) dx represents the area under the curve and above the x-axis.
- If f(x) is below the x-axis, its integral contributes negative signed area.
- For continuous functions, left, right, and midpoint Riemann sums all approach the same definite integral as n → ∞.
Vocabulary
- Riemann sum
- A Riemann sum is an approximation of a definite integral made by adding the areas of rectangles over subintervals.
- Definite integral
- A definite integral is the limiting value of Riemann sums over a fixed interval [a, b].
- Partition
- A partition is a division of an interval into smaller subintervals.
- Sample point
- A sample point is the x-value chosen inside a subinterval to determine the height of a Riemann rectangle.
- Signed area
- Signed area counts regions above the x-axis as positive and regions below the x-axis as negative.
Common Mistakes to Avoid
- Forgetting the factor Δx, which is wrong because f(x_i*) gives only a rectangle height, not an area.
- Using n instead of Δx as the rectangle width, which is wrong because n is the number of rectangles while Δx is the actual width of each rectangle.
- Assuming every definite integral is ordinary area, which is wrong because integrals measure signed area when the graph goes below the x-axis.
- Stopping at a finite Riemann sum and calling it exact, which is wrong because the definite integral is the limit as the number of subintervals approaches infinity.
Practice Questions
- 1 Approximate ∫_0^4 x^2 dx using a right Riemann sum with n = 4 equal subintervals.
- 2 For f(x) = 3x + 1 on [0, 2], compute the left Riemann sum with n = 4 equal subintervals.
- 3 Explain why increasing n in a Riemann sum usually makes the rectangle approximation closer to the definite integral for a continuous function.