← 学习库 OpenStax Calculus Vol 1 目录

5 Integration

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-integration

(该页为章节总览/导航页,无独立正文;本章内容请见其下各小节。)

---

Introduction

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-introduction

Chapter Outline

---

5.1 Approximating Areas

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-1-approximating-areas

5.1 Approximating Areas

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 $\left\lbrack {a,b} \right\rbrack.$ 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,$ 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

$$1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20.$$

We could probably skip writing a couple of terms and write

$$1 + 2 + 3 + 4 + \text{⋯} + 19 + 20,$$

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

$${\sum\limits_{i = 1}^{20}i},$$

which is much more compact.

Typically, sigma notation is presented in the form

$$\sum\limits_{i = 1}^{n}a_{i}$$

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 $\sum\limits_{i = 2}^{7}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.

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:

$$1 + \frac{1}{4} + \frac{1}{9} + \frac{1}{16} + \frac{1}{25}.$$

Solution

1. Write

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{5}3^{i}} & {= 3 + 3^{2} + 3^{3} + 3^{4} + 3^{5}} \\

& {= 363.}

\end{array}$$

2. The denominator of each term is a perfect square. Using sigma notation, this sum can be written as ${\sum\limits_{i = 1}^{5}\frac{1}{i^{2}}}.$

Write in sigma notation and evaluate the sum of terms 2*i* for $i = 3,4,5,6.$

The properties associated with the summation process are given in the following rule.

Let $a_{1},a_{2}\text{,…,}\ a_{n}$ and $b_{1},b_{2}\text{,…,}\ b_{n}$ represent two sequences of terms and let *c* be a constant. The following properties hold for all positive integers *n* and for integers *m*, with $1 \leq m \leq n.$

1.

$${\sum\limits_{i = 1}^{n}c} = nc$$ (5.1)

2.

$${\sum\limits_{i = 1}^{n}{ca_{i}}} = c{\sum\limits_{i = 1}^{n}a_{i}}$$ (5.2)

3.

$${\sum\limits_{i = 1}^{n}\left( {a_{i} + b_{i}} \right)} = {\sum\limits_{i = 1}^{n}a_{i}} + {\sum\limits_{i = 1}^{n}b_{i}}$$ (5.3)

4.

$${\sum\limits_{i = 1}^{n}\left( {a_{i} - b_{i}} \right)} = {\sum\limits_{i = 1}^{n}a_{i}} - {\sum\limits_{i = 1}^{n}b_{i}}$$ (5.4)

5.

$${\sum\limits_{i = 1}^{n}a_{i}} = {\sum\limits_{i = 1}^{m}a_{i}} + {\sum\limits_{i = m + 1}^{n}a_{i}}$$ (5.5)

Proof

We prove properties 2. and 3. here, and leave proof of the other properties to the Exercises.

2\. We have

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{n}{ca_{i}}} & {= ca_{1} + ca_{2} + ca_{3} + \text{⋯} + ca_{n}} \\

& {= c\left( {a_{1} + a_{2} + a_{3} + \text{⋯} + a_{n}} \right)} \\

& \\

& \\

& {= c{\sum\limits_{i = 1}^{n}a_{i}}.}

\end{array}$$

3\. We have

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{n}\left( {a_{i} + b_{i}} \right)} & {= \left( {a_{1} + b_{1}} \right) + \left( {a_{2} + b_{2}} \right) + \left( {a_{3} + b_{3}} \right) + \text{⋯} + \left( {a_{n} + b_{n}} \right)} \\

& {= \left( {a_{1} + a_{2} + a_{3} + \text{⋯} + a_{n}} \right) + \left( {b_{1} + b_{2} + b_{3} + \text{⋯} + b_{n}} \right)} \\

& \\

& \\

& {= {\sum\limits_{i = 1}^{n}a_{i}} + {\sum\limits_{i = 1}^{n}b_{i}}.}

\end{array}$$

A few more formulas for frequently found functions simplify the summation process further. These are shown in the next rule, for sums and powers of integers, and we use them in the next set of examples.

1. The sum of *n* integers is given by

$${\sum\limits_{i = 1}^{n}i} = 1 + 2 + \text{⋯} + n = \frac{n\left( {n + 1} \right)}{2}.$$

2. The sum of consecutive integers squared is given by

$${\sum\limits_{i = 1}^{n}i^{2}} = 1^{2} + 2^{2} + \text{⋯} + n^{2} = \frac{n\left( {n + 1} \right)\left( {2n + 1} \right)}{6}.$$

3. The sum of consecutive integers cubed is given by

$${\sum\limits_{i = 1}^{n}i^{3}} = 1^{3} + 2^{3} + \text{⋯} + n^{3} = \frac{n^{2}\left( {n + 1} \right)^{2}}{4}.$$

Evaluation Using Sigma Notation

Write using sigma notation and evaluate:

1. The sum of the terms $\left( {i - 3} \right)^{2}$ for $i = 1,2\text{,…,}\ 200.$

2. The sum of the terms $\left( {i^{3} - i^{2}} \right)$ for $i = 1,2,3,4,5,6.$

Solution

1. Multiplying out $\left( {i - 3} \right)^{2},$ we can break the expression into three terms.

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{200}\left( {i - 3} \right)^{2}} & {= {\sum\limits_{i = 1}^{200}\left( {i^{2} - 6i + 9} \right)}} \\

& \\

& \\

& {= {\sum\limits_{i = 1}^{200}i^{2}} - {\sum\limits_{i = 1}^{200}{6i}} + {\sum\limits_{i = 1}^{200}9}} \\

& {= {\sum\limits_{i = 1}^{200}i^{2}} - 6{\sum\limits_{i = 1}^{200}i} + {\sum\limits_{i = 1}^{200}9}} \\

& {= \frac{200\left( {200 + 1} \right)\left( {400 + 1} \right)}{6} - 6\left\lbrack \frac{200\left( {200 + 1} \right)}{2} \right\rbrack + 9(200)} \\

& {= 2,686,700 - 120,600 + 1800} \\

& {= 2,567,900}

\end{array}$$

2. Use sigma notation property iv. and the rules for the sum of squared terms and the sum of cubed terms.

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{6}\left( {i^{3} - i^{2}} \right)} & {= {\sum\limits_{i = 1}^{6}i^{3}} - {\sum\limits_{i = 1}^{6}i^{2}}} \\

& \\

& \\

& \\

& {= \frac{6^{2}\left( {6 + 1} \right)^{2}}{4} - \frac{6\left( {6 + 1} \right)\left( {2(6) + 1} \right)}{6}} \\

& {= \frac{1764}{4} - \frac{546}{6}} \\

& {= 350}

\end{array}$$

Find the sum of the values of $4 + 3i$ for $i = 1,2\text{,…,}\ 100.$

Finding the Sum of the Function Values

Find the sum of the values of $f(x) = x^{3}$ over the integers $1,2,3\text{,…,}\ 10.$

Solution

Using the formula, we have

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{10}i^{3}} & {= \frac{(10)^{2}\left( {10 + 1} \right)^{2}}{4}} \\

& \\

& {= \frac{100(121)}{4}} \\

& {= 3025.}

\end{array}$$

Evaluate the sum indicated by the notation ${\sum\limits_{k = 1}^{20}\left( {2k + 1} \right)}.$

Approximating Area

Now that we have the necessary notation, we return to the problem at hand: approximating the area under a curve. Let $f(x)$ be a continuous, nonnegative function defined on the closed interval $\left\lbrack {a,b} \right\rbrack.$ We want to approximate the area *A* bounded by $f(x)$ above, the *x*-axis below, the line $x = a$ on the left, and the line $x = b$ on the right (Figure 5.2).

How do we approximate the area under this curve? The approach is a geometric one. By dividing a region into many small shapes that have known area formulas, we can sum these areas and obtain a reasonable estimate of the true area. We begin by dividing the interval $\left\lbrack {a,b} \right\rbrack$ into *n* subintervals of equal width, $\frac{b - a}{n}.$ We do this by selecting equally spaced points $x_{0},x_{1},x_{2}\text{,…,}\ x_{n}$ with $x_{0} = a,x_{n} = b,$ and

$$x_{i} - x_{i - 1} = \frac{b - a}{n}$$

for $i = 1,2,3\text{,…,}\ n.$

We denote the width of each subinterval with the notation Δ*x*, so $\text{Δ}x = \frac{b - a}{n}$ and

$$x_{i} = x_{0} + i\text{Δ}x$$

for $i = 1,2,3\text{,…,}\ n.$ This notion of dividing an interval $\left\lbrack {a,b} \right\rbrack$ into subintervals by selecting points from within the interval is used quite often in approximating the area under a curve, so let’s define some relevant terminology.

A set of points $P = \left\{ x_{i} \right\}$ for $i = 0,1,2\text{,…,}\ n$ with $a = x_{0} < x_{1} < x_{2} < \text{⋯} < x_{n} = b,$ which divides the interval $\left\lbrack {a,b} \right\rbrack$ into subintervals of the form $\left\lbrack {x_{0},x_{1}} \right\rbrack,\left\lbrack {x_{1},x_{2}} \right\rbrack\text{,…,}\ \left\lbrack {x_{n - 1},x_{n}} \right\rbrack$ is called a partition of $\left\lbrack {a,b} \right\rbrack.$ If the subintervals all have the same width, the set of points forms a regular partition of the interval $\left\lbrack {a,b} \right\rbrack.$

We can use this regular partition as the basis of a method for estimating the area under the curve. We next examine two methods: the left-endpoint approximation and the right-endpoint approximation.

On each subinterval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ (for $\left. i = 1,2,3\text{,…,}\ n \right),$ construct a rectangle with width Δ*x* and height equal to $f\left( x_{i - 1} \right),$ which is the function value at the left endpoint of the subinterval. Then the area of this rectangle is $f\left( x_{i - 1} \right)\text{Δ}x.$ Adding the areas of all these rectangles, we get an approximate value for *A* (Figure 5.3). We use the notation *Ln* to denote that this is a left-endpoint approximation of *A* using *n* subintervals.

$$\begin{array}{cl}

{A \approx L_{n}} & {= f\left( x_{0} \right)\text{Δ}x + f\left( x_{1} \right)\text{Δ}x + \text{⋯} + f\left( x_{n - 1} \right)\text{Δ}x} \\

& \\

& \\

& \\

& {= {\sum\limits_{i = 1}^{n}{f\left( x_{i - 1} \right)\text{Δ}x}}}

\end{array}$$ (5.6)

The second method for approximating area under a curve is the right-endpoint approximation. It is almost the same as the left-endpoint approximation, but now the heights of the rectangles are determined by the function values at the right of each subinterval.

Construct a rectangle on each subinterval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack,$ only this time the height of the rectangle is determined by the function value $f\left( x_{i} \right)$ at the right endpoint of the subinterval. Then, the area of each rectangle is $f\left( x_{i} \right)\text{Δ}x$ and the approximation for *A* is given by

$$\begin{array}{cl}

{A \approx R_{n}} & {= f\left( x_{1} \right)\text{Δ}x + f\left( x_{2} \right)\text{Δ}x + \text{⋯} + f\left( x_{n} \right)\text{Δ}x} \\

& \\

& \\

& \\

& {= {\sum\limits_{i = 1}^{n}{f\left( x_{i} \right)\text{Δ}x}}.}

\end{array}$$ (5.7)

The notation $R_{n}$ indicates this is a right-endpoint approximation for *A* (Figure 5.4).

The graphs in Figure 5.5 represent the curve $f(x) = \frac{x^{2}}{2}.$ In graph (a) we divide the region represented by the interval $\left\lbrack {0,3} \right\rbrack$ into six subintervals, each of width 0.5. Thus, $\text{Δ}x = 0.5.$ We then form six rectangles by drawing vertical lines perpendicular to $x_{i - 1},$ the left endpoint of each subinterval. We determine the height of each rectangle by calculating $f\left( x_{i - 1} \right)$ for $i = 1,2,3,4,5,6.$ The intervals are $\left\lbrack {0,0.5} \right\rbrack,\left\lbrack {0.5,1} \right\rbrack,\left\lbrack {1,1.5} \right\rbrack,\left\lbrack {1.5,2} \right\rbrack,\left\lbrack {2,2.5} \right\rbrack,\left\lbrack {2.5,3} \right\rbrack.$ We find the area of each rectangle by multiplying the height by the width. Then, the sum of the rectangular areas approximates the area between $f(x)$ and the *x*-axis. When the left endpoints are used to calculate height, we have a left-endpoint approximation. Thus,

$$\begin{array}{cl}

& \\

& \\

{A \approx L_{6}} & {= {\sum\limits_{i = 1}^{6}{f\left( x_{i - 1} \right)\text{Δ}x}} = f\left( x_{0} \right)\text{Δ}x + f\left( x_{1} \right)\text{Δ}x + f\left( x_{2} \right)\text{Δ}x + f\left( x_{3} \right)\text{Δ}x + f\left( x_{4} \right)\text{Δ}x + f\left( x_{5} \right)\text{Δ}x} \\

& {= f(0)0.5 + f(0.5)0.5 + f(1)0.5 + f(1.5)0.5 + f(2)0.5 + f(2.5)0.5} \\

& {= (0)0.5 + (0.125)0.5 + (0.5)0.5 + (1.125)0.5 + (2)0.5 + (3.125)0.5} \\

& {= 0 + 0.0625 + 0.25 + 0.5625 + 1 + 1.5625} \\

& {= 3.4375.}

\end{array}$$

In Figure 5.5(b), we draw vertical lines perpendicular to $x_{i}$ such that $x_{i}$ is the right endpoint of each subinterval, and calculate $f\left( x_{i} \right)$ for $i = 1,2,3,4,5,6.$ We multiply each $f\left( x_{i} \right)$ by Δ*x* to find the rectangular areas, and then add them. This is a right-endpoint approximation of the area under $f(x).$ Thus,

$$\begin{array}{cl}

& \\

& \\

{A \approx R_{6}} & {= {\sum\limits_{i = 1}^{6}{f\left( x_{i} \right)\text{Δ}x}} = f\left( x_{1} \right)\text{Δ}x + f\left( x_{2} \right)\text{Δ}x + f\left( x_{3} \right)\text{Δ}x + f\left( x_{4} \right)\text{Δ}x + f\left( x_{5} \right)\text{Δ}x + f\left( x_{6} \right)\text{Δ}x} \\

& {= f(0.5)0.5 + f(1)0.5 + f(1.5)0.5 + f(2)0.5 + f(2.5)0.5 + f(3)0.5} \\

& {= (0.125)0.5 + (0.5)0.5 + (1.125)0.5 + (2)0.5 + (3.125)0.5 + (4.5)0.5} \\

& {= 0.0625 + 0.25 + 0.5625 + 1 + 1.5625 + 2.25} \\

& {= 5.6875.}

\end{array}$$

Approximating the Area Under a Curve

Use both left-endpoint and right-endpoint approximations to approximate the area under the curve of $f(x) = x^{2}$ on the interval $\left\lbrack {0,2} \right\rbrack;$ use $n = 4.$

Solution

First, divide the interval $\left\lbrack {0,2} \right\rbrack$ into *n* equal subintervals. Using $n = 4,\text{Δ}x = \frac{\left( {2 - 0} \right)}{4} = 0.5.$ This is the width of each rectangle. The intervals $\left\lbrack {0,0.5} \right\rbrack,\left\lbrack {0.5,1} \right\rbrack,\left\lbrack {1,1.5} \right\rbrack,\left\lbrack {1.5,2} \right\rbrack$ are shown in Figure 5.6. Using a left-endpoint approximation, the heights are $f(0) = 0,f(0.5) = 0.25,f(1) = 1,f(1.5) = 2.25.$ Then,

$$\begin{array}{cl}

L_{4} & {= f\left( x_{0} \right)\text{Δ}x + f\left( x_{1} \right)\text{Δ}x + f\left( x_{2} \right)\text{Δ}x + f\left( x_{3} \right)\text{Δ}x} \\

& {= 0(0.5) + 0.25(0.5) + 1(0.5) + 2.25(0.5)} \\

& {= 1.75.}

\end{array}$$

The right-endpoint approximation is shown in Figure 5.7. The intervals are the same, $\text{Δ}x = 0.5,$ but now use the right endpoint to calculate the height of the rectangles. We have

$$\begin{array}{cl}

R_{4} & {= f\left( x_{1} \right)\text{Δ}x + f\left( x_{2} \right)\text{Δ}x + f\left( x_{3} \right)\text{Δ}x + f\left( x_{4} \right)\text{Δ}x} \\

& {= 0.25(0.5) + 1(0.5) + 2.25(0.5) + 4(0.5)} \\

& {= 3.75.}

\end{array}$$

The left-endpoint approximation is 1.75; the right-endpoint approximation is 3.75.

Sketch left-endpoint and right-endpoint approximations for $f(x) = \frac{1}{x}$ on $\left\lbrack {1,2} \right\rbrack;$ use $n = 4.$ Approximate the area using both methods.

Looking at Figure 5.5 and the graphs in Example 5.4, we can see that when we use a small number of intervals, neither the left-endpoint approximation nor the right-endpoint approximation is a particularly accurate estimate of the area under the curve. However, it seems logical that if we increase the number of points in our partition, our estimate of *A* will improve. We will have more rectangles, but each rectangle will be thinner, so we will be able to fit the rectangles to the curve more precisely.

We can demonstrate the improved approximation obtained through smaller intervals with an example. Let’s explore the idea of increasing *n*, first in a left-endpoint approximation with four rectangles, then eight rectangles, and finally 32 rectangles. Then, let’s do the same thing in a right-endpoint approximation, using the same sets of intervals, of the same curved region. Figure 5.8 shows the area of the region under the curve $f(x) = \left( {x - 1} \right)^{3} + 4$ on the interval $\left\lbrack {0,2} \right\rbrack$ using a left-endpoint approximation where $n = 4.$ The width of each rectangle is

$$\text{Δ}x = \frac{2 - 0}{4} = \frac{1}{2}.$$

The area is approximated by the summed areas of the rectangles, or

$$\begin{array}{cl}

L_{4} & {= f(0)(0.5) + f(0.5)(0.5) + f(1)(0.5) + f(1.5)0.5} \\

& {= 7.5.}

\end{array}$$

Figure 5.9 shows the same curve divided into eight subintervals. Comparing the graph with four rectangles in Figure 5.8 with this graph with eight rectangles, we can see there appears to be less white space under the curve when $n = 8.$ This white space is area under the curve we are unable to include using our approximation. The area of the rectangles is

$$\begin{array}{cl}

L_{8} & {= f(0)(0.25) + f(0.25)(0.25) + f(0.5)(0.25) + f(0.75)(0.25)} \\

& {\ + f(1)(0.25) + f(1.25)(0.25) + f(1.5)(0.25) + f(1.75)(0.25)} \\

& {= 7.75.}

\end{array}$$

The graph in Figure 5.10 shows the same function with 32 rectangles inscribed under the curve. There appears to be little white space left. The area occupied by the rectangles is

$$\begin{array}{cl}

L_{32} & {= f(0)(0.0625) + f(0.0625)(0.0625) + f(0.125)(0.0625) + \text{⋯} + f(1.9375)(0.0625)} \\

& {= 7.9375.}

\end{array}$$

We can carry out a similar process for the right-endpoint approximation method. A right-endpoint approximation of the same curve, using four rectangles (Figure 5.11), yields an area

$$\begin{array}{cl}

R_{4} & {= f(0.5)(0.5) + f(1)(0.5) + f(1.5)(0.5) + f(2)(0.5)} \\

& {= 8.5.}

\end{array}$$

Dividing the region over the interval $\left\lbrack {0,2} \right\rbrack$ into eight rectangles results in $\text{Δ}x = \frac{2 - 0}{8} = 0.25.$ The graph is shown in Figure 5.12. The area is

$$\begin{array}{cl}

R_{8} & {= f(0.25)(0.25) + f(0.5)(0.25) + f(0.75)(0.25) + f(1)(0.25)} \\

& {\ + f(1.25)(0.25) + f(1.5)(0.25) + f(1.75)(0.25) + f(2)(0.25)} \\

& {= 8.25.}

\end{array}$$

Last, the right-endpoint approximation with $n = 32$ is close to the actual area (Figure 5.13). The area is approximately

$$\begin{array}{cl}

R_{32} & {= f(0.0625)(0.0625) + f(0.125)(0.0625) + f(0.1875)(0.0625) + \text{⋯} + f(2)(0.0625)} \\

& {= 8.0625.}

\end{array}$$

Based on these figures and calculations, it appears we are on the right track; the rectangles appear to approximate the area under the curve better as *n* gets larger. Furthermore, as *n* increases, both the left-endpoint and right-endpoint approximations appear to approach an area of 8 square units. Table 5.1 shows a numerical comparison of the left- and right-endpoint methods. The idea that the approximations of the area under the curve get better and better as *n* gets larger and larger is very important, and we now explore this idea in more detail.

| Values of *n* | Approximate Area *Ln* | Approximate Area *Rn* |

|---------------|----------------------------------|----------------------------------|

| $n = 4$ | 7.5 | 8.5 |

| $n = 8$ | 7.75 | 8.25 |

| $n = 32$ | 7.94 | 8.06 |

Table 5.1 Converging Values of Left- and Right-Endpoint Approximations as *n* Increases

Forming Riemann Sums

So far we have been using rectangles to approximate the area under a curve. The heights of these rectangles have been determined by evaluating the function at either the right or left endpoints of the subinterval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ In reality, there is no reason to restrict evaluation of the function to one of these two points only. We could evaluate the function at any point $x_{i}^{*}$ in the subinterval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack,$ and use $f\left( x_{i}^{*} \right)$ as the height of our rectangle. This gives us an estimate for the area of the form

$$A \approx {\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}.$$

A sum of this form is called a Riemann sum, named for the 19th-century mathematician Bernhard Riemann, who developed the idea.

Let $f(x)$ be defined on a closed interval $\left\lbrack {a,b} \right\rbrack$ and let *P* be a regular partition of $\left\lbrack {a,b} \right\rbrack.$ Let Δ*x* be the width of each subinterval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ and for each *i*, let $x_{i}^{*}$ be any point in $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ A Riemann sum is defined for $f(x)$ as

$${\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}.$$

Recall that with the left- and right-endpoint approximations, the estimates seem to get better and better as *n* get larger and larger. The same thing happens with Riemann sums. Riemann sums give better approximations for larger values of *n*. We are now ready to define the area under a curve in terms of Riemann sums.

Let $f(x)$ be a continuous, nonnegative function on an interval $\left\lbrack {a,b} \right\rbrack,$ and let $\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}$ be a Riemann sum for $f(x).$ Then, the area under the curve $y = f(x)$ on $\left\lbrack {a,b} \right\rbrack$ is given by

$$A = \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}.$$

See a graphical demonstration of the construction of a Riemann sum.

Some subtleties here are worth discussing. First, note that taking the limit of a sum is a little different from taking the limit of a function $f(x)$ as *x* goes to infinity. Limits of sums are discussed in detail in the chapter on Sequences and Series; however, for now we can assume that the computational techniques we used to compute limits of functions can also be used to calculate limits of sums.

Second, we must consider what to do if the expression converges to different limits for different choices of $\left\{ x_{i}^{*} \right\}.$ Fortunately, this does not happen. Although the proof is beyond the scope of this text, it can be shown that if $f(x)$ is continuous on the closed interval $\left\lbrack {a,b} \right\rbrack,$ then $\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$ exists and is unique (in other words, it does not depend on the choice of $\left\{ x_{i}^{*} \right\}\text{).}$

We look at some examples shortly. But, before we do, let’s take a moment and talk about some specific choices for $\left\{ x_{i}^{*} \right\}.$ Although any choice for $\left\{ x_{i}^{*} \right\}$ gives us an estimate of the area under the curve, we don’t necessarily know whether that estimate is too high (overestimate) or too low (underestimate). If it is important to know whether our estimate is high or low, we can select our value for $\left\{ x_{i}^{*} \right\}$ to guarantee one result or the other.

If we want an overestimate, for example, we can choose $\left\{ x_{i}^{*} \right\}$ such that for $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right) \geq f(x)$ for all $x \in \left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ In other words, we choose $\left\{ x_{i}^{*} \right\}$ so that for $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right)$ is the maximum function value on the interval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ If we select $\left\{ x_{i}^{*} \right\}$ in this way, then the Riemann sum $\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}$ is called an upper sum. Similarly, if we want an underestimate, we can choose $\left\{ x_{i}^{*} \right\}$ so that for $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right)$ is the minimum function value on the interval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ In this case, the associated Riemann sum is called a lower sum. Note that if $f(x)$ is either increasing or decreasing throughout the interval $\left\lbrack {a,b} \right\rbrack,$ then the maximum and minimum values of the function occur at the endpoints of the subintervals, so the upper and lower sums are just the same as the left- and right-endpoint approximations.

Finding Lower and Upper Sums

Find a lower sum for $f(x) = 10 - x^{2}$ on $\left\lbrack {1,2} \right\rbrack;$ let $n = 4$ subintervals.

Solution

With $n = 4$ over the interval $\left\lbrack {1,2} \right\rbrack,\text{Δ}x = \frac{1}{4}.$ We can list the intervals as $\left\lbrack {1,1.25} \right\rbrack,\left\lbrack {1.25,1.5} \right\rbrack,\left\lbrack {1.5,1.75} \right\rbrack,\left\lbrack {1.75,2} \right\rbrack.$ Because the function is decreasing over the interval $\left\lbrack {1,2} \right\rbrack,$ Figure 5.14 shows that a lower sum is obtained by using the right endpoints.

The Riemann sum is

$$\begin{matrix}

{\sum\limits_{k = 1}^{4}\left( 10 - {x_{k}}^{2} \right)(0.25)} & {= 0.25\left\lbrack 10 - (1.25)^{2} + 10 - (1.5)^{2} + 10 - (1.75)^{2} + 10 - (2)^{2} \right\rbrack} \\

& {= 0.25\lbrack 8.4375 + 7.75 + 6.9375 + 6\rbrack} \\

& {= 7.28.}

\end{matrix}$$

The area of 7.28 is a lower sum and an underestimate.

1. Find an upper sum for $f(x) = 10 - x^{2}$ on $\left\lbrack {1,2} \right\rbrack;$ let $n = 4.$

2. Sketch the approximation.

Finding Lower and Upper Sums for $f(x) = \text{sin}\mspace{2mu} x$

Find a lower sum for $f(x) = \text{sin}\mspace{2mu} x$ over the interval $\left\lbrack {a,b} \right\rbrack = \left\lbrack {0,\frac{\pi}{2}} \right\rbrack;$ let $n = 6.$

Solution

Let’s first look at the graph in Figure 5.15 to get a better idea of the area of interest.

The intervals are $\left\lbrack {0,\frac{\pi}{12}} \right\rbrack,\left\lbrack {\frac{\pi}{12},\frac{\pi}{6}} \right\rbrack,\left\lbrack {\frac{\pi}{6},\frac{\pi}{4}} \right\rbrack,\left\lbrack {\frac{\pi}{4},\frac{\pi}{3}} \right\rbrack,\left\lbrack {\frac{\pi}{3},\frac{5\pi}{12}} \right\rbrack,$ and $\left\lbrack {\frac{5\pi}{12},\frac{\pi}{2}} \right\rbrack.$ Note that $f(x) = \text{sin}\mspace{2mu} x$ is increasing on the interval $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack,$ so a left-endpoint approximation gives us the lower sum. A left-endpoint approximation is the Riemann sum ${\sum\limits_{i = 0}^{5}{\text{sin}\mspace{2mu} x_{i}\left( \frac{\pi}{12} \right)}}.$ We have

$$\begin{array}{cl}

A & {\approx \text{sin}(0)\left( \frac{\pi}{12} \right) + \text{sin}\left( \frac{\pi}{12} \right)\left( \frac{\pi}{12} \right) + \text{sin}\left( \frac{\pi}{6} \right)\left( \frac{\pi}{12} \right) + \text{sin}\left( \frac{\pi}{4} \right)\left( \frac{\pi}{12} \right) + \text{sin}\left( \frac{\pi}{3} \right)\left( \frac{\pi}{12} \right) + \text{sin}\left( \frac{5\pi}{12} \right)\left( \frac{\pi}{12} \right)} \\

& {= 0.863.}

\end{array}$$

Using the function $f(x) = \text{sin}\mspace{2mu} x$ over the interval $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack,$ find an upper sum; let $n = 6.$

Section 5.1 Exercises

1.

State whether the given sums are equal or unequal.

1. $\sum\limits_{i = 1}^{10}i$ and $\sum\limits_{k = 1}^{10}k$

2. $\sum\limits_{i = 1}^{10}i$ and $\sum\limits_{i = 6}^{15}\left( {i - 5} \right)$

3. $\sum\limits_{i = 1}^{10}{i\left( {i - 1} \right)}$ and $\sum\limits_{j = 0}^{9}{\left( {j + 1} \right)j}$

4. $\sum\limits_{i = 1}^{10}{i\left( {i - 1} \right)}$ and $\sum\limits_{k = 1}^{10}\left( {k^{2} - k} \right)$

In the following exercises, use the rules for sums of powers of integers to compute the sums.

2\.

$\sum\limits_{i = 5}^{10}i$

3.

$\sum\limits_{i = 5}^{10}i^{2}$

Suppose that $\sum\limits_{i = 1}^{100}{a_{i} = 15}$ and ${\sum\limits_{i = 1}^{100}{b_{i} = -12}}.$ In the following exercises, compute the sums.

4\.

$\sum\limits_{i = 1}^{100}\left( {a_{i} + b_{i}} \right)$

5.

$\sum\limits_{i = 1}^{100}\left( {a_{i} - b_{i}} \right)$

6\.

$\sum\limits_{i = 1}^{100}\left( {3a_{i} - 4b_{i}} \right)$

7.

$\sum\limits_{i = 1}^{100}\left( {5a_{i} + 4b_{i}} \right)$

In the following exercises, use summation properties and formulas to rewrite and evaluate the sums.

8\.

$\sum\limits_{k = 1}^{20}{100\left( {k^{2} - 5k + 1} \right)}$

9.

$\sum\limits_{j = 1}^{50}\left( {j^{2} - 2j} \right)$

10\.

$\sum\limits_{j = 11}^{20}\left( {j^{2} - 10j} \right)$

11.

$\sum\limits_{k = 1}^{25}\left\lbrack {\left( {2k} \right)^{2} - 100k} \right\rbrack$

Let $L_{n}$ denote the left-endpoint sum using *n* subintervals and let $R_{n}$ denote the corresponding right-endpoint sum. In the following exercises, compute the indicated left and right sums for the given functions on the indicated interval.

12\.

*L*4 for $f(x) = \frac{1}{x - 1}$ on $\left\lbrack {2,3} \right\rbrack$

13.

*R*4 for $g(x) = \text{cos}\left( {\pi x} \right)$ on $\left\lbrack {0,1} \right\rbrack$

