maths.free › Calculus › 4. The Definite Integral › Riemann sums
Riemann sums
In Section, we learned that if an object moves with positive velocity v, the area between y = v(t) and the t-axis over a given time interval tells us the distance traveled by the object over that time period.
Introduction
In Section, we learned that if an object moves with positive velocity \(v\), the area between \(y = v(t)\) and the \(t\)-axis over a given time interval tells us the distance traveled by the object over that time period. If \(v(t)\) is sometimes negative and we view the area of any region below the \(t\)-axis as having an associated negative sign, then the sum of these signed areas tells us the moving object's change in position over a given time interval.
For instance, for the velocity function given in Figure, if the areas of shaded regions are \(A_1\), \(A_2\), and \(A_3\) as labeled, then the total distance \(D\) traveled by the moving object on \([a,b]\) is \[\begin{aligned}\end{aligned}\], while the total change in the object's position on \([a,b]\) is \[\begin{aligned}\end{aligned}\]. Because the motion is in the negative direction on the interval where \(v(t) \lt 0\), we subtract \(A_2\) to determine the object's total change in position.
Of course, finding \(D\) and \(s(b)-s(a)\) for the graph in Figure presumes that we can actually find the areas \(A_1\), \(A_2\), and \(A_3\). So far, we have worked with velocity functions that were either constant or linear so that we could find the exact area bounded by the velocity function and the horizontal axis through a combination of rectangles and triangles. But when the curve bounds a region that is not a familiar geometric shape, we cannot find its area exactly without some key ideas in calculus. Indeed, this is one of our biggest goals in Chapter: to learn how to find the exact area bounded between a curve and the horizontal axis for as many different types of functions as possible.
In Activity, we approximated the area under a nonlinear velocity function using rectangles. In the following preview activity, we consider three different options for the heights of the rectangles we will use.
Exploration
Exploration
Sigma Notation
We have used sums of areas of rectangles to approximate the area under a curve. Intuitively, we expect that using a larger number of thinner rectangles will provide a better estimate for the area. Consequently, we anticipate dealing with sums of a large number of terms. To do so, we introduce sigma notation, named for the Greek letter \(\Sigma\), which is the capital letter \(S\) in the Greek alphabet.
For example, say we are interested in the sum \[\begin{aligned}\end{aligned}\], the sum of the first 100 natural numbers. In sigma notation we write \[\begin{aligned}\end{aligned}\].
We read the symbol \(\sum_{k=1}^{100} k\) as the sum from \(k\) equals 1 to 100 of \(k\). The variable \(k\) is called the index of summation, and any letter can be used for this variable. The pattern in the terms of the sum is denoted by a function of the index; for example, \[\begin{aligned}\end{aligned}\], and more generally, \[\begin{aligned}\end{aligned}\].
Sigma notation allows us to easily change the function being used to describe the terms in the sum, and to adjust the number of terms in the sum simply by changing the value of \(n\). We test our understanding of this new notation in the following activity.
Riemann Sums
When a moving body has a positive velocity function \(y = v(t)\) on a given interval \([a,b]\), the area under the curve over the interval gives the total distance the body travels on \([a,b]\). We are also interested in finding the exact area bounded by \(y = f(x)\) on an interval \([a,b]\), regardless of the meaning or context of the function \(f\). For now, we continue to focus on finding an accurate estimate of this area by using a sum of the areas of rectangles. Unless otherwise indicated, we assume that \(f\) is continuous and non-negative on \([a,b]\).
The first choice we make in such an approximation is the number of rectangles.
If we desire \(n\) rectangles of equal width to subdivide the interval \([a,b]\), then each rectangle must have width \(\Delta x = \frac{b-a}{n}\). We let \(x_0 = a\), \(x_n = b\), and define \(x_{i} = a + i\Delta x\), so that \(x_1 = x_0 + \Delta x\), \(x_2 = x_0 + 2 \Delta x\), and so on, as pictured in Figure.
We use each subinterval \([x_i, x_{i+1}]\) as the base of a rectangle, and next choose the height of the rectangle on that subinterval. There are three standard choices: we can use the left endpoint of each subinterval, the right endpoint of each subinterval, or the midpoint of each. These are precisely the options encountered in Preview Activity and seen in its figure. We next explore how these choices can be described in sigma notation.
Consider an arbitrary positive function \(f\) on \([a,b]\) with the interval subdivided as shown in Figure, and choose to use left endpoints. Then on each interval \([x_{i}, x_{i+1}]\), the area of the rectangle formed is given by \[\begin{aligned}\end{aligned}\], as seen in Figure.
If we let \(L_n\) denote the sum of the areas of these rectangles, we see that \[\begin{aligned}L_n =\mathstrut \amp A_1 + A_2 + \cdots + A_{i+1} + \cdots + A_n \\ =\mathstrut \amp f(x_0) \cdot \Delta x + f(x_1) \cdot \Delta x + \cdots + f(x_i) \cdot \Delta x + \cdots + f(x_{n-1}) \cdot \Delta x\end{aligned}\]. In the more compact sigma notation, we have \[\begin{aligned}\end{aligned}\].
Note that since the index of summation begins at \(0\) and ends at \(n-1\), there are indeed \(n\) terms in this sum. We call \(L_n\) the left Riemann sum for the function \(f\) on the interval \([a,b]\).
To see how the Riemann sums for right endpoints and midpoints are constructed, we consider Figure.
Condensed — the full section is in Boelkins, Active Calculus.
When the function is sometimes negative
For a Riemann sum such as \[\begin{aligned}\end{aligned}\], we can of course compute the sum even when \(f\) takes on negative values. We know that when \(f\) is positive on \([a,b]\), a Riemann sum estimates the area bounded between \(f\) and the horizontal axis over the interval.
For the function pictured in the first graph of Figure, a left Riemann sum with 12 subintervals over \([a,d]\) is shown. The function is negative on the interval \(b \le x \le c\), so at the four left endpoints that fall in \([b,c]\), the terms \(f(x_i) \Delta x\) are negative. This means that those four terms in the Riemann sum produce an estimate of the opposite of the area bounded by \(y = f(x)\) and the \(x\)-axis on \([b,c]\).
In the middle graph of Figure, we see that increasing the number of rectangles appears to improve the approximation of the area (or the opposite of the area) bounded by the curve.
In general, any Riemann sum of a continuous function \(f\) on an interval \([a,b]\) approximates the difference between the area that lies above the horizontal axis on \([a,b]\) and under \(f\) and the area that lies below the horizontal axis on \([a,b]\) and above \(f\). In the notation of Figure, we may say that \[\begin{aligned}\end{aligned}\], where \(L_{24}\) is the left Riemann sum using 24 subintervals shown in the middle graph. \(A_1\) and \(A_3\) are the areas of the regions where \(f\) is positive, and \(A_2\) is the area where \(f\) is negative. We will call the quantity \(A_1 - A_2 + A_3\) the net signed area bounded by \(f\) over the interval \([a,d]\), where by the phrase signed area we indicate that we are attaching a minus sign to the areas of regions that fall below the horizontal axis.
Finally, we recall that if the function \(f\) represents the velocity of a moving object, the sum of the areas bounded by the curve tells us the total distance traveled over the relevant time interval, while the net signed area bounded by the curve computes the object's change in position on the interval.
Summary
A Riemann sum is simply a sum of products of the form \(f(x_i^*) \Delta x\) that estimates the area between a positive function and the horizontal axis over a given interval. If the function is sometimes negative on the interval, the Riemann sum estimates the difference between the areas that lie above the horizontal axis and those that lie below the axis.
The three most common types of Riemann sums are left, right, and middle sums, but we can also work with a more general Riemann sum. The only difference among these sums is the location of the point at which the function is evaluated to determine the height of the rectangle whose area is being computed. For a left Riemann sum, we evaluate the function at the left endpoint of each subinterval, while for right and middle sums, we use right endpoints and midpoints, respectively.
The left, right, and middle Riemann sums are denoted \(L_n\), \(R_n\), and \(M_n\), with formulas \[\begin{aligned}L_n = f(x_0) \Delta x + f(x_1) \Delta x + \cdots + f(x_{n-1}) \Delta x \amp= \sum_{i = 0}^{n-1} f(x_i) \Delta x, \\ R_n = f(x_1) \Delta x + f(x_2) \Delta x + \cdots + f(x_{n}) \Delta x \amp= \sum_{i = 1}^{n} f(x_i) \Delta x, \\ M_n = f(\overline{x}_1) \Delta x + f(\overline{x}_2) \Delta x + \cdots + f(\overline{x}_{n}) \Delta x \amp= \sum_{i = 1}^{n} f(\overline{x}_i) \Delta x\end{aligned}\], where \(x_0 = a\), \(x_i = a + i\Delta x\), and \(x_n = b\), using \(\Delta x = \frac{b-a}{n}\). For the midpoint sum, \(\overline{x}_{i} = (x_{i-1} + x_i)/2\).
Practice (8)
Try each one on paper first. Reveal the answer to check; verified ones can be opened in the solver for every step.
-
Consider the function \(f(x) = 3x + 4\).
Compute \(M_4\) for \(y=f(x)\) on the interval \([2,5]\). Be sure to clearly identify the value of \(\Delta x\), as well as the locations of \(x_0, x_1, \ldots, x_4\). Include a careful sketch of the function and the corresponding rectangles being used in the sum.
Use a familiar geometric formula to determine the exact value of the area of the region bounded by \(y = f(x)\) and the \(x\)-axis on \([2,5]\).
Explain why the values you computed in (a) and (b) turn out to be the same. Will this be true if we use a number different than \(n = 4\) and compute \(M_n\)? Will \(L_4\) or \(R_4\) have the same value as the exact area of the region found in (b)?
Describe the collection of functions \(g\) for which it will always be the case that \(M_n\), regardless of the value of \(n\), gives the exact net signed area bounded between the function \(g\) and the \(x\)-axis on the interval \([a,b]\).
发送答案
Since we are using \(4\) subintervals on \([2,5]\), it follows that \(\triangle x = \frac{5-2}{4} = 0.75\). Thus, \(x_0 = 2\), \(x_1 = 2.75\), \(x_2 = 3.5\), \(x_3 = 4.25\), and \(x_4 = 5\). The midpoints of the respective subintervals are thus \(\overline{x_1} = \frac{2+2.75}{2} = 2.375\), \(\overline{x_2} = 3.125\), \(\overline{x_3} = 3.875\), and \(\overline{x_4} = 4.625\). Thus, \[\begin{aligned}M_4 &= f(\overline{x_1}) \cdot \triangle x + f(\overline{x_2}) \cdot \triangle x + f(\overline{x_3}) \cdot \triangle x + f(\overline{x_4}) \cdot \triangle x \\ &= \left(f(2.375) + f(3.125) + f(3.875) + f(4.625) \right) \cdot (0.75) \\ &= \left(11.125 + 13.375 + 15.625 + 17.875 \right) \cdot (0.75) \\ &= 58 \cdot 0.75 \\ &= 43.5\end{aligned}\] An overall sketch of the key parts of \(M_4\) is seen in the figure below.
Observe that \(f(2) = 10\) and \(f(5) = 19\). The region bounded by the function, the \(x\)-axis, and the endpoints is a trapezoid. Recalling that the area of a trapezoid is the average of the bases times the height, we see that the bounded region has area \[\begin{aligned}\end{aligned}\].
The reason that \(M_4\) gives the exact area between the line and the \(x\)-axis is the rectangles with heights that come from the midpoint have the same area as the trapezoids that are formed by the function values at the two endpoints of each subinterval. We can also see this by observing that the extra area bounded by the midpoint rectangle exactly matches the missing area that is absent from the midpoint rectangle, as seen in the following figure. Since these two quantities balance out, the areas of the midpoint rectangles give us the exact area under the curve.
Indeed, the value of \(M_n\) will give the exact area under \(g\) on \([2,5]\) for any value of \(n\). But neither \(L_n\) nor \(R_n\) will be exact: \(L_n\) will underestimate the true area since every rectangle will lie completely under the function \(g\), whereas \(R_n\) will overestimate because every rectangle lies above the function.
For any linear function \(g\) of the form \(g(x) = mx + b\) such that \(g(x) \ge 0\) on the interval of interest, the midpoint rule will give the exact value of the area bounded by the function and the \(x\)-axis. This is true because the area of the trapezoid formed by the two endpoints on a given subinterval will be the same as the area of the rectangle whose height is given by the function at the midpoint of the subinterval.
-
Let \(S\) be the sum given by \[\begin{aligned}\end{aligned}\].
Assume that \(S\) is a right Riemann sum. For what function \(f\) and what interval \([a,b]\) is \(S\) this function's Riemann sum? Why?
How does your answer to (a) change if \(S\) is a left Riemann sum? a middle Riemann sum?
Suppose that \(S\) really is a right Riemann sum. What is geometric quantity does \(S\) approximate?
Use sigma notation to write a new sum \(R\) that is the right Riemann sum for the same function, but that uses twice as many subintervals as \(S\).
发送答案
The function is being evaluated at \(x_1 = 1.4\), \(x_2 = 1.8\), \(x_3 = 2.2\), \(x_4 = 2.6\), and \(x_5 = 3.0\). Thus, since we know this is a right Riemann sum, we are using \(5\) subintervals with \(\triangle x = 0.4\), and \(x_0 = 1.0\). From the pattern, we observe that the function must be \(f(x) = x^2 + 1\) on the interval \([1,3]\).
If \(S\) is a left Riemann sum instead, then the \(x_i\)'s shift left: \(x_0 = 1.4\), \(x_1 = 1.8\), \(\ldots\), \(x_5 = 3.4\). In this setting, the function is identical, but we are considering it on the interval \([1.4, 3.4]\).
If \(S\) is a middle Riemann sum, then (for example) \(1.4\) is the midpoint of an interval \(\triangle x = 0.4\) units long, so \(x_0 = 1.2\) and \(x_1 = 1.6\). Continuing that trend, we'd be considering the function \(f(x) = x^2 + 1\) on the interval \([1.2, 3.2]\).
\(S\) is an approximation of the area that lies under \(f(x) = x^2 + 1\) on \([1,3]\).
To use twice as many subintervals, we move to \(\triangle x = 0.2\) and thus \(x_1 = 1.2\), \(x_2 = 1.4\), and so on, with the general right endpoint being given by \(x_i = 1 + 0.2 \cdot i\). We'll also have \(n = 10\), so \[\begin{aligned}\end{aligned}\].
-
A car traveling along a straight road is braking and its velocity is measured at several different points in time, as given in the following table.
seconds, \(t\) \(0\) \(0.3\) \(0.6\) \(0.9\) \(1.2\) \(1.5\) \(1.8\) Velocity in ft/sec, \(v(t)\) \(100\) \(88\) \(74\) \(59\) \(40\) \(19\) \(0\) Plot the given data on a set of axes with time on the horizontal axis and the velocity on the vertical axis.
Estimate the total distance traveled during the car the time brakes using a middle Riemann sum with 3 subintervals.
Estimate the total distance traveled on \([0,1.8]\) by computing \(L_6\), \(R_6\), and \(\frac{1}{2}(L_6 + R_6)\).
Assuming that \(v(t)\) is always decreasing on \([0,1.8]\), what is the maximum possible distance the car traveled before it stopped? Why?
发送答案
A plot of the given data is shown in the figure below.
For \(M_3\) with the given data, the midpoints are \(\overline{x_1} = 0.3\), \(\overline{x_2} = 0.9\), and \(\overline{x_3} = 1.5\), and \(\triangle t = 0.6\), so \[\begin{aligned}\end{aligned}\]. Therefore, the car travels approximately \(99.6\) feet over the \(1.8\) second interval it brakes.
Using the standard formulas, \[\begin{aligned}\end{aligned}\] and \[\begin{aligned}\end{aligned}\]. Thus, \[\begin{aligned}\end{aligned}\]. Each of these three quantities is an estimate of the total distance traveled: \(L_6\) is an overestimate and \(R_6\) is an underestimate.
The maximum possible distance the car traveled before it stopped is \(114\) feet. This is because \(L_n\) is always an overestimate when the function is decreasinging on the interval.
-
The rate at which pollution escapes a scrubbing process at a manufacturing plant increases over time as filters and other technologies become less effective. For this particular example, assume that the rate of pollution (in tons per week) is given by the function \(r\) that is pictured in Figure.
Use the graph to estimate the value of \(M_4\) on the interval \([0,4]\).
What is the meaning of \(M_4\) in terms of the pollution discharged by the plant?
Suppose that \(r(t) = 0.5 e^{0.5t}\). Use this formula for \(r\) to compute \(L_5\) on \([0,4]\).
Determine an upper bound on the total amount of pollution that can escape the plant during the pictured four week time period that is accurate within an error of at most one ton of pollution.
发送答案
We estimate the value of \(r\) at the midpoint of each subinterval and then multiply these values by the width (\(1\)) of each subinterval to estimate the areas of the rectangles shown in the following figure. We use the following approximations: \(r(0.5) \approx 0.6\), \(r(1.5) \approx 1.1\), \(r(2.5) \approx 1.8\), \(r(3.5) \approx 2.9\), so \[\begin{aligned}\end{aligned}\]. \[\]
Since \(r(t)\) is measured in tons/week and \(t\) in weeks, the units of \(r(t) \triangle t\) are tons. So \(M_4\) approximates the total tonnage of pollution escaping the scrubbing process in the time interval \([0,4]\) weeks.
Now we are using \(5\) subintervals, so \(\triangle t = \frac{4}{5} = 0.8\). We evaluate \(r\) at the left endpoint of each subinterval and multiply by \(\triangle t\)to determine the areas of the rectangles shown in the following figure. So \[\begin{aligned}L_5 &= \left(0.5e^{(0.5)(0)}\right)(0.8) + \left(0.5e^{(0.5)(0.8)}\right)(0.8) + \left(0.5e^{(0.5)(1.6)}\right)(0.8) \\ &+ \left(0.5e^{(0.5)(2.4)}\right)(0.8) + \left(0.5e^{(0.5)(3.2)}\right)(0.8) \\ &\approx 5.19620599\end{aligned}\].
Given that \(r\) is an increasing function, a right sum will always give us an overestimate of the total amount of pollution (in tons) on the interval \([0,4]\). We use computational technology to compute a few right sums: \(R_{10} \approx 7.049244376\), \(R_{50} \approx 6.517689073\), \(R_{100} \approx 6.453159616\), \(R_{500} \approx 6.401842731\). These sums don't seem to change in the tens place as we make \(n\) sufficiently large, so an upper bound on the total amount of pollution on the interval \([0,4]\) that is accurate to within one ton is \(6.4\) tons.
-
Consider the function \(f(x) = 3x + 4\).
Compute \(M_4\) for \(y=f(x)\) on the interval \([2,5]\). Be sure to clearly identify the value of \(\Delta x\), as well as the locations of \(x_0, x_1, \ldots, x_4\). Include a careful sketch of the function and the corresponding rectangles being used in the sum.
Use a familiar geometric formula to determine the exact value of the area of the region bounded by \(y = f(x)\) and the \(x\)-axis on \([2,5]\).
Explain why the values you computed in (a) and (b) turn out to be the same. Will this be true if we use a number different than \(n = 4\) and compute \(M_n\)? Will \(L_4\) or \(R_4\) have the same value as the exact area of the region found in (b)?
Describe the collection of functions \(g\) for which it will always be the case that \(M_n\), regardless of the value of \(n\), gives the exact net signed area bounded between the function \(g\) and the \(x\)-axis on the interval \([a,b]\).
发送答案
Since we are using \(4\) subintervals on \([2,5]\), it follows that \(\triangle x = \frac{5-2}{4} = 0.75\). Thus, \(x_0 = 2\), \(x_1 = 2.75\), \(x_2 = 3.5\), \(x_3 = 4.25\), and \(x_4 = 5\). The midpoints of the respective subintervals are thus \(\overline{x_1} = \frac{2+2.75}{2} = 2.375\), \(\overline{x_2} = 3.125\), \(\overline{x_3} = 3.875\), and \(\overline{x_4} = 4.625\). Thus, \[\begin{aligned}M_4 &= f(\overline{x_1}) \cdot \triangle x + f(\overline{x_2}) \cdot \triangle x + f(\overline{x_3}) \cdot \triangle x + f(\overline{x_4}) \cdot \triangle x \\ &= \left(f(2.375) + f(3.125) + f(3.875) + f(4.625) \right) \cdot (0.75) \\ &= \left(11.125 + 13.375 + 15.625 + 17.875 \right) \cdot (0.75) \\ &= 58 \cdot 0.75 \\ &= 43.5\end{aligned}\] An overall sketch of the key parts of \(M_4\) is seen in the figure below.
Observe that \(f(2) = 10\) and \(f(5) = 19\). The region bounded by the function, the \(x\)-axis, and the endpoints is a trapezoid. Recalling that the area of a trapezoid is the average of the bases times the height, we see that the bounded region has area \[\begin{aligned}\end{aligned}\].
The reason that \(M_4\) gives the exact area between the line and the \(x\)-axis is the rectangles with heights that come from the midpoint have the same area as the trapezoids that are formed by the function values at the two endpoints of each subinterval. We can also see this by observing that the extra area bounded by the midpoint rectangle exactly matches the missing area that is absent from the midpoint rectangle, as seen in the following figure. Since these two quantities balance out, the areas of the midpoint rectangles give us the exact area under the curve.
Indeed, the value of \(M_n\) will give the exact area under \(g\) on \([2,5]\) for any value of \(n\). But neither \(L_n\) nor \(R_n\) will be exact: \(L_n\) will underestimate the true area since every rectangle will lie completely under the function \(g\), whereas \(R_n\) will overestimate because every rectangle lies above the function.
For any linear function \(g\) of the form \(g(x) = mx + b\) such that \(g(x) \ge 0\) on the interval of interest, the midpoint rule will give the exact value of the area bounded by the function and the \(x\)-axis. This is true because the area of the trapezoid formed by the two endpoints on a given subinterval will be the same as the area of the rectangle whose height is given by the function at the midpoint of the subinterval.
-
Let \(S\) be the sum given by \[\begin{aligned}\end{aligned}\].
Assume that \(S\) is a right Riemann sum. For what function \(f\) and what interval \([a,b]\) is \(S\) this function's Riemann sum? Why?
How does your answer to (a) change if \(S\) is a left Riemann sum? a middle Riemann sum?
Suppose that \(S\) really is a right Riemann sum. What is geometric quantity does \(S\) approximate?
Use sigma notation to write a new sum \(R\) that is the right Riemann sum for the same function, but that uses twice as many subintervals as \(S\).
发送答案
The function is being evaluated at \(x_1 = 1.4\), \(x_2 = 1.8\), \(x_3 = 2.2\), \(x_4 = 2.6\), and \(x_5 = 3.0\). Thus, since we know this is a right Riemann sum, we are using \(5\) subintervals with \(\triangle x = 0.4\), and \(x_0 = 1.0\). From the pattern, we observe that the function must be \(f(x) = x^2 + 1\) on the interval \([1,3]\).
If \(S\) is a left Riemann sum instead, then the \(x_i\)'s shift left: \(x_0 = 1.4\), \(x_1 = 1.8\), \(\ldots\), \(x_5 = 3.4\). In this setting, the function is identical, but we are considering it on the interval \([1.4, 3.4]\).
If \(S\) is a middle Riemann sum, then (for example) \(1.4\) is the midpoint of an interval \(\triangle x = 0.4\) units long, so \(x_0 = 1.2\) and \(x_1 = 1.6\). Continuing that trend, we'd be considering the function \(f(x) = x^2 + 1\) on the interval \([1.2, 3.2]\).
\(S\) is an approximation of the area that lies under \(f(x) = x^2 + 1\) on \([1,3]\).
To use twice as many subintervals, we move to \(\triangle x = 0.2\) and thus \(x_1 = 1.2\), \(x_2 = 1.4\), and so on, with the general right endpoint being given by \(x_i = 1 + 0.2 \cdot i\). We'll also have \(n = 10\), so \[\begin{aligned}\end{aligned}\].
-
A car traveling along a straight road is braking and its velocity is measured at several different points in time, as given in the following table.
seconds, \(t\) \(0\) \(0.3\) \(0.6\) \(0.9\) \(1.2\) \(1.5\) \(1.8\) Velocity in ft/sec, \(v(t)\) \(100\) \(88\) \(74\) \(59\) \(40\) \(19\) \(0\) Plot the given data on a set of axes with time on the horizontal axis and the velocity on the vertical axis.
Estimate the total distance traveled during the car the time brakes using a middle Riemann sum with 3 subintervals.
Estimate the total distance traveled on \([0,1.8]\) by computing \(L_6\), \(R_6\), and \(\frac{1}{2}(L_6 + R_6)\).
Assuming that \(v(t)\) is always decreasing on \([0,1.8]\), what is the maximum possible distance the car traveled before it stopped? Why?
发送答案
A plot of the given data is shown in the figure below.
For \(M_3\) with the given data, the midpoints are \(\overline{x_1} = 0.3\), \(\overline{x_2} = 0.9\), and \(\overline{x_3} = 1.5\), and \(\triangle t = 0.6\), so \[\begin{aligned}\end{aligned}\]. Therefore, the car travels approximately \(99.6\) feet over the \(1.8\) second interval it brakes.
Using the standard formulas, \[\begin{aligned}\end{aligned}\] and \[\begin{aligned}\end{aligned}\]. Thus, \[\begin{aligned}\end{aligned}\]. Each of these three quantities is an estimate of the total distance traveled: \(L_6\) is an overestimate and \(R_6\) is an underestimate.
The maximum possible distance the car traveled before it stopped is \(114\) feet. This is because \(L_n\) is always an overestimate when the function is decreasinging on the interval.
-
The rate at which pollution escapes a scrubbing process at a manufacturing plant increases over time as filters and other technologies become less effective. For this particular example, assume that the rate of pollution (in tons per week) is given by the function \(r\) that is pictured in Figure.
Use the graph to estimate the value of \(M_4\) on the interval \([0,4]\).
What is the meaning of \(M_4\) in terms of the pollution discharged by the plant?
Suppose that \(r(t) = 0.5 e^{0.5t}\). Use this formula for \(r\) to compute \(L_5\) on \([0,4]\).
Determine an upper bound on the total amount of pollution that can escape the plant during the pictured four week time period that is accurate within an error of at most one ton of pollution.
发送答案
We estimate the value of \(r\) at the midpoint of each subinterval and then multiply these values by the width (\(1\)) of each subinterval to estimate the areas of the rectangles shown in the following figure. We use the following approximations: \(r(0.5) \approx 0.6\), \(r(1.5) \approx 1.1\), \(r(2.5) \approx 1.8\), \(r(3.5) \approx 2.9\), so \[\begin{aligned}\end{aligned}\]. \[\]
Since \(r(t)\) is measured in tons/week and \(t\) in weeks, the units of \(r(t) \triangle t\) are tons. So \(M_4\) approximates the total tonnage of pollution escaping the scrubbing process in the time interval \([0,4]\) weeks.
Now we are using \(5\) subintervals, so \(\triangle t = \frac{4}{5} = 0.8\). We evaluate \(r\) at the left endpoint of each subinterval and multiply by \(\triangle t\)to determine the areas of the rectangles shown in the following figure. So \[\begin{aligned}L_5 &= \left(0.5e^{(0.5)(0)}\right)(0.8) + \left(0.5e^{(0.5)(0.8)}\right)(0.8) + \left(0.5e^{(0.5)(1.6)}\right)(0.8) \\ &+ \left(0.5e^{(0.5)(2.4)}\right)(0.8) + \left(0.5e^{(0.5)(3.2)}\right)(0.8) \\ &\approx 5.19620599\end{aligned}\].
Given that \(r\) is an increasing function, a right sum will always give us an overestimate of the total amount of pollution (in tons) on the interval \([0,4]\). We use computational technology to compute a few right sums: \(R_{10} \approx 7.049244376\), \(R_{50} \approx 6.517689073\), \(R_{100} \approx 6.453159616\), \(R_{500} \approx 6.401842731\). These sums don't seem to change in the tens place as we make \(n\) sufficiently large, so an upper bound on the total amount of pollution on the interval \([0,4]\) that is accurate to within one ton is \(6.4\) tons.
Symbols used here
Add a_k for k = 1 up to n.
2.71828…, the base whose exponential is its own derivative.
i² = −1.
Inequalities that allow equality; < and > exclude it.
Ratio of a circle's circumference to its diameter, 3.14159…
Not a number: "grows without bound" in limits and intervals.
Ratios of sides in a right triangle; coordinates on the unit circle.
The exponent b must be raised to for x; ln uses base e.
The value f(x) approaches as x approaches a.
Instantaneous rate of change; slope of the graph.
Antiderivative (indefinite) or signed area from a to b (definite).
Prime notation for derivatives with respect to x (or t).
Constants of integration fixed by initial conditions.
How to: Riemann sums
- How can we use a Riemann sum to estimate the area between a given curve and the horizontal axis over a particular interval?
- What are the differences among left, right, middle, and random Riemann sums?
- How can we write Riemann sums in an abbreviated form?
Questions people ask
What is a derivative in one sentence?
The slope of the graph at a point — the rate at which the output is changing there. Speed is the derivative of position.
What is an integral in one sentence?
The accumulated total of a rate — the area under the curve. Distance travelled is the integral of speed.
Why are derivatives and integrals opposites?
That is the fundamental theorem of calculus: accumulating a rate and then measuring how fast the accumulation grows gets you back the rate. Integration undoes differentiation up to a constant.
When do I use substitution and when integration by parts?
Substitution when part of the integrand is the derivative of another part (u and du both present). Parts when the integrand is a product of two unrelated kinds of function — a polynomial times an exponential, log or trig function.
试试你自己试试
Parts of this page are adapted from Boelkins, Active Calculus (CC BY-SA 4.0). Condensed and re-explained here; errors are ours.
更多 Calculus
LimitsDerivativesIntegralsDefinite integralsTaylor seriesSeries and sumsMaxima and minimaThe chain ruleImplicit differentiationRelated rates and optimisationIntegration techniques: substitution, parts, partial fractionsApplications of integration: area, volume, arc lengthInfinite series and convergence tests