Skip to main content

Section 5.1 Approximating and Computing Area

The big question in this section is how to approximate the area under the curve of a function. We will learn some methods to approximate the area and also how to make the approximation more and more precise.

Investigation 5.1.1.

Let’s find the area under the curve of some simple-looking functions!

(a)

Find the area of the function \(y = 2\) on the interval \([1,3]\text{.}\)
Hint.
Graph it out! Label the region of interest! What shape is it?
Solution.
Let’s first graph the function and highlight the region of interest
Figure 5.1.1. The graph of \(y = 2\) with the region under the curve on \([1,3]\) shaded.
Observe that the region is a rectangle with the width of \(3\) and height of \(2\text{.}\) Hence, the area under the curve is
\begin{equation*} \text{Area} = 3\cdot 2 = 6 \end{equation*}

(b)

Find the area of the function \(y = 2x\) on the interval \([0,3]\text{.}\)
Hint.
Graph it out! Label the region of interest! What shape is it?
Solution.
Let’s first graph the function and highlight the region of interest
Figure 5.1.2. The graph of \(y = 2x\) with the region under the curve on \([0,3]\) shaded.
Observe that the region is a triangle with the base of \(3\) and height of \(6\text{.}\) Hence, the area under the curve is
\begin{equation*} \text{Area} = \frac{1}{2}\cdot 3 \cdot 6 = 9 \end{equation*}

(c)

Find the area of the function \(y = 2x\) on the interval \([1,3]\text{.}\)
Hint.
Graph it out! Label the region of interest! What shape is it?
Solution.
Let’s first graph the function and highlight the region of interest
Figure 5.1.3. The graph of \(y = 2x\) with the region under the curve on \([1,3]\) shaded.
Observe that the region is a trapezoid. Hence, the area under the curve is
\begin{equation*} \text{Area} = \frac{2(2 + 6)}{2} = 8 \end{equation*}
These problems are easy if the region of interest is a known geometric figure... But things are not always so nice... We will need a way to find (or at least approximate) the area under the graph of any function.

Subsection Approximating Area by Rectangles

If the region under the curve doesn’t look like a known geometric figure, then we can’t find the area by searching an area formula we learned before. Before thinking about finding the precise area under the curve, let’s come up with a method to approximate the area.
One tool we have in our toolkit is to split the region into a bunch of rectangle strips and we can approximate the area by summing the area of these rectangle strips.

Example 5.1.4.

Approximate the area under the graph of \(f(x) = x^2 + 1\) on the interval \([0,3]\) using three rectangles in the following steps:
  1. Graph the function \(y = f(x)\) and highlight the region of interest.
  2. Partition the interval \([0,3]\) into three equal parts.
  3. Construct three rectangles using these parts as the width of the rectangles.
Hint.
The first two steps should be straightforward. But how do we determine what the height of each rectangle is... (or does it matter?)
Solution.
Let’s first graph the function and highlight the region of interest in green.
Figure 5.1.5. The Graph of \(y = x^2 + 1\)
Now we want to partition \([0,3]\) into three equal parts. This implies that the three parts are: \([0,1]\text{,}\) \([1,2]\text{,}\) and \([2,3]\text{.}\) Observe that the length of each part is \(1\text{.}\)
We will next construct three rectangles using these parts as the width. Then what about the height of each rectangle?
You can actually pick the height of each rectangle that makes sense. For demonstration purposes, Richard constructed his three rectangles by aligning the upper left corner of each rectangle on the graph.
Figure 5.1.6. The Graph of \(y = x^2 + 1\) with the region under the curve on \([0,3]\) shaded and three left-endpoint rectangles (upper-left corners marked).
Observe that the area of the orange region is an approximation of the area of the region of interest (the green region). We can actually find the height of each of the three rectangles, which allows us to compute the area of the rectangles.
The height of each rectangle is the function value of the left-endpoint of each partition.
Hence, an approximation of the area under the curve, using these three rectangles, is
\begin{align*} \text{Area} \amp\approx 1\cdot f(0) + 1\cdot f(1) + 1\cdot f(2) \\ \amp= 1\cdot(0^2 + 1) + 1\cdot (1^2 + 1) + 1\cdot (2^2 + 1) \\ \amp= 1 + 2 + 5 \\ \amp= 8 \end{align*}
Observe that this is just an approximation of the area under the curve. This is not the actual area under the curve. We can observe, from the diagram above, that \(8\) is an under-estimate of the actual area.
Observe that Richard made a choice of aligning the upper left corner of each rectangle on the curve when he constructed his three rectangles. Let’s give this method of approximation a fancy name! This is called the left-endpoint approximation. Notationally speaking, we can represent this approximation by \(L_3\) (left-endpoint approximation using three rectangles).
You may be wondering if we can align the upper right corner of each rectangle on the curve when you construct the rectangle... We certainly can! Let’s try the same problem but with a slightly different way of constructing the rectangles!

