5.1: Approximating Areas

Learning Objectives

Archimedes was fascinated with calculating the areas of various shapes—in other words, the amount of space enclosed by the shape. He used a process that has come to be known as the method of exhaustion, which used smaller and smaller shapes, the areas of which could be calculated exactly, to fill an irregular region and thereby obtain closer and closer approximations to the total area. In this process, an area bounded by curves is filled with rectangles, triangles, and shapes with exact area formulas. These areas are then summed to approximate the area of the curved region.

In this section, we develop techniques to approximate the area between a curve, defined by a function \(f(x),\) and the x-axis on a closed interval \([a,b].\) Like Archimedes, we first approximate the area under the curve using shapes of known area (namely, rectangles). By using smaller and smaller rectangles, we get closer and closer approximations to the area. Taking a limit allows us to calculate the exact area under the curve.

Let’s start by introducing some notation to make the calculations easier. We then consider the case when \(f(x)\) is continuous and nonnegative. Later in the chapter, we relax some of these restrictions and develop techniques that apply in more general cases.

Sigma (Summation) Notation

As mentioned, we will use shapes of known area to approximate the area of an irregular region bounded by curves. This process often requires adding up long strings of numbers. To make it easier to write down these lengthy sums, we look at some new notation here, called sigma notation (also known as summation notation). The Greek capital letter \(Σ\), sigma, is used to express long sums of values in a compact form. For example, if we want to add all the integers from 1 to 20 without sigma notation, we have to write

We could probably skip writing a couple of terms and write

which is better, but still cumbersome. With sigma notation, we write this sum as

which is much more compact. Typically, sigma notation is presented in the form

where \(a_i\) describes the terms to be added, and the \(i\) is called the \(index\). Each term is evaluated, then we sum all the values, beginning with the value when \(i=1\) and ending with the value when \(i=n.\) For example, an expression like \(\displaystyle \sum_^s_i\) is interpreted as \(s_2+s_3+s_4+s_5+s_6+s_7\). Note that the index is used only to keep track of the terms to be added; it does not factor into the calculation of the sum itself. The index is therefore called a dummy variable. We can use any letter we like for the index. Typically, mathematicians use \(i, \,j, \,k, \,m\), and \(n\) for indices.

Let’s try a couple of examples of using sigma notation.

Example \(\PageIndex\): Using Sigma Notation
  1. Write in sigma notation and evaluate the sum of terms \(3^i\) for \(i=1,2,3,4,5.\)
  2. Write the sum in sigma notation:
Solution
  1. Write \[\sum_^3^i=3+3^2+3^3+3^4+3^5=363. \nonumber \]
  2. The denominator of each term is a perfect square. Using sigma notation, this sum can be written as \(\displaystyle \sum_^5\dfrac\).