14\.

*L*6 for $f(x) = \frac{1}{x\left( {x - 1} \right)}$ on $\left\lbrack {2,5} \right\rbrack$

15.

*R*6 for $f(x) = \frac{1}{x\left( {x - 1} \right)}$ on $\left\lbrack {2,5} \right\rbrack$

16\.

*R*4 for $\frac{1}{x^{2} + 1}$ on $\left\lbrack {-2,2} \right\rbrack$

17.

*L*4 for $\frac{1}{x^{2} + 1}$ on $\left\lbrack {-2,2} \right\rbrack$

18\.

*R*8 for $x^{2} - 2x + 1$ on $\left\lbrack {0,2} \right\rbrack$

19.

*L*8 for $x^{2} - 2x + 1$ on $\left\lbrack {0,2} \right\rbrack$

20\.

Compute the left and right Riemann sums—*L*4 and *R*4, respectively—for $f(x) = \left( {2 - |x|} \right)$ on $\left\lbrack {-2,2} \right\rbrack.$ Compute their average value and compare it with the area under the graph of *f*.

21.

Compute the left and right Riemann sums—*L*6 and *R*6, respectively—for $f(x) = \left( {3 - \left| {3 - x} \right|} \right)$ on $\left\lbrack {0,6} \right\rbrack.$ Compute their average value and compare it with the area under the graph of *f*.

22\.

Compute the left and right Riemann sums—*L*4 and *R*4, respectively—for $f(x) = \sqrt{4 - x^{2}}$ on $\left\lbrack {-2,2} \right\rbrack$ and compare their values.

23.

Compute the left and right Riemann sums—*L*6 and *R*6, respectively—for $f(x) = \sqrt{9 - \left( {x - 3} \right)^{2}}$ on $\left\lbrack {0,6} \right\rbrack$ and compare their values.

Express the following endpoint sums in sigma notation but do not evaluate them.

24\.

*L*30 for $f(x) = x^{2}$ on $\left\lbrack {1,2} \right\rbrack$

25.

*L*10 for $f(x) = \sqrt{4 - x^{2}}$ on $\left\lbrack {-2,2} \right\rbrack$

26\.

*R*20 for $f(x) = \text{sin}\mspace{2mu} x$ on $\left\lbrack {0,\pi} \right\rbrack$

27.

*R*100 for $\text{ln}\mspace{2mu} x$ on $\left\lbrack {1,e} \right\rbrack$

In the following exercises, graph the function then use a calculator or a computer program to evaluate the following left and right endpoint sums. If the two agree, say "neither."

28\.

\[T\] *L*100 and *R*100 for $y = x^{2} - x + 3$ on the interval $\left\lbrack {-1,1} \right\rbrack$

29.

\[T\] *L*100 and *R*100 for $y = x^{2}$ on the interval $\left\lbrack {0,1} \right\rbrack$

30\.

\[T\] *L*50 and *R*50 for $y = \frac{x + 1}{x^{2} - 1}$ on the interval $\left\lbrack {2,4} \right\rbrack$

31.

\[T\] *L*100 and *R*100 for ${y = x^{3}} + 2$ on the interval $\left\lbrack {-1,1} \right\rbrack$

32\.

\[T\] *L*50 and *R*50 for $y = \text{tan}(x)$ on the interval $\left\lbrack {0,\frac{\pi}{4}} \right\rbrack$

33.

\[T\] *L*100 and *R*100 for $y = e^{2x}$ on the interval $\left\lbrack {-1,1} \right\rbrack$

34\.

Let *tj* denote the time that it took Tejay van Garteren to ride the *j*th stage of the Tour de France in 2014. If there were a total of 21 stages, interpret ${\sum\limits_{j = 1}^{21}t_{j}}.$

35.

Let $r_{j}$ denote the total rainfall in Portland on the *j*th day of the year in 2009. Interpret ${\sum\limits_{j = 1}^{31}r_{j}}.$

36\.

Let $d_{j}$ denote the hours of daylight and $\delta_{j}$ denote the increase in the hours of daylight from day $j - 1$ to day *j* in Fargo, North Dakota, on the *j*th day of the year. Interpret $d_{1} + {\sum\limits_{j = 2}^{365}\delta_{j}}.$

37.

To help get in shape, Joe gets a new pair of running shoes. If Joe runs 1 mi each day in week 1 and adds $\frac{1}{10}$ mi to his daily routine each week, what is the total mileage on Joe’s shoes after 25 weeks?

38\.

The following table gives approximate values of the average annual atmospheric rate of increase in carbon dioxide (CO2) each decade since 1960, in parts per million (ppm). Estimate the total increase in atmospheric CO2 between 1964 and 2013.

| Decade | Ppm/y |

|-----------|-------|

| 1964–1973 | 1.07 |

| 1974–1983 | 1.34 |

| 1984–1993 | 1.40 |

| 1994–2003 | 1.87 |

| 2004–2013 | 2.07 |

Table 5.2 Average Annual Atmospheric CO2 Increase, 1964–2013 *Source*: http://www.esrl.noaa.gov/gmd/ccgg/trends/. 39.

The following table gives the approximate increase in sea level in inches over 20 years starting in the given year. Estimate the net change in mean sea level from 1870 to 2010.

| Starting Year | 20-Year Change |

|---------------|----------------|

| 1870 | 0.3 |

| 1890 | 1.5 |

| 1910 | 0.2 |

| 1930 | 2.8 |

| 1950 | 0.7 |

| 1970 | 1.1 |

| 1990 | 1.5 |

Table 5.3 Approximate 20-Year Sea Level Increases, 1870–1990 *Source*: http://link.springer.com/article/10.1007%2Fs10712-011-9119-1 40.

The following table gives the approximate increase in dollars in the average price of a gallon of gas per decade since 1950. If the average price of a gallon of gas in 2010 was \$2.60, what was the average price of a gallon of gas in 1950?

| Starting Year | 10-Year Change |

|---------------|----------------|

| 1950 | 0.03 |

| 1960 | 0.05 |

| 1970 | 0.86 |

| 1980 | −0.03 |

| 1990 | 0.29 |

| 2000 | 1.12 |

Table 5.4 Approximate 10-Year Gas Price Increases, 1950–2000 *Source*: http://epb.lbl.gov/homepages/Rick_Diamond/docs/lbnl55011-trends.pdf. 41.

The following table gives the percent growth of the U.S. population beginning in July of the year indicated. If the U.S. population was 281,421,906 in July 2000, estimate the U.S. population in July 2010.

| Year | % Change/Year |

|------|---------------|

| 2000 | 1.12 |

| 2001 | 0.99 |

| 2002 | 0.93 |

| 2003 | 0.86 |

| 2004 | 0.93 |

| 2005 | 0.93 |

| 2006 | 0.97 |

| 2007 | 0.96 |

| 2008 | 0.95 |

| 2009 | 0.88 |

Table 5.5 Annual Percentage Growth of U.S. Population, 2000–2009 *Source*: http://www.census.gov/popest/data.

(*Hint:* To obtain the population in July 2001, multiply the population in July 2000 by 1.0112 to get 284,573,831.)

In the following exercises, estimate the areas under the curves by computing the left Riemann sums, *L*8.

42\. 43. 44. 45. 46.

\[T\] Use a computer algebra system to compute the Riemann sum, $L_{N},$ for $N = 10,30,50$ for $f(x) = \sqrt{1 - x^{2}}$ on $\left\lbrack {-1,1} \right\rbrack.$

47.

\[T\] Use a computer algebra system to compute the Riemann sum, *LN*, for $N = 10,30,50$ for $f(x) = \frac{1}{\sqrt{1 + x^{2}}}$ on $\left\lbrack {-1,1} \right\rbrack.$

48\.

\[T\] Use a computer algebra system to compute the Riemann sum, *LN*, for $N = 10,30,50$ for $f(x) = \text{sin}^{2}x$ on $\left\lbrack {0,2\pi} \right\rbrack.$ Compare these estimates with *π*.

In the following exercises, use a calculator or a computer program to evaluate the endpoint sums *RN* and *LN* for $N = 1,10,100.$ How do these estimates compare with the exact answers, which you can find via geometry?

49.

\[T\] $y = \text{cos}\left( {\pi x} \right)$ on the interval $\left\lbrack {0,1} \right\rbrack$

50\.

\[T\] $y = 3x + 2$ on the interval $\left\lbrack {3,5} \right\rbrack$

In the following exercises, use a calculator or a computer program to evaluate the endpoint sums *RN* and *LN* for $N = 1,10,100.$

51.

\[T\] $y = x^{4} - 5x^{2} + 4$ on the interval $\left\lbrack {-2,2} \right\rbrack,$ which has an exact area of $\frac{32}{15}$

52\.

\[T\] $y = \text{ln}\mspace{2mu} x$ on the interval $\left\lbrack {1,2} \right\rbrack,$ which has an exact area of $2\mspace{2mu}\text{ln}(2) - 1$

53.

Explain why, if $f(a) \geq 0$ and *f* is increasing on $\left\lbrack {a,b} \right\rbrack,$ that the left endpoint estimate is a lower bound for the area below the graph of *f* on $\left\lbrack {a,b} \right\rbrack.$

54\.

Explain why, if $f(b) \geq 0$ and *f* is decreasing on $\left\lbrack {a,b} \right\rbrack,$ that the left endpoint estimate is an upper bound for the area below the graph of *f* on $\left\lbrack {a,b} \right\rbrack.$

55.

Show that, in general, $R_{N} - L_{N} = \left( {b - a} \right)\ \times \ \frac{f(b) - f(a)}{N}.$

56\.

Explain why, if *f* is increasing on $\left\lbrack {a,b} \right\rbrack,$ the error between either *LN* or *RN* and the area *A* below the graph of *f* is at most $\left( {b - a} \right)\frac{f(b) - f(a)}{N}.$

57.

For each of the three graphs:

1. Obtain a lower bound $L(A)$ for the area enclosed by the curve by adding the areas of the squares *enclosed completely* by the curve.

2. Obtain an upper bound $U(A)$ for the area by adding to $L(A)$ the areas $B(A)$ of the squares *enclosed partially* by the curve.

58\.

In the previous exercise, explain why $L(A)$ gets no smaller while $U(A)$ gets no larger as the squares are subdivided into four boxes of equal area.

59.

A unit circle is made up of *n* wedges equivalent to the inner wedge in the figure. The base of the inner triangle is 1 unit and its height is $\text{sin}\left( \frac{2\pi}{n} \right).$ The base of the outer triangle is $B = \text{cos}\left( \frac{\pi}{n} \right) + \text{sin}\left( \frac{\pi}{n} \right)\text{tan}\left( \frac{\pi}{n} \right)$ and the height is $H = B\mspace{2mu}\text{sin}\left( \frac{2\pi}{n} \right).$ Use this information to argue that the area of a unit circle is equal to *π*.

---

5.2 The Definite Integral

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-2-the-definite-integral

5.2 The Definite Integral

In the preceding section we defined the area under a curve in terms of Riemann sums:

$$A = \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}.$$

However, this definition came with restrictions. We required $f(x)$ to be continuous and nonnegative. Unfortunately, real-world problems don’t always meet these restrictions. In this section, we look at how to apply the concept of the area under the curve to a broader set of functions through the use of the definite integral.

Definition and Notation

The definite integral generalizes the concept of the area under a curve. We lift the requirements that $f(x)$ be continuous and nonnegative, and define the definite integral as follows.

If $f(x)$ is a function defined on an interval $\left\lbrack {a,b} \right\rbrack,$ the definite integral of *f* from *a* to *b* is given by

$${\int_{a}^{b}{f(x)dx}} = \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}},$$ (5.8)

provided the limit exists. If this limit exists, the function $f(x)$ is said to be integrable on $\left\lbrack {a,b} \right\rbrack,$ or is an integrable function.

The integral symbol in the previous definition should look familiar. We have seen similar notation in the chapter on Applications of Derivatives, where we used the indefinite integral symbol (without the *a* and *b* above and below) to represent an antiderivative. Although the notation for indefinite integrals may look similar to the notation for a definite integral, they are not the same. A definite integral is a number. An indefinite integral is a family of functions. Later in this chapter we examine how these concepts are related. However, close attention should always be paid to notation so we know whether we’re working with a definite integral or an indefinite integral.

Integral notation goes back to the late seventeenth century and is one of the contributions of Gottfried Wilhelm Leibniz, who is often considered to be the codiscoverer of calculus, along with Isaac Newton. The integration symbol ∫ is an elongated S, suggesting sigma or summation. On a definite integral, above and below the summation symbol are the boundaries of the interval, $\left\lbrack {a,b} \right\rbrack.$ The numbers *a* and *b* are *x*-values and are called the limits of integration; specifically, *a* is the lower limit and *b* is the upper limit. To clarify, we are using the word *limit* in two different ways in the context of the definite integral. First, we talk about the limit of a sum as $n\rightarrow\infty.$ Second, the boundaries of the region are called the *limits of integration*.

We call the function $f(x)$ the integrand, and the *dx* indicates that $f(x)$ is a function with respect to *x*, called the variable of integration. Note that, like the index in a sum, the variable of integration is a dummy variable, and has no impact on the computation of the integral. We could use any variable we like as the variable of integration:

$${\int_{a}^{b}{f(x)dx}} = {\int_{a}^{b}{f(t)dt}} = {\int_{a}^{b}{f(u)du}}$$

Previously, we discussed the fact that if $f(x)$ is continuous on $\left\lbrack {a,b} \right\rbrack,$ then the limit $\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$ exists and is unique. This leads to the following theorem, which we state without proof.

Continuous Functions Are Integrable

If $f(x)$ is continuous on $\left\lbrack {a,b} \right\rbrack,$ then *f* is integrable on $\left\lbrack {a,b} \right\rbrack.$

Functions that are not continuous on $\left\lbrack {a,b} \right\rbrack$ may still be integrable, depending on the nature of the discontinuities. For example, functions continuous on a closed interval, apart from a finite number of jump discontinuities, are integrable.

It is also worth noting here that we have retained the use of a regular partition in the Riemann sums. This restriction is not strictly necessary. Any partition can be used to form a Riemann sum. However, if a nonregular partition is used to define the definite integral, it is not sufficient to take the limit as the number of subintervals goes to infinity. Instead, we must take the limit as the width of the largest subinterval goes to zero. This introduces a little more complex notation in our limits and makes the calculations more difficult without really gaining much additional insight, so we stick with regular partitions for the Riemann sums.

Evaluating an Integral Using the Definition

Use the definition of the definite integral to evaluate ${\int_{0}^{2}{x^{2}dx}}.$ Use a right-endpoint approximation to generate the Riemann sum.

Solution

We first want to set up a Riemann sum. Based on the limits of integration, we have $a = 0$ and $b = 2.$ For $i = 0,1,2\text{,…,}\ n,$ let $P = \left\{ x_{i} \right\}$ be a regular partition of $\left\lbrack {0,2} \right\rbrack.$ Then

$$\text{Δ}x = \frac{b - a}{n} = \frac{2}{n}.$$

Since we are using a right-endpoint approximation to generate Riemann sums, for each *i*, we need to calculate the function value at the right endpoint of the interval $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ The right endpoint of the interval is $x_{i},$ and since *P* is a regular partition,

$$x_{i} = x_{0} + i\text{Δ}x = 0 + i\left\lbrack \frac{2}{n} \right\rbrack = \frac{2i}{n}.$$

Thus, the function value at the right endpoint of the interval is

$$f\left( x_{i} \right) = x_{i}^{2} = \left( \frac{2i}{n} \right)^{2} = \frac{4i^{2}}{n^{2}}.$$

Then the Riemann sum takes the form

$${\sum\limits_{i = 1}^{n}{f\left( x_{i} \right)\text{Δ}x}} = {\sum\limits_{i = 1}^{n}{\left( \frac{4i^{2}}{n^{2}} \right)\frac{2}{n}}} = {\sum\limits_{i = 1}^{n}\frac{8i^{2}}{n^{3}}} = \frac{8}{n^{3}}{\sum\limits_{i = 1}^{n}i^{2}}.$$

Using the summation formula for ${\sum\limits_{i = 1}^{n}i^{2}},$ we have

$$\begin{array}{cl}

{\sum\limits_{i = 1}^{n}{f\left( x_{i} \right)\text{Δ}x}} & {= \frac{8}{n^{3}}{\sum\limits_{i = 1}^{n}i^{2}}} \\

& \\

& \\

& \\

& {= \frac{8}{n^{3}}\left\lbrack \frac{n\left( {n + 1} \right)\left( {2n + 1} \right)}{6} \right\rbrack} \\

& {= \frac{8}{n^{3}}\left\lbrack \frac{2n^{3} + 3n^{2} + n}{6} \right\rbrack} \\

& {= \frac{16n^{3} + 24n^{2} + 8n}{6n^{3}}} \\

& {= \frac{8}{3} + \frac{4}{n} + \frac{8}{6n^{2}}.}

\end{array}$$

Now, to calculate the definite integral, we need to take the limit as $n\rightarrow\infty.$ We get

$$\begin{array}{cl}

{\int_{0}^{2}{x^{2}dx}} & {= \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i} \right)\text{Δ}x}}} \\

& \\

& \\

& {= \underset{n\rightarrow\infty}{\text{lim}}\left( {\frac{8}{3} + \frac{4}{n} + \frac{8}{6n^{2}}} \right)} \\

& {= \underset{n\rightarrow\infty}{\text{lim}}\left( \frac{8}{3} \right) + \underset{n\rightarrow\infty}{\text{lim}}\left( \frac{4}{n} \right) + \underset{n\rightarrow\infty}{\text{lim}}\left( \frac{8}{6n^{2}} \right)} \\

& {= \frac{8}{3} + 0 + 0 = \frac{8}{3}.}

\end{array}$$

Use the definition of the definite integral to evaluate ${\int_{0}^{3}{\left( {2x - 1} \right)dx}}.$ Use a right-endpoint approximation to generate the Riemann sum.

Evaluating Definite Integrals

Evaluating definite integrals this way can be quite tedious because of the complexity of the calculations. Later in this chapter we develop techniques for evaluating definite integrals *without* taking limits of Riemann sums. However, for now, we can rely on the fact that definite integrals represent the area under the curve, and we can evaluate definite integrals by using geometric formulas to calculate that area. We do this to confirm that definite integrals do, indeed, represent areas, so we can then discuss what to do in the case of a curve of a function dropping below the *x*-axis.

Using Geometric Formulas to Calculate Definite Integrals

Use the formula for the area of a circle to evaluate ${\int_{3}^{6}{\sqrt{9 - \left( {x - 3} \right)^{2}}dx}}.$

Solution

The function describes a semicircle with radius 3. To find

$${\int_{3}^{6}{\sqrt{9 - \left( {x - 3} \right)^{2}}dx}},$$

we want to find the area under the curve over the interval $\left\lbrack {3,6} \right\rbrack.$ The formula for the area of a circle is $A = \pi r^{2}.$ The area of a semicircle is just one-half the area of a circle, or $A = \left( \frac{1}{2} \right)\pi r^{2}.$ The shaded area in Figure 5.16 covers one-half of the semicircle, or $A = \left( \frac{1}{4} \right)\pi r^{2}.$ Thus,

$$\begin{array}{cl}

& \\

& \\

{\int_{3}^{6}\sqrt{9 - \left( {x - 3} \right)^{2}}} & {= \frac{1}{4}\pi(3)^{2}} \\

& {= \frac{9}{4}\pi} \\

& {\approx 7.069.}

\end{array}$$

Use the formula for the area of a trapezoid to evaluate ${\int_{2}^{4}{\left( {2x + 3} \right)dx}}.$

Area and the Definite Integral

When we defined the definite integral, we lifted the requirement that $f(x)$ be nonnegative. But how do we interpret “the area under the curve” when $f(x)$ is negative?

Net Signed Area

Let us return to the Riemann sum. Consider, for example, the function $f(x) = 2 - 2x^{2}$ (shown in Figure 5.17) on the interval $\left\lbrack {0,2} \right\rbrack.$ Use $n = 8$ and choose $\left\{ x_{i}^{*}\text{\}} \right.$ as the left endpoint of each interval. Construct a rectangle on each subinterval of height $f\left( x_{i}^{*} \right)$ and width Δ*x*. When $f\left( x_{i}^{*} \right)$ is positive, the product $f\left( x_{i}^{*} \right)\text{Δ}x$ represents the area of the rectangle, as before. When $f\left( x_{i}^{*} \right)$ is negative, however, the product $f\left( x_{i}^{*} \right)\text{Δ}x$ represents the *negative* of the area of the rectangle. The Riemann sum then becomes

$${\sum\limits_{i = 1}^{8}{f\left( x_{i}^{*} \right)\text{Δ}x}} = \left( {\text{Area of rectangles above the}\ x\text{-axis}} \right) - \left( {\text{Area of rectangles below the}\ x\text{-axis}} \right)$$

Taking the limit as $n\rightarrow\infty,$ the Riemann sum approaches the area between the curve above the *x*-axis and the *x*-axis, less the area between the curve below the *x*-axis and the *x*-axis, as shown in Figure 5.18. Then,

$$\begin{array}{cl}

{\int_{0}^{2}{f(x)dx}} & {= \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( c_{i} \right)\text{Δ}x}}} \\

& {= A_{1} - A_{2}.}

\end{array}$$

The quantity $A_{1} - A_{2}$ is called the net signed area.

Notice that net signed area can be positive, negative, or zero. If the area above the *x*-axis is larger, the net signed area is positive. If the area below the *x*-axis is larger, the net signed area is negative. If the areas above and below the *x*-axis are equal, the net signed area is zero.

Finding the Net Signed Area

Find the net signed area between the curve of the function $f(x) = 2x$ and the *x*-axis over the interval $\left\lbrack {-3,3} \right\rbrack.$

Solution

The function produces a straight line that forms two triangles: one from $x = -3$ to $x = 0$ and the other from $x = 0$ to $x = 3$ (Figure 5.19). Using the geometric formula for the area of a triangle, $A = \frac{1}{2}bh,$ the area of triangle *A*1, above the axis, is

$$A_{1} = \frac{1}{2}3(6) = 9,$$

where 3 is the base and $2(3) = 6$ is the height. The area of triangle *A*2, below the axis, is

$$A_{2} = \frac{1}{2}(3)(6) = 9,$$

where 3 is the base and 6 is the height. Thus, the net area is

$${\int_{-3}^{3}{2xdx}} = A_{1} - A_{2} = 9 - 9 = 0.$$

Analysis

If *A*1 is the area above the *x*-axis and *A*2 is the area below the *x*-axis, then the net area is $A_{1} - A_{2}.$ Since the areas of the two triangles are equal, the net area is zero.

Find the net signed area of $f(x) = x - 2$ over the interval $\left\lbrack {0,6} \right\rbrack,$ illustrated in the following image.

Total Area

One application of the definite integral is finding displacement when given a velocity function. If $v(t)$ represents the velocity of an object as a function of time, then the area under the curve tells us how far the object is from its original position. This is a very important application of the definite integral, and we examine it in more detail later in the chapter. For now, we’re just going to look at some basics to get a feel for how this works by studying constant velocities.

When velocity is a constant, the area under the curve is just velocity times time. This idea is already very familiar. If a car travels away from its starting position in a straight line at a speed of 70 mph for 2 hours, then it is 140 mi away from its original position (Figure 5.20). Using integral notation, we have

$${\int_{0}^{2}{70dt}} = 140.$$

In the context of displacement, net signed area allows us to take direction into account. If a car travels straight north at a speed of 60 mph for 2 hours, it is 120 mi north of its starting position. If the car then turns around and travels south at a speed of 40 mph for 3 hours, it will be back at it starting position (Figure 5.21). Again, using integral notation, we have

$$\begin{array}{cl}

{{\int_{0}^{2}{60dt}} + {\int_{2}^{5}{-40dt}}} & {= 120 - 120} \\

& {= 0.}

\end{array}$$

In this case the displacement is zero.

Suppose we want to know how far the car travels overall, regardless of direction. In this case, we want to know the area between the curve and the *x*-axis, regardless of whether that area is above or below the axis. This is called the total area.

Graphically, it is easiest to think of calculating total area by adding the areas above the axis and the areas below the axis (rather than subtracting the areas below the axis, as we did with net signed area). To accomplish this mathematically, we use the absolute value function. Thus, the total distance traveled by the car is

$$\begin{array}{cl}

{{\int_{0}^{2}{|60|dt}} + {\int_{2}^{5}{|-40|dt}}} & {= {\int_{0}^{2}{60dt}} + {\int_{2}^{5}{40dt}}} \\

& {= 120 + 120} \\

& {= 240.}

\end{array}$$

Bringing these ideas together formally, we state the following definitions.

Let $f(x)$ be an integrable function defined on an interval $\left\lbrack {a,b} \right\rbrack.$ Let *A*1 represent the area between $f(x)$ and the *x*-axis that lies *above* the axis and let *A*2 represent the area between $f(x)$ and the *x*-axis that lies *below* the axis. Then, the net signed area between $f(x)$ and the *x*-axis is given by

$${\int_{a}^{b}{f(x)dx}} = A_{1} - A_{2}.$$

The total area between $f(x)$ and the *x*-axis is given by

$$\int_{a}^{b}\left| {f(x)} \right|dx = A_{1} + A_{2}.$$

Finding the Total Area

Find the total area between $f(x) = x - 2$ and the *x*-axis over the interval $\left\lbrack {0,6} \right\rbrack.$

Solution

Calculate the *x*-intercept as $\left( {2,0} \right)$ (set $y = 0,$ solve for *x*). To find the total area, take the area below the *x*-axis over the subinterval $\left\lbrack {0,2} \right\rbrack$ and add it to the area above the *x*-axis on the subinterval $\left\lbrack {2,6} \right\rbrack$ (Figure 5.22).

We have

$${\int_{0}^{6}{\left| \left( {x - 2} \right) \right|dx}} = A_{2} + A_{1}.$$

Then, using the formula for the area of a triangle, we obtain

$$A_{2} = \frac{1}{2}bh = \frac{1}{2} \cdot 2 \cdot 2 = 2$$ $$A_{1} = \frac{1}{2}bh = \frac{1}{2} \cdot 4 \cdot 4 = 8.$$

The total area, then, is

$$A_{1} + A_{2} = 8 + 2 = 10.$$

Find the total area between the function $f(x) = 2x$ and the *x*-axis over the interval $\left\lbrack {-3,3} \right\rbrack.$

Properties of the Definite Integral

The properties of indefinite integrals apply to definite integrals as well. Definite integrals also have properties that relate to the limits of integration. These properties, along with the rules of integration that we examine later in this chapter, help us manipulate expressions to evaluate definite integrals.

1.

$$\int_{a}^{a}{f(x)dx = 0}$$ (5.9)

If the limits of integration are the same, the integral is just a line and contains no area.

2.

$${\int_{b}^{a}{f(x)dx}} = \text{−}{\int_{a}^{b}{f(x)dx}}$$ (5.10)

If the limits are reversed, then place a negative sign in front of the integral.

3.

$${\int_{a}^{b}{\left\lbrack {f(x) + g(x)} \right\rbrack dx}} = {\int_{a}^{b}{f(x)dx}} + {\int_{a}^{b}{g(x)dx}}$$ (5.11)

The integral of a sum is the sum of the integrals.

4.

$$\int_{a}^{b}{\left\lbrack {f(x) - g(x)} \right\rbrack dx = {\int_{a}^{b}{f(x)dx - {\int_{a}^{b}{g(x)dx}}}}}$$ (5.12)

The integral of a difference is the difference of the integrals.

5.

$${\int_{a}^{b}{cf(x)dx}} = c{\int_{a}^{b}{f{(x)dx}}}$$ (5.13)

for constant *c*. The integral of the product of a constant and a function is equal to the constant multiplied by the integral of the function.

6.

$${\int_{a}^{b}{f(x)dx}} = {\int_{a}^{c}{f(x)dx}} + {\int_{c}^{b}{f(x)dx}}$$ (5.14)

Although this formula normally applies when *c* is between *a* and *b*, the formula holds for all values of *a*, *b*, and *c*, provided $f(x)$ is integrable on the largest interval.

Using the Properties of the Definite Integral

Use the properties of the definite integral to express the definite integral of $f(x) = -3x^{3} + 2x + 2$ over the interval $\left\lbrack {-2,1} \right\rbrack$ as the sum of three definite integrals.

Solution

Using integral notation, we have ${\int_{-2}^{1}{\left( {-3x^{3} + 2x + 2} \right)dx}}.$ We apply properties 3. and 5. to get

$$\begin{array}{cl}

{\int_{-2}^{1}{\left( {-3x^{3} + 2x + 2} \right)dx}} & {= {\int_{-2}^{1}{-3x^{3}dx}} + {\int_{-2}^{1}{2xdx}} + {\int_{-2}^{1}{2dx}}} \\

& {= -3{\int_{-2}^{1}{x^{3}dx}} + 2{\int_{-2}^{1}{xdx}} + {\int_{-2}^{1}{2dx}}.}

\end{array}$$

Use the properties of the definite integral to express the definite integral of $f(x) = 6x^{3} - 4x^{2} + 2x - 3$ over the interval $\left\lbrack {1,3} \right\rbrack$ as the sum of four definite integrals.

Using the Properties of the Definite Integral

If it is known that ${\int_{0}^{8}{f(x)dx}} = 10$ and ${\int_{0}^{5}{f(x)dx}} = 5,$ find the value of ${\int_{5}^{8}{f(x)dx}}.$

Solution

By property 6.,

$${\int_{a}^{b}{f(x)dx}} = {\int_{a}^{c}{f(x)dx}} + {\int_{c}^{b}{f(x)dx}}.$$

Thus,

$$\begin{array}{cll}

{\int_{0}^{8}{f(x)dx}} & = & {{\int_{0}^{5}{f(x)dx}} + {\int_{5}^{8}{f(x)dx}}} \\

10 & = & {5 + {\int_{5}^{8}{f(x)dx}}} \\

5 & = & {{\int_{5}^{8}{f(x)dx}}.}

\end{array}$$

If it is known that ${\int_{1}^{5}{f(x)dx}} = -3$ and ${\int_{2}^{5}{f(x)dx}} = 4,$ find the value of ${\int_{1}^{2}{f(x)dx}}.$

Comparison Properties of Integrals

A picture can sometimes tell us more about a function than the results of computations. Comparing functions by their graphs as well as by their algebraic expressions can often give new insight into the process of integration. Intuitively, we might say that if a function $f(x)$ is above another function $g(x),$ then the area between $f(x)$ and the *x*-axis is greater than the area between $g(x)$ and the *x*-axis. This is true depending on the interval over which the comparison is made. The properties of definite integrals are valid whether $a < b,a = b,$ or $a > b.$ The following properties, however, concern only the case $a \leq b,$ and are used when we want to compare the sizes of integrals.

Comparison Theorem