Example 5.1.7.

Approximate the area under the graph of \(f(x) = x^2 + 1\) on the interval \([0,3]\) using three rectangles with equal-width and the upper right corner of each rectangle is on the curve.
Hint.
Diagrams are our friend! Let’s graph \(f(x) = x^2 + 1\) and construct these three rectangles!
What is the height of each rectangle?
Solution.
Below is the diagram of three equal-width rectangles and each of the upper right corner is on the curve.
Figure 5.1.8. The Graph of \(y = x^2 + 1\) with the region under the curve on \([0,3]\) shaded and three right-endpoint rectangles (upper-right corners marked).
Observe that the height of each rectangle is the function value of the right-endpoint of each partition.
Hence, an approximation of the area under the curve, using these three rectangles, is
\begin{align*} \text{Area} \amp\approx 1\cdot f(1) + 1\cdot f(2) + 1\cdot f(3) \\ \amp= 1\cdot (1^2 + 1) + 1\cdot (2^2 + 1) + 1\cdot (3^2 + 1) \\ \amp= 2 + 5 + 10 \\ \amp= 17 \end{align*}
Remember that this is just another approximation of the area under the curve. This is not the actual area under the curve. We can observe, from the diagram above, that \(17\) is an over-estimate of the actual area.
Similarly, we can name this method the right-endpoint approximation! Notationally speaking, we can represent this approximation by \(R_3\) (right-endpoint approximation using three rectangles).
We can actually make it even more fancier by aligning the midpoint of each rectangle on the curve when you construct the rectangle! There are pros and cons to make the method fancier. Let’s try the same problem with this slightly fancier method and see what the pros and cons are!

Example 5.1.9.

Approximate the area under the graph of \(f(x) = x^2 + 1\) on the interval \([0,3]\) using three rectangles with equal-width and the midpoint of each rectangle is on the curve.
Hint.
Again, diagrams are our friend! Making a pretty diagram will help you determine what the height of each rectangle is so we can compute the area of the rectangles!
Solution.
Below is the diagram of three equal-width rectangles and each of the midpoint is on the curve.
Figure 5.1.10. The Graph of \(y = x^2 + 1\) with the region under the curve on \([0,3]\) shaded and three midpoint rectangles (midpoints marked).
Observe that the height of each rectangle is the function value of the midpoint of each partition.
Hence, an approximation of the area under the curve, using these three rectangles, is
\begin{align*} \text{Area} \amp\approx 1\cdot f\left(\frac{0 + 1}{2}\right) + 1\cdot f\left(\frac{1 + 2}{2}\right) + 1\cdot f\left(\frac{2 + 3}{2}\right)\\ \amp= 1\cdot (0.5^2 + 1) + 1\cdot (1.5^2 + 1) + 1\cdot (2.5^2 + 1) \\ \amp= 1.25 + 3.25 + 7.25 \\ \amp= 11.75 \end{align*}
Again, this is just one more approximation of the area under the curve. This is not the actual area under the curve. We actually don’t know if this is an under- or over-estimate. Yet, we can observe, from the diagram above, that \(11.75\) is a better approximation compared to \(L_3\) and \(R_3\text{.}\)
Again, we can name this even fancier method the midpoint approximation! You can imagine that we can represent this approximation by \(M_3\) (midpoint approximation using three rectangles).
You can observe that the midpoint approximation will give a better approximation compared to the left- and the right- endpoint approximation (this is a pro). But the tradeoff here is that the height of each rectangle is a bit more complicated to obtain (this is a con).
When you are approximating something, you usually will need to make a choice between computational power and the accuracy of the approximation. Easier methods will give a less-accurate approximation and more-complicated methods will give a more-accurate approximation.

