Guide
This graph displays a function on a coordinate grid. Right now you can switch between several function families with the dropdown. The next step will be adding rectangles, interval controls, and left/right/midpoint sum behavior.
A Riemann sum approximates the area under a curve by splitting an interval into smaller pieces and adding the areas of rectangles. As the partitions get smaller, the approximation gets closer to the definite integral.
\[ \sum_{i=0}^{n-1} f(x_i)\Delta x \to \int_{a}^{b} f(x)\,dx \]