Estimating Area with Rectangular Strips
Imagine a plot of land with one irregular curved edge. To estimate its area, we can divide the plot into rectangular strips of equal width. We then calculate the area of each strip and add the results.
A Riemann sum divides an interval into subintervals, chooses one sample point in each, and adds the signed rectangle contributions. For a Riemann-integrable function, these sums approach the definite integral as the widest subinterval approaches zero. When the function is nonnegative, the signed accumulation equals the area under the curve. With equal-width partitions, increasing the number of rectangles makes each one narrower, although one additional rectangle does not always move the sum closer to the definite integral.
Interval Partition and Width
Four quantities define an equal-width Riemann sum:
| Symbol | Meaning |
|---|---|
| Interval divided into subintervals | |
| Number of subintervals | |
| Width of each subinterval | |
| Sample point in subinterval , which gives the rectangle height |
The sample point can be the left endpoint, right endpoint, midpoint, or another point inside the subinterval.
The Riemann Sum Formula
If we combine all these components, we get the general formula for a Riemann Sum:
The sigma notation () simply means "sum up all the areas of the rectangles," where the area of each rectangle is its height () times its width ().
Left Endpoint Sum for a Linear Function
Problem: Determine the Riemann Sum for the function on the interval by dividing it into subintervals of equal length and using the left endpoint as the sample point.
Solution:
-
Identify Components:
- Function:
- Interval:
- Number of partitions:
-
Calculate Subinterval Width ():
Each rectangle will have a width of .
-
Determine the Sample Points (Left Endpoint):
Our subintervals are:
For the left-endpoint method, we take the value of from the left side of each subinterval as the sample point:
-
Calculate the Height of Each Rectangle:
The height of each rectangle is determined by the function's value at the chosen sample points:
-
Calculate the Riemann Sum:
Now we can calculate the total area by adding the areas of all rectangles. The area of each rectangle is its height times its width:
Denote the sum of the seven sampled values by :
Thus, the estimated area under the curve from to is .
On , the function is nonnegative and strictly increasing. Therefore, rectangles built from left endpoints lie below the graph and underestimate the actual area, while rectangles built from right endpoints overestimate it.
Exercises
Each problem asks for an area approximated by rectangles, so fix the number of subintervals and the sample point in each one before you add the terms.
- Calculate the Riemann Sum for the function on the interval using subintervals of equal width and the right endpoint as the sample point.
Worked Solution
-
We will calculate the Riemann Sum for on with .
Riemann Sum Exercise VisualizationGraph of the function with rectangular partitions using the right endpoint.Step 1: Determine the main components.
- Function:
- Interval:
- Number of partitions:
- Sample point: Right endpoint
Step 2: Calculate the subinterval width.
Step 3: Determine the right endpoint sample points.
The subintervals are:
For the right-endpoint method, we take the value of from the right side of each subinterval:
Step 4: Calculate the height of each rectangle.
The height of each rectangle is determined by the function's value at the right endpoint sample points:
Step 5: Calculate the total Riemann Sum.
Now we sum the areas of all rectangles ():
Thus, the Riemann Sum for the function is .