Note 5.1.11. Why do I have to approximate the area using rectangles?

You may have an even better way of approximating the area if you are not using rectangles. As an example, you may want to approximate the area using trapezoids as follows:
Figure 5.1.12. The Graph of \(y = x^2 + 1\) with the region under the curve on \([0,3]\) shaded and three trapezoids.
This approximation seems to give us an even better approximation... So why using rectangles at all?
This goes back to the idea of choosing between computational power and accuracy of the approximation. The reason why Richard wanted you to approximate the area using rectangles in this section is because we can find the area of a rectangle easily (so Richard picked the computational power over the accuracy of approximation so far, of course, for a good reason).
You are more than welcome to approximate the area using other shapes other than rectangles. This is just a preview that we will approximate the area using trapezoids and even parabolas in section 7.8.

Example 5.1.13.

Approximate the area under the graph of \(g(x) = \sqrt{6x + 2}\) on the interval \([1,3]\) using \(L_6\text{,}\) \(R_6\text{,}\) and \(M_6\text{.}\)
Hint.
Symbolically speaking,
  • \(L_6\) means we want to approximate the area under the curve using six equal-width rectangles whose upper left corners are on the curve.
  • \(R_6\) means we want to approximate the area under the curve using six equal-width rectangles whose upper right corners are on the curve.
  • \(M_6\) means we want to approximate the area under the curve using six equal-width rectangles whose midpoint are on the curve.
