Todayβs quiz problem asked about an approximation of the area bounded by the curve over the interval using rectangles.
To start, whenever weβre using the method of Riemann Sums (approximating areas with rectangles), we need to compute
Then, we look at the list of intervals created by splitting into sub-intervals with equal width:
The problem specifies that we should use the right endpoints: , and from these we compute the heights of each rectangle (-values) by evaluating the curve at each -value:
Now that we have the height of each rectangle, we can compute their areas as : . And then the total area is the sum of the areas of the individual rectangles: .
There was a question about process, and we should note here that it is possible to take an alternative approach β summing the heights first, and then multiplying the sum by : . This is of course the same total area as multiplying the individual heights by and then taking the sum.
Finally, we are asked about what would be different if we used the left endpoints (instead of the right endpoints). The difference is exchanging the right most -value (and the resulting, right most -value and rectangle area) for the left most -value (and its corresponding -value and area)
right endpoints (-values):
heights (-values):
areas:
total area (for the left approximation):
Although it didnβt get written on the board, we discussed the improved approximation that happens when we use more rectangles (a higher ). Although the approximation ends up closer to the actual area, there is also much calculation required. We then proceed without specifying a value for , choosing instead to leave it as a variable.
Without specifying the number of rectangles, the only parameters we need are the curve: , and the interval . We start with the width of each rectangle, by dividing the width of the interval by the number of rectangles: .
We then begin listing the -values, each separated by the width of : . This pattern is familiar, it is arithmetic (with a common difference of ). Since already represents the number of rectangles, we need to use as our index for the pattern of the -values: , starting with .
Then the next step is to find the -values:
And then the areas: , with a total (approximated) area:
Then, since the approximation gets closer to the actual area as the number of rectangles, our area is the limit as :
The problem is that in order to evaluate this limit, weβd need a closed form for the sum β and this is pretty hard to find, in most cases. Also note what happens to our rectangles as , their width continues to shrink until theyβre thinner than the smallest particles in the universe.
Now we introduce some new notation to refer to the exact area:
The and the interval bounds and form the bounds for the region whose area we are trying to find. Also note, in this notation, we have taking the place of from our sum. This is representative of the infinitesimal width of our rectangles (in the limit as ).
Now, for some βcurvesβ (that is to say ), we can compute the exact area without using the limit of rectangle areas β we can just use geometry instead. In this example, we look at . By graphing our bounds: and the interval bounds and , we identify the area as a trapezoid. While it is possible to use a formula for the area of a trapezoid, it is perhaps easier to see the total area as the sum of a right triangle on top of a rectangle for a total area of .
This strategy works when is a line, or when is circular. But what can we do when is non-linear?
In our final example, we look at a non-linear curve: over the interval β and we will use the limit of the rectangular areas to find the exact area of the region.
First, we compute , and then the values by starting with , and adding the width to get , then , , and so on.
Knowing this pattern is an arithmetic pattern with common difference , we identify the pattern for -values as .
From the -values, we compute the -values as
And then from the heights (-values), we compute the areas:
So now we are going to try to find a closed form for our sum (so that we can evaluate the limit).
This closed form has the same degree (for ) in the numerator and denominator, so the limit as is the ratio of the leading coefficients:
The WeBWorK Q&A site is a place to ask and answer questions about your homework problems. HINT: To ask a question, start by logging in to your WeBWorK section, then click βAsk for Helpβ after any problem.
Recent Comments