The standard approach to accumulation is to reduce the problem to an area problem. If we let be a velocity function, then the area under the curve between a starting value of and a stopping value of is the distance traveled in that time period. In the easiest case, the velocity is constant and we use the simple formula
This problem is easy to do without any calculus. If we graph the velocity function
we find the area of the rectangle by taking base times height and noting . Note that we do the same computation if I ask how much I earn over a period of 2.5 years if I make $60K a year, or how much oil is produced in 2 and a half hours form an oil well that produces 60 barrels of oil an hour.
In a similar manner, if the function I am accumulating is non-constant and linear, I can find area by using the area formula of a triangle, one half base time height.
Example7.1.2.Approximating Area under a Quadratic Functions.
The question becomes more difficult when I want to find the area under a curve that is not linear. Suppose for example that we want to find the area under the curve
We no longer have a nice formula from geometry for the area. Thus we start making approximations. The easiest approximation is to note that the area has to be less than the area of the 4 by 4 rectangle we can draw around the region.
We can improve our estimate by dividing the interval into 4 equal subintervals and then taking the combined area of the 4 rectangles we need to contain the region. This reduces our upper estimate from 16 to 14.
While this process would be very long and tedious by hand, the process of finding the area of each of 100 rectangles and adding the areas is rather easy in Excel. Before going to Excel, we want to make a small adjustment in our method. The method we used always gives an overestimate. It also requires that we know where the function reaches a maximum on each subinterval. It will be easier if we estimate area by always taking the height of the rectangle at the right end of the subinterval. With 4 subintervals this gives an estimate of 10 for our area.
When we increase the number of subintervals to 100, we once again get a fairly good estimate of the area. From the picture, it is hard to see difference between the area defined by the curve and the area defined by the rectangles.
We will approximate the area with 100 rectangles. We set up a worksheet to find the area of the first rectangle.
Figure7.1.6.
Following our standard practice, we set up the question and answer in labeled areas at the top of the worksheet. The width of a subinterval is the width of the whole interval divided by the number of subintervals. The column is for the x value at the right side of the n-th subinterval. We calculate the value of by taking the starting point, , and adding times the width of a subinterval. We then evaluate the function at , which we label . The area of the n-th rectangle is the height, or , times the width of the subinterval. The last column is the total area for the first n rectangles. The area for 100 rectangles is our area estimate. Since we don’t want to have to look all over for our answer, we bring the area up to cell D2 with the OFFSET command. The command OFFSET(E6,B3,0) starts in cell E6, goes down B3 (the number of subintervals) rows, and goes over 0 columns. In our case, it finds the value in cell E106 and puts it in cell E6.
To find the area we quick fill our worksheet.
Figure7.1.7.
For a more accurate estimate we divide into smaller rectangles.
While 100 subintervals will be close enough for most of the problems we are interested in, the "area", or definite integral, will be defined as the limit of this sum as the number of subintervals goes to infinity. In other words, the definite integral is the area under the curve as the rectangles get infinitely thinner. In math notation:
As a memory aid, it is worth noting that the symbol used for the sum is an upper case sigma, or S for sum in the Greek alphabet. When we take the limit we use an integral sign, which is a stylized S in the Latin alphabet.
It is worth noting that in this definition we are finding “signed area under a curve.” If the function is negative over the interval, the integral will also be negative, in the same we would have a negative change in our bank statement if we were steadily removing money. Similarly we can get a negative integral when the ends of the interval are reversed. If I am steadily adding money to an account, the net change is negative if I measure from 5 years in the future back to today.
We should note that, for functions nice enough to be considered in this class, we get to the same limit by using rectangles with the function evaluated on the right side of the rectangle or the left side of the rectangle, or any point in the rectangle we choose. Choosing the right hand side for evaluation makes our formulas a little simpler.
The estimated current value of the revenue stream, in billions of dollars, of a company being bought out is . The present value of that revenue stream is the area of the region under the curve from to . Use 500 intervals to estimate the present value.
Although the data in the question for this example is quite different from the previous example, the setup for the worksheet to evaluate the Riemann sum is the same.
With 500 intervals we estimate the present value of the revenue stream to be worth $2.3222 Billion. If we had only used 100 intervals, the estimate would have been for $2.318 Billion, while 1000 intervals gives an estimate of $2.3232 Billion.
1.Reading check, Approximating Definite Integrals as Sums.
This question checks your reading comprehension of the material is section 7.1, Approximating Definite Integrals as Sums, of Business Calculus with Excel. Based on your reading, select all statements that are correct. There may be more than one correct answer. The statements may appear in what seems to be a random order.
The answer is given as follows. Note that in this screen grab the center part of the sidebyside was hidden so that the image is a reasonable size. The area is approximately 133.98.
You have a natural gas well. You have been told that as gas is extracted and the pressure in the well lessens, the rate of extraction also decreases. The weekly production is cubic feet per week.
The total sales would be the sum of the sales each month. This is the same as a right hand sum of the function on the interval with 12 subdivisions. The Excel commands are as follows (quick fill down to complete the Excel table):
Results:
So the total sales is $8,762.22
Estimate the total sales in the fourth year.
We need to adjust the computation so that the sales added correspond to the sales of the fourth year only. This would be from month 36 to 48. We can just adjust the values in the Excel table above!
So the total sales in the fourth year are $64,503.12
Estimate the total sales over the first 5 years.
This will be a much larger range. We will add the sales for the first 5 years. In other words: the first 60 months. Note that this means we want to change to 60 (we want to do the computation for each month). The rows from 13 to 65 have been hidden from views to create a smaller size image for this solution manual:
The total sales for the first 5 years is $248,947.41
You run a low cost, high volume widget manufacturing plant. For reports, you write your reports in terms of millions of units. When measured in units of one million widgets and one million dollars, the marginal profit function is .