Remember that diagrams are our friends! In addition, let’s see if we can come up with some formulas to compute these approximations so we don’t have to graph the function each time.
Solution.
Let’s graph the function and highlight the region of interest first.
Figure 5.1.14. The Graph of \(g(x) = \sqrt{6x+2}\) with the area under the curve on \([1,3]\) shaded.
We want six rectangles with equal widths so we want to split \([1,3]\) into six equal parts. If we call the number of rectangles \(N\text{,}\) then we know that
\begin{equation*} N = 6 \end{equation*}
Next, we want to find out the length of each part, aka the width of each rectangle. If we call this number \(\Delta x\text{,}\) then we know that
\begin{equation*} \Delta x = \frac{3 - 1}{6} = \frac{1}{3} \end{equation*}
This will allow us to figure out exactly each parts of the partitions. They are
\begin{equation*} \left[1, \frac{4}{3}\right], \quad \quad \left[\frac{4}{3}, \frac{5}{3}\right], \quad \quad \left[\frac{5}{3}, 2\right], \quad \quad \left[2, \frac{7}{3}\right], \quad \quad \left[\frac{7}{3}, \frac{8}{3}\right], \quad \quad \left[\frac{8}{3}, 3\right] \end{equation*}
Recall that the height of each rectangles are the function value of some points in each parts. For demonstration purposes, the graph below shows the \(L_6\text{,}\) \(R_6\text{,}\) and \(M_6\text{.}\)
Let’s compute the \(L_6\) first. The height of each rectangle is the function value of the left-endpoint of each partition. That is,
\begin{align*} L_6 \amp= \frac{1}{3}\cdot g\left(1\right) + \frac{1}{3}\cdot g\left(\frac{4}{3}\right) + \frac{1}{3}\cdot g\left(\frac{5}{3}\right) + \frac{1}{3}\cdot g\left(2\right) + \frac{1}{3}\cdot g\left(\frac{7}{3}\right) + \frac{1}{3}\cdot g\left(\frac{8}{3}\right)\\ \amp= \frac{1}{3}\left(g\left(1\right) + g\left(\frac{4}{3}\right) + g\left(\frac{5}{3}\right) + g\left(2\right) + g\left(\frac{7}{3}\right) + g\left(\frac{8}{3}\right) \right) \\ \amp= \frac{1}{3}\left(\sqrt{8} + \sqrt{10} + \sqrt{12} + \sqrt{14} + \sqrt{16} + \sqrt{18} \right) \\ \amp\approx 7.14636815798 \end{align*}
Next, let’s compute \(R_6\text{.}\) The height of each rectangle is the function value of the right-endpoint of each partition. That is,
\begin{align*} R_6 \amp= \frac{1}{3}\cdot g\left(\frac{4}{3}\right) + \frac{1}{3}\cdot g\left(\frac{5}{3}\right) + \frac{1}{3}\cdot g\left(2\right) + \frac{1}{3}\cdot g\left(\frac{7}{3}\right) + \frac{1}{3}\cdot g\left(\frac{8}{3}\right) + \frac{1}{3}\cdot g\left(3\right)\\ \amp= \frac{1}{3}\left(g\left(\frac{4}{3}\right) + g\left(\frac{5}{3}\right) + g\left(2\right) + g\left(\frac{7}{3}\right) + g\left(\frac{8}{3}\right) + g\left(3\right) \right) \\ \amp= \frac{1}{3}\left(\sqrt{10} + \sqrt{12} + \sqrt{14} + \sqrt{16} + \sqrt{18} + \sqrt{20} \right) \\ \amp\approx 7.6942711014 \end{align*}
Last but not least, let’s compute \(M_6\text{.}\) The height of each rectangle is the function value of the midpoint of each partition. That is,
\begin{align*} M_6 \amp= \frac{1}{3}\cdot g\left(\frac{1 + \frac{4}{3}}{2}\right) + \frac{1}{3}\cdot g\left(\frac{\frac{4}{3} + \frac{5}{3}}{2}\right) + \frac{1}{3}\cdot g\left(\frac{\frac{5}{3} + 2}{2}\right) + \frac{1}{3}\cdot g\left(\frac{2 + \frac{7}{3}}{2}\right) + \frac{1}{3}\cdot g\left(\frac{\frac{7}{2} + \frac{8}{3}}{2}\right) + \frac{1}{3}\cdot g\left(\frac{\frac{8}{2} + 3}{2}\right)\\ \amp= \frac{1}{3}\left(g\left(\frac{1 + \frac{4}{3}}{2}\right) + g\left(\frac{\frac{4}{3} + \frac{5}{3}}{2}\right) + g\left(\frac{\frac{5}{3} + 2}{2}\right) + g\left(\frac{2 + \frac{7}{3}}{2}\right) + g\left(\frac{\frac{7}{2} + \frac{8}{3}}{2}\right) + g\left(\frac{\frac{8}{2} + 3}{2}\right)\right) \\ \amp= \frac{1}{3}\left(g\left(\frac{7}{6}\right) + g\left(\frac{9}{6}\right) + g\left(\frac{11}{6}\right) + g\left(\frac{13}{6}\right) + g\left(\frac{15}{6}\right) + g\left(\frac{17}{6}\right) \right) \\ \amp= \frac{1}{3}\left(\sqrt{9} + \sqrt{11} + \sqrt{13} + \sqrt{15} + \sqrt{17} + \sqrt{19} \right) \\ \amp\approx 7.42572132706 \end{align*}
Let’s generalize the process! Let’s say we want to approximate the area under the graph of \(y= f(x)\) on the interval \([a,b]\) using \(N\) equal-width rectangles. Then the width of each rectangle is
\begin{equation*} \Delta x = \frac{b - a}{N} \end{equation*}
Furthermore, let’s index our \(x\)’s such that \(a = x_0\) and \(b = x_N\text{.}\) Then we can approximate the area under the curve as follows:
\begin{equation*} L_N = \Delta x\bigg(f\left(x_0\right) + f\left(x_1\right) + f\left(x_2\right) + \cdots + f\left(x_{N-1}\right)\bigg) \end{equation*}
\begin{equation*} R_N = \Delta x\bigg(f\left(x_1\right) + f\left(x_2\right) + f\left(x_3\right) + \cdots + f\left(x_N\right)\bigg) \end{equation*}
\begin{equation*} M_N = \Delta x\bigg(f\left(\frac{x_0 + x_1}{2}\right) + f\left(\frac{x_1 + x_2}{2}\right) + \cdots + f\left(\frac{x_{N-1} +x_N}{2}\right)\bigg) \end{equation*}
We can approximate the area once we can partition the interval and figure out the values of all the \(x_i\)’s, where \(i\) is the index. Then we don’t have to graph the functions and construct all the rectangles.

Subsection Summation Notation