1. If $f(x) \geq 0$ for $a \leq x \leq b,$ then

$${\int_{a}^{b}{f(x)dx}} \geq 0.$$

2. If $f(x) \geq g(x)$ for $a \leq x \leq b,$ then

$${\int_{a}^{b}{f(x)dx}} \geq {\int_{a}^{b}{g(x)dx}}.$$

3. If *m* and *M* are constants such that $m \leq f(x) \leq M$ for $a \leq x \leq b,$ then

$$\begin{array}{cl}

{m\left( {b - a} \right)} & {\leq {\int_{a}^{b}{f(x)dx}}} \\

& {\leq M\left( {b - a} \right).}

\end{array}$$

Comparing Two Functions over a Given Interval

Compare $f(x) = \sqrt{1 + x^{2}}$ and $g(x) = \sqrt{1 + x}$ over the interval $\left\lbrack {0,1} \right\rbrack.$

Solution

Graphing these functions is necessary to understand how they compare over the interval $\left\lbrack {0,1} \right\rbrack.$ Initially, when graphed on a graphing calculator, $f(x)$ appears to be above $g(x)$ everywhere. However, on the interval $\left\lbrack {0,1} \right\rbrack,$ the graphs appear to be on top of each other. We need to zoom in to see that, on the interval $\left\lbrack {0,1} \right\rbrack,g(x)$ is above $f(x).$ The two functions intersect at $x = 0$ and $x = 1$ (Figure 5.23).

We can see from the graph that over the interval $\left\lbrack {0,1} \right\rbrack,g(x) \geq f(x).$ Comparing the integrals over the specified interval $\left\lbrack {0,1} \right\rbrack,$ we also see that ${\int_{0}^{1}{g(x)dx}} \geq {\int_{0}^{1}{f(x)dx}}$ (Figure 5.24). The thin, red-shaded area shows just how much difference there is between these two integrals over the interval $\left\lbrack {0,1} \right\rbrack.$

Average Value of a Function

We often need to find the average of a set of numbers, such as an average test grade. Suppose you received the following test scores in your algebra class: 89, 90, 56, 78, 100, and 69. Your semester grade is your average of test scores and you want to know what grade to expect. We can find the average by adding all the scores and dividing by the number of scores. In this case, there are six test scores. Thus,

$$\frac{89 + 90 + 56 + 78 + 100 + 69}{6} = \frac{482}{6} \approx 80.33.$$

Therefore, your average test grade is approximately 80.33, which translates to a B− at most schools.

Suppose, however, that we have a function $v(t)$ that gives us the speed of an object at any time *t*, and we want to find the object’s average speed. The function $v(t)$ takes on an infinite number of values, so we can’t use the process just described. Fortunately, we can use a definite integral to find the average value of a function such as this.

Let $f(x)$ be continuous over the interval $\left\lbrack {a,b} \right\rbrack$ and let $\left\lbrack {a,b} \right\rbrack$ be divided into *n* subintervals of width $\text{Δ}x = {{(b - a)}\text{/}{n.}}$ Choose a representative $x_{i}^{*}$ in each subinterval and calculate $f\left( x_{i}^{*} \right)$ for $i = 1,2\text{,…,}\ n.$ In other words, consider each $f\left( x_{i}^{*} \right)$ as a sampling of the function over each subinterval. The average value of the function may then be approximated as

$$\frac{f\left( x_{1}^{*} \right) + f\left( x_{2}^{*} \right) + \text{⋯} + f\left( x_{n}^{*} \right)}{n},$$

which is basically the same expression used to calculate the average of discrete values.

But we know $\text{Δ}x = \frac{b - a}{n},$ so $n = \frac{b - a}{\text{Δ}x},$ and we get

$$\frac{f\left( x_{1}^{*} \right) + f\left( x_{2}^{*} \right) + \text{⋯} + f\left( x_{n}^{*} \right)}{n} = \frac{f\left( x_{1}^{*} \right) + f\left( x_{2}^{*} \right) + \text{⋯} + f\left( x_{n}^{*} \right)}{\frac{\left( {b - a} \right)}{\text{Δ}x}}.$$

Following through with the algebra, the numerator is a sum that is represented as ${\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)}},$ and we are dividing by a fraction. To divide by a fraction, invert the denominator and multiply. Thus, an approximate value for the average value of the function is given by

$$\begin{array}{cl}

\frac{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)}}{\frac{\left( {b - a} \right)}{\text{Δ}x}} & {= \left( \frac{\text{Δ}x}{b - a} \right){\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)}}} \\

& \\

& {= \left( \frac{1}{b - a} \right){\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}.}

\end{array}$$

This is a Riemann sum. Then, to get the *exact* average value, take the limit as *n* goes to infinity. Thus, the average value of a function is given by

$$\frac{1}{b - a}\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i} \right)\text{Δ}x}} = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}}.$$

Let $f(x)$ be continuous over the interval $\left\lbrack {a,b} \right\rbrack.$ Then, the average value of the function $f(x)$ (or *f*ave) on $\left\lbrack {a,b} \right\rbrack$ is given by

$$f_{\text{ave}} = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}}.$$

Finding the Average Value of a Linear Function

Find the average value of $f(x) = x + 1$ over the interval $\left\lbrack {0,5} \right\rbrack.$

Solution

First, graph the function on the stated interval, as shown in Figure 5.25.

The region is a trapezoid lying on its side, so we can use the area formula for a trapezoid $A = \frac{1}{2}h\left( {a + b} \right),$ where *h* represents height, and *a* and *b* represent the two parallel sides. Then,

$$\begin{array}{cl}

{{\int_{0}^{5}x} + 1dx} & {= \frac{1}{2}h\left( {a + b} \right)} \\

& {= \frac{1}{2} \cdot 5 \cdot \left( {1 + 6} \right)} \\

& {= \frac{35}{2}.}

\end{array}$$

Thus the average value of the function is

$$\frac{1}{5 - 0}{\int_{0}^{5}x} + 1dx = \frac{1}{5} \cdot \frac{35}{2} = \frac{7}{2}.$$

Find the average value of $f(x) = 6 - 2x$ over the interval $\left\lbrack {0,3} \right\rbrack.$

Section 5.2 Exercises

In the following exercises, express the limits as integrals.

60\.

$\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{\left( x_{i}^{*} \right)\text{Δ}x}}$ over $\left\lbrack {1,3} \right\rbrack$

61.

$\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{\left( {5\left( x_{i}^{*} \right)^{2} - 3\left( x_{i}^{*} \right)^{3}} \right)\text{Δ}x}}$ over $\left\lbrack {0,2} \right\rbrack$

62\.

$\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{\text{sin}^{2}\left( {2\pi x_{i}^{*}} \right)\text{Δ}x}}$ over $\left\lbrack {0,1} \right\rbrack$

63.

$\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{\text{cos}^{2}\left( {2\pi x_{i}^{*}} \right)\text{Δ}x}}$ over $\left\lbrack {0,1} \right\rbrack$

In the following exercises, given *Ln* or *Rn* as indicated, express their limits as $n\rightarrow\infty$ as definite integrals, identifying the correct intervals.

64\.

$L_{n} = \frac{1}{n}{\sum\limits_{i = 1}^{n}\frac{i - 1}{n}}$

65.

$R_{n} = \frac{1}{n}{\sum\limits_{i = 1}^{n}\frac{i}{n}}$

66\.

$L_{n} = \frac{2}{n}{\sum\limits_{i = 1}^{n}\left( {1 + 2\frac{i - 1}{n}} \right)}$

67.

$R_{n} = \frac{3}{n}{\sum\limits_{i = 1}^{n}\left( {3 + 3\frac{i}{n}} \right)}$

68\.

$L_{n} = \frac{2\pi}{n}{\sum\limits_{i = 1}^{n}{2\pi\frac{i - 1}{n}\text{cos}\left( {2\pi\frac{i - 1}{n}} \right)}}$

69.

$R_{n} = \frac{1}{n}{\sum\limits_{i = 1}^{n}{\left( {1 + \frac{i}{n}} \right)\text{log}\left( \left( {1 + \frac{i}{n}} \right)^{2} \right)}}$

In the following exercises, evaluate the integrals of the functions graphed using the formulas for areas of triangles and circles, and subtracting the areas below the *x*-axis.

70\. 71. 72. 73. 74. 75.

In the following exercises, evaluate the integral using area formulas.

76\.

$\int_{0}^{3}{\left( {3 - x} \right)dx}$

77.

$\int_{2}^{3}{\left( {3 - x} \right)dx}$

78\.

$\int_{-3}^{3}{\left( {3 - |x|} \right)dx}$

79.

$\int_{0}^{6}{\left( {3 - \left| {x - 3} \right|} \right)dx}$

80\.

$\int_{-2}^{2}{\sqrt{4 - x^{2}}dx}$

81.

$\int_{1}^{5}{\sqrt{4 - \left( {x - 3} \right)^{2}}dx}$

82\.

$\int_{0}^{12}{\sqrt{36 - \left( {x - 6} \right)^{2}}dx}$

83.

$\int_{-2}^{3}{\left( {3 - |x|} \right)dx}$

In the following exercises, use averages of values at the left (*L*) and right (*R*) endpoints to compute the integrals of the piecewise linear functions with graphs that pass through the given list of points over the indicated intervals.

84\.

$\left\{ {\left( {0,0} \right),\left( {2,1} \right),\left( {4,3} \right),\left( {5,0} \right),\left( {6,0} \right),\left( {8,3} \right)} \right\}$ over $\left\lbrack {0,8} \right\rbrack$

85.

$\left\{ {\left( {0,2} \right),\left( {1,0} \right),\left( {3,5} \right),\left( {5,5} \right),\left( {6,2} \right),\left( {8,0} \right)} \right\}$ over $\left\lbrack {0,8} \right\rbrack$

86\.

$\left\{ {\left( {-4,-4} \right),\left( {-2,0} \right),\left( {0,-2} \right),\left( {3,3} \right),\left( {4,3} \right)} \right\}$ over $\left\lbrack {-4,4} \right\rbrack$

87.

$\left\{ {\left( {-4,0} \right),\left( {-2,2} \right),\left( {0,0} \right),\left( {1,2} \right),\left( {3,2} \right),\left( {4,0} \right)} \right\}$ over $\left\lbrack {-4,4} \right\rbrack$

Suppose that ${\int_{0}^{4}{f(x)dx}} = 5$ and ${\int_{0}^{2}{f(x)dx}} = -3,$ and ${\int_{0}^{4}{g(x)dx}} = -1$ and ${\int_{0}^{2}{g(x)dx}} = 2.$ In the following exercises, compute the integrals.

88\.

$\int_{0}^{4}{\left( {f(x) + g(x)} \right)dx}$

89.

$\int_{2}^{4}{\left( {f(x) + g(x)} \right)dx}$

90\.

$\int_{0}^{2}{\left( {f(x) - g(x)} \right)dx}$

91.

$\int_{2}^{4}{\left( {f(x) - g(x)} \right)dx}$

92\.

$\int_{0}^{2}{\left( {3f(x) - 4g(x)} \right)dx}$

93.

$\int_{2}^{4}{\left( {4f(x) - 3g(x)} \right)dx}$

In the following exercises, use the identity ${\int_{\text{−}A}^{A}{f(x)dx}} = {\int_{\text{−}A}^{0}{f(x)dx}} + {\int_{0}^{A}{f(x)dx}}$ to compute the integrals.

94\.

$\int_{\text{−}\pi}^{\pi}{\frac{\text{sin}\mspace{2mu} t}{1 + t^{2}}dt}$ $\text{(}Hint\text{:}\ \text{sin}\left( {\text{−}t} \right) = \text{−}\text{sin}{(t)\text{)}}$

95.

$\int_{\text{−}\sqrt{\pi}}^{\sqrt{\pi}}{\frac{t}{1 + \text{cos}\mspace{2mu} t}dt}$

In the following exercises, find the net signed area between $f(x)$ and the x-axis.

96\.

$\int_{1}^{3}{\left( {2 - x} \right)dx}$ (*Hint:* Look at the graph of *f*.)

97.

$\int_{2}^{4}{\left( {x - 3} \right)^{3}dx}$ (*Hint:* Look at the graph of *f*.)

In the following exercises, given that ${\int_{0}^{1}{xdx}} = \frac{1}{2},{\int_{0}^{1}{x^{2}dx}} = \frac{1}{3},$ and ${\int_{0}^{1}{x^{3}dx}} = \frac{1}{4},$ compute the integrals.

98\.

$\int_{0}^{1}{\left( {1 + x + x^{2} + x^{3}} \right)dx}$

99.

$\int_{0}^{1}{\left( {1 - x + x^{2} - x^{3}} \right)dx}$

100\.

$\int_{0}^{1}{\left( {1 - x} \right)^{2}dx}$

101.

$\int_{0}^{1}{\left( {1 - 2x} \right)^{3}dx}$

102\.

$\int_{0}^{1}{\left( {6x - \frac{4}{3}x^{2}} \right)dx}$

103.

$\int_{0}^{1}{\left( {7 - 5x^{3}} \right)dx}$

In the following exercises, use the comparison theorem.

104\.

Show that ${\int_{0}^{3}{\left( {x^{2} - 6x + 9} \right)dx}} \geq 0.$

105.

Show that ${\int_{-2}^{3}{\left( {x - 3} \right)\left( {x + 2} \right)dx}} \leq 0.$

106\.

Show that ${\int_{0}^{1}{\sqrt{1 + x^{3}}dx}} \leq {\int_{0}^{1}{\sqrt{1 + x^{2}}dx}}.$

107.

Show that ${\int_{1}^{2}{\sqrt{1 + x}dx}} \leq {\int_{1}^{2}{\sqrt{1 + x^{2}}dx}}.$

108\.

Show that ${\int_{0}^{\pi\text{/}2}{\text{sin}\mspace{2mu} tdt}} \geq \frac{\pi}{4}.$ $\text{(}Hint\text{:}\ \text{sin}\mspace{2mu} t \geq \frac{2t}{\pi}$ over $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack\text{)}$

109.

Show that ${\int_{\text{−}\pi\text{/}4}^{\pi\text{/}4}{\text{cos}\mspace{2mu} tdt}} \geq \pi\sqrt{2}\text{/}4.$

In the following exercises, find the average value *f*ave of *f* between *a* and *b*, and find a point *c*, where $f(c) = f_{\text{ave}}.$

110\.

$f(x) = x^{2},a = -1,b = 1$

111.

$f(x) = x^{5},a = -1,b = 1$

112\.

$f(x) = \sqrt{4 - x^{2}},a = 0,b = 2$

113.

$f(x) = \left( {3 - |x|} \right),a = -3,b = 3$

114\.

$f(x) = \text{sin}\mspace{2mu} x,a = 0,b = 2\pi$

115.

$f(x) = \text{cos}\mspace{2mu} x,a = 0,b = 2\pi$

In the following exercises, approximate the average value using Riemann sums *L*100 and *R*100. How does your answer compare with the exact given answer?

116\.

\[T\] $y = \text{ln}(x)$ over the interval $\left\lbrack {1,4} \right\rbrack;$ the exact solution is $\frac{\text{ln}(256)}{3} - 3.$

117.

\[T\] $y = e^{x\text{/}2}$ over the interval $\left\lbrack {0,1} \right\rbrack;$ the exact solution is $2\left( {\sqrt{e} - 1} \right).$

118\.

\[T\] $y = \text{tan}\mspace{2mu} x$ over the interval $\left\lbrack {0,\frac{\pi}{4}} \right\rbrack;$ the exact solution is $\frac{2\mspace{2mu}\text{ln}(2)}{\pi}.$

119.

\[T\] $y = \frac{x + 1}{\sqrt{4 - x^{2}}}$ over the interval $\left\lbrack {-1,1} \right\rbrack;$ the exact solution is $\frac{\pi}{6}.$

In the following exercises, compute the average value using the left Riemann sums *LN* for $N = 1,10,100.$ How does the accuracy compare with the given exact value?

120\.

\[T\] $y = x^{2} - 4$ over the interval $\left\lbrack {0,2} \right\rbrack;$ the exact solution is $- \frac{8}{3}.$

121.

\[T\] $y = xe^{x^{2}}$ over the interval $\left\lbrack {0,2} \right\rbrack;$ the exact solution is $\frac{1}{4}\left( {e^{4} - 1} \right).$

122\.

\[T\] $y = \left( \frac{1}{2} \right)^{x}$ over the interval $\left\lbrack {0,4} \right\rbrack;$ the exact solution is $\frac{15}{64\mspace{2mu}\text{ln}(2)}.$

123.

\[T\] $y = x\mspace{2mu}\text{sin}\left( x^{2} \right)$ over the interval $\left\lbrack {\text{−}\pi,0} \right\rbrack;$ the exact solution is $\frac{\text{cos}\left( \pi^{2} \right) - 1}{2\pi}.$

124\.

Suppose that $A = {\int_{0}^{2\pi}{\text{sin}^{2}tdt}}$ and $B = {\int_{0}^{2\pi}{\text{cos}^{2}tdt}}.$ Show that $A + B = 2\pi$ and $A = B\text{.}$

125.

Suppose that $A = {\int_{\text{−}\pi\text{/}4}^{\pi\text{/}4}{\text{sec}^{2}tdt}} = \pi$ and $B = {\int_{\text{−}\pi\text{/}4}^{\pi\text{/}4}{\text{tan}^{2}tdt}}.$ Show that $A - B = \frac{\pi}{2}.$

126\.

Show that the average value of $\text{sin}^{2}t$ over $\left\lbrack {0,2\pi} \right\rbrack$ is equal to 1/2 Without further calculation, determine whether the average value of $\text{sin}^{2}t$ over $\left\lbrack {0,\pi} \right\rbrack$ is also equal to 1/2.

127.

Show that the average value of $\text{cos}^{2}t$ over $\left\lbrack {0,2\pi} \right\rbrack$ is equal to $1\text{/}2.$ Without further calculation, determine whether the average value of $\text{cos}^{2}(t)$ over $\left\lbrack {0,\pi} \right\rbrack$ is also equal to $1\text{/}2.$

128\.

Explain why the graphs of a quadratic function (parabola) $p(x)$ and a linear function $\ell(x)$ can intersect in at most two points. Suppose that $p(a) = \ell(a)$ and $p(b) = \ell(b),$ and that ${\int_{a}^{b}{p(t)dt}} > {\int_{a}^{b}{\ell(t)dt}}.$ Explain why ${\int_{c}^{d}{p(t)}} > {\int_{c}^{d}{\ell(t)dt}}$ whenever $a \leq c < d \leq b.$

129.

Suppose that parabola $p(x) = ax^{2} + bx + c$ opens downward $(a < 0)$ and has a vertex of $y = \frac{\text{−}b}{2a} > 0.$ For which interval $\left\lbrack {A,B} \right\rbrack$ is $\int_{A}^{B}{\left( {ax^{2} + bx + c} \right)dx}$ as large as possible?

130\.

Suppose $\left\lbrack {a,b} \right\rbrack$ can be subdivided into subintervals $a = a_{0} < a_{1} < a_{2} < \text{⋯} < a_{N} = b$ such that either $f \geq 0$ over $\left\lbrack {a_{i - 1},a_{i}} \right\rbrack$ or $f \leq 0$ over $\left\lbrack {a_{i - 1},a_{i}} \right\rbrack.$ Set $A_{i} = {\int_{a_{i - 1}}^{a_{i}}{f(t)dt}}.$

1. Explain why ${\int_{a}^{b}{f(t)dt}} = A_{1} + A_{2} + \text{⋯} + A_{N}.$

2. Then, explain why $\left| {\int_{a}^{b}{f(t)dt}} \right| \leq {\int_{a}^{b}{\left| {f(t)} \right|dt}}.$

131.

Suppose *f* and *g* are continuous functions such that ${\int_{c}^{d}{f(t)dt}} \leq {\int_{c}^{d}{g(t)dt}}$ for every subinterval $\left\lbrack {c,d} \right\rbrack$ of $\left\lbrack {a,b} \right\rbrack.$ Explain why $f(x) \leq g(x)$ for all values of *x*.

132\.

Suppose the average value of *f* over $\left\lbrack {a,b} \right\rbrack$ is 1 and the average value of *f* over $\left\lbrack {b,c} \right\rbrack$ is 1 where $a < c < b.$ Show that the average value of *f* over $\left\lbrack {a,c} \right\rbrack$ is also 1.

133.

Suppose that $\left\lbrack {a,b} \right\rbrack$ can be partitioned. taking $a = a_{0} < a_{1} < \text{⋯} < a_{N} = b$ such that the average value of *f* over each subinterval $\left\lbrack {a_{i - 1},a_{i}} \right\rbrack = 1$ is equal to 1 for each $i = 1\text{,…,}\ N.$ Explain why the average value of *f* over $\left\lbrack {a,b} \right\rbrack$ is also equal to 1.

134\.

Suppose that for each *i* such that $1 \leq i \leq N$ one has ${\int_{i - 1}^{i}{f(t)dt}} = i.$ Show that ${\int_{0}^{N}{f(t)dt}} = \frac{N\left( {N + 1} \right)}{2}.$

135.

Suppose that for each *i* such that $1 \leq i \leq N$ one has ${\int_{i - 1}^{i}{f(t)dt}} = i^{2}.$ Show that ${\int_{0}^{N}{f(t)dt}} = \frac{N\left( {N + 1} \right)\left( {2N + 1} \right)}{6}.$

136\.

\[T\] Compute the left and right Riemann sums *L*10 and *R*10 and their average $\frac{L_{10} + R_{10}}{2}$ for $f(t) = t^{2}$ over $\left\lbrack {0,1} \right\rbrack.$ Given that ${\int_{0}^{1}{t^{2}dt}} = 0.\overset{–}{33},$ to how many decimal places is $\frac{L_{10} + R_{10}}{2}$ accurate?

137.

\[T\] Compute the left and right Riemann sums, *L*10 and *R*10, and their average $\frac{L_{10} + R_{10}}{2}$ for $f(t) = \left( {4 - t^{2}} \right)$ over $\left\lbrack {1,2} \right\rbrack.$ Given that ${\int_{1}^{2}{\left( {4 - t^{2}} \right)dt}} = 1.\overset{–}{66},$ to how many decimal places is $\frac{L_{10} + R_{10}}{2}$ accurate?

138\.

If ${\int_{1}^{5}{\sqrt{1 + t^{4}}dt}} = 41.7133...,$ what is ${\int_{1}^{5}{\sqrt{1 + u^{4}}du}}?$

139.

Estimate $\int_{0}^{1}{tdt}$ using the left and right endpoint sums, each with a single rectangle. How does the average of these left and right endpoint sums compare with the actual value ${\int_{0}^{1}{tdt}}?$

140\.

Estimate $\int_{0}^{1}{tdt}$ by comparison with the area of a single rectangle with height equal to the value of *t* at the midpoint $t = \frac{1}{2}.$ How does this midpoint estimate compare with the actual value ${\int_{0}^{1}{tdt}}?$

141.

From the graph of $\text{sin}\left( {2\pi x} \right)$ shown:

1. Explain why ${\int_{0}^{1}{\text{sin}\left( {2\pi t} \right)dt}} = 0.$

2. Explain why, in general, ${\int_{a}^{a + 1}{\text{sin}\left( {2\pi t} \right)dt}} = 0$ for any value of *a*.

142\.

If *f* is 1-periodic $\left( f\left( {t + 1} \right) = f(t) \right),$ odd, and integrable over $\left\lbrack {0,1} \right\rbrack,$ is it always true that ${\int_{0}^{1}{f(t)dt}} = 0?$

143.

If *f* is 1-periodic and ${\int_{0}^{1}{f(t)dt}} = A,$ is it necessarily true that ${\int_{a}^{1 + a}{f(t)dt}} = A$ for all *A*?

---

5.3 The Fundamental Theorem of Calculus

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-3-the-fundamental-theorem-of-calculus

5.3 The Fundamental Theorem of Calculus

In the previous two sections, we looked at the definite integral and its relationship to the area under the curve of a function. Unfortunately, so far, the only tools we have available to calculate the value of a definite integral are geometric area formulas and limits of Riemann sums, and both approaches are extremely cumbersome. In this section we look at some more powerful and useful techniques for evaluating definite integrals.

These new techniques rely on the relationship between differentiation and integration. This relationship was discovered and explored by both Sir Isaac Newton and Gottfried Wilhelm Leibniz (among others) during the late 1600s and early 1700s, and it is codified in what we now call the Fundamental Theorem of Calculus, which has two parts that we examine in this section. Its very name indicates how central this theorem is to the entire development of calculus.

Isaac Newton’s contributions to mathematics and physics changed the way we look at the world. The relationships he discovered, codified as Newton’s laws and the law of universal gravitation, are still taught as foundational material in physics today, and his calculus has spawned entire fields of mathematics. To learn more, read a brief biography of Newton with multimedia clips.

Before we get to this crucial theorem, however, let’s examine another important theorem, the Mean Value Theorem for Integrals, which is needed to prove the Fundamental Theorem of Calculus.

The Mean Value Theorem for Integrals

The Mean Value Theorem for Integrals states that a continuous function on a closed interval takes on its average value at some point in that interval. The theorem guarantees that if $f(x)$ is continuous, a point *c* exists in an interval $\left\lbrack {a,b} \right\rbrack$ such that the value of the function at *c* is equal to the average value of $f(x)$ over $\left\lbrack {a,b} \right\rbrack.$ We state this theorem mathematically with the help of the formula for the average value of a function that we presented at the end of the preceding section.

The Mean Value Theorem for Integrals

If $f(x)$ is continuous over an interval $\left\lbrack {a,b} \right\rbrack,$ then there is at least one point $c \in \left\lbrack {a,b} \right\rbrack$ such that

$$f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}}.$$ (5.15)

This formula can also be stated as

$${\int_{a}^{b}{f(x)dx}} = f(c)\left( {b - a} \right).$$

Proof

Since $f(x)$ is continuous on $\left\lbrack {a,b} \right\rbrack,$ by the extreme value theorem (see Maxima and Minima), it assumes minimum and maximum values—*m* and *M*, respectively—on $\left\lbrack {a,b} \right\rbrack.$ Then, for all *x* in $\left\lbrack {a,b} \right\rbrack,$ we have $m \leq f(x) \leq M.$ Therefore, by the comparison theorem (see The Definite Integral), we have

$$m\left( {b - a} \right) \leq {\int_{a}^{b}{f(x)dx}} \leq M\left( {b - a} \right).$$

Dividing by $b - a$ gives us

$$m \leq \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}} \leq M.$$

Since $\frac{1}{b - a}{\int_{a}^{b}f}(x)dx$ is a number between *m* and *M*, and since $f(x)$ is continuous and assumes the values *m* and *M* over $\left\lbrack {a,b} \right\rbrack,$ by the Intermediate Value Theorem (see Continuity), there is a number *c* over $\left\lbrack {a,b} \right\rbrack$ such that

$$f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}},$$

and the proof is complete.

Finding the Average Value of a Function

Find the average value of the function $f(x) = 8 - 2x$ over the interval $\left\lbrack {0,4} \right\rbrack$ and find *c* such that $f(c)$ equals the average value of the function over $\lbrack 0,4\rbrack.$

Solution

The formula states the mean value of $f(x)$ is given by

$$\frac{1}{4 - 0}{\int_{0}^{4}{\left( {8 - 2x} \right)dx}}.$$

We can see in Figure 5.26 that the function represents a straight line and forms a right triangle bounded by the *x*- and *y*-axes. The area of the triangle is $A = \frac{1}{2}\left( \text{base} \right)\left( \text{height} \right).$ We have

$$A = \frac{1}{2}(4)(8) = 16.$$

The average value is found by multiplying the area by $1\text{/}\left( {4 - 0} \right).$ Thus, the average value of the function is

$$\frac{1}{4}(16) = 4.$$

Set the average value equal to $f(c)$ and solve for *c*.

$$\begin{array}{cll}

{8 - 2c} & = & 4 \\

c & = & 2

\end{array}$$

At $c = 2,f(2) = 4.$

Find the average value of the function $f(x) = \frac{x}{2}$ over the interval $\left\lbrack {0,6} \right\rbrack$ and find *c* such that $f(c)$ equals the average value of the function over $\lbrack 0,6\rbrack.$

Finding the Point Where a Function Takes on Its Average Value

Given ${\int_{0}^{3}{x^{2}dx}} = 9,$ find *c* such that $f(c)$ equals the average value of $f(x) = x^{2}$ over $\lbrack 0,3\rbrack.$

Solution

We are looking for the value of *c* such that

$$f(c) = \frac{1}{3 - 0}{\int_{0}^{3}{x^{2}dx}} = \frac{1}{3}(9) = 3.$$

Replacing $f(c)$ with *c*2, we have

$$\begin{array}{lll}

c^{2} & = & 3 \\

c & = & {\text{±}\sqrt{3}.}

\end{array}$$

Since $\text{−}\sqrt{3}$ is outside the interval, take only the positive value. Thus, $c = \sqrt{3}$ (Figure 5.27).

Given ${\int_{0}^{3}{\left( {2x^{2} - 1} \right)dx}} = 15,$ find *c* such that $f(c)$ equals the average value of $f(x) = 2x^{2} - 1$ over $\lbrack 0,3\rbrack.$

Fundamental Theorem of Calculus Part 1: Integrals and Antiderivatives

As mentioned earlier, the Fundamental Theorem of Calculus is an extremely powerful theorem that establishes the relationship between differentiation and integration, and gives us a way to evaluate definite integrals without using Riemann sums or calculating areas. The theorem is comprised of two parts, the first of which, the Fundamental Theorem of Calculus, Part 1, is stated here. Part 1 establishes the relationship between differentiation and integration.

Fundamental Theorem of Calculus, Part 1

If $f(x)$ is continuous over an interval $\left\lbrack {a,b} \right\rbrack,$ and the function $F(x)$ is defined by

$$F(x) = {\int_{a}^{x}{f(t)dt}},$$ (5.16)

then $F^{\prime}\left. \text{(}x \right) = f(x)$ over $\left( {a,b} \right).$

Before we delve into the proof, a couple of subtleties are worth mentioning here. First, a comment on the notation. Note that we have defined a function, $F(x),$ as the definite integral of another function, $f(t),$ from the point *a* to the point *x*. At first glance, this is confusing, because we have said several times that a definite integral is a number, and here it looks like it’s a function. The key here is to notice that for any particular value of *x*, the definite integral is a number. So the function $F(x)$ returns a number (the value of the definite integral) for each value of *x*.

Second, it is worth commenting on some of the key implications of this theorem. There is a reason it is called the *Fundamental* Theorem of Calculus. Not only does it establish a relationship between integration and differentiation, but also it guarantees that any integrable function has an antiderivative.

Proof

Applying the definition of the derivative, we have

$$\begin{array}{cl}

& \\

& \\

& \\

