Riemann sums approximate definite integrals by dividing the area into rectangles or trapezoids.
Types
Left Riemann Sum (LRAM)
Use the left endpoint of each subinterval for height.
Right Riemann Sum (RRAM)
Use the right endpoint.
Midpoint (MRAM)
Use the midpoint of each subinterval.
Trapezoidal
Over- and Under-estimates
| Function | Left | Right | Midpoint | Trap |
|---|---|---|---|---|
| Increasing | Under | Over | — | Over |
| Decreasing | Over | Under | — | Under |
| Concave up | — | — | Under | Over |
| Concave down | — | — | Over | Under |
Worked Example
with 4 subintervals ().
LRAM: . RRAM: . Trapezoidal: . Exact: .
Practice Problems
- Estimate using LRAM with 4 subintervals.
- Is RRAM an over- or under-estimate for a decreasing function?
Want to check your answers and get step-by-step solutions?
Key Takeaways
More subintervals → better approximation.
Know which methods over/under-estimate.
Trapezoidal often gives the best estimate.