You may get the feeling that there is a pattern in the formulas above. We are adding similar things together. Sometimes it is kind of tedious to write out all the -- addends when the addends are similar with a pattern. Actually we have a special notation in math we can use to add things up with a pattern.

Definition 5.1.15.

The sum of numbers \(a_m, \ldots, a_n\) (\(m\leq n\)) is denoted
\begin{equation*} \sum_{i = m}^n a_i = a_m + a_{m + 1} + a_{m + 2} + \cdots + a_n \end{equation*}
where the greek letter \(\Sigma\) (capital sigma) stands for the sum. \(i\) denotes the index, the \(i = m\) below the \(\Sigma\) denotes the starting value of \(m\text{,}\) and the \(n\) above the \(\Sigma\) denotes the index ends at \(n\text{.}\)

Example 5.1.16.

Expand the summation notation \(\displaystyle \sum_{i = 0}^5 i(i - 1)\text{.}\) Then evaluate this expression.
Hint.
Recall the \(\Sigma\) notation represents the sum. So we are adding things together that looks like \(i(i -1)\text{.}\)
Furthermore, we know the value of \(i\) is the index that starts at \(0\) and ends at \(5\text{...}\)
Solution.
We will add all the \(i(i - 1)\)’s together where \(i\) starts at \(0\) and ends at \(5\text{.}\) Hence, we obtain
\begin{align*} \sum_{i = 0}^5 i(i - 1) \amp= 0(0-1) + 1(1-1) + 2(2-1) + 3(3-1) + 4(4-1) + 5(5-1) \\ \amp= 0 + 0 + 2 + 6 + 12 + 20 \\ \amp= 40 \end{align*}
Using the summation notation, we can rewrite the formulas for \(L_N\text{,}\) \(R_N\text{,}\) and \(M_N\) more briefly.
\begin{align*} L_N \amp= \Delta x\bigg(f\left(x_0\right) + f\left(x_1\right) + f\left(x_2\right) + \cdots + f\left(x_{N-1}\right)\bigg)\\ \amp= \Delta x \sum_{i = 0}^{N - 1} f\left(x_i\right)\\ \amp = \Delta x \sum_{i = 0}^{N-1} f(a + i\cdot \Delta x) \end{align*}
\begin{align*} R_N \amp= \Delta x\bigg(f\left(x_1\right) + f\left(x_2\right) + f\left(x_3\right) + \cdots + f\left(x_N\right)\bigg)\\ \amp= \Delta x \sum_{i = 1}^N f\left(x_i\right)\\ \amp = \Delta x \sum_{i = 1}^{N} f(a + i\cdot \Delta x) \end{align*}
\begin{align*} M_N \amp= \Delta x\bigg(f\left(\frac{x_0 + x_1}{2}\right) + f\left(\frac{x_1 + x_2}{2}\right) + \cdots + f\left(\frac{x_{N-1} +x_N}{2}\right)\bigg)\\ \amp= \Delta x \sum_{i = 0}^{N-1} f\left(\frac{x_i + x_{i + 1}}{2}\right)\\ \amp = \Delta x \sum_{i = 0}^{N-1} f\left(a + \left(\frac{1}{2} + i\right)\cdot \Delta x\right) \end{align*}
But Richard... why introducing another fancy symbol of \(\Sigma\) to make the formulas even more fancier-looking? Well there are several reasons... One of the reasons we care about in this section is that we can actually insert this \(\Sigma\) to Desmos calculator and let it do the work for you (as opposed to you figuring out all the area of the rectangle stripes... not that you can’t do it this way).
Another reason is that we can actually do some manipulation with it (e.g., find the limit of it when we have infinitely many rectangles!) if we want to increase the precision of our apprpoximation. This is A BIG IDEA in integral calculus that we will discuss in the next section!
This is just a quick preview. For those of you who are thinking about taking MTH 253Z Sequences and Series. Guess what a series is! Series, roughly speaking, is the sum of a bunch of things so you will definitely see the \(\Sigma\) all over the place in MTH 253Z.

Example 5.1.17.

