We introduce the basic idea of using rectangles to approximate the area under a curve.

Rectangles and areas

We can calculate areas of many different shapes: rectangles, triangles, trapezoids, circles, ... etc. What about the area of something like the region under the graph of a function?

We want to compute the area between the curve and the horizontal axis on the interval :

One way to do this would be to approximate the area with rectangles. With one rectangle we get a rough approximation: Two rectangles might make a better approximation: With even more, we get a closer, and closer, approximation:
Suppose we wanted to approximate area between the curve and the -axis on the interval , with rectangles. What is ?

As we add rectangles, we are more closely approximating the area we are interested in:

Let’s setup some notation to help with these calculuations:

If we are approximating the area between a curve and the horizontal axis with rectangles, how many grid points will we have?
You can draw it!
We’ll have grid points.

But which set of rectangles?

When we use rectangles to compute the area under a curve, the width of each rectangle is given by . It is clear that , for .

But how do we determine the height of the rectangle?

We choose a sample point and evaluate the function at that point. The value determines the height of a rectangle.

What is the area of the rectangle shown in the figure above?
Here are three options for sample points that we consider:

Rectangles defined by left-endpoints

We can set the rectangles up so that the left-endpoint touches the curve.

In the graph above, the rectangle’s left-endpoint is touching the curve.

Rectangles defined by right-endpoints

We can set the rectangles up so that the right-endpoint touches the curve.

In the graph above, the rectangle’s right-endpoint is touching the curve.

Rectangles defined by midpoints

We can set the rectangles up so that the midpoint of one of the horizontal sides touches the curve.

In the graph above, the midpoint of the horizontal side of the rectangle is touching the curve.

Riemann sums and approximating area

Once we know how to identify our rectangles, we can compute some approximate areas. If we are approximating area with rectangles, then the area of the th rectangle (for between and ) is given by: The area of the region is approximately:

A Riemann sum computes an approximation of the area between a curve and the -axis on the interval . It can be defined several different ways. In our class, it will be defined via left-endpoints, right-endpoints, or midpoints. Here we see the explicit connection between a Riemann sum defined by left-endpoints and the area between a curve and the -axis on the interval :

and here is the associated Riemann sum

Left Riemann sums

Right Riemann sums

Midpoint Riemann sums

Summary

Riemann sums approximate the area between curves and the -axis via rectangles. When computing this area via rectangles, there are several things to know:

  • What interval are we on? In our discussion above we call this .
  • How many rectangles will be used? In our discussion above we called this .
  • What is the width of each individual rectangle? In our discussion above we called this .
  • What points will determine the height of the rectangle? In our discussion above we called these sample points, , and they can be left-endpoints, right-endpoints, or midpoints.
  • What is the actual height of the rectangle? This will always be .