{F^{\prime}\left. \text{(}x \right)} & {= \underset{h\rightarrow 0}{\text{lim}}\ \frac{F\left( {x + h} \right) - F(x)}{h}} \\

& \\

& {= \underset{h\rightarrow 0}{\text{lim}}\ \frac{1}{h}\left\lbrack {{\int_{a}^{x + h}{f(t)dt}} - {\int_{a}^{x}{f(t)dt}}} \right\rbrack} \\

& {= \underset{h\rightarrow 0}{\text{lim}}\ \frac{1}{h}\left\lbrack {{\int_{a}^{x + h}{f(t)dt}} + {\int_{x}^{a}{f(t)dt}}} \right\rbrack} \\

& {= \underset{h\rightarrow 0}{\text{lim}}\ \frac{1}{h}{\int_{x}^{x + h}{f(t)dt}}.}

\end{array}$$

Looking carefully at this last expression, we see $\frac{1}{h}{\int_{x}^{x + h}{f(t)dt}}$ is just the average value of the function $f(x)$ over the interval $\left\lbrack {x,x + h} \right\rbrack.$ Therefore, by The Mean Value Theorem for Integrals, there is some number *c* in $\left\lbrack {x,x + h} \right\rbrack$ such that

$$\frac{1}{h}{\int_{x}^{x + h}{f(x)dx}} = f(c).$$

In addition, since *c* is between *x* and *x* + *h*, *c* approaches *x* as *h* approaches zero. Also, since $f(x)$ is continuous, we have $\underset{h\rightarrow 0}{\text{lim}}f(c) = \underset{c\rightarrow x}{\text{lim}}f(c) = f(x).$ Putting all these pieces together, we have

$$\begin{array}{cl}

& \\

{F^{\prime}\left. \text{(}x \right)} & {= \underset{h\rightarrow 0}{\text{lim}}\ \frac{1}{h}{\int_{x}^{x + h}{f(x)dx}}} \\

& {= \underset{h\rightarrow 0}{\text{lim}}f(c)} \\

& {= f(x),}

\end{array}$$

and the proof is complete.

Finding a Derivative with the Fundamental Theorem of Calculus

Use the Fundamental Theorem of Calculus, Part 1 to find the derivative of

$$g(x) = {\int_{1}^{x}{\frac{1}{t^{3} + 1}dt.}}$$

Solution

According to the Fundamental Theorem of Calculus, the derivative is given by

$$g^{\prime}\left. \text{(}x \right) = \frac{1}{x^{3} + 1}.$$

Use the Fundamental Theorem of Calculus, Part 1 to find the derivative of $g(r) = {\int_{0}^{r}{\sqrt{x^{2} + 4}dx}}.$

Using the Fundamental Theorem and the Chain Rule to Calculate Derivatives

Let $F(x) = {\int_{1}^{\sqrt{x}}{\text{sin}\mspace{2mu} tdt}}.$ Find $F^{\prime}\left. \text{(}x \right).$

Solution

Letting $u(x) = \sqrt{x},$ we have $F(x) = {\int_{1}^{u{(x)}}{\text{sin}\mspace{2mu} tdt}}.$ Thus, by the Fundamental Theorem of Calculus and the chain rule,

$$\begin{array}{cl}

& \\

{F^{\prime}\left. \text{(}x \right)} & {= \text{sin}\left( {u(x)} \right)\frac{du}{dx}} \\

& {= \text{sin}\left( {u(x)} \right) \cdot \left( {\frac{1}{2}x^{-1\text{/}2}} \right)} \\

& {= \frac{\text{sin}\sqrt{x}}{2\sqrt{x}}.}

\end{array}$$

Let $F(x) = {\int_{1}^{x^{3}}{\text{cos}\mspace{2mu} tdt}}.$ Find $F^{\prime}\left. \text{(}x \right).$

Using the Fundamental Theorem of Calculus with Two Variable Limits of Integration

Let $F(x) = {\int_{x}^{2x}{t^{3}dt}}.$ Find $F^{\prime}\left. \text{(}x \right).$

Solution

We have $F(x) = {\int_{x}^{2x}{t^{3}dt}}.$ Both limits of integration are variable, so we need to split this into two integrals. We get

$$\begin{array}{cl}

& \\

{F(x)} & {= {\int_{x}^{2x}{t^{3}dt}}} \\

& {= {\int_{x}^{0}{t^{3}dt}} + {\int_{0}^{2x}{t^{3}dt}}} \\

& {= \text{−}{\int_{0}^{x}{t^{3}dt}} + {\int_{0}^{2x}{t^{3}dt}}.}

\end{array}$$

Differentiating the first term, we obtain

$$\frac{d}{dx}\left\lbrack {\text{−}{\int_{0}^{x}{t^{3}dt}}} \right\rbrack = \text{−}x^{3}.$$

Differentiating the second term, we first let $u(x) = 2x.$ Then,

$$\begin{array}{cl}

& \\

{\frac{d}{dx}\left\lbrack {\int_{0}^{2x}{t^{3}dt}} \right\rbrack} & {= \frac{d}{dx}\left\lbrack {\int_{0}^{u{(x)}}{t^{3}dt}} \right\rbrack} \\

& {= \left( {u(x)} \right)^{3}\frac{du}{dx}} \\

& {= \left( {2x} \right)^{3} \cdot 2} \\

& {= 16x^{3}.}

\end{array}$$

Thus,

$$\begin{array}{cl}

& \\

& \\

{F^{\prime}\left. \text{(}x \right)} & {= \frac{d}{dx}\left\lbrack {\text{−}{\int_{0}^{x}{t^{3}dt}}} \right\rbrack + \frac{d}{dx}\left\lbrack {\int_{0}^{2x}{t^{3}dt}} \right\rbrack} \\

& {= \text{−}x^{3} + 16x^{3}} \\

& {= 15x^{3}.}

\end{array}$$

Let $F(x) = {\int_{x}^{x^{2}}{\text{cos}\mspace{2mu} tdt}}.$ Find $F^{\prime}\left. \text{(}x \right).$

Fundamental Theorem of Calculus, Part 2: The Evaluation Theorem

The Fundamental Theorem of Calculus, Part 2, is perhaps the most important theorem in calculus. After tireless efforts by mathematicians for approximately 500 years, new techniques emerged that provided scientists with the necessary tools to explain many phenomena. Using calculus, astronomers could finally determine distances in space and map planetary orbits. Everyday financial problems such as calculating marginal costs or predicting total profit could now be handled with simplicity and accuracy. Engineers could calculate the bending strength of materials or the three-dimensional motion of objects. Our view of the world was forever changed with calculus.

After finding approximate areas by adding the areas of *n* rectangles, the application of this theorem is straightforward by comparison. It almost seems too simple that the area of an entire curved region can be calculated by just evaluating an antiderivative at the first and last endpoints of an interval.

The Fundamental Theorem of Calculus, Part 2

If *f* is continuous over the interval $\left\lbrack {a,b} \right\rbrack$ and $F(x)$ is any antiderivative of $f(x),$ then

$${\int_{a}^{b}{f(x)dx}} = F(b) - F(a).$$ (5.17)

We often see the notation $\left. {F(x)} \right|_{a}^{b}$ to denote the expression $F(b) - F(a).$ We use this vertical bar and associated limits *a* and *b* to indicate that we should evaluate the function $F(x)$ at the upper limit (in this case, *b*), and subtract the value of the function $F(x)$ evaluated at the lower limit (in this case, *a*).

The Fundamental Theorem of Calculus, Part 2 (also known as the evaluation theorem) states that if we can find an antiderivative for the integrand, then we can evaluate the definite integral by evaluating the antiderivative at the endpoints of the interval and subtracting.

Proof

Let $P = \left\{ x_{i} \right\},i = 0,1\text{,…,}\ n$ be a regular partition of $\left\lbrack {a,b} \right\rbrack.$ Then, we can write

$$\begin{array}{cl}

{F(b) - F(a)} & {= F\left( x_{n} \right) - F\left( x_{0} \right)} \\

& {= \left\lbrack {F\left( x_{n} \right) - F\left( x_{n - 1} \right)} \right\rbrack + \left\lbrack {F\left( x_{n - 1} \right) - F\left( x_{n - 2} \right)} \right\rbrack + \text{…} + \left\lbrack {F\left( x_{1} \right) - F\left( x_{0} \right)} \right\rbrack} \\

& \\

& {= \sum\limits_{i = 1}^{n}\left\lbrack {F\left( x_{i} \right) - F\left( x_{i - 1} \right)} \right\rbrack.}

\end{array}$$

Now, we know *F* is an antiderivative of *f* over $\left\lbrack {a,b} \right\rbrack,$ so by the Mean Value Theorem (see The Mean Value Theorem) for $i = 0,1\text{,…,}\ n$ we can find $c_{i}$ in $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ such that

$$F\left( x_{i} \right) - F\left( x_{i - 1} \right) = F^{\prime}\left. \text{(}c_{i} \right)\left( {x_{i} - x_{i - 1}} \right) = f\left( c_{i} \right)\text{Δ}x.$$

Then, substituting into the previous equation, we have

$$F(b) - F(a) = {\sum\limits_{i = 1}^{n}{f\left( c_{i} \right)\text{Δ}x}}.$$

Taking the limit of both sides as $n\rightarrow\infty,$ we obtain

$$\begin{array}{cl}

& \\

& \\

{F(b) - F(a)} & {= \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( c_{i} \right)\text{Δ}x}}} \\

& {= {\int_{a}^{b}{f(x)dx}}.}

\end{array}$$

Evaluating an Integral with the Fundamental Theorem of Calculus

Use The Fundamental Theorem of Calculus, Part 2 to evaluate

$${\int_{-2}^{2}{\left( {t^{2} - 4} \right)dt}}.$$

Solution

Recall the power rule for Antiderivatives:

$$\text{If}\ y = x^{n},\left. \int{x^{n}dx} \right. = \frac{x^{n + 1}}{n + 1} + C.$$

Use this rule to find the antiderivative of the function and then apply the theorem. We have

$$\begin{array}{cl}

{\int_{-2}^{2}{\left( {t^{2} - 4} \right)dt}} & {= \frac{t^{3}}{3} - \left. {4t} \right|_{-2}^{2}} \\

& \\

& \\

& {= \left\lbrack {\frac{(2)^{3}}{3} - 4(2)} \right\rbrack - \left\lbrack {\frac{(-2)^{3}}{3} - 4(-2)} \right\rbrack} \\

& {= \left( {\frac{8}{3} - 8} \right) - \left( {- \frac{8}{3} + 8} \right)} \\

& {= \frac{8}{3} - 8 + \frac{8}{3} - 8} \\

& {= \frac{16}{3} - 16} \\

& {= - \frac{32}{3}.}

\end{array}$$

Analysis

Notice that we did not include the “+ *C*” term when we wrote the antiderivative. The reason is that, according to the Fundamental Theorem of Calculus, Part 2, *any* antiderivative works. So, for convenience, we chose the antiderivative with $C = 0.$ If we had chosen another antiderivative, the constant term would have canceled out. This always happens when evaluating a definite integral.

The region of the area we just calculated is depicted in Figure 5.28. Note that the region between the curve and the *x*-axis is all below the *x*-axis. Area is always positive, but a definite integral can still produce a negative number (a net signed area). For example, if this were a profit function, a negative number indicates the company is operating at a loss over the given interval.

Evaluating a Definite Integral Using the Fundamental Theorem of Calculus, Part 2

Evaluate the following integral using the Fundamental Theorem of Calculus, Part 2:

$${\int_{1}^{9}\frac{x - 1}{\sqrt{x}}}dx.$$

Solution

First, eliminate the radical by rewriting the integral using rational exponents. Then, separate the numerator terms by writing each one over the denominator:

$${\int_{1}^{9}{\frac{x - 1}{x^{1\text{/}2}}dx}} = {\int_{1}^{9}{\left( {\frac{x}{x^{1\text{/}2}} - \frac{1}{x^{1\text{/}2}}} \right)dx}}\text{.}$$

Use the properties of exponents to simplify:

$${\int_{1}^{9}{\left( {\frac{x}{x^{1\text{/}2}} - \frac{1}{x^{1\text{/}2}}} \right)dx}} = {\int_{1}^{9}{\left( {x^{1\text{/}2} - x^{-1\text{/}2}} \right)dx}}\text{.}$$

Now, integrate using the power rule:

$$\begin{array}{cl}

& \\

& \\

{\int_{1}^{9}{\left( {x^{1\text{/}2} - x^{- {1\text{/}2}}} \right)dx}} & {= \left. \left( {\frac{x^{3\text{/}2}}{\frac{3}{2}} - \frac{x^{1\text{/}2}}{\frac{1}{2}}} \right) \right|_{1}^{9}} \\

& \\

& {= \left\lbrack {\frac{(9)^{3\text{/}2}}{\frac{3}{2}} - \frac{(9)^{1\text{/}2}}{\frac{1}{2}}} \right\rbrack - \left\lbrack {\frac{(1)^{3\text{/}2}}{\frac{3}{2}} - \frac{(1)^{1\text{/}2}}{\frac{1}{2}}} \right\rbrack} \\

& {= \left\lbrack {\frac{2}{3}(27) - 2(3)} \right\rbrack - \left\lbrack {\frac{2}{3}(1) - 2(1)} \right\rbrack} \\

& {= 18 - 6 - \frac{2}{3} + 2} \\

& {= \frac{40}{3}.}

\end{array}$$

See Figure 5.29.

Use The Fundamental Theorem of Calculus, Part 2 to evaluate ${\int_{1}^{2}{x^{-4}dx}}.$

A Roller-Skating Race

James and Kathy are racing on roller skates. They race along a long, straight track, and whoever has gone the farthest after 5 sec wins a prize. If James can skate at a velocity of $f(t) = 5 + 2t$ ft/sec and Kathy can skate at a velocity of $g(t) = 10 + \text{cos}\left( {\frac{\pi}{2}t} \right)$ ft/sec, who is going to win the race?

Solution

We need to integrate both functions over the interval $\left\lbrack {0,5} \right\rbrack$ and see which value is bigger. For James, we want to calculate

$${\int_{0}^{5}{\left( {5 + 2t} \right)dt}}.$$

Using the power rule, we have

$$\begin{array}{cl}

{\int_{0}^{5}{\left( {5 + 2t} \right)dt}} & {= \left. \left( {5t + t^{2}} \right) \right|_{0}^{5}} \\

& {= \left( {25 + 25} \right) = 50.}

\end{array}$$

Thus, James has skated 50 ft after 5 sec. Turning now to Kathy, we want to calculate

$${\int_{0}^{5}10} + \text{cos}\left( {\frac{\pi}{2}t} \right)dt.$$

We know $\text{sin}\mspace{2mu} t$ is an antiderivative of $\text{cos}\mspace{2mu} t,$ so it is reasonable to expect that an antiderivative of $\text{cos}\left( {\frac{\pi}{2}t} \right)$ would involve $\text{sin}\left( {\frac{\pi}{2}t} \right).$ However, when we differentiate $\text{sin}\left( {\frac{\pi}{2}t} \right),$ we get $\frac{\pi}{2}\text{cos}\left( {\frac{\pi}{2}t} \right)$ as a result of the chain rule, so we have to account for this additional coefficient when we integrate. We obtain

$$\begin{array}{cl}

{{\int_{0}^{5}10} + \text{cos}\left( {\frac{\pi}{2}t} \right)dt} & {= \left. \left( {10t + \frac{2}{\pi}\text{sin}\left( {\frac{\pi}{2}t} \right)} \right) \right|_{0}^{5}} \\

& {= \left( {50 + \frac{2}{\pi}} \right) - \left( {0 - \frac{2}{\pi}\text{sin}\mspace{2mu} 0} \right)} \\

& {\approx 50.6.}

\end{array}$$

Kathy has skated approximately 50.6 ft after 5 sec. Kathy wins, but not by much!

Suppose James and Kathy have a rematch, but this time the official stops the contest after only 3 sec. Does this change the outcome?

A Parachutist in Free Fall

Julie is an avid skydiver. She has more than 300 jumps under her belt and has mastered the art of making adjustments to her body position in the air to control how fast she falls. If she arches her back and points her belly toward the ground, she reaches a terminal velocity of approximately 120 mph (176 ft/sec). If, instead, she orients her body with her head straight down, she falls faster, reaching a terminal velocity of 150 mph (220 ft/sec).

Since Julie will be moving (falling) in a downward direction, we assume the downward direction is positive to simplify our calculations. Julie executes her jumps from an altitude of 12,500 ft. After she exits the aircraft, she immediately starts falling at a velocity given by $v(t) = 32t.$ She continues to accelerate according to this velocity function until she reaches terminal velocity. After she reaches terminal velocity, her speed remains constant until she pulls her ripcord and slows down to land.

On her first jump of the day, Julie orients herself in the slower “belly down” position (terminal velocity is 176 ft/sec). Using this information, answer the following questions.

1. How long after she exits the aircraft does Julie reach terminal velocity?

2. Based on your answer to question 1, set up an expression involving one or more integrals that represents the distance Julie falls after 30 sec.

3. If Julie pulls her ripcord at an altitude of 3000 ft, how long does she spend in a free fall?

4. Julie pulls her ripcord at 3000 ft. It takes 5 sec for her parachute to open completely and for her to slow down, during which time she falls another 400 ft. After her canopy is fully open, her speed is reduced to 16 ft/sec. Find the total time Julie spends in the air, from the time she leaves the airplane until the time her feet touch the ground.

On Julie’s second jump of the day, she decides she wants to fall a little faster and orients herself in the “head down” position. Her terminal velocity in this position is 220 ft/sec. Answer these questions based on this velocity:

5. How long does it take Julie to reach terminal velocity in this case?

6. Before pulling her ripcord, Julie reorients her body in the “belly down” position so she is not moving quite as fast when her parachute opens. If she begins this maneuver at an altitude of 4000 ft, how long does she spend in a free fall before beginning the reorientation?

Some jumpers wear “wingsuits” (see Figure 5.31). These suits have fabric panels between the arms and legs and allow the wearer to glide around in a free fall, much like a flying squirrel. (Indeed, the suits are sometimes called “flying squirrel suits.”) When wearing these suits, terminal velocity can be reduced to about 30 mph (44 ft/sec), allowing the wearers a much longer time in the air. Wingsuit flyers still use parachutes to land; although the vertical velocities are within the margin of safety, horizontal velocities can exceed 70 mph, much too fast to land safely.

Answer the following question based on the velocity in a wingsuit.

7. If Julie dons a wingsuit before her third jump of the day, and she pulls her ripcord at an altitude of 3000 ft, how long does she get to spend gliding around in the air?

Section 5.3 Exercises

144\.

Consider two athletes running at variable speeds $v_{1}(t)$ and $v_{2}(t).$ The runners start and finish a race at exactly the same time. Explain why the two runners must be going the same speed at some point.

145.

Two mountain climbers start their climb at base camp, taking two different routes, one steeper than the other, and arrive at the peak at exactly the same time. Is it necessarily true that, at some point, both climbers increased in altitude at the same rate?

146\.

To get on a certain toll road a driver has to take a card that lists the mile entrance point. The card also has a timestamp. When going to pay the toll at the exit, the driver is surprised to receive a speeding ticket along with the toll. Explain how this can happen.

147.

Set $F(x) = {\int_{1}^{x}{\left( {1 - t} \right)dt}}.$ Find $F^{\prime}\left. \text{(}2 \right)$ and the average value of $F^{\text{'}}$ over $\left\lbrack {1,2} \right\rbrack.$

In the following exercises, use the Fundamental Theorem of Calculus, Part 1, to find each derivative.

148\.

$\frac{d}{dx}{\int_{1}^{x}{e^{\text{−}t^{2}}dt}}$

149.

$\frac{d}{dx}{\int_{1}^{x}{e^{\text{cos}\mspace{2mu} t}dt}}$

150\.

$\frac{d}{dx}{\int_{3}^{x}{\sqrt{9 - y^{2}}dy}}$

151.

$\frac{d}{dx}{\int_{3}^{x}\frac{ds}{\sqrt{16 - s^{2}}}}$

152\.

$\frac{d}{dx}{\int_{x}^{2x}{tdt}}$

153.

$\frac{d}{dx}{\int_{0}^{\sqrt{x}}{tdt}}$

154\.

$\frac{d}{dx}{\int_{0}^{\text{sin}\mspace{2mu} x}{\sqrt{1 - t^{2}}dt}}$

155.

$\frac{d}{dx}{\int_{\text{cos}\mspace{2mu} x}^{1}{\sqrt{1 - t^{2}}dt}}$

156\.

$\frac{d}{dx}{\int_{1}^{\sqrt{x}}{\frac{t^{2}}{1 + t^{4}}dt}}$

157.

$\frac{d}{dx}{\int_{1}^{x^{2}}{\frac{\sqrt{t}}{1 + t}dt}}$

158\.

$\frac{d}{dx}{\int_{0}^{\text{ln}\mspace{2mu} x}{e^{t}dt}}$

159.

$\frac{d}{dx}{\int_{1}^{e^{x}}{\text{ln}u^{2}du}}$

160\.

The graph of $y = {\int_{0}^{x}{f(t)dt,}}$ where *f* is a piecewise constant function, is shown here.

1. Over which intervals is *f* positive? Over which intervals is it negative? Over which intervals, if any, is it equal to zero?

2. What are the maximum and minimum values of *f*?

3. What is the average value of *f*?

161.

The graph of $y = {\int_{0}^{x}{f(t)dt,}}$ where *f* is a piecewise constant function, is shown here.

1. Over which intervals is *f* positive? Over which intervals is it negative? Over which intervals, if any, is it equal to zero?

2. What are the maximum and minimum values of *f*?

3. What is the average value of *f*?

162\.

The graph of $y = {\int_{0}^{x}{\ell(t)dt,}}$ where *ℓ* is a piecewise linear function, is shown here.

1. Over which intervals is *ℓ* positive? Over which intervals is it negative? Over which, if any, is it zero?

2. Over which intervals is *ℓ* increasing? Over which is it decreasing? Over which, if any, is it constant?

3. What is the average value of *ℓ*?

163.

The graph of $y = {\int_{0}^{x}{\ell(t)dt,}}$ where *ℓ* is a piecewise linear function, is shown here.

1. Over which intervals is *ℓ* positive? Over which intervals is it negative? Over which, if any, is it zero?

2. Over which intervals is *ℓ* increasing? Over which is it decreasing? Over which intervals, if any, is it constant?

3. What is the average value of *ℓ*?

In the following exercises, use a calculator to estimate the area under the curve by computing *T*10, the average of the left- and right-endpoint Riemann sums using $N = 10$ rectangles. Then, using the Fundamental Theorem of Calculus, Part 2, determine the exact area.

164\.

\[T\] $y = x^{2}$ over $\left\lbrack {0,4} \right\rbrack$

165.

\[T\] $y = x^{3} + 6x^{2} + x - 5$ over $\left\lbrack {-4,2} \right\rbrack$

166\.

\[T\] $y = \sqrt{x^{3}}$ over $\left\lbrack {0,6} \right\rbrack$

167.

\[T\] $y = \sqrt{x} + x^{2}$ over $\left\lbrack {1,9} \right\rbrack$

168\.

\[T\] $\int{(\text{cos}\mspace{2mu} x - \text{sin}\mspace{2mu} x)dx}$ over $\left\lbrack {0,\pi} \right\rbrack$

169.

\[T\] $\left. \int{\frac{4}{x^{2}}dx} \right.$ over $\left\lbrack {1,4} \right\rbrack$

In the following exercises, evaluate each definite integral using the Fundamental Theorem of Calculus, Part 2.

170\.

$\int_{-1}^{2}{\left( {x^{2} - 3x} \right)dx}$

171.

$\int_{-2}^{3}{\left( {x^{2} + 3x - 5} \right)dx}$

172\.

$\int_{-2}^{3}{\left( {t + 2} \right)\left( {t - 3} \right)dt}$

173.

$\int_{2}^{3}{\left( {t^{2} - 9} \right)\left( {4 - t^{2}} \right)dt}$

174\.

$\int_{1}^{2}{x^{9}dx}$

175.

$\int_{0}^{1}{x^{99}dx}$

176\.

$\int_{4}^{8}{\left( {4t^{5\text{/}2} - 3t^{3\text{/}2}} \right)dt}$

177.

$\int_{1\text{/}4}^{4}{\left( {x^{2} - \frac{1}{x^{2}}} \right)dx}$

178\.

$\int_{1}^{2}{\frac{2}{x^{3}}dx}$

179.

$\int_{1}^{4}{\frac{1}{2\sqrt{x}}dx}$

180\.

$\int_{1}^{4}{\frac{2 - \sqrt{t}}{t^{2}}dt}$

181.

$\int_{1}^{16}\frac{dt}{t^{1\text{/}4}}$

182\.

$\int_{0}^{2\pi}{\text{cos}\mspace{2mu}\theta d\theta}$

183.

$\int_{0}^{\pi\text{/}2}{\text{sin}\mspace{2mu}\theta d\theta}$

184\.

$\int_{0}^{\pi\text{/}4}{\text{sec}^{2}\theta d\theta}$

185.

$\int_{0}^{\pi\text{/}4}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta$

186\.

$\int_{\pi\text{/}3}^{\pi\text{/}4}{\text{csc}\mspace{2mu}\theta\mspace{2mu}\text{cot}\mspace{2mu}\theta d\theta}$

187.

$\int_{\pi\text{/}4}^{\pi\text{/}2}{\text{csc}^{2}\theta d\theta}$

188\.

$\int_{1}^{2}{\left( {\frac{1}{t^{2}} - \frac{1}{t^{3}}} \right)dt}$

189.

$\int_{-2}^{-1}{\left( {\frac{1}{t^{2}} - \frac{1}{t^{3}}} \right)dt}$

In the following exercises, use the evaluation theorem to express the integral as a function $F(x).$

190\.

$\int_{a}^{x}{t^{2}dt}$

191.

$\int_{1}^{x}{e^{t}dt}$

192\.

$\int_{0}^{x}{\text{cos}\mspace{2mu} tdt}$

193.

$\int_{\text{−}x}^{x}{\text{sin}\mspace{2mu} tdt}$

In the following exercises, identify the roots of the integrand to remove absolute values, then evaluate using the Fundamental Theorem of Calculus, Part 2.

194\.

$\int_{-2}^{3}{|x|dx}$

195.

$\int_{-2}^{4}{\left| {t^{2} - 2t - 3} \right|dt}$

196\.

$\int_{0}^{\pi}{\left| {\text{cos}\mspace{2mu} t} \right|dt}$

197.

$\int_{\text{−}\pi\text{/}2}^{\pi\text{/}2}{\left| {\text{sin}\mspace{2mu} t} \right|dt}$

198\.

Suppose that the number of hours of daylight on a given day in Seattle is modeled by the function $-3.75\mspace{2mu}\text{cos}\left( \frac{\pi t}{6} \right) + 12.25,$ with *t* given in months and $t = 0$ corresponding to the winter solstice.

1. What is the average number of daylight hours in a year?

2. At which times *t*1 and *t*2, where $0 \leq t_{1} < t_{2} < 12,$ do the number of daylight hours equal the average number?

3. Write an integral that expresses the total number of daylight hours in Seattle between $t_{1}$ and $t_{2}.$

4. Compute the mean hours of daylight in Seattle between $t_{1}$ and $t_{2},$ where $0 \leq t_{1} < t_{2} < 12,$ and then between $t_{2}$ and $t_{1},$ and show that the average of the two is equal to the average day length.

199.

Suppose the rate of gasoline consumption over the course of a year in the United States can be modeled by a sinusoidal function of the form $\left( {11.21 - \text{cos}\left( \frac{\pi t}{6} \right)} \right)\ \times \ 10^{9}$ gal/mo.

1. What is the average monthly consumption, and for which values of *t* is the rate at time *t* equal to the average rate?

2. What is the number of gallons of gasoline consumed in the United States in a year?

3. Write an integral that expresses the average monthly U.S. gas consumption during the part of the year between the beginning of April $(t = 3)$ and the end of September $\left( t = 9\text{).} \right.$

200\.

Explain why, if *f* is continuous over $\left\lbrack {a,b} \right\rbrack,$ there is at least one point $c \in \left\lbrack {a,b} \right\rbrack$ such that $f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}.$

201.

Explain why, if *f* is continuous over $\left\lbrack {a,b} \right\rbrack$ and is not equal to a constant, there is at least one point $M \in \left\lbrack {a,b} \right\rbrack$ such that $f(M) > \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}$ and at least one point $m \in \left\lbrack {a,b} \right\rbrack$ such that $f(m) < \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}.$

202\.

Kepler’s first law states that the planets move in elliptical orbits with the Sun at one focus. The closest point of a planetary orbit to the Sun is called the *perihelion* (for Earth, it currently occurs around January 3) and the farthest point is called the *aphelion* (for Earth, it currently occurs around July 4). Kepler’s second law states that planets sweep out equal areas of their elliptical orbits in equal times. Thus, the two arcs indicated in the following figure are swept out in equal times. At what time of year is Earth moving fastest in its orbit? When is it moving slowest?

203.

A point on an ellipse with major axis length 2*a* and minor axis length 2*b* has the coordinates $\left( {a\mspace{2mu}\text{cos}\mspace{2mu}\theta,b\mspace{2mu}\text{sin}\mspace{2mu}\theta} \right),0 \leq \theta \leq 2\pi.$

1. Show that the distance from this point to the focus at $\left( {\text{−}c,0} \right)$ is $d(\theta) = a + c\mspace{2mu}\text{cos}\mspace{2mu}\theta,$ where $c = \sqrt{a^{2} - b^{2}}.$

2. Use these coordinates to show that the average distance $\overset{–}{d}$ from a point on the ellipse to the focus at $\left( {\text{−}c,0} \right),$ with respect to angle *θ*, is *a*.

204\.

As implied earlier, according to Kepler’s laws, Earth’s orbit is an ellipse with the Sun at one focus. The perihelion for Earth’s orbit around the Sun is 147,098,290 km and the aphelion is 152,098,232 km.

1. By placing the major axis along the *x*-axis, find the average distance from Earth to the Sun.

2. The classic definition of an astronomical unit (AU) is the distance from Earth to the Sun, and its value was computed as the average of the perihelion and aphelion distances. Is this definition justified?

205.

The force of gravitational attraction between the Sun and a planet is $F(\theta) = \frac{GmM}{r^{2}(\theta)},$ where *m* is the mass of the planet, *M* is the mass of the Sun, *G* is a universal constant, and $r(\theta)$ is the distance between the Sun and the planet when the planet is at an angle *θ* with the major axis of its orbit. Assuming that *M*, *m*, and the ellipse parameters *a* and *b* (half-lengths of the major and minor axes) are given, set up—but do not evaluate—an integral that expresses in terms of $G,m,M,a,b$ the average gravitational force between the Sun and the planet.

206\.