Using Desmos, approximate the area under the graph of \(g(x) = \sqrt{6x + 2}\) on the intevral \([1,3]\) using \(L_6\text{,}\) \(R_6\text{,}\) and \(M_6\text{.}\)
Hint.
I will help out with the set up!
We will first need a function, so let’s type "g(x)=sqrt(6x+2)" in the first line.
We will also need to know the value of \(a\text{,}\) \(N\text{,}\) and \(\Delta x\) in order to use the formula... So what are they?
If we want to find \(L_6\text{,}\) then, in the next line, type "L_6=sum". Then you should see a \(\Sigma\) popping out on the screen.
Now you can put in the result of the formula (of course, with the actual value of \(a\text{,}\) \(N\text{,}\) and \(\Delta x\)) in this line.
Quick Note: You also want to change the index to \(i\) instead of \(n\) since this is what the formulas say (or you can replace all the \(i\)’s with \(n\)’s in the formulas). Just make sure that the index notation is consistent.
Solution.
Figure 5.1.18. Desmos Demo
Direct link: open image

Subsection Computing Area as the Limit of Approximation

Now that we know how to approximate the area under the curve using rectangles. Then the next natural question here is how to make our approximation better and better.
One thing we can do is to increase the number of rectangle strips. That is, we want to increase the value of \(N\) in the approximation methods. As \(N\) is getting larger, this will force the width of each rectangle, \(Delta x\text{,}\) to be smaller and smaller. In other words,
\begin{equation*} \Delta x\to 0 \qquad\text{ as } \qquad N\to \infty \end{equation*}
In the following applet, you can see that the apprpoximation is closer and closer to the actual area if we increase the \(N\) values, regarless of which approximation methods we used.
That is, the actual area can be computed using the limit of our approximation. Let’s make it a cool theorem!
But Richard... how can we actually split up the region into infinite number of rectangle strips and find the area of all the strips... This seems impossible to do in practice...
You are correct that this is impossible to achieve in practice... The best we can do is to make our approximation better and better until we are happy about the value (life isn’t perfect. how surprising...).
But this is a math class (so we are living in an ideal world where we can assume a lot of things!). If we are given the function, then we actually can compute the actual value of the area under the curve within some interval. This is a central idea of this class.
We are actually ready to formalize these approximation methods in the next section. But if you are feeling a bit of adventurous and devoted to figuring out this limit idea algebraically, feel free to keep reading the next part.

Subsection Limit of the approximation algebraically

Recall we can express the sum using the summation notation. Let’s do some quick practice to remind us of how it works.

Example 5.1.20.

Write out the following summation notation and evaluate it.
  1. \(\displaystyle \displaystyle \sum_{i = 1}^5 (i + 1)\)
    Solution.
    \begin{align*} \sum_{i = 1}^5 (i + 1) \amp= (1 + 1) + (2 + 1) + (3 + 1) + (4 + 1) + (5 + 1)\\ \amp= (1 + 2 + 3 + 4 + 5) + (1 + 1 + 1 + 1 + 1) \\ \amp= 15 + 5 \\ \amp= 20 \end{align*}
  2. \(\displaystyle \displaystyle \sum_{j = 1}^5 3j\)
    Solution.
    \begin{align*} \sum_{j = 1}^5 3j \amp= 3\cdot 1 + 3\cdot 2 + 3\cdot 3 + 3\cdot 4 + 3\cdot 5 \\ \amp= 3\left(1 + 2 + 3 + 4 + 5\right) \\ \amp= 3(15) \\ \amp= 45 \end{align*}
  3. \(\displaystyle \displaystyle \sum_{k = 1}^5 10\)
    Solution.
    \begin{align*} \sum_{k = 1}^5 10 \amp= 10 + 10 + 10 + 10 + 10 \\ \amp= 5\cdot 10 \\ \amp= 50 \end{align*}
There are some properties of the summation notation we can use to make our computation easier.
Using these above properties, we can break down a complicated summation notation into smaller pieces (so we can deal with one piece at a time).
There are also three well-known formulas, called the power sums formulas, that tells us the summation of the first \(N\) integers with powers.
There are more power sum formulas but they are the most famous three. Rather than actually adding up the numbers, these formulas allow us to compute the sum by plugging in \(N\) directly.
Let’s compute the actual area of some functions algebraically using the summation notation!

Example 5.1.23.

