Riemann Sum
Approximating the area under a curve by summing the areas of thin rectangles â the geometric intuition behind the definite integral.
Rule
Estimate
R4 = 3.750
Exact area is 2.667.
Definition
A Riemann Sum approximates the area under a curve by dividing the region into rectangles and summing their areas.
For a function on , divide into subintervals of width . Choose a sample point in each subinterval . The Riemann sum is:
Three common choices for :
- Left Riemann Sum: (left endpoint of each subinterval)
- Right Riemann Sum: (right endpoint)
- Midpoint Rule:
Right Riemann sum for xÂē
Approximate using a right Riemann sum with .
. Right endpoints: , , , .
The exact value is . Our approximation overestimates because is increasing.
Try it
Approximate using a left Riemann sum with . Compare to the exact answer.
Solution
. Left endpoints: .
Exact: . Error . The left sum underestimates because is increasing.
Related concepts
Needs first