The displacement from rest of a mass attached to a spring satisfies the simple harmonic motion equation $x(t) = A\mspace{2mu}\text{cos}\left( {\omega t - \phi} \right),$ where $\phi$ is a phase constant, *ω* is the angular frequency, and *A* is the amplitude. Find the average velocity, the average speed (magnitude of velocity), the average displacement, and the average distance from rest (magnitude of displacement) of the mass.

---

5.4 Integration Formulas and the Net Change Theorem

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-4-integration-formulas-and-the-net-change-theorem

5.4 Integration Formulas and the Net Change Theorem

In this section, we use some basic integration formulas studied previously to solve some key applied problems. It is important to note that these formulas are presented in terms of *indefinite* integrals. Although definite and indefinite integrals are closely related, there are some key differences to keep in mind. A definite integral is either a number (when the limits of integration are constants) or a single function (when one or both of the limits of integration are variables). An indefinite integral represents a family of functions, all of which differ by a constant. As you become more familiar with integration, you will get a feel for when to use definite integrals and when to use indefinite integrals. You will naturally select the correct approach for a given problem without thinking too much about it. However, until these concepts are cemented in your mind, think carefully about whether you need a definite integral or an indefinite integral and make sure you are using the proper notation based on your choice.

Basic Integration Formulas

Recall the integration formulas given in the table in Antiderivatives and the rule on properties of definite integrals. Let’s look at a few examples of how to apply these rules.

Integrating a Function Using the Power Rule

Use the power rule to integrate the function ${\int_{1}^{4}{\sqrt{t}\left( {1 + t} \right)dt}}.$

Solution

The first step is to rewrite the function and simplify it so we can apply the power rule:

$$\begin{array}{cl}

{\int_{1}^{4}{\sqrt{t}(1 + t)dt}} & {= {\int_{1}^{4}{t^{1\text{/}2}(1 + t)dt}}} \\

& \\

& {= {\int_{1}^{4}{\left( {t^{1\text{/}2} + t^{3\text{/}2}} \right)dt}}.}

\end{array}$$

Now apply the power rule:

$$\begin{array}{cl}

{\int_{1}^{4}{\left( {t^{1\text{/}2} + t^{3\text{/}2}} \right)dt}} & {= \left. \left( {\frac{2}{3}t^{3\text{/}2} + \frac{2}{5}t^{5\text{/}2}} \right) \right|_{1}^{4}} \\

& {= \left\lbrack {\frac{2}{3}{(4)}^{3\text{/}2} + \frac{2}{5}{(4)}^{5\text{/}2}} \right\rbrack - \left\lbrack {\frac{2}{3}{(1)}^{3\text{/}2} + \frac{2}{5}{(1)}^{5\text{/}2}} \right\rbrack} \\

& {= \frac{256}{15}.}

\end{array}$$

Find the definite integral of $f(x) = x^{2} - 3x$ over the interval $\left\lbrack {1,3} \right\rbrack.$

The Net Change Theorem

The net change theorem considers the integral of a *rate of change*. It says that when a quantity changes, the new value equals the initial value plus the integral of the rate of change of that quantity. The formula can be expressed in two ways. The second is more familiar; it is simply the definite integral.

Net Change Theorem

The new value of a changing quantity equals the initial value plus the integral of the rate of change:

$$\begin{matrix}

\\

\\

{F(b) = F(a) + {\int_{a}^{b}{F\prime(x)dx}}} \\

\text{or} \\

{{\int_{a}^{b}{F\prime(x)dx = F(b) - F(a)}}.}

\end{matrix}$$ (5.18)

Subtracting $F(a)$ from both sides of the first equation yields the second equation. Since they are equivalent formulas, which one we use depends on the application.

The significance of the net change theorem lies in the results. Net change can be applied to area, distance, and volume, to name only a few applications. Net change accounts for negative quantities automatically without having to write more than one integral. To illustrate, let’s apply the net change theorem to a velocity function in which the result is displacement.

We looked at a simple example of this in The Definite Integral. Suppose a car is moving due north (the positive direction) at 40 mph between 2 p.m. and 4 p.m., then the car moves south at 30 mph between 4 p.m. and 5 p.m. We can graph this motion as shown in Figure 5.32.

Just as we did before, we can use definite integrals to calculate the net displacement as well as the total distance traveled. The net displacement is given by

$$\begin{array}{cl}

{{\int_{2}^{5}v}(t)dt} & {= {\int_{2}^{4}4}0dt + \int_{4}^{5}-30dt} \\

& {= 80 - 30} \\

& {= 50.}

\end{array}$$

Thus, at 5 p.m. the car is 50 mi north of its starting position. The total distance traveled is given by

$$\begin{array}{cl}

& \\

& \\

{\int_{2}^{5}\left| {v(t)} \right|dt} & {= {\int_{2}^{4}4}0dt + \int_{4}^{5}30dt} \\

& {= 80 + 30} \\

& {= 110.}

\end{array}$$

Therefore, between 2 p.m. and 5 p.m., the car traveled a total of 110 mi.

To summarize, net displacement may include both positive and negative values. In other words, the velocity function accounts for both forward distance and backward distance. To find net displacement, integrate the velocity function over the interval. Total distance traveled, on the other hand, is always positive. To find the total distance traveled by an object, regardless of direction, we need to integrate the absolute value of the velocity function.

Finding Net Displacement

Given a velocity function $v(t) = 3t - 5$ (in meters per second) for a particle in motion from time $t = 0$ to time $t = 3,$ find the net displacement of the particle.

Solution

Applying the net change theorem, we have

$$\begin{array}{ll}

{\int_{0}^{3}{\left( {3t - 5} \right)dt}} & {= \frac{3t^{2}}{2} - 5t|_{0}^{3}} \\

& \\

& {= \left\lbrack {\frac{3(3)^{2}}{2} - 5(3)} \right\rbrack - 0} \\

& {= \frac{27}{2} - 15} \\

& {= \frac{27}{2} - \frac{30}{2}} \\

& {= - \frac{3}{2}.}

\end{array}$$

The net displacement is $- \frac{3}{2}$ m (Figure 5.33).

Finding the Total Distance Traveled

Use Example 5.24 to find the total distance traveled by a particle according to the velocity function $v(t) = 3t - 5$ m/sec over a time interval $\left\lbrack {0,3} \right\rbrack.$

Solution

The total distance traveled includes both the positive and the negative values. Therefore, we must integrate the absolute value of the velocity function to find the total distance traveled.

To continue with the example, use two integrals to find the total distance. First, find the *t*-intercept of the function, since that is where the division of the interval occurs. Set the equation equal to zero and solve for *t*. Thus,

$$\begin{array}{cll}

{3t - 5} & = & 0 \\

{3t} & = & 5 \\

t & = & {\frac{5}{3}.}

\end{array}$$

The two subintervals are $\left\lbrack {0,\frac{5}{3}} \right\rbrack$ and $\left\lbrack {\frac{5}{3},3} \right\rbrack.$ To find the total distance traveled, integrate the absolute value of the function. Since the function is negative over the interval $\left\lbrack {0,\frac{5}{3}} \right\rbrack,$ we have $\left| {v(t)} \right| = \text{−}v(t)$ over that interval. Over $\left\lbrack {\frac{5}{3},3} \right\rbrack,$ the function is positive, so $\left| {v(t)} \right| = v(t).$ Thus, we have

$$\begin{array}{cl}

& \\

& \\

{\int_{0}^{3}{\left| {v(t)} \right|dt}} & {= {\int_{0}^{5\text{/}3}{\text{−}v(t)dt + {\int_{5\text{/}3}^{3}v}(t)dt}}} \\

& \\

& {= {\int_{0}^{5\text{/}3}5} - 3tdt + {\int_{5\text{/}3}^{3}3}t - 5dt} \\

& {= \left. \left( {5t - \frac{3t^{2}}{2}} \right) \right|_{0}^{5\text{/}3} + \left. \left( {\frac{3t^{2}}{2} - 5t} \right) \right|_{5\text{/}3}^{3}} \\

& {= \left\lbrack {5\left( \frac{5}{3} \right) - \frac{3\left( {5\text{/}3} \right)^{2}}{2}} \right\rbrack - 0 + \left\lbrack {\frac{27}{2} - 15} \right\rbrack - \left\lbrack {\frac{3\left( {5\text{/}3} \right)^{2}}{2} - \frac{25}{3}} \right\rbrack} \\

& {= \frac{25}{3} - \frac{25}{6} + \frac{27}{2} - 15 - \frac{25}{6} + \frac{25}{3}} \\

& {= \frac{41}{6}.}

\end{array}$$

So, the total distance traveled is $\frac{41}{6}$ m.

Find the net displacement and total distance traveled in meters given the velocity function $f(t) = \frac{1}{2}e^{t} - 2$ over the interval $\left\lbrack {0,2} \right\rbrack.$

Applying the Net Change Theorem

The net change theorem can be applied to the flow and consumption of fluids, as shown in Example 5.26.

How Many Gallons of Gasoline Are Consumed?

If the motor on a motorboat is started at $t = 0$ and the boat consumes gasoline at the rate of $5 - 0.1t^{3}$ gal/hr, how much gasoline is used in the first 2 hours?

Solution

Express the problem as a definite integral, integrate, and evaluate using the Fundamental Theorem of Calculus. The limits of integration are the endpoints of the interval $\left\lbrack {0,2} \right\rbrack.$ We have

$$\int_{0}^{2}\left( 5 - 0.1t^{3} \right)dt = \left( 5t–0.1\frac{t^{4}}{4} \right)\left. \middle| {}_{2} \right._{0} = \left\lbrack 5(2)–0.1\frac{(2)^{4}}{4} \right\rbrack –0 = 10–0.4 = 9.6$$

Thus, the motorboat uses 9.6 gal of gas in 2 hours.

Chapter Opener: Iceboats

As we saw at the beginning of the chapter, top iceboat racers (Figure 5.1) can attain speeds of up to five times the wind speed. Andrew is an intermediate iceboater, though, so he attains speeds equal to only twice the wind speed. Suppose Andrew takes his iceboat out one morning when a light 5-mph breeze has been blowing all morning. As Andrew gets his iceboat set up, though, the wind begins to pick up. During his first half hour of iceboating, the wind speed increases according to the function $v(t) = 20t + 5.$ For the second half hour of Andrew’s outing, the wind remains steady at 15 mph. In other words, the wind speed is given by

$$v(t) = \left\{ \begin{array}{lll}

{20t + 5} & \text{for} & {0 \leq t \leq \frac{1}{2}} \\

15 & \text{for} & {\frac{1}{2} \leq t \leq 1.}

\end{array} \right.$$

Recalling that Andrew’s iceboat travels at twice the wind speed, and assuming he moves in a straight line away from his starting point, how far is Andrew from his starting point after 1 hour?

Solution

To figure out how far Andrew has traveled, we need to integrate his velocity, which is twice the wind speed. Then

Distance $= {\int_{0}^{1}{2v(t)dt}}.$

Substituting the expressions we were given for $v(t),$ we get

$$\begin{array}{cl}

{\int_{0}^{1}{2v(t)dt}} & {= {\int_{0}^{1\text{/}2}{2v(t)dt + {\int_{1\text{/}2}^{1}{2v(t)dt}}}}} \\

& {= {\int_{0}^{1\text{/}2}{2\left( {20t + 5} \right)dt + {\int_{1\text{/}2}^{1}{2(15)dt}}}}} \\

& {= {\int_{0}^{1\text{/}2}{\left( {40t + 10} \right)dt + {\int_{1\text{/}2}^{1}{30dt}}}}} \\

& {= \left\lbrack {20t^{2} + 10t} \right\rbrack{|_{0}^{1\text{/}2} + \left\lbrack {30t} \right\rbrack|_{1\text{/}2}^{1}}} \\

& {= \left( {\frac{20}{4} + 5} \right) - 0 + \left( {30 - 15} \right)} \\

& {= 25.}

\end{array}$$

Andrew is 25 mi from his starting point after 1 hour.

Suppose that, instead of remaining steady during the second half hour of Andrew’s outing, the wind starts to die down according to the function $v(t) = -10t + 20.$ In other words, the wind speed is given by

$$v(t) = \left\{ \begin{array}{lll}

{20t + 5} & \text{for} & {0 \leq t \leq \frac{1}{2}} \\

{- 10t + 15} & \text{for} & {\frac{1}{2} \leq t \leq 1.}

\end{array} \right.$$

Under these conditions, how far from his starting point is Andrew after 1 hour?

Integrating Even and Odd Functions

We saw in Functions and Graphs that an even function is a function in which $f\left( {\text{−}x} \right) = f(x)$ for all *x* in the domain—that is, the graph of the curve is unchanged when *x* is replaced with −*x*. The graphs of even functions are symmetric about the *y*-axis. An odd function is one in which $f\left( {\text{−}x} \right) = \text{−}f(x)$ for all *x* in the domain, and the graph of the function is symmetric about the origin.

Integrals of even functions, when the limits of integration are from −*a* to *a*, involve two equal areas, because they are symmetric about the *y*-axis. Integrals of odd functions, when the limits of integration are similarly $\left\lbrack {\text{−}a,a} \right\rbrack,$ evaluate to zero because the areas above and below the *x*-axis are equal.

For continuous even functions such that $f\left( {\text{−}x} \right) = f(x),$

$${\int_{\text{−}a}^{a}{f(x)dx = 2{\int_{0}^{a}{f(x)dx}}}}.$$

For continuous odd functions such that $f\left( {\text{−}x} \right) = \text{−}f(x),$

$${\int_{\text{−}a}^{a}{f(x)dx = 0}}.$$

Integrating an Even Function

Integrate the even function $\int_{-2}^{2}{\left( {3x^{8} - 2} \right)dx}$ and verify that the integration formula for even functions holds.

Solution

The symmetry appears in the graphs in Figure 5.35. Graph (a) shows the region below the curve and above the *x*-axis. We have to zoom in to this graph by a huge amount to see the region. Graph (b) shows the region above the curve and below the *x*-axis. The signed area of this region is negative. Both views illustrate the symmetry about the *y*-axis of an even function. We have

$$\begin{array}{ll}

{\int_{-2}^{2}{\left( {3x^{8} - 2} \right)dx}} & {= \left( {\frac{x^{9}}{3} - 2x} \right)|_{-2}^{2}} \\

& \\

& \\

& {= \left\lbrack {\frac{(2)^{9}}{3} - 2(2)} \right\rbrack - \left\lbrack {\frac{(-2)^{9}}{3} - 2(-2)} \right\rbrack} \\

& {= \left( {\frac{512}{3} - 4} \right) - \left( {- \frac{512}{3} + 4} \right)} \\

& {= \frac{1000}{3}.}

\end{array}$$

To verify the integration formula for even functions, we can calculate the integral from 0 to 2 and double it, then check to make sure we get the same answer.

$$\begin{array}{ll}

{\int_{0}^{2}{\left( {3x^{8} - 2} \right)dx}} & {= \left( {\frac{x^{9}}{3} - 2x} \right)|_{0}^{2}} \\

& \\

& {= \frac{512}{3} - 4} \\

& {= \frac{500}{3}}

\end{array}$$

Since $2 \cdot \frac{500}{3} = \frac{1000}{3},$ we have verified the formula for even functions in this particular example.

Integrating an Odd Function

Evaluate the definite integral of the odd function $-5\mspace{2mu}\text{sin}\mspace{2mu} x$ over the interval $\left\lbrack {\text{−}\pi,\pi} \right\rbrack.$

Solution

The graph is shown in Figure 5.36. We can see the symmetry about the origin by the positive area above the *x*-axis over $\left\lbrack {\text{−}\pi,0} \right\rbrack,$ and the negative area below the *x*-axis over $\left\lbrack {0,\pi} \right\rbrack.$ We have

$$\begin{array}{ll}

{\int_{\text{−}\pi}^{\pi}{-5\mspace{2mu}\text{sin}\mspace{2mu} xdx}} & {= -5\left( {\text{−}\text{cos}\mspace{2mu} x} \right)|_{\text{−}\pi}^{\pi}} \\

& \\

& \\

& {= 5\mspace{2mu}\text{cos}\mspace{2mu} x|_{\text{−}\pi}^{\pi}} \\

& {= \left\lbrack {5\mspace{2mu}\text{cos}\mspace{2mu}\pi} \right\rbrack - \left\lbrack {5\mspace{2mu}\text{cos}\left( {\text{−}\pi} \right)} \right\rbrack} \\

& {= -5 - (-5)} \\

& {= 0.}

\end{array}$$

Integrate the function ${\int_{-2}^{2}{x^{4}dx}}.$

Section 5.4 Exercises

Use basic integration formulas to compute the following antiderivatives or definite integrals.

207.

$\left. \int{\left( {\sqrt{x} - \frac{1}{\sqrt{x}}} \right)dx} \right.$

208\.

$\left. \int{\left( {e^{2x} - \frac{1}{2}e^{x\text{/}2}} \right)dx} \right.$

209.

$\left. \int\frac{dx}{2x} \right.$

210\.

$\left. \int{\frac{x - 1}{x^{2}}dx} \right.$

211.

$\int_{0}^{\pi}{\left( {\text{sin}\mspace{2mu} x - \text{cos}\mspace{2mu} x} \right)dx}$

212\.

$\int_{0}^{\pi\text{/}2}{\left( {x - \text{sin}\mspace{2mu} x} \right)dx}$

213.

Write an integral that expresses the increase in the perimeter $P(s)$ of a square when its side length *s* increases from 2 units to 4 units and evaluate the integral.

214\.

Write an integral that quantifies the change in the area $A(s) = s^{2}$ of a square when the side length doubles from *S* units to 2*S* units and evaluate the integral.

215.

A regular *N*-gon (an *N*-sided polygon with sides that have equal length *s*, such as a pentagon or hexagon) has perimeter *Ns*. Write an integral that expresses the increase in perimeter of a regular *N*-gon when the length of each side increases from 1 unit to 2 units and evaluate the integral.

216\.

The area of a regular pentagon with side length $a > 0$ is *pa*2 with $p = \frac{1}{4}\sqrt{5\left( {5 + 2\sqrt{5}} \right)}.$ The Pentagon in Washington, DC, has inner sides of length 360 ft and outer sides of length 920 ft. Write an integral to express the area of the roof of the Pentagon according to these dimensions and evaluate this area.

217.

A dodecahedron is a Platonic solid with a surface that consists of 12 pentagons, each of equal area. By how much does the surface area of a dodecahedron increase as the side length of each pentagon doubles from 1 unit to 2 units?

218\.

An icosahedron is a Platonic solid with a surface that consists of 20 equilateral triangles. By how much does the surface area of an icosahedron increase as the side length of each triangle doubles from *a* unit to 2*a* units?

219.

Write an integral that quantifies the change in the area of the surface of a cube when its side length doubles from *s* unit to 2*s* units and evaluate the integral.

220\.

Write an integral that quantifies the increase in the volume of a cube when the side length doubles from *s* unit to 2*s* units and evaluate the integral.

221.

Write an integral that quantifies the increase in the surface area of a sphere as its radius doubles from *R* unit to 2*R* units and evaluate the integral.

222\.

Write an integral that quantifies the increase in the volume of a sphere as its radius doubles from *R* unit to 2*R* units and evaluate the integral.

223.

Suppose that a particle moves along a straight line with velocity $v(t) = 4 - 2t,$ where $0 \leq t \leq 2$ (in meters per second). Find the displacement at time *t* and the total distance traveled up to $t = 2.$

224\.

Suppose that a particle moves along a straight line with velocity defined by $v(t) = t^{2} - 3t - 18,$ where $0 \leq t \leq 6$ (in meters per second). Find the displacement at time *t* and the total distance traveled up to $t = 6.$

225.

Suppose that a particle moves along a straight line with velocity defined by $v(t) = \left| {2t - 6} \right|,$ where $0 \leq t \leq 6$ (in meters per second). Find the displacement at time *t* and the total distance traveled up to $t = 6.$

226\.

Suppose that a particle moves along a straight line with acceleration defined by $a(t) = t - 3,$ where $0 \leq t \leq 6$ (in meters per second). Find the velocity and displacement at time *t* and the total distance traveled up to $t = 6$ if $v(0) = 3$ and $d(0) = 0.$

227.

A ball is thrown upward from a height of 1.5 m at an initial speed of 40 m/sec. Acceleration resulting from gravity is −9.8 m/sec2. Neglecting air resistance, solve for the velocity $v(t)$ and the height $h(t)$ of the ball *t* seconds after it is thrown and before it returns to the ground.

228\.

A ball is thrown upward from a height of 3 m at an initial speed of 60 m/sec. Acceleration resulting from gravity is −9.8 m/sec2. Neglecting air resistance, solve for the velocity $v(t)$ and the height $h(t)$ of the ball *t* seconds after it is thrown and before it returns to the ground.

229.

The area $A(t)$ of a circular shape is growing at a constant rate. If the area increases from 4*π* units to 9*π* units between times $t = 2$ and $t = 3,$ find the net change in the radius during that time.

230\.

A spherical balloon is being inflated at a constant rate. If the volume of the balloon changes from 36*π* in.3 to 288*π* in.3 between time $t = 30$ and $t = 60$ seconds, find the net change in the radius of the balloon during that time.

231.

Water flows into a conical tank with cross-sectional area *πx*2 at height *x* and volume $\frac{\pi x^{3}}{3}$ up to height *x*. If water flows into the tank at a rate of 1 m3/min, find the height of water in the tank after 5 min. Find the change in height between 5 min and 10 min.

232\.

A horizontal cylindrical tank has cross-sectional area $A(x) = 4\left( {6x - x^{2}} \right)m^{2}$ at height *x* meters above the bottom when $x \leq 3.$

1. The volume *V* between heights *a* and *b* is ${\int_{a}^{b}{A(x)dx}}.$ Find the volume at heights between 2 m and 3 m.

2. Suppose that oil is being pumped into the tank at a rate of 50 L/min. Using the chain rule, $\frac{dx}{dt} = \frac{dx}{dV}\ \frac{dV}{dt},$ at how many meters per minute is the height of oil in the tank changing, expressed in terms of *x*, when the height is at *x* meters?

3. How long does it take to fill the tank to 3 m starting from a fill level of 2 m?

233.

The following table lists the electrical power in gigawatts—the rate at which energy is consumed—used in a certain city for different hours of the day, in a typical 24-hour period, with hour 1 corresponding to midnight to 1 a.m.

| Hour | Power | Hour | Power |

|------|-------|------|-------|

| 1 | 28 | 13 | 48 |

| 2 | 25 | 14 | 49 |

| 3 | 24 | 15 | 49 |

| 4 | 23 | 16 | 50 |

| 5 | 24 | 17 | 50 |

| 6 | 27 | 18 | 50 |

| 7 | 29 | 19 | 46 |

| 8 | 32 | 20 | 43 |

| 9 | 34 | 21 | 42 |

| 10 | 39 | 22 | 40 |

| 11 | 42 | 23 | 37 |

| 12 | 46 | 24 | 34 |

Find the total amount of energy in gigawatt-hours (gW-h) consumed by the city in a typical 24-hour period.

234\.

The average residential electrical power use (in hundreds of watts) per hour is given in the following table.

| Hour | Power | Hour | Power |

|------|-------|------|-------|

| 1 | 8 | 13 | 12 |

| 2 | 6 | 14 | 13 |

| 3 | 5 | 15 | 14 |

| 4 | 4 | 16 | 15 |

| 5 | 5 | 17 | 17 |

| 6 | 6 | 18 | 19 |

| 7 | 7 | 19 | 18 |

| 8 | 8 | 20 | 17 |

| 9 | 9 | 21 | 16 |

| 10 | 10 | 22 | 16 |

| 11 | 10 | 23 | 13 |

| 12 | 11 | 24 | 11 |

1. Compute the average total energy used in a day in kilowatt-hours (kWh).

2. If a ton of coal generates 1842 kWh, how long does it take for an average residence to burn a ton of coal?

3. Explain why the data might fit a plot of the form $p(t) = 11.5 - 7.5\mspace{2mu}\text{sin}\left( \frac{\pi t}{12} \right).$

235.

The data in the following table are used to estimate the average power output produced by Peter Sagan for each of the last 18 sec of Stage 1 of the 2012 Tour de France.

| Second | Watts | Second | Watts |

|--------|-------|--------|-------|

| 1 | 600 | 10 | 1200 |

| 2 | 500 | 11 | 1170 |

| 3 | 575 | 12 | 1125 |

| 4 | 1050 | 13 | 1100 |

| 5 | 925 | 14 | 1075 |

| 6 | 950 | 15 | 1000 |

| 7 | 1050 | 16 | 950 |

| 8 | 950 | 17 | 900 |

| 9 | 1100 | 18 | 780 |

Table 5.6 Average Power Output *Source*: sportsexercisengineering.com

Estimate the net energy used in kilojoules (kJ), noting that 1W = 1 J/s, and the average power output by Sagan during this time interval.

236\.

The data in the following table are used to estimate the average power output produced by Peter Sagan for each 15-min interval of Stage 1 of the 2012 Tour de France.

| Minutes | Watts | Minutes | Watts |

|---------|-------|---------|-------|

| 15 | 200 | 165 | 170 |

| 30 | 180 | 180 | 220 |

| 45 | 190 | 195 | 140 |

| 60 | 230 | 210 | 225 |

| 75 | 240 | 225 | 170 |

| 90 | 210 | 240 | 210 |

| 105 | 210 | 255 | 200 |

| 120 | 220 | 270 | 220 |

| 135 | 210 | 285 | 250 |

| 150 | 150 | 300 | 400 |

Table 5.7 Average Power Output *Source*: sportsexercisengineering.com

Estimate the net energy used in kilojoules, noting that 1W = 1 J/s.

237.

The distribution of incomes as of 2012 in the United States in \$5000 increments is given in the following table. The *k*th row denotes the percentage of households with incomes between $\$ 5000xk$ and $5000xk + 4999.$ The row $k = 40$ contains all households with income between \$200,000 and \$250,000.

| | | | | | | | |

|-----|-----|-----|-----|-----|------|-----|-----|

| 0 | 3.5 | 11 | 3.5 | 21 | 1.5 | 31 | 0.6 |

| 1 | 4.1 | 12 | 3.7 | 22 | 1.4 | 32 | 0.5 |

| 2 | 5.9 | 13 | 3.2 | 23 | 1.3 | 33 | 0.5 |

| 3 | 5.7 | 14 | 3.0 | 24 | 1.3 | 34 | 0.4 |

| 4 | 5.9 | 15 | 2.8 | 25 | 1.1 | 35 | 0.3 |

| 5 | 5.4 | 16 | 2.5 | 26 | 1.0 | 36 | 0.3 |

| 6 | 5.5 | 17 | 2.2 | 27 | 0.75 | 37 | 0.3 |

| 7 | 5.1 | 18 | 2.2 | 28 | 0.8 | 38 | 0.2 |

| 8 | 4.8 | 19 | 1.8 | 29 | 1.0 | 39 | 1.8 |

| 9 | 4.1 | 20 | 2.1 | 30 | 0.6 | 40 | 2.3 |

| 10 | 4.3 | | | | | | |

Table 5.8 Income Distributions *Source*: http://www.census.gov/prod/2013pubs/p60-245.pdf

1. Estimate the percentage of U.S. households in 2012 with incomes less than \$55,000.

2. What percentage of households had incomes exceeding \$85,000?

3. Plot the data and try to fit its shape to that of a graph of the form $a\left( {x + c} \right)e^{\text{−}b{({x + e})}}$ for suitable $a,b,c.$

238\.

Newton’s law of gravity states that the gravitational force exerted by an object of mass *M* and one of mass *m* with centers that are separated by a distance *r* is $F = G\frac{mM}{r^{2}},$ with *G* an empirical constant $G = 6.67x10^{-11}\ m^{3}\text{/}\left( {kg \cdot s^{2}} \right).$ The work done by a variable force over an interval $\left\lbrack {a,b} \right\rbrack$ is defined as $W = {\int_{a}^{b}{F(x)dx}}.$ If Earth has mass $5.97219\ \times \ 10^{24}$ and radius 6371 km, compute the amount of work to elevate a polar weather satellite of mass 1400 kg to its orbiting altitude of 850 km above Earth.

239.

For a given motor vehicle, the maximum achievable deceleration from braking is approximately 7 m/sec2 on dry concrete. On wet asphalt, it is approximately 2.5 m/sec2. Given that 1 mph corresponds to 0.447 m/sec, find the total distance that a car travels in meters on dry concrete after the brakes are applied until it comes to a complete stop if the initial velocity is 67 mph (30 m/sec) or if the initial braking velocity is 56 mph (25 m/sec). Find the corresponding distances if the surface is slippery wet asphalt.

240\.

John is a 25-year old man who weighs 160 lb. He burns $500 - 50t$ calories/hr while riding his bike for *t* hours. If an oatmeal cookie has 55 cal and John eats cookies at a rate of 4*t* calories during the *t*th hour, how many net calories has he lost after 3 hours riding his bike?

241.

Sandra is a 25-year old woman who weighs 120 lb. She burns $300 - 50t$ cal/hr while walking on her treadmill. Her caloric intake from drinking Gatorade is 100*t* calories/hour during the *t*th hour. What is her net decrease in calories after walking for 3 hours?

242\.

A motor vehicle has a maximum efficiency of 33 mpg at a cruising speed of 40 mph. The efficiency drops at a rate of 0.1 mpg/mph between 40 mph and 50 mph, and at a rate of 0.4 mpg/mph between 50 mph and 80 mph. What is the efficiency in miles per gallon if the car is cruising at 50 mph? What is the efficiency in miles per gallon if the car is cruising at 80 mph? If gasoline costs \$3.50/gal, what is the cost of fuel to drive 50 mi at 40 mph, at 50 mph, and at 80 mph?

243.

Although some engines are more efficient at given a horsepower than others, on average, fuel efficiency decreases with horsepower at a rate of $1\text{/}25$ mpg/horsepower. If a typical 50-horsepower engine has an average fuel efficiency of 32 mpg, what is the average fuel efficiency of an engine with the following horsepower: 150, 300, 450?

244\.

\[T\] The following table lists the 2013 schedule of federal income tax versus taxable income.

| Taxable Income Range | The Tax Is … | … Of the Amount Over |

|----------------------|----------------------|----------------------|

| \$0–\$8925 | 10% | \$0 |

| \$8925–\$36,250 | \$892.50 + 15% | \$8925 |

| \$36,250–\$87,850 | \$4,991.25 + 25% | \$36,250 |

| \$87,850–\$183,250 | \$17,891.25 + 28% | \$87,850 |

| \$183,250–\$398,350 | \$44,603.25 + 33% | \$183,250 |

| \$398,350–\$400,000 | \$115,586.25 + 35% | \$398,350 |

| \> \$400,000 | \$116,163.75 + 39.6% | \$400,000 |

Table 5.9 Federal Income Tax Versus Taxable Income *Source*: http://www.irs.gov/pub/irs-prior/i1040tt--2013.pdf.

Suppose that Steve just received a \$10,000 raise. How much of this raise is left after federal taxes if Steve’s salary before receiving the raise was \$40,000? If it was \$90,000? If it was \$385,000?

245.

\[T\] The following table provides hypothetical data regarding the level of service for a certain highway.

| Highway Speed Range (mph) | Vehicles per Hour per Lane | Density Range (vehicles/mi) |

|---------------------------|----------------------------|-----------------------------|

| \> 60 | \< 600 | \< 10 |

| 60–57 | 600–1000 | 10–20 |

| 57–54 | 1000–1500 | 20–30 |

| 54–46 | 1500–1900 | 30–45 |

| 46–30 | 19002100 | 45–70 |

| \<30 | Unstable | 70–200 |

Table 5.10

1. Plot vehicles per hour per lane on the *x*-axis and highway speed on the *y*-axis.

2. Compute the average decrease in speed (in miles per hour) per unit increase in congestion (vehicles per hour per lane) as the latter increases from 600 to 1000, from 1000 to 1500, and from 1500 to 2100. Does the decrease in miles per hour depend linearly on the increase in vehicles per hour per lane?

3. Plot minutes per mile (60 times the reciprocal of miles per hour) as a function of vehicles per hour per lane. Is this function linear?

For the next two exercises use the data in the following table, which displays bald eagle populations from 1963 to 2000 in the continental United States.

| Year | Population of Breeding Pairs of Bald Eagles |

|------|---------------------------------------------|

| 1963 | 487 |

| 1974 | 791 |

| 1981 | 1188 |

| 1986 | 1875 |

| 1992 | 3749 |

| 1996 | 5094 |

| 2000 | 6471 |

Table 5.11 Population of Breeding Bald Eagle Pairs *Source*: http://www.fws.gov/Midwest/eagle/population/chtofprs.html. 246.

\[T\] The graph below plots the quadratic ${p(t) = 6.48t^{2} - 80.3}\ {1t + 585.69}$ against the data in preceding table, normalized so that $t = 0$ corresponds to 1963. Estimate the average number of bald eagles per year present for the 37 years by computing the average value of *p* over $\left\lbrack {0,37} \right\rbrack.$

247.

\[T\] The graph below plots the cubic $p(t) = 0.07t^{3} + 2.42t^{2} - 25.63t + 521.23$ against the data in the preceding table, normalized so that $t = 0$ corresponds to 1963. Estimate the average number of bald eagles per year present for the 37 years by computing the average value of *p* over $\left\lbrack {0,37} \right\rbrack.$

248\.

\[T\] Suppose you go on a road trip and record your speed at every half hour, as compiled in the following table. The best quadratic fit to the data is $q(t) = 5x^{2} - 11x + 49\text{,}$ shown in the accompanying graph. Integrate *q* to estimate the total distance driven over the 3 hours.

| Time (hr) | Speed (mph) |

|-----------|-------------|

| 0 (start) | 50 |

| 1 | 40 |

| 2 | 50 |

| 3 | 60 |

As a car accelerates, it does not accelerate at a constant rate; rather, the acceleration is variable. For the following exercises, use the following table, which contains the acceleration measured at every second as a driver merges onto a freeway.

| Time (sec) | Acceleration (mph/sec) |

|------------|------------------------|

| 1 | 11.2 |

| 2 | 10.6 |

| 3 | 8.1 |

| 4 | 5.4 |

| 5 | 0 |

As a car accelerates, it does not accelerate at a constant rate; rather, the acceleration is variable. For the next three exercises use the following table, which contains the acceleration measured at every second as a driver merges onto a freeway.

| Time (sec) | Acceleration (mph/sec) |

|------------|------------------------|

| 1 | 11.2 |

| 2 | 10.6 |

| 3 | 8.1 |

| 4 | 5.4 |

| 5 | 0 |

Table 5.12 249.

\[T\] The accompanying graph plots the best quadratic fit, $a(t) = -0.70t^{2} + 1.44t + 10.44,$ to the data from the preceding table. Compute the average value of $a(t)$ to estimate the average acceleration between $t = 0$ and $t = 5.$

250\.

\[T\] Using your acceleration equation from the previous exercise, find the corresponding velocity equation. Assuming the initial velocity is 65 mph, find the velocity at time $t = 0.$

251.

\[T\] Using your velocity equation from the previous exercise, find the corresponding distance equation, assuming your initial distance is 0 mi. How far did you travel while you accelerated your car? (*Hint:* You will need to convert time units.)

252\.

\[T\] The number of hamburgers sold at a restaurant throughout the day is given in the following table, with the accompanying graph plotting the best cubic fit to the data, $b(t) = 0.12t^{3} - 2.13t^{2} + 12.13t + 3.91,$ with $t = 0$ corresponding to 9 a.m. and $t = 12$ corresponding to 9 p.m. Compute the average value of $b(t)$ to estimate the average number of hamburgers sold per hour.

| Hours Past Midnight | No. of Burgers Sold |

|---------------------|---------------------|

| 9 | 3 |

| 12 | 28 |

| 15 | 20 |

| 18 | 30 |

| 21 | 45 |

253.

\[T\] An athlete runs by a motion detector, which records her speed, as displayed in the following table. The best linear fit to this data, $\ell(t) = -0.068t + 5.14\text{,}$ is shown in the accompanying graph. Use the average value of $\ell(t)$ between $t = 0$ and $t = 40$ to estimate the runner’s average speed.

| Minutes | Speed (m/sec) |

|---------|---------------|

| 0 | 5 |

| 10 | 4.8 |

| 20 | 3.6 |

| 30 | 3.0 |

| 40 | 2.5 |

---

5.5 Substitution

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-5-substitution

5.5 Substitution

The Fundamental Theorem of Calculus gave us a method to evaluate integrals without using Riemann sums. The drawback of this method, though, is that we must be able to find an antiderivative, and this is not always easy. In this section we examine a technique, called integration by substitution, to help us find antiderivatives. Specifically, this method helps us find antiderivatives when the integrand is the result of a chain-rule derivative.

At first, the approach to the substitution procedure may not appear very obvious. However, it is primarily a visual task—that is, the integrand shows you what to do; it is a matter of recognizing the form of the function. So, what are we supposed to see? We are looking for an integrand of the form $f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx.$ For example, in the integral $\left. \int{\left( {x^{2} - 3} \right)^{3}2xdx} \right.,$ we have $f(x) = x^{3},g(x) = x^{2} - 3,$ and $g\prime(x) = 2x.$ Then,

$$f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right) = \left( {x^{2} - 3} \right)^{3}\left( {2x} \right),$$

and we see that our integrand is in the correct form.

The method is called *substitution* because we substitute part of the integrand with the variable *u* and part of the integrand with *du*. It is also referred to as change of variables because we are changing variables to obtain an expression that is easier to work with for applying the integration rules.

Substitution with Indefinite Integrals

Let $u = g(x),$ where $g^{\prime}\left. \text{(}x \right)$ is continuous over an interval, let $f(x)$ be continuous over the corresponding range of *g*, and let $F(x)$ be an antiderivative of $f(x).$ Then,

$$\begin{array}{cl}

\left. \int{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx} \right. & {= {\int f}(u)du} \\

& {= F(u) + C} \\

& {= F\left( {g(x)} \right) + C.}

\end{array}$$ (5.19)

Proof

Let *f*, *g*, *u*, and *F* be as specified in the theorem. Then

$$\begin{array}{cl}

{\frac{d}{dx}F(g(x))} & {= F^{\prime}\left. \text{(}{g(x)} \right)g^{\prime}\left. \text{(}x \right)} \\

& {= f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right).}

