Use left and right endpoints with rectangles to find two approximations of the area of the region between the graph of
and the -axis over the interval .
Confirm the region really is the area under the curve. On the roots of are and , both to the left of the interval, and . So throughout and the rectangles measure area directly, with no sign flip to worry about.
Compute the width of each rectangle. Splitting an interval into equal pieces gives
so the partition points are .
Evaluate once at every partition point. The left and right sums reuse the same seven values, so computing them once saves half the work:
Build the left sum from the first six values. The left rule uses the value at the left edge of each strip, so it drops :
Build the right sum from the last six values. The right rule drops and picks up :
Notice — the two sums differ only in their first and last terms.
Interpret the two numbers as a bracket. is increasing on , so every left rectangle sits under the curve and every right rectangle overshoots it. The true area therefore satisfies . Integrating exactly gives
which indeed lies between them.
Need to solve a different problem like this? Open the solver →