Answer
The rectangle for a1 will still have height 1 and width 1. Instead of putting it on [1, 2] we'll put this rectangle on [0, 1]:
The next rectangle, for , will fall on the interval [1, 2]:
and so on.
The area of the nth rectangle is still
We draw this rectangle on [n – 1, n].
If we add up the areas of all the rectangles, we still get
We shifted the rectangles, but still ended up adding the same values.
We've used left- and right-hand sums before to approximate the values of integrals. Now we're using them, along with grilled cheese sandwiches, to visualize series.
Whether we draw the rectangles to the left or the right, the area covered by the rectangles is the sum of the series. It doesn't matter which way we draw the rectangles until we start using the pictures to determine whether a series diverges or converges.