\end{array}$$

Integrating both sides with respect to *x*, we see that

$${\int{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx}} = F\left( {g(x)} \right) + C.$$

If we now substitute $u = g(x),$ and $du = g'(x)dx,$ we get

$$\begin{array}{cl}

{\int{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx}} & {= {\int f}(u)du} \\

& {= F(u) + C} \\

& {= F\left( {g(x)} \right) + C.}

\end{array}$$

Returning to the problem we looked at originally, we let $u = x^{2} - 3$ and then $du = 2xdx.$ Rewrite the integral in terms of *u*:

$$\left. \int{\underset{u}{\underbrace{\left( x^{2} - 3 \right)}}}^{3} \right.\underset{du}{\underbrace{(2xdx)}} = \int u^{3}du.$$

Using the power rule for integrals, we have

$$\left. \int{u^{3}du = \frac{u^{4}}{4} + C} \right..$$

Substitute the original expression for *x* back into the solution:

$$\frac{u^{4}}{4} + C = \frac{\left( {x^{2} - 3} \right)^{4}}{4} + C.$$

We can generalize the procedure in the following Problem-Solving Strategy.

Integration by Substitution

1. Look carefully at the integrand and select an expression $g(x)$ within the integrand to set equal to *u*. Let’s select $g(x)$ such that $g^{\prime}\left. \text{(}x \right)$ is also part of the integrand.

2. Substitute $u = g(x)$ and $du = g^{\prime}\left. \text{(}x \right)dx$ into the integral.

3. We should now be able to evaluate the integral with respect to *u*. If the integral can’t be evaluated we need to go back and select a different expression to use as *u*.

4. Evaluate the integral in terms of *u*.

5. Write the result in terms of *x* and the expression $g(x).$

Using Substitution to Find an Antiderivative

Use substitution to find the antiderivative $\left. \int{6x\left( {3x^{2} + 4} \right)^{4}dx} \right..$

Solution

The first step is to choose an expression for *u*. We choose $u = 3x^{2} + 4$ because then $du = 6xdx,$ and we already have *du* in the integrand. Write the integral in terms of *u*:

$$\left. \int{6x\left( {3x^{2} + 4} \right)^{4}dx} \right. = {\int{u^{4}du}}.$$

Remember that *du* is the derivative of the expression chosen for *u*, regardless of what is inside the integrand. Now we can evaluate the integral with respect to *u*:

$$\begin{array}{ll}

\left. \int{u^{4}du} \right. & {= \frac{u^{5}}{5} + C} \\

& \\

& \\

& {= \frac{\left( {3x^{2} + 4} \right)^{5}}{5} + C.}

\end{array}$$

Analysis

We can check our answer by taking the derivative of the result of integration. We should obtain the integrand. Picking a value for *C* of 1, we let $y = \frac{1}{5}\left( {3x^{2} + 4} \right)^{5} + 1.$ We have

$$y = \frac{1}{5}\left( {3x^{2} + 4} \right)^{5} + 1,$$

so

$$\begin{array}{cl}

& \\

y^{\prime} & {= \left( \frac{1}{5} \right)5\left( {3x^{2} + 4} \right)^{4}6x} \\

& {= 6x\left( {3x^{2} + 4} \right)^{4}.}

\end{array}$$

This is exactly the expression we started with inside the integrand.

Use substitution to find the antiderivative $\left. \int{3x^{2}\left( {x^{3} - 3} \right)^{2}dx} \right..$

Sometimes we need to adjust the constants in our integral if they don’t match up exactly with the expressions we are substituting.

Using Substitution with Alteration

Use substitution to find $\left. \int{z\sqrt{z^{2} - 5}dz} \right..$

Solution

Rewrite the integral as $\left. \int{z\left( {z^{2} - 5} \right)^{1\text{/}2}dz} \right..$ Let $u = z^{2} - 5$ and $du = 2z\ dz.$ Now we have a problem because $du = 2z\ dz$ and the original expression has only $z\ dz.$ We have to alter our expression for *du* or the integral in *u* will be twice as large as it should be. If we multiply both sides of the *du* equation by $\frac{1}{2}.$ we can solve this problem. Thus,

$$\begin{aligned}

& \\

u & {= z^{2} - 5} \\

{du} & {= 2z\ dz} \\

{\frac{1}{2}du} & {= \frac{1}{2}\left( {2z} \right)dz = z\ dz.}

\end{aligned}$$

Write the integral in terms of *u*, but pull the $\frac{1}{2}$ outside the integration symbol:

$$\left. \int{z\left( {z^{2} - 5} \right)^{1\text{/}2}dz =} \right.\frac{1}{2}{\int{u^{1\text{/}2}du.}}$$

Integrate the expression in *u*:

$$\begin{array}{cl}

& \\

{\frac{1}{2}{\int{u^{1\text{/}2}du}}} & {= \left( \frac{1}{2} \right)\frac{u^{3\text{/}2}}{\frac{3}{2}} + C} \\

& \\

& {= \left( \frac{1}{2} \right)\left( \frac{2}{3} \right)u^{3\text{/}2} + C} \\

& {= \frac{1}{3}u^{3\text{/}2} + C} \\

& {= \frac{1}{3}\left( {z^{2} - 5} \right)^{3\text{/}2} + C.}

\end{array}$$

Use substitution to find $\left. \int{x^{2}\left( {x^{3} + 5} \right)^{9}dx} \right..$

Using Substitution with Integrals of Trigonometric Functions

Use substitution to evaluate the integral $\left. \int{\frac{\text{sin}\mspace{2mu} t}{\text{cos}^{3}t}dt} \right..$

Solution

We know the derivative of $\text{cos}\mspace{2mu} t$ is $\text{−}\text{sin}\mspace{2mu} t,$ so we set $u = \text{cos}\mspace{2mu} t.$ Then $du = \text{−}\text{sin}\mspace{2mu} tdt.$ Substituting into the integral, we have

$$\left. \int{\frac{\text{sin}\mspace{2mu} t}{\text{cos}^{3}t}dt = \text{−}\left. \int\frac{du}{u^{3}} \right.} \right..$$

Evaluating the integral, we get

$$\begin{array}{cl}

& \\

& \\

{\text{−}\left. \int\frac{du}{u^{3}} \right.} & {= \text{−}{\int{u^{-3}du}}} \\

& {= \text{−}\left( {- \frac{1}{2}} \right)u^{-2} + C.}

\end{array}$$

Putting the answer back in terms of *t*, we get

$$\begin{array}{cl}

\left. \int{\frac{\text{sin}\mspace{2mu} t}{\text{cos}^{3}t}dt} \right. & {= \frac{1}{2u^{2}} + C} \\

& \\

& {= \frac{1}{2\text{cos}^{2}t} + C.}

\end{array}$$

Use substitution to evaluate the integral $\left. \int{\frac{\text{cos}\mspace{2mu} t}{\text{sin}^{2}t}dt.} \right.$

Sometimes we need to manipulate an integral in ways that are more complicated than just multiplying or dividing by a constant. We need to eliminate all the expressions within the integrand that are in terms of the original variable. When we are done, *u* should be the only variable in the integrand. In some cases, this means solving for the original variable in terms of *u*. This technique should become clear in the next example.

Finding an Antiderivative Using *u*-Substitution

Use substitution to find the antiderivative $\left. \int{\frac{x}{\sqrt{x - 1}}dx.} \right.$

Solution

If we let $u = x - 1,$ then $du = dx.$ But this does not account for the *x* in the numerator of the integrand. We need to express *x* in terms of *u*. If $u = x - 1,$ then $x = u + 1.$ Now we can rewrite the integral in terms of *u*:

$$\begin{array}{ll}

\left. \int{\frac{x}{\sqrt{x - 1}}dx} \right. & {= \left. \int{\frac{u + 1}{\sqrt{u}}du} \right.} \\

& \\

& {= \left. \int{\sqrt{u} + \frac{1}{\sqrt{u}}du} \right.} \\

& {= \left. \int{\left( {u^{1\text{/}2} + u^{-1\text{/}2}} \right)du} \right..}

\end{array}$$

Then we integrate in the usual way, replace *u* with the original expression, and factor and simplify the result. Thus,

$$\begin{array}{cl}

\left. \int{\left( {u^{1\text{/}2} + u^{-1\text{/}2}} \right)du} \right. & {= \frac{2}{3}u^{3\text{/}2} + 2u^{1\text{/}2} + C} \\

& \\

& {= \frac{2}{3}\left( {x - 1} \right)^{3\text{/}2} + 2\left( {x - 1} \right)^{1\text{/}2} + C} \\

& {= \left( {x - 1} \right)^{1\text{/}2}\left\lbrack {\frac{2}{3}\left( {x - 1} \right) + 2} \right\rbrack + C} \\

& {= \left( {x - 1} \right)^{1\text{/}2}{\left( {\frac{2}{3}x - \frac{2}{3} + \frac{6}{3}} \right) + C}} \\

& {= \left( {x - 1} \right)^{1\text{/}2}{\left( {\frac{2}{3}x + \frac{4}{3}} \right) + C}} \\

& {= \frac{2}{3}\left( {x - 1} \right)^{1\text{/}2}\left( {x + 2} \right) + C.}

\end{array}$$

Use substitution to evaluate the indefinite integral $\left. \int{\text{cos}^{3}t\mspace{2mu}\text{sin}\mspace{2mu} t\ dt} \right..$

Substitution for Definite Integrals

Substitution can be used with definite integrals, too. However, using substitution to evaluate a definite integral requires a change to the limits of integration. If we change variables in the integrand, the limits of integration change as well.

Substitution with Definite Integrals

Let $u = g(x)$ and let $g^{\prime}$ be continuous over an interval $\left\lbrack {a,b} \right\rbrack,$ and let *f* be continuous over the range of $u = g(x).$ Then,

$${\int_{a}^{b}{f\left( {g(x)} \right)g^{\prime}\left. \text{(}x \right)dx = {\int_{g{(a)}}^{g{(b)}}{f(u)du}}}}.$$

Although we will not formally prove this theorem, we justify it with some calculations here. From the substitution rule for indefinite integrals, if $F(x)$ is an antiderivative of $f(x),$ we have

$$\int{f\left( {g(x)} \right)g^{\prime}\text{(}x)dx = F\left( {g(x)} \right) + C.}$$

Then

$$\begin{array}{cl}

{\int_{a}^{b}{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx}} & {= \left. {F\left( {g(x)} \right)} \right|_{x = a}^{x = b}} \\

& {= F\left( {g(b)} \right) - F\left( {g(a)} \right)} \\

& {= \left. {F(u)} \right|_{u = g(a)}^{u = g(b)}} \\

& \\

& \\

& {= {\int_{g(a)}^{g(b)}f}(u)du,}

\end{array}$$ (5.20)

and we have the desired result.

Using Substitution to Evaluate a Definite Integral

Use substitution to evaluate ${\int_{0}^{1}{x^{2}\left( {1 + 2x^{3}} \right)^{5}}}dx.$

Solution

Let $u = 1 + 2x^{3},$ so $du = 6x^{2}dx.$ Since the original function includes one factor of *x*2 and $du = 6x^{2}dx,$ multiply both sides of the *du* equation by $1\text{/}6.$ Then,

$$\begin{array}{lll}

{du} & = & {6x^{2}dx} \\

{\frac{1}{6}du} & = & {x^{2}dx.}

\end{array}$$

To adjust the limits of integration, note that when $x = 0,u = 1 + 2(0) = 1,$ and when $x = 1,u = 1 + 2(1) = 3.$ Then

$${\int_{0}^{1}{x^{2}\left( {1 + 2x^{3}} \right)^{5}dx = \frac{1}{6}{\int_{1}^{3}{u^{5}du}}}}.$$

Evaluating this expression, we get

$$\begin{array}{cl}

& \\

& \\

{\frac{1}{6}{\int_{1}^{3}{u^{5}du}}} & {= \left( \frac{1}{6} \right)\left( \frac{u^{6}}{6} \right)|_{1}^{3}} \\

& {= \frac{1}{36}\left\lbrack {(3)^{6} - (1)^{6}} \right\rbrack} \\

& {= \frac{182}{9}.}

\end{array}$$

Use substitution to evaluate the definite integral ${\int_{-1}^{0}{y\left( {2y^{2} - 3} \right)^{5}dy}}.$

Using Substitution with an Exponential Function

Use substitution to evaluate ${\int_{0}^{1}{xe^{4x^{2} + 3}dx}}.$

Solution

Let $u = 4x^{2} + 3.$ Then, $du = 8xdx.$ To adjust the limits of integration, we note that when $x = 0,u = 3,$ and when $x = 1,u = 7.$ So our substitution gives

$$\begin{array}{cl}

{\int_{0}^{1}{xe^{4x^{2} + 3}dx}} & {= \frac{1}{8}{\int_{3}^{7}{e^{u}du}}} \\

& \\

& {= \frac{1}{8}e^{u}|_{3}^{7}} \\

& {= \frac{e^{7} - e^{3}}{8}} \\

& {\approx 134.568.}

\end{array}$$

Use substitution to evaluate ${\int_{0}^{1}{x^{2}\text{cos}\left( {\frac{\pi}{2}x^{3}} \right)dx}}.$

Substitution may be only one of the techniques needed to evaluate a definite integral. All of the properties and rules of integration apply independently, and trigonometric functions may need to be rewritten using a trigonometric identity before we can apply substitution. Also, we have the option of replacing the original expression for *u* after we find the antiderivative, which means that we do not have to change the limits of integration. These two approaches are shown in Example 5.36.

Using Substitution to Evaluate a Trigonometric Integral

Use substitution to evaluate ${\int_{0}^{\pi\text{/}2}{\text{cos}^{2}\theta\ d\theta}}.$

Solution

Let us first use a trigonometric identity to rewrite the integral. The trig identity $\text{cos}^{2}\theta = \frac{1 + \text{cos}\mspace{2mu} 2\theta}{2}$ allows us to rewrite the integral as

$${\int_{0}^{\pi\text{/}2}{\text{cos}^{2}\theta d\theta}} = {\int_{0}^{\pi\text{/}2}{\frac{1 + \text{cos}\mspace{2mu} 2\theta}{2}d\theta.}}$$

Then,

$$\begin{array}{cl}

{{\int_{0}^{\pi\text{/}2}\left( \frac{1 + \text{cos}\mspace{2mu} 2\theta}{2} \right)}d\theta} & {= {\int_{0}^{\pi\text{/}2}{\left( {\frac{1}{2} + \frac{1}{2}\text{cos}\mspace{2mu} 2\theta} \right)d\theta}}} \\

& \\

& \\

& {= \frac{1}{2}{\int_{0}^{\pi\text{/}2}{d\theta}} + \frac{1}{2}{\int_{0}^{\pi\text{/}2}{\text{cos}\mspace{2mu} 2\theta d\theta.}}}

\end{array}$$

We can evaluate the first integral as it is, but we need to make a substitution to evaluate the second integral. Let $u = 2\theta.$ Then, $du = 2d\theta,$ or $\frac{1}{2}du = d\theta.$ Also, when $\theta = 0,u = 0,$ and when $\theta = \pi\text{/}2,u = \pi.$ Expressing the second integral in terms of *u*, we have

$$\begin{array}{cl}

& \\

& \\

{\frac{1}{2}{\int_{0}^{\pi\text{/}2}{d\theta + \frac{1}{2}{\int_{0}^{\pi\text{/}2}{\text{cos}\mspace{2mu} 2\theta d\theta}}}}} & {= \frac{1}{2}{\int_{0}^{\pi\text{/}2}{d\theta + \frac{1}{2}\left( \frac{1}{2} \right){\int_{0}^{\pi}{\text{cos}\mspace{2mu} udu}}}}} \\

& {= \frac{\theta}{2}{|_{\theta = 0}^{\theta = \pi\text{/}2} + \frac{1}{4}\text{sin}\mspace{2mu} u|_{u = 0}^{u = \pi}}} \\

& {= \left( {\frac{\pi}{4} - 0} \right) + \left( {0 - 0} \right) = \frac{\pi}{4}.}

\end{array}$$

Section 5.5 Exercises

254\.

Why is *u*-substitution referred to as *change of variable*?

255.

2\. If $f = g \circ h,$ when reversing the chain rule, $\frac{d}{dx}(g \circ h)(x) = g^{\prime}\left. \text{(}{h(x)} \right)h^{\prime}\text{(}x),$ should you take $u = g(x)$ or $u = h(x)?$

In the following exercises, verify each identity using differentiation. Then, using the indicated *u*-substitution, identify *f* such that the integral takes the form ${\int{f(u)du}}.$

256\.

$\left. \int{x\sqrt{x + 1}} \right.dx = \frac{2}{15}\left( {x + 1} \right)^{3\text{/}2}\left( {3x - 2} \right) + C;u = x + 1$

257.

For $x > 1:{\left. \int{\frac{x^{2}}{\sqrt{x - 1}}dx} \right. = \frac{2}{15}\sqrt{x - 1}\left( {3x^{2} + 4x + 8} \right) + C;u = x - 1}$

258\.

${\int{x\sqrt{4x^{2} + 9}dx = \frac{1}{12}\left( {4x^{2} + 9} \right)^{3\text{/}2} + C}};u = 4x^{2} + 9$

259.

$\left. \int{\frac{x}{\sqrt{4x^{2} + 9}}dx = \frac{1}{4}\sqrt{4x^{2} + 9} + C} \right.;u = 4x^{2} + 9$

260\.

$\left. \int{\frac{x}{{(4x^{2} + 9)}^{2}}dx = - \frac{1}{8(4x^{2} + 9)}} \right.;u = 4x^{2} + 9$

In the following exercises, find the antiderivative using the indicated substitution.

261.

${\int{\left( {x + 1} \right)^{4}dx}};u = x + 1$

262\.

${\int{\left( {x - 1} \right)^{5}dx}};u = x - 1$

263.

${\int{\left( {2x - 3} \right)^{-7}dx}};u = 2x - 3$

264\.

${\int{\left( {3x - 2} \right)^{-11}dx}};u = 3x - 2$

265.

$\left. \int{\frac{x}{\sqrt{x^{2} + 1}}dx} \right.;u = x^{2} + 1$

266\.

$\left. \int{\frac{x}{\sqrt{1 - x^{2}}}dx} \right.;u = 1 - x^{2}$

267.

${\int{\left( {x - 1} \right)\left( {x^{2} - 2x} \right)^{3}dx}};u = x^{2} - 2x$

268\.

${\int{\left( {x^{2} - 2x} \right)\left( {x^{3} - 3x^{2}} \right)^{2}dx}};u = x^{3}–3x^{2}$

269.

${\int{\text{cos}^{3}\theta d\theta}};u = \text{sin}\mspace{2mu}\theta$ $\text{(}Hint\text{:}\ \text{cos}^{2}\theta = 1 - \text{sin}^{2}\theta\text{)}$

270\.

${\int{\text{sin}^{3}\theta d\theta}};u = \text{cos}\mspace{2mu}\theta$ $\text{(}Hint\text{:}\ \text{sin}^{2}\theta = 1 - \text{cos}^{2}\theta\text{)}$

In the following exercises, use a suitable change of variables to determine the indefinite integral.

271.

$\int{x\left( {1 - x} \right)^{99}dx}$

272\.

$\int{t\left( {1 - t^{2}} \right)^{10}dt}$

273.

$\int{\left( {11x - 7} \right)^{-3}dx}$

274\.

$\int{\left( {7x - 11} \right)^{4}dx}$

275.

$\int{\text{cos}^{3}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta}$

276\.

$\int{\text{sin}^{7}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta}$

277.

$\int{\text{cos}^{2}\left( {\pi t} \right)\text{sin}\left( {\pi t} \right)dt}$

278\.

$\int{\text{sin}^{2}x\text{cos}^{3}xdx}$ $\text{(}Hint\text{:}\ \text{sin}^{2}x + \text{cos}^{2}x = 1\text{)}$

279.

$\int{t\mspace{2mu}\text{sin}\left( t^{2} \right)\text{cos}\left( t^{2} \right)dt}$

280\.

${\int t^{2}}\text{cos}^{2}\left( t^{3} \right)\text{sin}\left( t^{3} \right)dt$

281.

$\left. \int{\frac{x^{2}}{\left( {x^{3} - 3} \right)^{2}}dx} \right.$

282\.

$\left. \int{\frac{x^{3}}{\sqrt{1 - x^{2}}}dx} \right.$

283.

$\left. \int{\frac{y^{5}}{\left( {1 - y^{3}} \right)^{3\text{/}2}}dy} \right.$

284\.

${\int{\text{cos}\mspace{2mu}\theta\left( {1 - \text{cos}\mspace{2mu}\theta} \right)}}^{99}\text{sin}\mspace{2mu}\theta d\theta$

285.

${\int\left( {1 - \text{cos}^{3}\theta} \right)}^{10}\text{cos}^{2}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta$

286\.

$\int{\left( {\text{cos}\mspace{2mu}\theta - 1} \right)\left( {\text{cos}^{2}\theta - 2\mspace{2mu}\text{cos}\mspace{2mu}\theta} \right)^{3}\text{sin}\mspace{2mu}\theta d\theta}$

287.

$\int{\left( {\text{sin}^{2}\theta - 2\mspace{2mu}\text{sin}\mspace{2mu}\theta} \right)\left( {\text{sin}^{3}\theta - 3\text{sin}^{2}\theta} \right)^{3}\text{cos}\mspace{2mu}\theta d\theta}$

In the following exercises, use a calculator to estimate the area under the curve using left Riemann sums with 50 terms, then use substitution to solve for the exact answer.

288\.

\[T\] $y = 3\left( {1 - x} \right)^{2}$ over $\left\lbrack {0,2} \right\rbrack$

289.

\[T\] $y = x\left( {1 - x^{2}} \right)^{3}$ over $\left\lbrack {-1,2} \right\rbrack$

290\.

\[T\] $y = \text{sin}\mspace{2mu} x\left( {1 - \text{cos}\mspace{2mu} x} \right)^{2}$ over $\left\lbrack {0,\pi} \right\rbrack$

291.

\[T\] $y = \frac{x}{\left( {x^{2} + 1} \right)^{2}}$ over $\left\lbrack {-1,1} \right\rbrack$

In the following exercises, use a change of variables to evaluate the definite integral.

292\.

${\int_{0}^{1}{x\sqrt{1 - x^{2}}}}dx$

293.

$\int_{0}^{1}{\frac{x}{\sqrt{1 + x^{2}}}dx}$

294\.

$\int_{0}^{2}{\frac{t}{\sqrt{5 + t^{2}}}dt}$

295.

$\int_{0}^{1}{\frac{t^{2}}{\sqrt{1 + t^{3}}}dt}$

296\.

$\int_{0}^{\pi\text{/}4}{\text{sec}^{2}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta}$

297.

$\int_{0}^{\pi\text{/}4}{\frac{\text{sin}\mspace{2mu}\theta}{\text{cos}^{4}\theta}d\theta}$

In the following exercises, evaluate the indefinite integral $\int{f(x)dx}$ with constant $C = 0$ using *u*-substitution. Then, graph the function and the antiderivative over the indicated interval. If possible, estimate a value of *C* that would need to be added to the antiderivative to make it equal to the definite integral $F(x) = {\int_{a}^{x}{f(t)dt}},$ with *a* the left endpoint of the given interval.

298\.

\[T\] $\int{\left( {2x + 1} \right)e^{x^{2} + x - 6}dx}$ over $\left\lbrack {-3,2} \right\rbrack$

