Riemann Sums Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Riemann Sums.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
A method of approximating the definite integral \int_a^b f(x)\,dx by dividing the interval [a, b] into subintervals and summing the areas of rectangles (or trapezoids) whose heights are determined by the function.
Imagine filling the area under a curve with thin rectangles. The more rectangles you use, the better the approximation. In the limit of infinitely many infinitely thin rectangles, you get the exact areaβwhich is the definite integral.
Read the full concept explanation βHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Riemann sums are the bridge between discrete summation and continuous integration. The definite integral IS the limit of Riemann sums as n \to \infty.
Common stuck point: For an increasing function, left sums underestimate and right sums overestimate. For a decreasing function, it's the opposite. Midpoint and trapezoidal sums are generally more accurate.
Sense of Study hint: Draw the rectangles on a graph of the function to see whether your sum is an overestimate or underestimate.
Worked Examples
Example 1
easySolution
- 1 \Delta x = 0.5. Left endpoints: x = 0, 0.5, 1, 1.5.
- 2 f(0)=0,\; f(0.5)=0.25,\; f(1)=1,\; f(1.5)=2.25.
- 3 L_4 = 0.5(0+0.25+1+2.25) = 0.5 \times 3.5 = 1.75.
- 4 Exact value: \frac{8}{3} \approx 2.667. The left sum underestimates because f is increasing.
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.