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

Rectangles and areas

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:

We could find the area exactly if we could compute the limit as the width of the rectangles goes to zero and the number of rectangles goes to infinity.

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

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 . 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 sample point is the left-endpoint.

In the graph above, the rectangle’s left-endpoint determines the height of the rectangle.

Rectangles defined by right-endpoints

We can set the rectangles up so that the right-endpoint determines the height.

In the graph above, the rectangle’s right-endpoint of the base determines the height.

Rectangles defined by midpoints

We can set the rectangles up so that the midpoint of the base determines the height.

In the graph above, the midpoint of the base of the rectangle determines the height.

Riemann sums and approximating area

Once we know how to identify our rectangles, we can compute approximations of some areas. If we are approximating area with rectangles, then

A Riemann sum computes an approximation of the area between a curve and the -axis on the interval . It can be defined in 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 .
  • We approximate the area with a Riemann sum

    .

  • As gets bigger and bigger, gets smaller and smaller, and approximation gets better and better. We compute the exact value of by taking the limit of Riemann sums

    .