299.

\[T\] $\left. \int{\frac{\text{cos}\left( {\text{ln}\left( {2x} \right)} \right)}{x}dx} \right.$ on $\left\lbrack {0,2} \right\rbrack$

300\.

\[T\] $\left. \int{\frac{3x^{2} + 2x + 1}{\sqrt{x^{3} + x^{2} + x + 4}}dx} \right.$ over $\left\lbrack {-1,2} \right\rbrack$

301.

\[T\] $\left. \int{\frac{\text{sin}\mspace{2mu} x}{\text{cos}^{3}x}dx} \right.$ over $\left\lbrack {- \frac{\pi}{3},\frac{\pi}{3}} \right\rbrack$

302\.

\[T\] $\int{\left( {x + 2} \right)e^{\text{−}x^{2} - 4x + 3}dx}$ over $\left\lbrack {-5,1} \right\rbrack$

303.

\[T\] ${\int{3x^{2}\sqrt{2x^{3} + 1}}}dx$ over $\left\lbrack {0,1} \right\rbrack$

304\.

If $h(a) = h(b)$ in $\int_{a}^{b}g\prime\left( h(x) \right)h\prime(x)dx,$ what can you say about the value of the integral?

305.

Is the substitution $u = 1 - x^{2}$ in the definite integral $\int_{0}^{2}{\frac{x}{1 - x^{2}}dx}$ okay? If not, why not?

In the following exercises, use a change of variables to show that each definite integral is equal to zero.

306\.

$\int_{0}^{\pi}{\text{cos}^{2}\left( {2\theta} \right)\text{sin}\left( {2\theta} \right)d\theta}$

307.

$\int_{0}^{\sqrt{\pi}}{t\mspace{2mu}\text{cos}\left( t^{2} \right)\text{sin}\left( t^{2} \right)dt}$

308\.

$\int_{0}^{1}{\left( {1 - 2t} \right)dt}$

309.

$\int_{0}^{1}{\frac{1 - 2t}{\left( {1 + \left( {t - \frac{1}{2}} \right)^{2}} \right)}dt}$

310\.

$\int_{0}^{\pi}{\text{sin}\left( \left( {t - \frac{\pi}{2}} \right)^{3} \right)\text{cos}\left( {t - \frac{\pi}{2}} \right)dt}$

311.

$\int_{0}^{2}{\left( {1 - t} \right)\text{cos}\left( {\pi t} \right)dt}$

312\.

$\int_{\pi\text{/}4}^{3\pi\text{/}4}{\text{sin}^{2}t\mspace{2mu}\text{cos}\mspace{2mu} tdt}$

313.

Show that the average value of $f(x)$ over an interval $\left\lbrack {a,b} \right\rbrack$ is the same as the average value of $f\left( {cx} \right)$ over the interval $\left\lbrack {\frac{a}{c},\frac{b}{c}} \right\rbrack$ for $c > 0.$

314\.

Find the area under the graph of $f(t) = \frac{t}{\left( {1 + t^{2}} \right)^{a}}$ between $t = 0$ and $t = x$ where $a > 0$ and $a \neq 1$ is fixed, and evaluate the limit as $x\rightarrow\infty.$

315.

Find the area under the graph of $g(t) = \frac{t}{\left( {1 - t^{2}} \right)^{a}}$ between $t = 0$ and $t = x,$ where $0 < x < 1$ and $a > 0$ is fixed. Evaluate the limit as $x\rightarrow 1.$

316\.

The area of a semicircle of radius 1 can be expressed as ${\int_{-1}^{1}{\sqrt{1 - x^{2}}dx}}.$ Use the substitution $x = \text{cos}\mspace{2mu} t$ to express the area of a semicircle as the integral of a trigonometric function. You do not need to compute the integral.

317.

The area of the top half of an ellipse with a major axis that is the *x*-axis from $x = - a$ to $x = a$ and with a minor axis that is the *y*-axis from $y = \text{−}b$ to $y = b$ can be written as ${\int_{\text{−}a}^{a}{b\sqrt{1 - \frac{x^{2}}{a^{2}}}dx}}.$ Use the substitution $x = a\mspace{2mu}\text{cos}\mspace{2mu} t$ to express this area in terms of an integral of a trigonometric function. You do not need to compute the integral.

318\.

\[T\] The following graph is of a function of the form $f(t) = a\mspace{2mu}\text{sin}(nt) + b\mspace{2mu}\text{sin}(mt).$ Estimate the coefficients *a* and *b*, and the frequency parameters *n* and *m*. Use these estimates to approximate ${\int_{0}^{\pi}{f(t)dt}}.$

319.

\[T\] The following graph is of a function of the form $f(x) = a\mspace{2mu}\text{cos}\left( {nt} \right) + b\mspace{2mu}\text{cos}\left( {mt} \right).$ Estimate the coefficients *a* and *b* and the frequency parameters *n* and *m*. Use these estimates to approximate ${\int_{0}^{\frac{\pi}{2}}{f(t)dt}}.$

---

5.6 Integrals Involving Exponential and Logarithmic Functions

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-6-integrals-involving-exponential-and-logarithmic-functions

5.6 Integrals Involving Exponential and Logarithmic Functions

Exponential and logarithmic functions are used to model population growth, cell growth, and financial growth, as well as depreciation, radioactive decay, and resource consumption, to name only a few applications. In this section, we explore integration involving exponential and logarithmic functions.

Integrals of Exponential Functions

The exponential function is perhaps the most efficient function in terms of the operations of calculus. The exponential function, $y = e^{x},$ is its own derivative and its own integral.

Exponential functions can be integrated using the following formulas.

$$\begin{array}{lll}

\left. \int{e^{x}dx} \right. & = & {e^{x} + C} \\

\left. \int{a^{x}dx} \right. & = & {\frac{a^{x}}{\text{ln}\mspace{2mu} a} + C}

\end{array}$$ (5.21)

Finding an Antiderivative of an Exponential Function

Find the antiderivative of the exponential function *e*−*x*.

Solution

Use substitution, setting $u = \text{−}x,$ and then $du = -1dx.$ Multiply the *du* equation by −1, so you now have $\text{−}du = dx.$ Then,

$$\begin{array}{cl}

{\left. \int e^{\text{−}x} \right.dx} & {= \text{−}\left. \int{e^{u}du} \right.} \\

& \\

& {= \text{−}e^{u} + C} \\

& {= \text{−}e^{\text{−}x} + C.}

\end{array}$$

Find the antiderivative of the function using substitution: $x^{2}e^{-2x^{3}}.$

A common mistake when dealing with exponential expressions is treating the exponent on *e* the same way we treat exponents in polynomial expressions. We cannot use the power rule for the exponent on *e*. This can be especially confusing when we have both exponentials and polynomials in the same expression, as in the previous checkpoint. In these cases, we should always double-check to make sure we’re using the right rules for the functions we’re integrating.

Square Root of an Exponential Function

Find the antiderivative of the exponential function $e^{x}\sqrt{1 + e^{x}}.$

Solution

First rewrite the problem using a rational exponent:

$$\left. \int{e^{x}\sqrt{1 + e^{x}}} \right.dx = \left. \int{e^{x}\left( {1 + e^{x}} \right)^{1\text{/}2}dx} \right..$$

Using substitution, choose $u = 1 + e^{x}.$ Then, $du = e^{x}dx.$ We have (Figure 5.37)

$$\left. \int{e^{x}\left( {1 + e^{x}} \right)^{1\text{/}2}dx = \left. \int{u^{1\text{/}2}du} \right.} \right..$$

Then

$$\left. \int{u^{1\text{/}2}du = \frac{u^{3\text{/}2}}{3\text{/}2} + C} \right. = \frac{2}{3}u^{3\text{/}2} + C = \frac{2}{3}\left( {1 + e^{x}} \right)^{3\text{/}2} + C.$$

Find the antiderivative of $e^{x}\left( {3e^{x} - 2} \right)^{2}.$

Using Substitution with an Exponential Function

Use substitution to evaluate the indefinite integral $\int{3x^{2}e^{2x^{3}}dx.}$

Solution

Here we choose to let *u* equal the expression in the exponent on *e*. Let $u = 2x^{3}$ and $du = 6x^{2}dx..$ Again, *du* is off by a constant multiplier; the original function contains a factor of 3*x*2, not 6*x*2. Multiply both sides of the equation by $\frac{1}{2}$ so that the integrand in *u* equals the integrand in *x*. Thus,

$$\left. \int{3x^{2}e^{2x^{3}}} \right.dx = \frac{1}{2}{\int{e^{u}du}}.$$

Integrate the expression in *u* and then substitute the original expression in *x* back into the *u* integral:

$$\frac{1}{2}{\int e^{u}}du = \frac{1}{2}e^{u} + C = \frac{1}{2}e^{2x^{3}} + C.$$

Evaluate the indefinite integral ${\int 2}x^{3}e^{x^{4}}dx.$

As mentioned at the beginning of this section, exponential functions are used in many real-life applications. The number *e* is often associated with compounded or accelerating growth, as we have seen in earlier sections about the derivative. Although the derivative represents a rate of change or a growth rate, the integral represents the total change or the total growth. Let’s look at an example in which integration of an exponential function solves a common business application.

A price–demand function tells us the relationship between the quantity of a product demanded and the price of the product. In general, price decreases as quantity demanded increases. The marginal price–demand function is the derivative of the price–demand function and it tells us how fast the price changes at a given level of production. These functions are used in business to determine the price–elasticity of demand, and to help companies determine whether changing production levels would be profitable.

Finding a Price–Demand Equation

Find the price–demand equation for a particular brand of toothpaste at a supermarket chain when the demand is 50 tubes per week at \$2.35 per tube, given that the marginal price—demand function, $p^{\prime}\left. \text{(}x \right),$ for *x* number of tubes per week, is given as

$$p'(x) = -0.015e^{-0.01x}.$$

If the supermarket chain sells 100 tubes per week, what price should it set?

Solution

To find the price–demand equation, integrate the marginal price–demand function. First find the antiderivative, then look at the particulars. Thus,

$$\begin{array}{cl}

& \\

& \\

{p(x)} & {= \left. \int{-0.015e^{-0.01x}dx} \right.} \\

& {= -0.015\left. \int e^{-0.01x} \right.dx.}

\end{array}$$

Using substitution, let $u = -0.01x$ and $du = -0.01dx.$ Then, divide both sides of the *du* equation by −0.01. This gives

$$\begin{array}{cl}

{\frac{-0.015}{-0.01}\left. \int{e^{u}du} \right.} & {= 1.5\left. \int{e^{u}du} \right.} \\

& \\

& {= 1.5e^{u} + C} \\

& {= 1.5e^{-0.01x} + C.}

\end{array}$$

The next step is to solve for *C*. We know that when the price is \$2.35 per tube, the demand is 50 tubes per week. This means

$$\begin{array}{cl}

& \\

& \\

{p(50)} & {= 1.5e^{-0.01(50)} + C} \\

& {= 2.35.}

\end{array}$$

Now, just solve for *C*:

$$\begin{array}{cl}

& \\

C & {= 2.35 - 1.5e^{-0.5}} \\

& {= 2.35 - 0.91} \\

& {= 1.44.}

\end{array}$$

Thus,

$$p(x) = 1.5e^{-0.01x} + 1.44.$$

If the supermarket sells 100 tubes of toothpaste per week, the price would be

$$p(100) = 1.5e^{-0.01(100)} + 1.44 = 1.5e^{-1} + 1.44 \approx 1.99.$$

The supermarket should charge \$1.99 per tube if it is selling 100 tubes per week.

Evaluating a Definite Integral Involving an Exponential Function

Evaluate the definite integral ${\int_{1}^{2}{e^{1 - x}dx}}.$

Solution

Again, substitution is the method to use. Let $u = 1 - x,$ so $du = -1dx$ or $\text{−}du = dx.$ Then ${\int{e^{1 - x}dx = \text{−}{\int{e^{u}du}}}}.$ Next, change the limits of integration. Using the equation $u = 1 - x,$ we have

$$\begin{array}{l}

{u = 1 - (1) = 0} \\

{u = 1 - (2) = -1.}

\end{array}$$

The integral then becomes

$$\begin{array}{cl}

{\int_{1}^{2}{e^{1 - x}dx}} & {= \text{−}{\int_{0}^{-1}{e^{u}du}}} \\

& \\

& \\

& {= {\int_{-1}^{0}{e^{u}du}}} \\

& {= \left. e^{u} \right|_{-1}^{0}} \\

& {= e^{0} - \left( e^{-1} \right)} \\

& {= \text{−}e^{-1} + 1.}

\end{array}$$

See Figure 5.38.

Evaluate ${\int_{0}^{2}{e^{2x}dx}}.$

Growth of Bacteria in a Culture

Suppose the rate of growth of bacteria in a Petri dish is given by $q(t) = 3^{t},$ where *t* is given in hours and $q(t)$ is given in thousands of bacteria per hour. If a culture starts with 10,000 bacteria, find a function $Q(t)$ that gives the number of bacteria in the Petri dish at any time *t*. How many bacteria are in the dish after 2 hours?

Solution

We have

$$Q(t) = {\int{3^{t}dt = \frac{3^{t}}{\text{ln}\mspace{2mu} 3} + C.}}$$

Then, at $t = 0$ we have $Q(0) = 10 = \frac{1}{\text{ln}\mspace{2mu} 3} + C,$ so $C \approx 9.090$ and we get

$$Q(t) = \frac{3^{t}}{\text{ln}\mspace{2mu} 3} + 9.090.$$

At time $t = 2,$ we have

$$Q(2) = \frac{3^{2}}{\text{ln}\mspace{2mu} 3} + 9.090$$ $$= 17.282.$$

After 2 hours, there are 17,282 bacteria in the dish.

From Example 5.42, suppose the bacteria grow at a rate of $q(t) = 2^{t}.$ Assume the culture still starts with 10,000 bacteria. Find $Q(t).$ How many bacteria are in the dish after 3 hours?

Fruit Fly Population Growth

Suppose a population of fruit flies increases at a rate of $g(t) = 2e^{0.02t},$ in flies per day. If the initial population of fruit flies is 100 flies, how many flies are in the population after 10 days?

Solution

Let $G(t)$ represent the number of flies in the population at time *t*. Applying the net change theorem, we have

$$\begin{array}{cl}

& \\

& \\

{G(10)} & {= G(0) + \int_{0}^{10}2e^{0.02t}dt} \\

& {= 100 + \left. \left\lbrack {\frac{2}{0.02}e^{0.02t}} \right\rbrack \right|_{0}^{10}} \\

& {= 100 + \left. \left\lbrack {100e^{0.02t}} \right\rbrack \right|_{0}^{10}} \\

& {= 100 + 100e^{0.2} - 100} \\

& {\approx 122.}

\end{array}$$

There are 122 flies in the population after 10 days.

Suppose the rate of growth of the fly population is given by $g(t) = e^{0.01t},$ and the initial fly population is 100 flies. How many flies are in the population after 15 days?

Evaluating a Definite Integral Using Substitution

Evaluate the definite integral using substitution: ${\int_{1}^{2}{\frac{e^{1\text{/}x}}{x^{2}}dx}}.$

Solution

This problem requires some rewriting to simplify applying the properties. First, rewrite the exponent on *e* as a power of *x*, then bring the *x*2 in the denominator up to the numerator using a negative exponent. We have

$${\int_{1}^{2}{\frac{e^{1\text{/}x}}{x^{2}}dx}} = {\int_{1}^{2}{e^{x^{-1}}x^{-2}dx}}.$$

Let $u = x^{-1},$ the exponent on *e*. Then

$$\begin{aligned}

{du} & {= \text{−}x^{-2}dx} \\

{- du} & {= x^{-2}dx.}

\end{aligned}$$

Bringing the negative sign outside the integral sign, the problem now reads

$$\text{−}{\int{e^{u}du}}.$$

Next, change the limits of integration:

$$\begin{array}{l}

\\

\\

{u = {(1)}^{-1} = 1} \\

{u = {(2)}^{-1} = \frac{1}{2}.}

\end{array}$$

Notice that now the limits begin with the larger number, meaning we must multiply by −1 and interchange the limits. Thus,

$$\begin{array}{ll}

& \\

& \\

& \\

{\text{−}{\int_{1}^{1\text{/}2}{e^{u}du}}} & {= {\int_{1\text{/}2}^{1}{e^{u}du}}} \\

& {= e^{u}|_{1\text{/}2}^{1}} \\

& {= e - e^{1\text{/}2}} \\

& {= e - \sqrt{e}.}

\end{array}$$

Evaluate the definite integral using substitution: ${\int_{1}^{2}{\frac{1}{x^{3}}e^{4x^{-2}}}}dx.$

Integrals Involving Logarithmic Functions

Integrating functions of the form $f(x) = x^{-1}$ result in the absolute value of the natural log function, as shown in the following rule. Integral formulas for other logarithmic functions, such as $f(x) = \text{ln}\mspace{2mu} x$ and $f(x) = \text{log}_{a}x,$ are also included in the rule.

The following formulas can be used to evaluate integrals involving logarithmic functions.

$$\begin{array}{rll}

\left. \int{x^{-1}dx} \right. & = & {\text{ln}|x| + C} \\

{{\int\text{ln}}\mspace{2mu} x\ dx} & = & {x\mspace{2mu}\text{ln}\mspace{2mu} x - x + C = x\left( {\text{ln}\mspace{2mu} x - 1} \right) + C} \\

{{\int\text{log}_{a}}x\ dx} & = & {\frac{x}{\text{ln}\mspace{2mu} a}\left( {\text{ln}\mspace{2mu} x - 1} \right) + C}

\end{array}$$ (5.22)

Finding an Antiderivative Involving $\text{ln}\ x$

Find the antiderivative of the function $\frac{3}{x - 10}.$

Solution

First factor the 3 outside the integral symbol. Then use the *u*−1 rule. Thus,

$$\begin{array}{ll}

\left. \int{\frac{3}{x - 10}dx} \right. & {= 3\left. \int{\frac{1}{x - 10}dx} \right.} \\

& \\

& \\

& {= 3\left. \int\frac{du}{u} \right.} \\

& {= 3\mspace{2mu}\text{ln}|u| + C} \\

& {= 3\mspace{2mu}\text{ln}\left| {x - 10} \right| + C,x \neq 10.}

\end{array}$$

See Figure 5.39.

Find the antiderivative of $\frac{1}{x + 2}.$

Finding an Antiderivative of a Rational Function

Find the antiderivative of $\frac{2x^{3} + 3x}{x^{4} + 3x^{2}}.$

Solution

This can be rewritten as $\left. \int{\left( {2x^{3} + 3x} \right)\left( {x^{4} + 3x^{2}} \right)^{-1}dx} \right..$ Use substitution. Let $u = x^{4} + 3x^{2},$ then $du = 4x^{3} + 6x.$ Alter *du* by factoring out the 2. Thus,

$$\begin{array}{cll}

& & \\

{du} & = & {\left( {4x^{3} + 6x} \right)dx} \\

& = & {2\left( {2x^{3} + 3x} \right)dx} \\

{\frac{1}{2}\ du} & = & {\left( {2x^{3} + 3x} \right)dx.}

\end{array}$$

Rewrite the integrand in *u*:

$$\left. \int{\left( {2x^{3} + 3x} \right)\left( {x^{4} + 3x^{2}} \right)^{-1}dx} \right. = \frac{1}{2}\left. \int u^{-1} \right.du.$$

Then we have

$$\begin{array}{ll}

{\frac{1}{2}\left. \int{u^{-1}du} \right.} & {= \frac{1}{2}\text{ln}|u| + C} \\

& \\

& {= \frac{1}{2}\text{ln}\left| {x^{4} + 3x^{2}} \right| + C.}

\end{array}$$

Finding an Antiderivative of a Logarithmic Function

Find the antiderivative of the log function $\text{log}_{2}x.$

Solution

Follow the format in the formula listed in the rule on integration formulas involving logarithmic functions. Based on this format, we have

$$\left. \int{\text{log}_{2}xdx = \frac{x}{\text{ln}\mspace{2mu} 2}\left( {\text{ln}\mspace{2mu} x - 1} \right) + C} \right..$$

Find the antiderivative of $\text{log}_{3}x.$

Example 5.48 is a definite integral of a trigonometric function. With trigonometric functions, we often have to apply a trigonometric property or an identity before we can move forward. Finding the right form of the integrand is usually the key to a smooth integration.

Evaluating a Definite Integral

Find the definite integral of $\int_{0}^{\pi\text{/}2}{\frac{\text{sin}\mspace{2mu} x}{1 + \text{cos}\mspace{2mu} x}dx.}$

Solution

We need substitution to evaluate this problem. Let $u = 1 + \text{cos}\mspace{2mu} x,,$ so $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$ Rewrite the integral in terms of *u*, changing the limits of integration as well. Thus,

$$\begin{array}{l}

{u = 1 + \text{cos}(0) = 2} \\

{u = 1 + \text{cos}\left( \frac{\pi}{2} \right) = 1.}

\end{array}$$

Then

$$\begin{array}{cl}

{\int_{0}^{\pi\text{/}2}\frac{\text{sin}\mspace{2mu} x}{1 + \text{cos}\mspace{2mu} x}} & {= \text{−}{\int_{2}^{1}{u^{-1}du}}} \\

& \\

& \\

& {= {\int_{1}^{2}{u^{-1}du}}} \\

& {= \left. {\text{ln}|u|} \right|_{1}^{2}} \\

& {= \lbrack\text{ln}\mspace{2mu} 2 - \text{ln}\mspace{2mu} 1\rbrack} \\

& {= \text{ln}\mspace{2mu} 2.}

\end{array}$$

Section 5.6 Exercises

In the following exercises, compute each indefinite integral.

320\.

${\int e^{2x}}dx$

321.

${\int e^{-3x}}dx$

322\.

${\int 2^{x}}dx$

323.

${\int 3^{\text{−}x}}dx$

324\.

$\left. \int\frac{1}{2x} \right.dx$

325.

$\left. \int\frac{2}{x} \right.dx$

326\.

$\left. \int\frac{1}{x^{2}} \right.dx$

327.

$\left. \int\frac{1}{\sqrt{x}} \right.dx$

In the following exercises, find each indefinite integral by using appropriate substitutions.

328\.

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x} \right.dx$

329.

$\left. \int\frac{dx}{x\left( {\text{ln}\mspace{2mu} x} \right)^{2}} \right.$

330\.

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x} \right.\ {(x > 1)}$

331.

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu}\text{ln}(\text{ln}\mspace{2mu} x)} \right.$

332\.

$\int{\text{tan}\mspace{2mu}\theta\ d\theta}$

333.

$\int{\frac{\text{cos}\mspace{2mu} x - x\mspace{2mu}\text{sin}\mspace{2mu} x}{x\mspace{2mu}\text{cos}\mspace{2mu} x}dx}$

334\.

$\left. \int{\frac{\text{ln}\left( {\text{sin}\mspace{2mu} x} \right)}{\text{tan}\mspace{2mu} x}dx} \right.$

335.

${\int{\text{ln}(\text{cos}\mspace{2mu} x)}}\text{tan}\mspace{2mu} xdx$

336\.

${\int x}e^{\text{−}x^{2}}dx$

337.

${\int x^{2}}e^{\text{−}x^{3}}dx$

338\.

$\int{e^{\text{sin}\mspace{2mu} x}\text{cos}\mspace{2mu} xdx}$

339.

${\int e^{\text{tan}\mspace{2mu} x}}\text{sec}^{2}xdx$

340\.

$\left. \int{e^{\text{ln}\mspace{2mu} x}\frac{dx}{x}} \right.$

341.

$\left. \int\frac{e^{\text{ln}(1 - t)}}{1 - t} \right.dt$

In the following exercises, verify by differentiation that ${\int\text{ln}}\mspace{2mu} x\ dx = x\left( {\text{ln}\mspace{2mu} x - 1} \right) + C,$ then use appropriate changes of variables to compute the integral.

342\.

$\int x~\text{ln}\mspace{2mu} xdx$ $\left. \text{(}Hint\text{:}\ \int x~\text{ln}\mspace{2mu} xdx = \frac{1}{2}\int x~\text{ln}\left( x^{2} \right)dx \right)$

343.

$\left. \int x^{2}\text{ln(}x^{2} \right)\ dx$

344\.

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x^{2}} \right.dx$ $\text{(}Hint\text{:}\ \text{Set}\ u = \frac{1}{x}\text{.}\text{)}$

345.

$\left. \int{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx} \right.$ $\text{(}Hint\text{:}\ \text{Set}\ u = \sqrt{x}\text{.}\text{)}$

346\.

Write an integral to express the area under the graph of $y = \frac{1}{t}$ from $t = 1$ to *ex* and evaluate the integral.

347.

Write an integral to express the area under the graph of $y = e^{t}$ between $t = 0$ and $t = \text{ln}\mspace{2mu} x,$ and evaluate the integral.

In the following exercises, use appropriate substitutions to express the trigonometric integrals in terms of compositions with logarithms.

348\.

$\left. \int{\text{tan}\left( {2x} \right)dx} \right.$

349.

$\left. \int{\frac{\text{sin}\left( {3x} \right) - \text{cos}\left( {3x} \right)}{\text{sin}\left( {3x} \right) + \text{cos}\left( {3x} \right)}dx} \right.$

350\.

$\left. \int{\frac{x\mspace{2mu}\text{sin}\left( x^{2} \right)}{\text{cos}\left( x^{2} \right)}dx} \right.$

351.

$\left. \int{x\mspace{2mu}\text{csc}\left( x^{2} \right)dx} \right.$

352\.

$\left. \int{\text{ln}\left( {\text{cos}\mspace{2mu} x} \right)\text{tan}\mspace{2mu} x\ dx} \right.$

353.

$\left. \int{\text{ln}\left( {\text{csc}\mspace{2mu} x} \right)\text{cot}\mspace{2mu} xdx} \right.$

354\.

$\left. \int{\frac{e^{x} - e^{\text{−}x}}{e^{x} + e^{\text{−}x}}dx} \right.$

In the following exercises, evaluate the definite integral.

355.

$\int_{1}^{2}{\frac{1 + 2x + x^{2}}{3x + 3x^{2} + x^{3}}dx}$

356\.

$\int_{0}^{\pi\text{/}4}{\text{tan}\mspace{2mu} x\ dx}$

357.

$\int_{0}^{\pi\text{/}3}{\frac{\text{sin}\mspace{2mu} x - \text{cos}\mspace{2mu} x}{\text{sin}\mspace{2mu} x + \text{cos}\mspace{2mu} x}dx}$

358\.

$\int_{\pi\text{/}6}^{\pi\text{/}2}\text{csc}\mspace{2mu} xdx$

359.

$\int_{\pi\text{/}4}^{\pi\text{/}3}\text{cot}\mspace{2mu} xdx$

In the following exercises, integrate using the indicated substitution.

360\.

$\left. \int{\frac{x}{x - 100}dx} \right.;u = x - 100$

361.

$\left. \int{\frac{y - 1}{y + 1}dy} \right.;u = y + 1$

362\.

$\left. \int{\frac{1 - x^{2}}{3x - x^{3}}dx} \right.;u = 3x - x^{3}$

363.

$\left. \int{\frac{\text{sin}\mspace{2mu} x + \text{cos}\mspace{2mu} x}{\text{sin}\mspace{2mu} x - \text{cos}\mspace{2mu} x}dx} \right.;u = \text{sin}\mspace{2mu} x - \text{cos}\mspace{2mu} x$

364\.

$\left. \int e^{2x} \right.\sqrt{1 - e^{2x}}dx;u = e^{2x}$

365.

$\left. \int{\text{ln}(x)\frac{\sqrt{1 - \left( {\text{ln}\mspace{2mu} x} \right)^{2}}}{x}dx} \right.;u = \text{ln}\mspace{2mu} x$

In the following exercises, does the right-endpoint approximation overestimate or underestimate the exact area? Calculate the right endpoint estimate *R*50 and solve for the exact area.

366\.

\[T\] $y = e^{x}$ over $\left\lbrack {0,1} \right\rbrack$

367.

\[T\] $y = e^{\text{−}x}$ over $\left\lbrack {0,1} \right\rbrack$

368\.

\[T\] $y = \text{ln}(x)$ over $\left\lbrack {1,2} \right\rbrack$

369.

\[T\] $y = \frac{x + 1}{x^{2} + 2x + 6}$ over $\left\lbrack {0,1} \right\rbrack$

370\.

\[T\] $y = 2^{x}$ over $\left\lbrack {-1,0} \right\rbrack$

371.

\[T\] $y = \text{−}2^{\text{−}x}$ over $\left\lbrack {0,1} \right\rbrack$

In the following exercises, $f(x) \geq 0$ for $a \leq x \leq b.$ Find the area under the graph of $f(x)$ between the given values *a* and *b* by integrating.

372\.

$f(x) = \frac{\text{log}_{10}(x)}{x};a = 10,b = 100$

373.

$f(x) = \frac{\text{log}_{2}(x)}{x};a = 32,b = 64$

374\.

$f(x) = 2^{\text{−}x};a = 1,b = 2$

375.

$f(x) = 2^{\text{−}x};a = 3,b = 4$

376\.

Find the area under the graph of the function $f(x) = xe^{\text{−}x^{2}}$ between $x = 0$ and $x = 5.$

377.

Compute the integral of $f(x) = xe^{\text{−}x^{2}}$ and find the smallest value of *N* such that the area under the graph $f(x) = xe^{\text{−}x^{2}}$ between $x = N$ and $x = N + 1$ is, at most, 0.01.

378\.

Find the limit, as *N* tends to infinity, of the area under the graph of $f(x) = xe^{\text{−}x^{2}}$ between $x = 0$ and $x = N.$

379.

Show that ${\int_{a}^{b}\frac{dt}{t}} = {\int_{1\text{/}b}^{1\text{/}a}\frac{dt}{t}}$ when $0 < a \leq b.$

380\.

Suppose that $f(x) > 0$ for all *x* and that *f* and *g* are differentiable. Use the identity $f^{g} = e^{g\mspace{2mu}\text{ln}\mspace{2mu} f}$ and the chain rule to find the derivative of $f^{g}.$

381.

Use the previous exercise to find the antiderivative of $h(x) = x^{x}\left( {1 + \text{ln}\mspace{2mu} x} \right)$ and evaluate ${\int_{2}^{3}{x^{x}\left( {1 + \text{ln}\mspace{2mu} x} \right)dx}}.$

382\.

Show that if $c > 0,$ then the integral of $1\text{/}x$ from *ac* to *bc* $\left( {0 < a < b} \right)$ is the same as the integral of $1\text{/}x$ from *a* to *b*.

The following exercises are intended to derive the fundamental properties of the natural log starting from the *definition* $\text{ln}(x) = {\int_{1}^{x}\frac{dt}{t}},$ using properties of the definite integral and making no further assumptions.