Let \(f(x) = x^2\text{.}\) Find the actual area under the graph of \(y = f(x)\) over the interval \([0,b]\text{,}\) where \(b > 0\) algebraically.
Hint.
By TheoremΒ 5.1.19, we know that the actual area can be computed by taking the limit of \(R_N\) as \(N\to \infty\text{.}\) Then what is \(R_N\) using summation notation?
After you figure out what \(R_N\) is, take the limit of it as \(N\to \infty\text{.}\)
Solution.
We will let \(N\) to be the number of rectangle strips. Then the width of each rectangle is
\begin{equation*} \Delta x = \frac{b - 0}{N} = \frac{b}{N} \end{equation*}
Using the summation notation formula for \(R_N\text{,}\) we obtain
\begin{align*} R_N \amp= \frac{b}{N} \sum_{i = 1}^N f\left(0 + i\cdot \frac{b}{N}\right)\\ \amp= \frac{b}{N} \sum_{i = 1}^N \left(i\cdot \frac{b}{N}\right)^2 \\ \amp= \frac{b}{N} \sum_{i = 1}^N i^2\cdot \frac{b^2}{N^2} \\ \amp= \frac{b}{N} \cdot \frac{b^2}{N^2}\sum_{i = 1}^N i^2 \amp\amp\text{Summation Notation Property (b)} \\ \amp= \frac{b^3}{N^3}\sum_{i = 1}^N i^2 \\ \amp= \frac{b^3}{N^3}\left(\frac{N^3}{3} + \frac{N^2}{2} + \frac{N}{6}\right) \amp\amp\text{Power Sum Formula (b)}\\ \amp= \frac{b^3}{3} + \frac{b^3}{2N} + \frac{b^3}{6N^2} \end{align*}
To obtain the actual area, we want to take the limit of \(R_N\) as \(N\to \infty\text{.}\) Then we obtain
\begin{align*} \lim_{N\to \infty} R_N \amp= \lim_{N\to\infty}\left( \frac{b^3}{3} + \frac{b^3}{2N} + \frac{b^3}{6N^2} \right) \\ \amp= \frac{b^3}{3} \end{align*}
What this tells us here is that the area under the graph of \(f(x) = x^2\) over the interval \([0,b]\) is \(\dfrac{b^3}{3}\text{.}\)
Later in the term, we will derive these formulas to compute the area more efficiently (thanks to FTC!).

Worksheet Some Exercises for this section

I included some practice problems that cover some main concepts in this section. You don’t need to turn it in, but I highly encourage you to work on this with your classmates. I may take problems here to be your in-class practice problems, homework problems, and/or exam problems. Reach out to Richard for help if you get stuck or have any questions.
I will only include the final answer to some of the problems for you to check your result. If you want to check your work, talk to Richard and he is happy to discuss the process with you.

1.

Consider the function \(f(x) = \cos(x)\) on the interval \(\left[0,\frac{\pi}{2}\right]\text{.}\)
  1. Graph the function \(y = f(x)\) and highlight the region of interest.
  2. Approximate the area of the region using \(R_3\text{.}\) Do we know if this is an under-estimate or over-estimate?
  3. Approximate the area of the region using \(L_3\text{.}\) Do we know if this is an under-estimate or over-estimate?

2.

Approximate the area under the graph of the function \(f(x) = x - 2\ln(x)\) from \(x = 1\) to \(x = 5\) using \(M_4\text{.}\)

3.

Let \(f(x) = \sqrt{x}\text{.}\) Find \(R_4\text{,}\) \(L_4\text{,}\) and \(M_4\) on the interval \([3,5]\text{.}\)

4.

Approximate the area under the curve on \([0,8]\) using four subintervals. The graph of the curve is given below.
Figure 5.1.24. The graph of the curve
  1. What is the \(N\) and \(\Delta x\) in this problem?
  2. Approximate the area using the right-endpoint approximation.
  3. Approximate the area using the left-endpoint approximation.
  4. Approximate the area using the midpoint approximation.

5.

Explain graphically that if \(f\) is linear on the interval \([a,b]\text{,}\) then the area under the graph \(y = f(x)\) on \([a,b]\) is
\begin{equation*} A = \frac{1}{2}\left(R_N + L_N\right) \end{equation*}
for all \(N\text{.}\) Don’t forget to explain in words what your diagram tells us.