383.

Use the identity $\text{ln}(x) = {\int_{1}^{x}\frac{dt}{t}}$ to derive the identity $\text{ln}\left( \frac{1}{x} \right) = \text{−}\text{ln}\mspace{2mu} x.$

384\.

Use a change of variable in the integral $\int_{1}^{xy}{\frac{1}{t}dt}$ to show that $\text{ln}\mspace{2mu} xy = \text{ln}\mspace{2mu} x + \text{ln}\mspace{2mu} y\ \text{for}\ x,y > 0.$

385.

Use the identity $\text{ln}\mspace{2mu} x = {\int_{1}^{x}\frac{dt}{t}}$ to show that $\text{ln}(x)$ is an increasing function of *x* on $\lbrack 0,\infty),$ and use the previous exercises to show that the range of $\text{ln}(x)$ is $\left( {\text{−}\infty,\infty} \right).$ Without any further assumptions, conclude that $\text{ln}(x)$ has an inverse function defined on $\left( {\text{−}\infty,\infty} \right).$

386\.

Pretend, for the moment, that we do not know that $e^{x}$ is the inverse function of $\text{ln}(x),$ but keep in mind that $\text{ln}(x)$ has an inverse function defined on $\left( {\text{−}\infty,\infty} \right).$ Call it *E*. Use the identity $\text{ln}\mspace{2mu} xy = \text{ln}\mspace{2mu} x + \text{ln}\mspace{2mu} y$ to deduce that $E\left( {a + b} \right) = E(a)E(b)$ for any real numbers *a*, *b*.

387.

Pretend, for the moment, that we do not know that $e^{x}$ is the inverse function of $\text{ln}\mspace{2mu} x,$ but keep in mind that $\text{ln}\mspace{2mu} x$ has an inverse function defined on $\left( {\text{−}\infty,\infty} \right).$ Call it *E*. Show that $E'(t) = E(t).$

388\.

The sine integral, defined as $S(x) = {\int_{0}^{x}{\frac{\text{sin}\mspace{2mu} t}{t}dt}}$ is an important quantity in engineering. Although it does not have a simple closed formula, it is possible to estimate its behavior for large *x*. Show that for $k \geq 1,\left| {S\left( {2\pi k} \right) - S\left( {2\pi\left( {k + 1} \right)} \right)} \right| \leq \frac{1}{k\left( {2k + 1} \right)\pi}.$ $\text{(}Hint\text{:}\ \text{sin}\left( {t + \pi} \right) = \text{−}\text{sin}\mspace{2mu} t\text{)}$

389.

\[T\] The normal distribution in probability is given by $p(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{\text{−}{({x - \mu})}^{2}\text{/}2\sigma^{2}},$ where *σ* is the standard deviation and *μ* is the average. The *standard normal distribution* in probability, $p_{s},$ corresponds to $\mu = 0\ \text{and}\ \sigma = 1.$ Compute the right endpoint estimates $R_{10}\ \text{and}\ R_{100}$ of $\int_{-1}^{1}\frac{1}{\sqrt{2\pi}}e^{\text{−}\frac{x^{2}}{2}}dx.$

390\.

\[T\] Compute the right endpoint estimates $R_{50}\ \text{and}\ R_{100}$ of $\int_{-3}^{5}{\frac{1}{2\sqrt{2\pi}}e^{\text{−}{({x - 1})}^{2}\text{/}8}.}$

---

5.7 Integrals Resulting in Inverse Trigonometric Functions

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-7-integrals-resulting-in-inverse-trigonometric-functions

5.7 Integrals Resulting in Inverse Trigonometric Functions

In this section we focus on integrals that result in inverse trigonometric functions. We have worked with these functions before. Recall from Functions and Graphs that trigonometric functions are not one-to-one unless the domains are restricted. When working with inverses of trigonometric functions, we always need to be careful to take these restrictions into account. Also in Derivatives, we developed formulas for derivatives of inverse trigonometric functions. The formulas developed there give rise directly to integration formulas involving inverse trigonometric functions.

Integrals that Result in Inverse Sine Functions

Let us begin this last section of the chapter with the three formulas. Along with these formulas, we use substitution to evaluate the integrals. We prove the formula for the inverse sine integral.

The following integration formulas yield inverse trigonometric functions. Assume $a > 0$:

1.

$$\left. \int\frac{du}{\sqrt{a^{2} - u^{2}}} = \text{sin}^{- 1}\left( \frac{u}{a} \right)+C \right.$$ (5.23)

2.

$$\left. \int\frac{du}{a^{2} + u^{2}} \right. = \frac{1}{a}\mspace{1mu}\text{tan}^{-1}\frac{u}{a} + C$$ (5.24)

3.

$$\left. \int\frac{du}{u\sqrt{u^{2} - a^{2}}} = \frac{1}{a}\mspace{1mu}\text{sec}^{-1}\frac{|u|}{a} + C \right.$$ (5.25)

Proof

Let $y = \text{sin}^{-1}\frac{x}{a}.$ Then $a\mspace{2mu}\text{sin}\mspace{2mu} y = x.$ Now let’s use implicit differentiation. We obtain

$$\begin{array}{rll}

{\frac{d}{dx}\ \left( {a\mspace{2mu}\text{sin}\mspace{2mu} y} \right)} & = & {\frac{d}{dx}\ (x)} \\

& & \\

{a\mspace{2mu}\text{cos}\mspace{2mu} y\ \frac{dy}{dx}} & = & 1 \\

\frac{dy}{dx} & = & {\frac{1}{a\mspace{2mu}\text{cos}\mspace{2mu} y}.}

\end{array}$$

For $- \frac{\pi}{2} \leq y \leq \frac{\pi}{2},\text{cos}\mspace{2mu} y \geq 0.$ Thus, applying the Pythagorean identity $\text{sin}^{2}y + \text{cos}^{2}y = 1,$ we have $\text{cos}\mspace{2mu} y = \sqrt{1–\text{sin}^{2}y}.$ This gives

$$\begin{array}{cl}

\frac{1}{a\mspace{2mu}\text{cos}\mspace{2mu} y} & {= \frac{1}{a\sqrt{1 - \text{sin}^{2}y}}} \\

& \\

& {= \frac{1}{\sqrt{a^{2} - a^{2}\text{sin}^{2}y}}} \\

& {= \frac{1}{\sqrt{a^{2} - x^{2}}}.}

\end{array}$$

Then for $\text{−}a \leq x \leq a,$ and generalizing to *u*, we have

$$\left. \int{\frac{1}{\sqrt{a^{2} - u^{2}}}du = \text{sin}^{-1}} \right.\left( \frac{u}{a} \right) + C.$$

Evaluating a Definite Integral Using Inverse Trigonometric Functions

Evaluate the definite integral $\int_{0}^{\frac{1}{2}}{\frac{dx}{\sqrt{1 - x^{2}}}.}$

Solution

We can go directly to the formula for the antiderivative in the rule on integration formulas resulting in inverse trigonometric functions, and then evaluate the definite integral. We have

$$\begin{array}{cl}

& \\

& \\

{\int_{0}^{\frac{1}{2}}\frac{dx}{\sqrt{1 - x^{2}}}} & {= \text{sin}^{-1}x|_{0}^{\frac{1}{2}}} \\

& {= \text{sin}^{-1}\frac{1}{2} - \text{sin}^{-1}0} \\

& {= \frac{\pi}{6} - 0} \\

& {= \frac{\pi}{6}.}

\end{array}$$

Evaluate the integral $\left. \int\frac{dx}{\sqrt{1 - 16x^{2}}} \right..$

Finding an Antiderivative Involving an Inverse Trigonometric Function

Evaluate the integral $\left. \int\frac{dx}{\sqrt{4 - 9x^{2}}} \right..$

Solution

Substitute $u = 3x.$ Then $du = 3dx$ and we have

$$\left. \int\frac{dx}{\sqrt{4 - 9x^{2}}} \right. = \frac{1}{3}\left. \int\frac{du}{\sqrt{4 - u^{2}}} \right..$$

Applying the formula with $a = 2,$ we obtain

$$\begin{array}{cl}

\left. \int\frac{dx}{\sqrt{4 - 9x^{2}}} \right. & {= \frac{1}{3}\left. \int\frac{du}{\sqrt{4 - u^{2}}} \right.} \\

& \\

& {= \frac{1}{3}\text{sin}^{-1}\left( \frac{u}{2} \right) + C} \\

& {= \frac{1}{3}\text{sin}^{-1}\left( \frac{3x}{2} \right) + C.}

\end{array}$$

Find the indefinite integral using an inverse trigonometric function and substitution for $\left. \int\frac{dx}{\sqrt{9 - x^{2}}} \right..$

Evaluating a Definite Integral

Evaluate the definite integral $\int_{0}^{\sqrt{3}\text{/}2}{\frac{du}{\sqrt{1 - u^{2}}}.}$

Solution

The format of the problem matches the inverse sine formula. Thus,

$$\begin{array}{cl}

& \\

& \\

{\int_{0}^{\sqrt{3}\text{/}2}\frac{du}{\sqrt{1 - u^{2}}}} & {= \text{sin}^{-1}u|_{0}^{\sqrt{3}\text{/}2}} \\

& {= \left\lbrack {\text{sin}^{-1}\left( \frac{\sqrt{3}}{2} \right)} \right\rbrack - \left\lbrack {\text{sin}^{-1}(0)} \right\rbrack} \\

& {= \frac{\pi}{3}.}

\end{array}$$

Integrals Resulting in Other Inverse Trigonometric Functions

There are six inverse trigonometric functions. However, only three integration formulas are noted in the rule on integration formulas resulting in inverse trigonometric functions because the remaining three are negative versions of the ones we use. The only difference is whether the integrand is positive or negative. Rather than memorizing three more formulas, if the integrand is negative, simply factor out −1 and evaluate the integral using one of the formulas already provided. To close this section, we examine one more formula: the integral resulting in the inverse tangent function.

Finding an Antiderivative Involving the Inverse Tangent Function

Evaluate the integral $\left. \int{\frac{1}{1 + 4x^{2}}dx.} \right.$

Solution

Comparing this problem with the formulas stated in the rule on integration formulas resulting in inverse trigonometric functions, the integrand looks similar to the formula for $\text{tan}^{-1}u + C.$ So we use substitution, letting $u = 2x,$ then $du = 2dx$ and ${1\text{/}2}du = dx.$ Then, we have

$$\frac{1}{2}\left. \int{\frac{1}{1 + u^{2}}du = \frac{1}{2}\mspace{1mu}\text{tan}^{-1}u + C} \right. = \frac{1}{2}\mspace{1mu}\text{tan}^{-1}\left( {2x} \right) + C.$$

Use substitution to find the antiderivative $\left. \int{\frac{dx}{25 + 4x^{2}}.} \right.$

Applying the Integration Formulas

Evaluate the integral $\left. \int{\frac{1}{9 + x^{2}}dx.} \right.$

Solution

Apply the formula with $a = 3.$ Then,

$$\left. \int\frac{dx}{9 + x^{2}} \right. = \frac{1}{3}\mspace{1mu}\text{tan}^{-1}\left( \frac{x}{3} \right) + C.$$

Evaluate the integral $\left. \int{\frac{dx}{16 + x^{2}}.} \right.$

Evaluating a Definite Integral

Evaluate the definite integral $\int_{\sqrt{3}\text{/}3}^{\sqrt{3}}{\frac{dx}{1 + x^{2}}.}$

Solution

Use the formula for the inverse tangent. We have

$$\begin{array}{cl}

& \\

& \\

{\int_{\sqrt{3}\text{/}3}^{\sqrt{3}}\frac{dx}{1 + x^{2}}} & {= \text{tan}^{-1}x|_{\sqrt{3}\text{/}3}^{\sqrt{3}}} \\

& {= \left\lbrack {\text{tan}^{-1}\left( \sqrt{3} \right)} \right\rbrack - \left\lbrack {\text{tan}^{-1}\left( \frac{\sqrt{3}}{3} \right)} \right\rbrack} \\

& {= \frac{\pi}{6}.}

\end{array}$$

Evaluate the definite integral ${\int_{0}^{2}\frac{dx}{4 + x^{2}}}.$

Section 5.7 Exercises

In the following exercises, evaluate each integral in terms of an inverse trigonometric function.

391.

$\int_{0}^{\sqrt{3}\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

392\.

$\int_{-1\text{/}2}^{1\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

393.

$\int_{\sqrt{3}}^{1}\frac{dx}{1 + x^{2}}$

394\.

$\int_{1\text{/}\sqrt{3}}^{\sqrt{3}}\frac{dx}{1 + x^{2}}$

395.

$\int_{\frac{2}{\sqrt{3}}}^{\sqrt{2}}\frac{dx}{|x|\sqrt{x^{2} - 1}}$

396\.

$\int_{\sqrt{2}}^{2}\frac{dx}{|x|\sqrt{x^{2} - 1}}$

In the following exercises, find each indefinite integral, using appropriate substitutions.

397.

$\left. \int\frac{dx}{\sqrt{9 - x^{2}}} \right.$

398\.

$\left. \int\frac{dx}{\sqrt{1 - 16x^{2}}} \right.$

399.

$\left. \int\frac{dx}{9 + x^{2}} \right.$

400\.

$\left. \int\frac{dx}{25 + 16x^{2}} \right.$

401.

$\left. \int\frac{dx}{|x|\sqrt{x^{2} - 9}} \right.$

402\.

$\left. \int\frac{dx}{|x|\sqrt{4x^{2} - 16}} \right.$

403.

Explain the relationship $\text{−}\text{cos}^{-1}t + C = \left. \int{\frac{dt}{\sqrt{1 - t^{2}}} = \text{sin}^{-1}t + C.} \right.$ Is it true, in general, that $\text{cos}^{-1}t = \text{−}\text{sin}^{-1}t?$

404\.

Explain the relationship $\text{sec}^{-1}t + C = \left. \int{\frac{dt}{|t|\sqrt{t^{2} - 1}} = \text{−}\text{csc}^{-1}t + C.} \right.$ Is it true, in general, that $\text{sec}^{-1}t = \text{−}\text{csc}^{-1}t?$

405.

Explain what is wrong with the following integral: $\int_{1}^{2}{\frac{dt}{\sqrt{1 - t^{2}}}.}$

406\.

Explain what is wrong with the following integral: $\int_{-1}^{1}{\frac{dt}{|t|\sqrt{t^{2} - 1}}.}$

In the following exercises, solve for the antiderivative $\int f$ of *f* with $C = 0,$ then use a calculator to graph *f* and the antiderivative over the given interval $\left\lbrack {a,b} \right\rbrack.$ Identify a value of *C* such that adding *C* to the antiderivative recovers the definite integral $F(x) = {\int_{a}^{x}{f(t)dt.}}$

407.

\[T\] $\left. \int{\frac{1}{\sqrt{9 - x^{2}}}dx} \right.$ over $\left\lbrack {-3,3} \right\rbrack$

408\.

\[T\] $\left. \int{\frac{9}{9 + x^{2}}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

409.

\[T\] $\left. \int{\frac{\text{cos}\mspace{2mu} x}{4 + \text{sin}^{2}x}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

410\.

\[T\] $\left. \int{\frac{e^{x}}{1 + e^{2x}}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

In the following exercises, compute the antiderivative using appropriate substitutions.

411.

$\left. \int\frac{\text{sin}^{-1}tdt}{\sqrt{1 - t^{2}}} \right.$

412\.

$\left. \int\frac{dt}{\text{sin}^{-1}t\sqrt{1 - t^{2}}} \right.$

413.

$\left. \int{\frac{\text{tan}^{-1}\left( {2t} \right)}{1 + 4t^{2}}dt} \right.$

414\.

$\left. \int{\frac{t\text{tan}^{-1}\left( t^{2} \right)}{1 + t^{4}}dt} \right.$

415.

$\left. \int{\frac{\text{sec}^{-1}\left( \frac{t}{2} \right)}{|t|\sqrt{t^{2} - 4}}dt} \right.$

416\.

$\left. \int{\frac{t\text{sec}^{-1}\left( t^{2} \right)}{t^{2}\sqrt{t^{4} - 1}}dt} \right.$

In the following exercises, use a calculator to graph the antiderivative $\int f$ with $C = 0$ over the given interval $\left\lbrack {a,b} \right\rbrack.$ Approximate a value of *C*, if possible, such that adding *C* to the antiderivative gives the same value as the definite integral $F(x) = {\int_{a}^{x}{f(t)dt.}}$

417.

\[T\] $\left. \int{\frac{1}{x\sqrt{x^{2} - 4}}dx} \right.$ over $\left\lbrack {2,6} \right\rbrack$

418\.

\[T\] $\left. \int{\frac{1}{\left( {2x + 2} \right)\sqrt{x}}dx} \right.$ over $\left\lbrack {0,6} \right\rbrack$

419.

\[T\] $\left. \int{\frac{\left( {\text{sin}\mspace{2mu} x + x\mspace{2mu}\text{cos}\mspace{2mu} x} \right)}{1 + x^{2}\text{sin}^{2}x}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

420\.

\[T\] $\left. \int{\frac{2e^{-2x}}{\sqrt{1 - e^{-4x}}}dx} \right.$ over $\left\lbrack {0,2} \right\rbrack$

421.

\[T\] $\left. \int\frac{1}{x + x\text{ln}^{2}x} \right.dx$ over $\left\lbrack {0,2} \right\rbrack$

422\.

\[T\] $\left. \int\frac{\text{sin}^{-1}x}{\sqrt{1 - x^{2}}} \right.dx$ over $\left\lbrack {-1,1} \right\rbrack$

In the following exercises, compute each integral using appropriate substitutions.

423.

$\left. \int{\frac{e^{t}}{\sqrt{1 - e^{2t}}}dt} \right.$

424\.

$\left. \int{\frac{e^{t}}{1 + e^{2t}}dt} \right.$

425.

$\left. \int\frac{dt}{t\sqrt{1 - \text{ln}^{2}t}} \right.$

426\.

$\left. \int\frac{dt}{t\left( {1 + \text{ln}^{2}t} \right)} \right.$

427.

$\left. \int{\frac{\text{cos}^{-1}\left( {2t} \right)}{\sqrt{1 - 4t^{2}}}dt} \right.$

428\.

$\left. \int{\frac{e^{t}\text{cos}^{-1}\left( e^{t} \right)}{\sqrt{1 - e^{2t}}}dt} \right.$

In the following exercises, compute each definite integral.

429.

$\int_{0}^{1\text{/}2}{\frac{\text{tan}\left( {\text{sin}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

430\.

$\int_{1\text{/}4}^{1\text{/}2}{\frac{\text{tan}\left( {\text{cos}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

431.

$\int_{0}^{1\text{/}2}{\frac{\text{sin}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

432\.

$\int_{0}^{1\text{/}2}{\frac{\text{cos}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

433.

For $A > 0,$ compute $I(A) = {\int_{\text{−}A}^{A}\frac{dt}{1 + t^{2}}}$ and evaluate $\underset{A\rightarrow\infty}{\text{lim}}I(A),$ the area under the graph of $\frac{1}{1 + t^{2}}$ on $\left\lbrack {\text{−}\infty,\infty} \right\rbrack.$

434\.

For $1 < B < \infty,$ compute $I(B) = {\int_{1}^{B}\frac{dt}{t\sqrt{t^{2} - 1}}}$ and evaluate $\underset{B\rightarrow\infty}{\text{lim}}I(B),$ the area under the graph of $\frac{1}{t\sqrt{t^{2} - 1}}$ over $\lbrack 1,\infty).$

435.

Use the substitution $u = \sqrt{2}\ \text{cot}\mspace{2mu} x$ and the identity $1 + \text{cot}^{2}x = \text{csc}^{2}x$ to evaluate $\left. \int{\frac{dx}{1 + \text{cos}^{2}x}.} \right.$ (*Hint:* Multiply the top and bottom of the integrand by $\text{csc}^{2}x.\text{)}$

436\.

\[T\] Approximate the points at which the graphs of $f(x) = 2x^{2} - 1$ and $g(x) = \left( {1 + 4x^{2}} \right)^{-3\text{/}2}$ intersect to four decimal places, and approximate the area between their graphs to three decimal places.

437.

\[T\] Approximate the points at which the graphs of $f(x) = x^{2} - 1$ and ${g(x) = \left( x^{2} + 1 \right)}^{\frac{1}{2}}$ intersect to four decimal places, and approximate the area between their graphs to three decimal places.

438\.

Use the following graph to prove that ${\int_{0}^{x}{\sqrt{1 - t^{2}}dt = \frac{1}{2}x\sqrt{1 - x^{2}} + \frac{1}{2}\mspace{1mu}\text{sin}^{-1}x}}.$

---

Chapter Review

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-chapter-review

(该页为章节总览/导航页,无独立正文;本章内容请见其下各小节。)

---

Key Terms

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-key-terms

Skip to ContentGo to accessibility page\OpenStax Logo\Calculus Volume 1

Key Terms

Calculus Volume 1Key Terms

------------------------------------------------------------------------

Key Terms

average value of a function

(or ***f*ave**) the average value of a function on an interval can be found by calculating the definite integral of the function and dividing that value by the length of the interval

change of variables

the substitution of a variable, such as *u*, for an expression in the integrand

definite integral

a primary operation of calculus; the area between the curve and the *x*-axis over a given interval is a definite integral

fundamental theorem of calculus

the theorem, central to the entire development of calculus, that establishes the relationship between differentiation and integration

fundamental theorem of calculus, part 1

uses a definite integral to define an antiderivative of a function

fundamental theorem of calculus, part 2

(also, evaluation theorem) we can evaluate a definite integral by evaluating the antiderivative of the integrand at the endpoints of the interval and subtracting

integrable function

a function is integrable if the limit defining the integral exists; in other words, if the limit of the Riemann sums as *n* goes to infinity exists

integrand

the function to the right of the integration symbol; the integrand includes the function being integrated

integration by substitution

a technique for integration that allows integration of functions that are the result of a chain-rule derivative

left-endpoint approximation

an approximation of the area under a curve computed by using the left endpoint of each subinterval to calculate the height of the vertical sides of each rectangle

limits of integration

these values appear near the top and bottom of the integral sign and define the interval over which the function should be integrated

lower sum

a sum obtained by using the minimum value of $f(x)$ on each subinterval

mean value theorem for integrals

guarantees that a point *c* exists such that $f(c)$ is equal to the average value of the function

net change theorem

if we know the rate of change of a quantity, the net change theorem says the future quantity is equal to the initial quantity plus the integral of the rate of change of the quantity

net signed area

the area between a function and the *x*-axis such that the area below the *x*-axis is subtracted from the area above the *x*-axis; the result is the same as the definite integral of the function

partition

a set of points that divides an interval into subintervals

regular partition

a partition in which the subintervals all have the same width

riemann sum

an estimate of the area under the curve of the form $A \approx {\sum\limits_{i = 1}^{n}f}(x_{i}^{*})\text{Δ}x$

right-endpoint approximation

the right-endpoint approximation is an approximation of the area of the rectangles under a curve using the right endpoint of each subinterval to construct the vertical sides of each rectangle

sigma notation

(also, summation notation) the Greek letter sigma (Σ) indicates addition of the values; the values of the index above and below the sigma indicate where to begin the summation and where to end it

total area

total area between a function and the *x*-axis is calculated by adding the area above the *x*-axis and the area below the *x*-axis; the result is the same as the definite integral of the absolute value of the function

upper sum

a sum obtained by using the maximum value of $f(x)$ on each subinterval

variable of integration

indicates which variable you are integrating with respect to; if it is *x*, then the function in the integrand is followed by *dx*

PreviousNextOrder a print copy

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Citation information

© Jul 15, 2026 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

---

Key Equations

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-key-equations

Skip to ContentGo to accessibility page\OpenStax Logo\Calculus Volume 1

Key Equations

Calculus Volume 1Key Equations

------------------------------------------------------------------------

Key Equations

| | |

|--------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| Mean Value Theorem for Integrals | If $f(x)$ is continuous over an interval $\left\lbrack {a,b} \right\rbrack,$ then there is at least one point $c \in \left\lbrack {a,b} \right\rbrack$ such that $f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}}.$ |

| Fundamental Theorem of Calculus Part 1 | If $f(x)$ is continuous over an interval $\left\lbrack {a,b} \right\rbrack,$ and the function $F(x)$ is defined by $F(x) = {\int_{a}^{x}{f(t)dt}},$ then $F^{\prime}\left. \text{(}x \right) = f(x).$ |

| Fundamental Theorem of Calculus Part 2 | If *f* is continuous over the interval $\left\lbrack {a,b} \right\rbrack$ and $F(x)$ is any antiderivative of $f(x),$ then ${\int_{a}^{b}{f(x)dx = F(b) - F(a)}}.$ |

| | |

|------------------------|----------------------------------------------------------------------------------|

| Net Change Theorem | $F(b) = F(a) + {\int_{a}^{b}{F'(x)dx}}$ or $\int_{a}^{b}{F'(x)dx = F(b) - F(a)}$ |

| | |

|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| Substitution with Indefinite Integrals | $\left. \int{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx = \left. \int{f(u)du} \right.} \right. = F(u) + C = F\left( {g(x)} \right) + C$ |

| Substitution with Definite Integrals | $\int_{a}^{b}{f\left( {g(x)} \right)g'(x)dx = {\int_{g{(a)}}^{g{(b)}}{f(u)du}}}$ |

PreviousNextOrder a print copy

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Citation information

© Jul 15, 2026 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

---

Key Concepts

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-key-concepts

Skip to ContentGo to accessibility page\OpenStax Logo\Calculus Volume 1

Key Concepts

Calculus Volume 1Key Concepts

------------------------------------------------------------------------

Key Concepts

5.1 Approximating Areas

5.2 The Definite Integral

5.3 The Fundamental Theorem of Calculus

5.4 Integration Formulas and the Net Change Theorem

5.5 Substitution

5.6 Integrals Involving Exponential and Logarithmic Functions

5.7 Integrals Resulting in Inverse Trigonometric Functions

PreviousNextOrder a print copy

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Citation information

© Jul 15, 2026 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

---

Review Exercises

> 来源: OpenStax《Calculus Volume 1》| 原页: https://openstax.org/books/calculus-volume-1/pages/5-review-exercises

Skip to ContentGo to accessibility page\OpenStax Logo\Calculus Volume 1

Review Exercises

Calculus Volume 1Review Exercises

------------------------------------------------------------------------

Review Exercises

*True or False.* Justify your answer with a proof or a counterexample. Assume all functions $f$ and $g$ are continuous over their domains.

439.

If $f(x) > 0,f^{\prime}\text{(}x) > 0$ for all $x,$ then the right-hand rule underestimates the integral ${\int_{a}^{b}{f(x)}}.$ Use a graph to justify your answer.

440\.

${\int_{a}^{b}{f{(x)}^{2}dx =}}{\int_{a}^{b}{f(x)dx}}{\int_{a}^{b}{f(x)dx}}$

441.

If $f(x) \leq g(x)$ for all $x \in \left\lbrack {a,b} \right\rbrack,$ then ${\int_{a}^{b}{f(x)}} \leq {\int_{a}^{b}{g(x)}}.$

442\.

All continuous functions have an antiderivative.

Evaluate the Riemann sums $L_{4}\ \text{and}\ R_{4}$ for the following functions over the specified interval. Compare your answer with the exact answer, when possible, or use a calculator to determine the answer.

443.

$y = 3x^{2} - 2x + 1$ over $\left\lbrack {-1,1} \right\rbrack$

444\.

$y = \text{ln}\left( {x^{2} + 1} \right)$ over $\left\lbrack {0,e} \right\rbrack$

445.

$y = x^{2}\text{sin}\mspace{2mu} x$ over $\left\lbrack {0,\pi} \right\rbrack$

446\.

$y = \sqrt{x} + \frac{1}{x}$ over $\left\lbrack {1,4} \right\rbrack$

Evaluate the following integrals.

447.

$\int_{-1}^{1}{\left( {x^{3} - 2x^{2} + 4x} \right)dx}$

448\.

$\int_{0}^{4}{\frac{3t}{\sqrt{1 + 6t^{2}}}dt}$

449.

${\int_{\pi\text{/}3}^{\pi\text{/}2}{2\mspace{2mu}\text{sec}\left( {2\theta} \right)}}\text{tan}\left( {2\theta} \right)d\theta$

450\.

${\int_{0}^{\pi\text{/}4}e^{\text{cos}^{2}x}}\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}x\mspace{2mu} dx$

Find the antiderivative.

451.

$\left. \int\frac{dx}{\left( {x + 4} \right)^{3}} \right.$

452\.

$\int{x\mspace{2mu}\text{ln}\left( x^{2} \right)dx}$

453.

$\left. \int{\frac{4x^{2}}{\sqrt{1 - x^{6}}}dx} \right.$

454\.

$\left. \int{\frac{e^{2x}}{1 + e^{4x}}dx} \right.$

Find the derivative.

455.

$\frac{d}{dt}{\int_{0}^{t}{\frac{\text{sin}\mspace{2mu} x}{\sqrt{1 + x^{2}}}dx}}$

456\.

$\frac{d}{dx}{\int_{1}^{x^{3}}{\sqrt{4 - t^{2}}dt}}$

457.

$\frac{d}{dx}{\int_{1}^{\text{ln}{(x)}}{\left( {4t + e^{t}} \right)dt}}$

458\.

$\frac{d}{dx}{\int_{0}^{\text{cos}\mspace{2mu} x}e^{t^{2}}}dt$

The following problems consider the historic average cost per gigabyte of RAM on a computer.

| Year | 5-Year Change (\$) |

|------|--------------------|

| 1980 | 0 |

| 1985 | −5,468,750 |

| 1990 | 755,495 |

| 1995 | −73,005 |

| 2000 | −29,768 |

| 2005 | −918 |

| 2010 | −177 |

459.

If the average cost per gigabyte of RAM in 2010 is \$12, find the average cost per gigabyte of RAM in 1980.

460\.

The average cost per gigabyte of RAM can be approximated by the function $C(t) = 8,500,000(0.65)^{t},$ where $t$ is measured in years since 1980, and $C$ is cost in US\$. Find the average cost per gigabyte of RAM for 1980 to 2010.

461.

Find the average cost of 1GB RAM for 2005 to 2010.

462\.

The velocity of a bullet from a rifle can be approximated by $v(t) = 6400t^{2} - 6505t + 2686,$ where $t$ is seconds after the shot and $v$ is the velocity measured in feet per second. This equation only models the velocity for the first half-second after the shot: $0 \leq t \leq 0.5.$ What is the total distance the bullet travels in 0.5 sec?

463.

What is the average velocity of the bullet for the first half-second?

PreviousNextOrder a print copy

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Access for free at https://openstax.org/books/calculus-volume-1/pages/1-introduction

Citation information

© Jul 15, 2026 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

---

← 4 Applications of Derivatives6 Applications of Integration →