← 学习库 Calculus Volume 1 (OpenStax) · 中英对照 目录

5 Integration 积分

本页译自 OpenStax《Calculus Volume 1》第 5 章 Integration(积分):5.1–5.7 七节 + Key Terms/Key Equations/Key Concepts/Review Exercises 全译。公式经本地 MathJax 渲染,自定义宏已注入。

5.1 Approximating Areas 5.1 面积的逼近

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.

Archimedes 着迷于计算各种形状的面积——换句话说,即该形状所围成空间的大小。他使用了一种后来被称为穷竭法的方法,该方法不断使用越来越小的、面积可精确计算的形状去填充一个不规则区域,从而越来越接近总面积的近似值。在这个过程中,由曲线围成的区域被矩形、三角形以及具有精确面积公式的形状所填充。然后将这些面积相加,以逼近曲线区域的面积。

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.

本节中,我们发展一些技巧,用以逼近由函数 $f(x)$ 定义的曲线与闭区间 $\left\lbrack {a,b} \right\rbrack$ 上的 x 轴之间的面积。与 Archimedes 一样,我们首先使用面积已知的形状(即矩形)来逼近曲线下面积。通过使用越来越小的矩形,我们得到越来越接近真实的面积近似值。取极限便让我们能够计算出曲线下的精确面积。

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.

我们先引入一些记号,使计算更加简便。接着考虑 $f(x)$ 连续且非负的情况。在本章后面,我们会放宽其中一些限制,并发展适用于更一般情形的技巧。

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

如前所述,我们将使用面积已知的形状来逼近由曲线围成的非规则区域的面积。这个过程常常需要把一长串数字相加。为了让这些冗长的求和更易书写,我们在此引入一种称为 Σ 记号(也称为求和记号)的新记号。希腊大写字母 $\Sigma,$ sigma,用来以紧凑的形式表达一长串数值的和。例如,若不用 Σ 记号而要把从 1 到 20 的所有整数相加,我们不得不写成

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

$$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,$$

$$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},$$

$${\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}$$

$$\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.

其中 $a_{i}$ 描述待相加的各项,而 i 称为下标(索引)。每一项先被赋值,然后我们把所有的值相加,从 $i = 1$ 时的值开始,到 $i = n$ 时的值结束。例如,像 $\sum\limits_{i = 2}^{7}s_{i}$ 这样的表达式被理解为 $s_{2} + s_{3} + s_{4} + s_{5} + s_{6} + s_{7}$。注意,下标仅用于追踪待相加的各项;它本身并不参与求和的计算。因此,下标被称为哑变量。我们可以用任意喜欢的字母作为下标。通常,数学家使用 ijkmn 作为下标。

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.$

1. 用 Σ 记号写出并求以下各项的和:对 $i = 1,2,3,4,5$ 的 $3^{i}$。

2. Write the sum in sigma notation:

2. 用 Σ 记号写出该和:

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

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

Solution 解答

1. Write

1. 写出

$$\begin{array}{cl} {\sum\limits_{i = 1}^{5}3^{i}} & {= 3 + 3^{2} + 3^{3} + 3^{4} + 3^{5}} \\ & {= 363.} \end{array}$$

$$\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}}}.$

2. 每一项的分母都是一个完全平方数。使用 Σ 记号,这个和可以写成 ${\sum\limits_{i = 1}^{5}\frac{1}{i^{2}}}.$

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

用 Σ 记号写出并求以下各项的和:对 $i = 3,4,5,6$ 的 $2^{i}$。

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.$

设 $a_{1},a_{2}\text{,…,}\ a_{n}$ 与 $b_{1},b_{2}\text{,…,}\ b_{n}$ 表示两列项,并设 c 为常数。下列性质对所有正整数 n 以及满足 $1 \leq m \leq n$ 的整数 m 成立。

1.

1.

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

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

2.

2.

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

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

3.

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)

$${\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.

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)

$${\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.

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)

$${\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 与 3,其余性质的证明留作习题。

2. We have

2. 我们有

$$\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}$$

$$\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

3. 我们有

$$\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}$$

$$\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

1. n 个整数之和由下式给出

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

$${\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

2. 连续整数平方之和由下式给出

$${\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}.$$

$${\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

3. 连续整数立方之和由下式给出

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

$${\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.$

1. 对 $i = 1,2\text{,…,}\ 200$ 的 $\left( {i - 3} \right)^{2}$ 各项之和。

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

2. 对 $i = 1,2,3,4,5,6$ 的 $\left( {i^{3} - i^{2}} \right)$ 各项之和。

Solution 解答

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

1. 展开 $\left( {i - 3} \right)^{2}$,我们可以把该表达式拆成三项。

$$\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}$$

$$\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.

2. 使用 Σ 记号性质 iv 以及平方项和与立方项和的法则。

$$\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}$$

$$\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.$

求 $i = 1,2\text{,…,}\ 100$ 时 $4 + 3i$ 各值之和。

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.$

求 $f(x) = x^{3}$ 在整数 $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}$$

$$\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)}.$

求由记号 ${\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).

既然我们已经掌握了必要的记号,我们回到手头的问题:逼近曲线下的面积。设 $f(x)$ 为定义在闭区间 $\left\lbrack {a,b} \right\rbrack$ 上的连续非负函数。我们希望逼近由上方 $f(x)$、下方 x 轴、左侧直线 $x = a$ 与右侧直线 $x = b$ 所围成的面积 A(图 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

我们如何逼近该曲线下的面积?所采用的方法是一种几何方法。通过将一个区域划分为许多具有已知面积公式的小图形,我们可以把这些面积相加,从而得到真实面积的合理估计。我们首先将区间 $\left\lbrack {a,b} \right\rbrack$ 分成 n 个等宽的子区间,宽度为 $\frac{b - a}{n}$。为此,我们选取等距的点 $x_{0},x_{1},x_{2}\text{,…,}\ x_{n}$,满足 $x_{0} = a,x_{n} = b$,且

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

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

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

其中 $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 表示每个子区间的宽度,于是 $\text{Δ}x = \frac{b - a}{n}$,且

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

$$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.

其中 $i = 1,2,3\text{,…,}\ n$。这种通过从区间内选取点而将区间 $\left\lbrack {a,b} \right\rbrack$ 划分为若干子区间的思想,在逼近曲线下面积时经常用到,因此我们来定义一些相关的术语。

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.$

一组点 $P = \left\{ x_{i} \right\}$,其中 $i = 0,1,2\text{,…,}\ n$,且满足 $a = x_{0} < x_{1} < x_{2} < \text{⋯} < x_{n} = b$,将区间 $\left\lbrack {a,b} \right\rbrack$ 划分为形如 $\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$ 的子区间,称为区间 $\left\lbrack {a,b} \right\rbrack$ 的一个分割。如果所有子区间都具有相同的宽度,则这组点构成区间 $\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.

在每个子区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ 上(其中 $\left. i = 1,2,3\text{,…,}\ n \right)$),构造一个宽度为 Δx、高度等于 $f\left( x_{i - 1} \right)$(即该子区间左端点的函数值)的矩形。于是这个矩形的面积为 $f\left( x_{i - 1} \right)\text{Δ}x$。将这些矩形的面积相加,便得到 A 的一个近似值(图 5.3)。我们用记号 Ln 表示这是使用 n 个子区间对 A 所作的左端点逼近。

$$\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)

$$\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

在每个子区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ 上构造一个矩形,但这一次矩形的高度由该子区间右端点处的函数值 $f\left( x_{i} \right)$ 决定。于是,每个矩形的面积为 $f\left( x_{i} \right)\text{Δ}x$,而 A 的逼近值由下式给出

$$\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)

$$\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).

记号 $R_{n}$ 表示这是 A 的右端点逼近(图 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,

图 5.5 中的图像表示曲线 $f(x) = \frac{x^{2}}{2}$。在图 (a) 中,我们将区间 $\left\lbrack {0,3} \right\rbrack$ 所表示的区域划分为六个子区间,每个宽度为 0.5。于是 $\text{Δ}x = 0.5$。接着,我们绘制垂直于各子区间左端点 $x_{i - 1}$ 的竖直线,从而形成六个矩形。我们通过计算 $i = 1,2,3,4,5,6$ 时的 $f\left( x_{i - 1} \right)$ 来确定每个矩形的高度。这些子区间为 $\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$。我们将每个矩形的高度乘以宽度,便得到其面积。于是,这些矩形面积之和逼近了 $f(x)$ 与 x 轴之间的面积。当使用左端点计算高度时,我们得到的是左端点逼近。因此,

$$\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}$$

$$\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,

在图 5.5(b) 中,我们绘制垂直于 $x_{i}$ 的竖直线,使得 $x_{i}$ 为每个子区间的右端点,并计算 $i = 1,2,3,4,5,6$ 时的 $f\left( x_{i} \right)$。我们将每个 $f\left( x_{i} \right)$ 乘以 Δx 以求得各矩形面积,然后将它们相加。这是 $f(x)$ 下方面积的右端点逼近。因此,

$$\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}$$

$$\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.$

同时使用左端点与右端点逼近来近似曲线 $f(x) = x^{2}$ 在区间 $\left\lbrack {0,2} \right\rbrack$ 下的面积;取 $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,

首先,将区间 $\left\lbrack {0,2} \right\rbrack$ 分成 n 个相等的子区间。取 $n = 4$,则 $\text{Δ}x = \frac{\left( {2 - 0} \right)}{4} = 0.5$。这就是每个矩形的宽度。子区间 $\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$ 如图 5.6 所示。采用左端点逼近时,高度分别为 $f(0) = 0,f(0.5) = 0.25,f(1) = 1,f(1.5) = 2.25$。于是,

$$\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}$$

$$\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

右端点逼近如图 5.7 所示。子区间相同,$\text{Δ}x = 0.5$,但此时使用右端点来计算矩形的高度。我们有

$$\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}$$

$$\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.

左端点逼近为 1.75;右端点逼近为 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.

对区间 $\left\lbrack {1,2} \right\rbrack$ 上的函数 $f(x) = \frac{1}{x}$,绘出左端点与右端点逼近;取 $n = 4$。用两种方法分别近似该面积。

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.

观察图 5.5 以及示例 5.4 中的图像,我们可以看到,当使用的区间数目较少时,无论是左端点逼近还是右端点逼近,都不是曲线下面积特别准确的估计。然而,逻辑上如果我们增加分割中的点数,对 A 的估计就会改善。我们将拥有更多的矩形,但每个矩形会更窄,从而能够更精确地把矩形贴合到曲线上。

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

我们可以通过一个例子来演示由更小区间所获得的改善后的逼近。我们来探讨增大 n 的思想:先是用四个矩形作左端点逼近,然后用八个矩形,最后用 32 个矩形。接着,我们对同一曲线区域、使用同样的区间集合,在右端点逼近中做同样的事情。图 5.8 展示了曲线 $f(x) = \left( {x - 1} \right)^{3} + 4$ 在区间 $\left\lbrack {0,2} \right\rbrack$ 下、采用 $n = 4$ 的左端点逼近时该区域的面积。每个矩形的宽度为

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

$$\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}$$

$$\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

图 5.9 展示了同一条曲线被划分为八个子区间的情形。将图 5.8 中四个矩形的图像与本图中八个矩形的图像相比较,我们可以看到当 $n = 8$ 时曲线下的空白似乎更少。这些空白是我们用逼近方法无法纳入的曲线下面积。这些矩形的面积之和为

$$\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}$$

$$\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

图 5.10 中的图像展示了同一个函数,其下方内接了 32 个矩形。看起来剩下的空白很少。这些矩形所占据的面积为

$$\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}$$

$$\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

我们可以对右端点逼近法执行类似的过程。对同一曲线使用四个矩形所作的右端点逼近(图 5.11)给出的面积为

$$\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}$$

$$\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

将区间 $\left\lbrack {0,2} \right\rbrack$ 上的区域划分为八个矩形,得到 $\text{Δ}x = \frac{2 - 0}{8} = 0.25$。该图像如图 5.12 所示。面积为

$$\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}$$

$$\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

最后,取 $n = 32$ 的右端点逼近接近于真实面积(图 5.13)。该面积约为

$$\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}$$

$$\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.

基于这些图像与计算,我们似乎走在正确的轨道上;随着 n 增大,矩形似乎能更好地逼近曲线下的面积。此外,随着 n 增大,左端点与右端点逼近都似乎趋近于 8 个平方单位的面积。表 5.1 给出了左端点与右端点方法的数值比较。曲线下面积的逼近随着 n 越来越大而变得越来越好这一思想非常重要,我们现在更详细地探讨这一思想。
Values of nApproximate Area LnApproximate Area Rn
$n = 4$7.58.5
$n = 8$7.758.25
$n = 32$7.948.06
n 的取值近似面积 Ln近似面积 Rn
$n = 4$7.58.5
$n = 8$7.758.25
$n = 32$7.948.06

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

表 5.1 随着 n 增大左、右端点逼近的收敛值

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

到目前为止,我们一直使用矩形来逼近曲线下的面积。这些矩形的高是通过在函数子区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ 的右端点或左端点处求值来确定的。事实上,并无理由将函数的求值限制在这两点之一。我们可以在子区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack,$ 中的任意点 $x_{i}^{*}$ 处对函数求值,并用 $f\left( x_{i}^{*} \right)$ 作为矩形的高。这就给出了如下形式的面积估计

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

$$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.

这种形式的求和称为黎曼和,以 19 世纪提出这一思想的数学家 Bernhard Riemann 命名。

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

设 $f(x)$ 在闭区间 $\left\lbrack {a,b} \right\rbrack$ 上有定义,并设 P 为 $\left\lbrack {a,b} \right\rbrack.$ 的一个等分分割。设 Δx 为每个子区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ 的宽度,且对每一个 i,令 $x_{i}^{*}$ 为 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ 中的任意一点。$f(x)$ 的黎曼和定义为

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

$${\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.

回想一下,在使用左端点与右端点近似时,随着 n 越来越大,估计值似乎越来越好。黎曼和也发生同样的情形。对于更大的 n,黎曼和给出更好的近似。现在我们准备用黎曼和来定义曲线下的面积。

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

设 $f(x)$ 是区间 $\left\lbrack {a,b} \right\rbrack,$ 上的连续非负函数,并设 $\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}$ 是 $f(x).$ 的一个黎曼和。那么,曲线 $y = f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 下的面积由下式给出

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

$$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.

这里有一些值得讨论的微妙之处。首先,注意取一个和的极限与取函数 $f(x)$ 当 x 趋于无穷时的极限略有不同。和的极限在「数列与级数」一章中有详细讨论;不过,目前我们可以假定,用于计算函数极限的运算技巧同样可用于计算和的极限。

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{).}$)

其次,我们必须考虑:如果表达式对于 $\left\{ x_{i}^{*} \right\}.$ 的不同选择收敛到不同的极限,该怎么办。所幸这种情况不会发生。尽管证明超出了本书的范围,但可以证明:如果 $f(x)$ 在闭区间 $\left\lbrack {a,b} \right\rbrack,$ 上连续,那么 $\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$ 存在且唯一(换言之,它不依赖于 $\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.

我们稍后会看一些例子。但在此之前,我们先花点时间讨论一下 $\left\{ x_{i}^{*} \right\}.$ 的一些具体选择。虽然 $\left\{ x_{i}^{*} \right\}$ 的任意选择都能给出曲线下面积的估计,但我们未必知道该估计是偏高(高估)还是偏低(低估)。如果知道估计偏高还是偏低很重要,我们可以选择 $\left\{ x_{i}^{*} \right\}$ 的取值来保证得到其中一种结果。

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.

例如,如果我们想要一个高估,可以选择 $\left\{ x_{i}^{*} \right\}$,使得对 $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right) \geq f(x)$,在所有的 $x \in \left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ 上成立。换言之,我们选择 $\left\{ x_{i}^{*} \right\}$,使得对 $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right)$ 是区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ 上的最大值。如果我们以这种方式选取 $\left\{ x_{i}^{*} \right\}$,那么该黎曼和 $\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}$ 称为上和。类似地,如果我们想要一个低估,可以选择 $\left\{ x_{i}^{*} \right\}$,使得对 $i = 1,2,3\text{,…,}\ n,f\left( x_{i}^{*} \right)$ 是区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack.$ 上的最小值。在这种情况下,相应的黎曼和称为下和。注意,如果 $f(x)$ 在整个区间 $\left\lbrack {a,b} \right\rbrack,$ 上单调递增或单调递减,那么函数的最大值与最小值都出现在各子区间的端点处,因此上和与下和恰好就是左端点与右端点近似。

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.

求 $f(x) = 10 - x^{2}$ 在区间 $\left\lbrack {1,2} \right\rbrack;$ 上的一个下和;取 $n = 4$ 个子区间。

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.

对于区间 $\left\lbrack {1,2} \right\rbrack,\text{Δ}x = \frac{1}{4}.$ 取 $n = 4$,我们可以将各区间列为 $\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.$。由于该函数在区间 $\left\lbrack {1,2} \right\rbrack,$ 上单调递减,图 5.14 显示:使用右端点可得到一个下和。

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}$$

$$\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.

面积 7.28 是一个下和,也是一个低估。

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

1. 求 $f(x) = 10 - x^{2}$ 在区间 $\left\lbrack {1,2} \right\rbrack;$ 上的一个上和;取 $n = 4$。

2. Sketch the approximation.

2. 画出该近似的图形。

Finding Lower and Upper Sums for $f(x) = \text{sin}\mspace{2mu} x$ 求 $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.$

求 $f(x) = \text{sin}\mspace{2mu} x$ 在区间 $\left\lbrack {a,b} \right\rbrack = \left\lbrack {0,\frac{\pi}{2}} \right\rbrack;$ 上的一个下和;取 $n = 6$。

Solution 解答

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

我们先看图 5.15,以便更好地了解所关注的面积。

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

各区间为 $\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,$ 和 $\left\lbrack {\frac{5\pi}{12},\frac{\pi}{2}} \right\rbrack.$。注意 $f(x) = \text{sin}\mspace{2mu} x$ 在区间 $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack,$ 上单调递增,因此左端点近似给出下和。左端点近似就是黎曼和 ${\sum\limits_{i = 0}^{5}{\text{sin}\mspace{2mu} x_{i}\left( \frac{\pi}{12} \right)}}.$。我们有

$$\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}$$

$$\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.$

利用函数 $f(x) = \text{sin}\mspace{2mu} x$ 在区间 $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack,$ 上,求一个上和;取 $n = 6$。

Section 5.1 Exercises 5.1 节习题

1.

1.

State whether the given sums are equal or unequal.

判断下列各组求和是否相等。

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

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

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

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

3. $\sum\limits_{i = 1}^{10}{i\left( {i - 1} \right)}$ 与 $\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)$

4. $\sum\limits_{i = 1}^{10}{i\left( {i - 1} \right)}$ 与 $\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.

2.

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

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

3.

3.

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

$\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.

假设 $\sum\limits_{i = 1}^{100}{a_{i} = 15}$ 且 ${\sum\limits_{i = 1}^{100}{b_{i} = -12}}.$ 在以下习题中,计算各和。

4.

4.

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

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

5.

5.

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

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

6.

6.

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

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

7.

7.

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

$\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.

8.

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

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

9.

9.

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

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

10.

10.

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

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

11.

11.

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

$\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.

令 $L_{n}$ 表示使用 n 个子区间的左端点和,令 $R_{n}$ 表示相应的右端点和。在以下习题中,对所给函数在指定区间上计算所指定的左和与右和。

12.

12.

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

L4,对 $f(x) = \frac{1}{x - 1}$,在区间 $\left\lbrack {2,3} \right\rbrack$ 上

13.

13.

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

R4,对 $g(x) = \text{cos}\left( {\pi x} \right)$,在区间 $\left\lbrack {0,1} \right\rbrack$ 上

14.

14.

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

L6,对 $f(x) = \frac{1}{x\left( {x - 1} \right)}$,在区间 $\left\lbrack {2,5} \right\rbrack$ 上

15.

15.

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

R6,对 $f(x) = \frac{1}{x\left( {x - 1} \right)}$,在区间 $\left\lbrack {2,5} \right\rbrack$ 上

16.

16.

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

R4,对 $\frac{1}{x^{2} + 1}$,在区间 $\left\lbrack {-2,2} \right\rbrack$ 上

17.

17.

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

L4,对 $\frac{1}{x^{2} + 1}$,在区间 $\left\lbrack {-2,2} \right\rbrack$ 上

18.

18.

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

R8,对 $x^{2} - 2x + 1$,在区间 $\left\lbrack {0,2} \right\rbrack$ 上

19.

19.

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

L8,对 $x^{2} - 2x + 1$,在区间 $\left\lbrack {0,2} \right\rbrack$ 上

20.

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*.

计算左黎曼和与右黎曼和——分别为 L4R4——对 $f(x) = \left( {2 - |x|} \right)$,在区间 $\left\lbrack {-2,2} \right\rbrack$ 上。计算它们的平均值,并与 f 图形下的面积比较。

21.

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*.

计算左黎曼和与右黎曼和——分别为 L6R6——对 $f(x) = \left( {3 - \left| {3 - x} \right|} \right)$,在区间 $\left\lbrack {0,6} \right\rbrack$ 上。计算它们的平均值,并与 f 图形下的面积比较。

22.

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.

计算左黎曼和与右黎曼和——分别为 L4R4——对 $f(x) = \sqrt{4 - x^{2}}$,在区间 $\left\lbrack {-2,2} \right\rbrack$ 上,并比较它们的值。

23.

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.

计算左黎曼和与右黎曼和——分别为 L6R6——对 $f(x) = \sqrt{9 - \left( {x - 3} \right)^{2}}$,在区间 $\left\lbrack {0,6} \right\rbrack$ 上,并比较它们的值。

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

用 Σ(求和)记号表示下列端点黎曼和,但请勿求值。

24.

24.

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

L30,对 $f(x) = x^{2}$,在区间 $\left\lbrack {1,2} \right\rbrack$ 上

25.

25.

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

L10,对 $f(x) = \sqrt{4 - x^{2}}$,在区间 $\left\lbrack {-2,2} \right\rbrack$ 上

26.

26.

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

R20,对 $f(x) = \text{sin}\mspace{2mu} x$,在区间 $\left\lbrack {0,\pi} \right\rbrack$ 上

27.

27.

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

R100,对 $\text{ln}\mspace{2mu} x$,在区间 $\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."

在以下习题中,先画出函数图像,再用计算器或计算机程序计算下列左、右端点黎曼和。若两者一致,回答“neither”。

28.

28.

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

\[T\] L100R100,对 $y = x^{2} - x + 3$,在区间 $\left\lbrack {-1,1} \right\rbrack$ 上

29.

29.

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

\[T\] L100R100,对 $y = x^{2}$,在区间 $\left\lbrack {0,1} \right\rbrack$ 上

30.

30.

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

\[T\] L50R50,对 $y = \frac{x + 1}{x^{2} - 1}$,在区间 $\left\lbrack {2,4} \right\rbrack$ 上

31.

31.

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

\[T\] L100R100,对 ${y = x^{3}} + 2$,在区间 $\left\lbrack {-1,1} \right\rbrack$ 上

32.

32.

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

\[T\] L50R50,对 $y = \text{tan}(x)$,在区间 $\left\lbrack {0,\frac{\pi}{4}} \right\rbrack$ 上

33.

33.

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

\[T\] L100R100,对 $y = e^{2x}$,在区间 $\left\lbrack {-1,1} \right\rbrack$ 上

34.

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}}.$

tj 表示 Tejay van Garteren 在 2014 年环法自行车赛中骑完第 j 赛段所用的时间。若共有 21 个赛段,解释 ${\sum\limits_{j = 1}^{21}t_{j}}$ 的含义。

35.

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}}.$

令 $r_{j}$ 表示 2009 年波特兰在第 j 天的降雨总量。解释 ${\sum\limits_{j = 1}^{31}r_{j}}$ 的含义。

36.

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}}.$

令 $d_{j}$ 表示北达科他州法戈在第 j 天的日照时数,$\delta_{j}$ 表示从第 $j - 1$ 天到第 j 天日照时数的增量。解释 $d_{1} + {\sum\limits_{j = 2}^{365}\delta_{j}}$ 的含义。

37.

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?

为了保持身材,Joe 买了一双新跑鞋。若 Joe 在第 1 周每天跑 1 英里,之后每周每天比前一周多跑 $\frac{1}{10}$ 英里,那么 25 周后 Joe 的跑鞋上累计跑了多少英里?

38.

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.

下表给出自 1960 年以来每十年大气二氧化碳(CO2)年均增率(百万分率,ppm)的近似值。估算 1964 年至 2013 年间大气 CO2 的总增量。
DecadePpm/y
1964–19731.07
1974–19831.34
1984–19931.40
1994–20031.87
2004–20132.07
年代ppm/年
1964–19731.07
1974–19831.34
1984–19931.40
1994–20031.87
2004–20132.07

Table 5.2 Average Annual Atmospheric CO2 Increase, 1964–2013. 39.

表 5.2 1964–2013 年大气 CO2 年均增量。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.

下表给出自所指年份起 20 年间海平面约略升高的英寸数。估算 1870 年至 2010 年间平均海平面的净变化。
Starting Year20-Year Change
18700.3
18901.5
19100.2
19302.8
19500.7
19701.1
19901.5
起始年份20 年变化量
18700.3
18901.5
19100.2
19302.8
19500.7
19701.1
19901.5

Table 5.3 Approximate 20-Year Sea Level Increases, 1870–1990. 40.

表 5.3 1870–1990 年约略的 20 年海平面升高量。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?

下表给出自 1950 年以来每十年一加仑汽油平均价格的约略增额(美元)。若 2010 年一加仑汽油的平均价格为 $2.60,则 1950 年一加仑汽油的平均价格是多少?
Starting Year10-Year Change
19500.03
19600.05
19700.86
1980−0.03
19900.29
20001.12
起始年份10 年变化量
19500.03
19600.05
19700.86
1980−0.03
19900.29
20001.12

Table 5.4 Approximate 10-Year Gas Price Increases, 1950–2000. 41.

表 5.4 1950–2000 年约略的 10 年汽油价格增量。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.

下表给出自所指年份 7 月起美国人口的百分比增长。若 2000 年 7 月美国人口为 281,421,906,估算 2010 年 7 月的美国人口。
Year% Change/Year
20001.12
20010.99
20020.93
20030.86
20040.93
20050.93
20060.97
20070.96
20080.95
20090.88
年份年变化率(%)
20001.12
20010.99
20020.93
20030.86
20040.93
20050.93
20060.97
20070.96
20080.95
20090.88

Table 5.5 Annual Percentage Growth of U.S. Population, 2000–2009.

表 5.5 2000–2009 年美国人口的年度百分比增长。

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

(提示:要得到 2001 年 7 月的人口,将 2000 年 7 月的人口乘以 1.0112,得到 284,573,831。)

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

在以下习题中,通过计算左黎曼和 L8 估算曲线下的面积。

42. 43. 44. 45. 46.

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.$

\[T\] 使用计算机代数系统计算黎曼和 $L_{N}$,其中 $N = 10,30,50$,对应 $f(x) = \sqrt{1 - x^{2}}$,区间 $\left\lbrack {-1,1} \right\rbrack$。

47.

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.$

\[T\] 使用计算机代数系统计算黎曼和 LN,其中 $N = 10,30,50$,对应 $f(x) = \frac{1}{\sqrt{1 + x^{2}}}$,区间 $\left\lbrack {-1,1} \right\rbrack$。

48.

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 *π*.

\[T\] 使用计算机代数系统计算黎曼和 LN,其中 $N = 10,30,50$,对应 $f(x) = \text{sin}^{2}x$,区间 $\left\lbrack {0,2\pi} \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.$ How do these estimates compare with the exact answers, which you can find via geometry?

在以下习题中,使用计算器或计算机程序计算端点黎曼和 RNLN,其中 $N = 1,10,100$。这些估计值与精确答案相比如何?精确答案可通过几何方法求得。

49.

49.

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

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

50.

50.

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

\[T\] $y = 3x + 2$,区间 $\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.$

在以下习题中,使用计算器或计算机程序计算端点黎曼和 RNLN,其中 $N = 1,10,100$。

51.

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}$

\[T\] $y = x^{4} - 5x^{2} + 4$,区间 $\left\lbrack {-2,2} \right\rbrack$,其精确面积为 $\frac{32}{15}$

52.

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$

\[T\] $y = \text{ln}\mspace{2mu} x$,区间 $\left\lbrack {1,2} \right\rbrack$,其精确面积为 $2\mspace{2mu}\text{ln}(2) - 1$

53.

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.$

解释:若 $f(a) \geq 0$ 且 f 在 $\left\lbrack {a,b} \right\rbrack$ 上递增,为何左端点估计是 f 在 $\left\lbrack {a,b} \right\rbrack$ 上图形下方面积的下界。

54.

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.$

解释:若 $f(b) \geq 0$ 且 f 在 $\left\lbrack {a,b} \right\rbrack$ 上递减,为何左端点估计是 f 在 $\left\lbrack {a,b} \right\rbrack$ 上图形下方面积的上界。

55.

55.

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

证明:一般地,$R_{N} - L_{N} = \left( {b - a} \right)\ \times \ \frac{f(b) - f(a)}{N}$。

56.

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}.$

解释:若 f 在 $\left\lbrack {a,b} \right\rbrack$ 上递增,为何 LNRNf 图形下方面积 A 之间的误差至多为 $\left( {b - a} \right)\frac{f(b) - f(a)}{N}$。

57.

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.

1. 把被曲线完全包围的正方形的小方块面积相加,得到曲线所围面积的下界 $L(A)$。

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.

2. 在 $L(A)$ 的基础上,加上被曲线部分包围的正方形的小方块面积 $B(A)$,得到面积的上界 $U(A)$。

58.

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.

在上题中,解释为何当正方形被细分为四个面积相等的方框时,$L(A)$ 不会变小而 $U(A)$ 不会变大。

59.

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 *π*.

单位圆由 n 个与图中内部楔形等价的楔形组成。内部三角形的底为 1 单位,高为 $\text{sin}\left( \frac{2\pi}{n} \right)$。外部三角形的底为 $B = \text{cos}\left( \frac{\pi}{n} \right) + \text{sin}\left( \frac{\pi}{n} \right)\text{tan}\left( \frac{\pi}{n} \right)$,高为 $H = B\mspace{2mu}\text{sin}\left( \frac{2\pi}{n} \right)$。利用这一信息论证单位圆的面积等于 π

5.2 The Definite Integral 5.2 定积分

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}}.$$

$$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.

然而,这一定义带有限制。我们要求 $f(x)$ 连续且非负。遗憾的是,现实世界的问题并不总是满足这些限制。本节中,我们通过定积分把曲线下面积的概念应用于更广泛的一类函数。

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.

定积分推广了曲线下面积的概念。我们去掉 $f(x)$ 必须连续且非负的要求,并如下定义定积分。

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

如果 $f(x)$ 是定义在 $\left\lbrack {a,b} \right\rbrack$ 上的函数,那么 fab 的定积分由下式给出

$${\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)

$${\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.

前提是极限存在。若该极限存在,则称函数 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上可积,或称其为可积函数。

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.

前面定义中的积分符号应当看起来很熟悉。我们在「导数的应用」一章中见过类似的记号,当时我们用不定积分符号(上方和下方没有 ab)来表示原函数。尽管不定积分的记号可能与定积分的记号相似,但它们并不相同。定积分是一个数。不定积分是一族函数。本章稍后我们将考察这些概念之间的关系。然而,我们应当始终密切关注记号,以便知道我们处理的是定积分还是不定积分。

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.

积分记号可追溯至十七世纪末,是 Gottfried Wilhelm Leibniz 的贡献之一,他常与 Isaac Newton 一起被视为微积分的共同发现者。积分符号 ∫ 是一个拉长的 S,暗示 sigma 或求和。在定积分中,求和符号的上方和下方是区间 $\left\lbrack {a,b} \right\rbrack$ 的边界。数字 abx 值,称为积分限;具体地,a 是下限,b 是上限。需要澄清的是,在定积分的语境中,我们以两种不同的方式使用「limit」一词。首先,我们谈论当 $n\rightarrow\infty$ 时和的极限。其次,区域的边界称为积分限

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:

我们称函数 $f(x)$ 为被积函数,而 dx 表示 $f(x)$ 是关于 x 的函数,称为积分变量。注意,如同求和中的下标一样,积分变量是一个哑变量,对积分的计算没有影响。我们可以任取喜欢的变量作为积分变量:

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

$${\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.

前面我们讨论过这样一个事实:若 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续,则极限 $\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$ 存在且唯一。由此得到下面的定理,我们不加证明地叙述它。

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.$

若 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续,则 f 在 $\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.

在 $\left\lbrack {a,b} \right\rbrack$ 上不连续的函数仍可能是可积的,这取决于间断点的性质。例如,在闭区间上除有限个跳跃间断点外均连续的函数是可积的。

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.

用定积分的定义计算 ${\int_{0}^{2}{x^{2}dx}}.$ 用右端点逼近来构造黎曼和。

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

我们首先要建立黎曼和。根据积分限,我们有 $a = 0$ 和 $b = 2.$ 对于 $i = 0,1,2\text{,…,}\ n,$ 令 $P = \left\{ x_{i} \right\}$ 为 $\left\lbrack {0,2} \right\rbrack$ 的一个等分分割。于是

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

$$\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,

由于我们使用右端点逼近来构造黎曼和,对于每个 i,我们需要计算区间 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ 右端点处的函数值。该区间的右端点为 $x_{i},$ 而由于 P 是等分分割,

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

$$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}}.$$

$$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}}.$$

$${\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

利用 ${\sum\limits_{i = 1}^{n}i^{2}}$ 的求和公式,我们有

$$\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}$$

$$\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

现在,为了计算定积分,我们需要取 $n\rightarrow\infty$ 时的极限。我们得到

$$\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}$$

$$\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.

用定积分的定义计算 ${\int_{0}^{3}{\left( {2x - 1} \right)dx}}.$ 用右端点逼近来构造黎曼和。

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.

用这种方式计算定积分可能相当繁琐,因为计算过程很复杂。本章稍后我们将发展不通过取黎曼和的极限来计算定积分的技巧。不过,眼下我们可以依靠定积分表示曲线下面积这一事实,并通过几何公式来计算该面积来求出定积分。我们这样做是为了确认定积分确实表示面积,从而可以接着讨论当函数曲线落到 x 轴下方时该如何处理。

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}}.$

利用圆的面积公式计算 ${\int_{3}^{6}{\sqrt{9 - \left( {x - 3} \right)^{2}}dx}}.$

Solution 解答

The function describes a semicircle with radius 3. To find

该函数描述了一个半径为 3 的半圆。为了求出

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

$${\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,

我们要求出区间 $\left\lbrack {3,6} \right\rbrack$ 上曲线下的面积。圆的面积公式为 $A = \pi r^{2}.$ 半圆的面积是圆面积的一半,即 $A = \left( \frac{1}{2} \right)\pi r^{2}.$ 图 5.16 中阴影部分覆盖了半圆的一半,即 $A = \left( \frac{1}{4} \right)\pi r^{2}.$ 于是,

$$\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}$$

$$\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}}.$

利用梯形的面积公式计算 ${\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?

当我们定义定积分时,去掉了 $f(x)$ 必须非负的要求。但是,当 $f(x)$ 为负时,我们如何解释「曲线下的面积」呢?

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

让我们回到黎曼和。例如,考虑区间 $\left\lbrack {0,2} \right\rbrack$ 上的函数 $f(x) = 2 - 2x^{2}$(如图 5.17 所示)。取 $n = 8$,并选取 $\left\{ x_{i}^{*}\text{\}} \right.$ 作为每个区间的左端点。在每个子区间上构造一个矩形,其高为 $f\left( x_{i}^{*} \right)$,宽为 Δx。当 $f\left( x_{i}^{*} \right)$ 为正时,乘积 $f\left( x_{i}^{*} \right)\text{Δ}x$ 表示矩形的面积,与之前一样。然而,当 $f\left( x_{i}^{*} \right)$ 为负时,乘积 $f\left( x_{i}^{*} \right)\text{Δ}x$ 表示该矩形面积的负值。于是黎曼和变为

$${\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)$$

$${\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,

取 $n\rightarrow\infty$ 时的极限,黎曼和逼近 x 轴上方曲线与 x 轴之间的面积,减去 x 轴下方曲线与 x 轴之间的面积,如图 5.18 所示。于是,

$$\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}$$

$$\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.

量 $A_{1} - A_{2}$ 称为净有向面积。

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.

注意,净有向面积可以是正的、负的或零。若 x 轴上方的面积较大,则净有向面积为正。若 x 轴下方的面积较大,则净有向面积为负。若 x 轴上方与下方的面积相等,则净有向面积为零。

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.$

求函数 $f(x) = 2x$ 的曲线与 x 轴在区间 $\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 A1, above the axis, is

该函数产生一条直线,形成两个三角形:一个从 $x = -3$ 到 $x = 0$,另一个从 $x = 0$ 到 $x = 3$(图 5.19)。利用三角形面积的几何公式 $A = \frac{1}{2}bh,$ 轴上方三角形 A1 的面积为

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

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

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

其中 3 是底,$2(3) = 6$ 是高。轴下方三角形 A2 的面积为

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

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

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

其中 3 是底,6 是高。于是净面积为

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

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

Analysis 分析

If A1 is the area above the x-axis and A2 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.

A1x 轴上方的面积,A2x 轴下方的面积,则净面积为 $A_{1} - A_{2}.$ 由于两个三角形的面积相等,净面积为零。

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

求 $f(x) = x - 2$ 在区间 $\left\lbrack {0,6} \right\rbrack$ 上的净有向面积,如下图所示。

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.

定积分的一个应用是:在给定速度函数时求位移。若 $v(t)$ 表示物体作为时间函数的速度,则曲线下的面积告诉我们物体距离其初始位置有多远。这是定积分一个非常重要的应用,本章稍后我们会更详细地考察它。眼下,我们只是通过研究恒定速度来了解其运作的一些基本原理。

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

当速度为常数时,曲线下的面积就是速度乘以时间。这个想法已经非常熟悉。若一辆汽车以 70 mph 的速度沿直线驶离其起始位置达 2 小时,则它距离初始位置 140 mi(图 5.20)。用积分记号表示,我们有

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

$${\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

在位移的语境中,净有向面积使我们能够将方向考虑在内。若一辆汽车以 60 mph 的速度向正北行驶 2 小时,则它位于起始位置以北 120 mi 处。若该车随后掉头以 40 mph 的速度向南行驶 3 小时,它将回到起始位置(图 5.21)。再次用积分记号表示,我们有

$$\begin{array}{cl} {{\int_{0}^{2}{60dt}} + {\int_{2}^{5}{-40dt}}} & {= 120 - 120} \\ & {= 0.} \end{array}$$

$$\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.

假设我们想要知道汽车总共行驶了多远,而不论方向如何。在此情形下,我们想要知道曲线与 x 轴之间的面积,而不论该面积在轴上方还是下方。这称为总面积。

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}$$

$$\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 A1 represent the area between $f(x)$ and the x-axis that lies above the axis and let A2 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

设 $f(x)$ 是定义在 $\left\lbrack {a,b} \right\rbrack$ 上的可积函数。令 A1 表示 $f(x)$ 与 x 轴之间位于轴上方的面积,令 A2 表示 $f(x)$ 与 x 轴之间位于轴下方的面积。那么,$f(x)$ 与 x 轴之间的净有向面积由下式给出

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

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

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

$f(x)$ 与 x 轴之间的总面积由下式给出

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

$$\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.$

求 $f(x) = x - 2$ 与 x 轴在区间 $\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).

计算 x 轴截距为 $\left( {2,0} \right)$(令 $y = 0,$ 解出 x)。为了求总面积,取子区间 $\left\lbrack {0,2} \right\rbrack$ 上 x 轴下方的面积,并将其加到子区间 $\left\lbrack {2,6} \right\rbrack$ 上 x 轴上方的面积上(图 5.22)。

We have

我们有

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

$${\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.$$

$$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.$$

$$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.$

求函数 $f(x) = 2x$ 与 x 轴在区间 $\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.

1.

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

$$\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.

2.

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

$${\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.

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)

$${\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.

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)

$$\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.

5.

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

$${\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.

其中 *c* 为常数。常数与函数之积的积分等于该常数乘以函数的积分。

6.

6.

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

$${\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.

虽然此公式通常在 *c* 介于 *a* 与 *b* 之间时成立,但公式对所有 *a*、*b*、*c* 的取值都成立,只要 $f(x)$ 在最大区间上可积。

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.

利用定积分的性质,将函数 $f(x) = -3x^{3} + 2x + 2$ 在区间 $\left\lbrack {-2,1} \right\rbrack$ 上的定积分表示为三个定积分之和。

Solution 解答

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

使用积分记号,我们有 ${\int_{-2}^{1}{\left( {-3x^{3} + 2x + 2} \right)dx}}.$ 应用性质 3 与性质 5,得到

$$\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}$$

$$\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.

利用定积分的性质,将函数 $f(x) = 6x^{3} - 4x^{2} + 2x - 3$ 在区间 $\left\lbrack {1,3} \right\rbrack$ 上的定积分表示为四个定积分之和。

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}}.$

已知 ${\int_{0}^{8}{f(x)dx}} = 10$ 且 ${\int_{0}^{5}{f(x)dx}} = 5,$ 求 ${\int_{5}^{8}{f(x)dx}}$ 的值。

Solution 解答

By property 6.,

由性质 6 可知,

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

$${\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}$$

$$\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}}.$

已知 ${\int_{1}^{5}{f(x)dx}} = -3$ 且 ${\int_{2}^{5}{f(x)dx}} = 4,$ 求 ${\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.

图像有时比计算结果更能说明一个函数的性质。通过函数图像以及代数表达式来比较函数,常常能让我们对积分过程有新的认识。直观上我们可能会说,如果函数 $f(x)$ 在另一个函数 $g(x)$ 的上方,那么 $f(x)$ 与 *x* 轴之间的面积就大于 $g(x)$ 与 *x* 轴之间的面积。这一结论取决于进行比较的区间。定积分的性质在 $a < b$、$a = b$ 或 $a > b$ 时都成立。不过,以下性质只涉及 $a \leq b$ 的情形,用于我们比较积分的大小。

Comparison Theorem 比较定理

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

1. 若 $f(x) \geq 0$ 对 $a \leq x \leq b$ 成立,则

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

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

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

2. 若 $f(x) \geq g(x)$ 对 $a \leq x \leq b$ 成立,则

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

$${\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

3. 若 *m* 与 *M* 为常数,且对 $a \leq x \leq b$ 有 $m \leq f(x) \leq M$,则

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

$$\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.$

在区间 $\left\lbrack {0,1} \right\rbrack$ 上比较 $f(x) = \sqrt{1 + x^{2}}$ 与 $g(x) = \sqrt{1 + x}$。

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).

要理解它们在区间 $\left\lbrack {0,1} \right\rbrack$ 上的比较情况,必须画出这两个函数的图像。起初在图形计算器上绘图时,$f(x)$ 似乎处处都在 $g(x)$ 的上方。然而在区间 $\left\lbrack {0,1} \right\rbrack$ 上,两图看起来彼此重合。我们需要放大才能看出,在区间 $\left\lbrack {0,1} \right\rbrack$ 上 $g(x)$ 在 $f(x)$ 的上方。两个函数在 $x = 0$ 与 $x = 1$ 处相交(图 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.$

由图像可见,在区间 $\left\lbrack {0,1} \right\rbrack$ 上 $g(x) \geq f(x)$。比较在指定区间 $\left\lbrack {0,1} \right\rbrack$ 上的积分,我们同样看到 ${\int_{0}^{1}{g(x)dx}} \geq {\int_{0}^{1}{f(x)dx}}$(图 5.24)。那一片红色的细窄阴影区域,正显示了这两个积分在区间 $\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,

我们经常需要求一组数的平均值,例如测验的平均成绩。假设你在代数课上得到的测验分数如下:89、90、56、78、100 和 69。你的学期成绩就是这些测验分数的平均值,你想知道大致能得多少分。我们可以把所有的分数相加,再除以分数的个数来求平均值。这里共有六个测验分数。于是,

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

$$\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.

因此,你的测验平均分约为 80.33,在大多数学校这相当于 B−。

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.

不过,假设我们有一个函数 $v(t)$,它在任意时刻 *t* 给出物体的速度,而我们想求该物体的平均速度。函数 $v(t)$ 可以取到无穷多个值,因此我们无法使用刚才描述的方法。所幸,我们可以用定积分来求这类函数的平均值。

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

设 $f(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,并将 $\left\lbrack {a,b} \right\rbrack$ 分成 *n* 个宽度为 $\text{Δ}x = {{(b - a)}\text{/}{n.}}$ 的子区间。在每个子区间内选取代表点 $x_{i}^{*}$,并对 $i = 1,2\text{,…,}\ n$ 计算 $f\left( x_{i}^{*} \right)$。换言之,把每个 $f\left( x_{i}^{*} \right)$ 看作函数在相应子区间上的一个抽样。于是函数的平均值可近似为

$$\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)}{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

但我们知道 $\text{Δ}x = \frac{b - a}{n}$,所以 $n = \frac{b - a}{\text{Δ}x}$,于是得到

$$\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}}.$$

$$\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

继续代数运算,分子是一个和式,可表示为 ${\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)}}$,而我们要除以一个分数。除以一个分数时,将分母取倒数再相乘。因此,函数平均值的近似值由下式给出:

$$\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}$$

$$\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

这是一个黎曼和。然后,为了求得*精确*的平均值,令 *n* 趋于无穷取极限。于是,函数的平均值由下式给出:

$$\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}}.$$

$$\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(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续。则函数在 $\left\lbrack {a,b} \right\rbrack$ 上的平均值(或记作 *f*ave)由下式给出:

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

$$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.$

求函数 $f(x) = x + 1$ 在区间 $\left\lbrack {0,5} \right\rbrack$ 上的平均值。

Solution 解答

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

首先,在所给区间上画出函数图像,如图 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,

该区域是一个侧卧的梯形,因此我们可以使用梯形面积公式 $A = \frac{1}{2}h\left( {a + b} \right)$,其中 *h* 表示高,*a* 与 *b* 表示两条平行边。于是,

$$\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}$$

$$\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}.$$

$$\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.$

求函数 $f(x) = 6 - 2x$ 在区间 $\left\lbrack {0,3} \right\rbrack$ 上的平均值。

Section 5.2 Exercises 5.2 节习题

In the following exercises, express the limits as integrals.

在以下习题中,将下列极限表示为积分。

60.

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$

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

61.

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$

$\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}}$ 在 $\left\lbrack {0,2} \right\rbrack$ 上

62.

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$

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

63.

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$

$\underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{\text{cos}^{2}\left( {2\pi x_{i}^{*}} \right)\text{Δ}x}}$ 在 $\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.

在以下习题中,给定如所指出的 *Ln* 或 *Rn*,将其当 $n\rightarrow\infty$ 时的极限表示为定积分,并指明正确的区间。

64.

64.

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

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

65.

65.

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

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

66.

66.

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

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

67.

67.

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

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

68.

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)}}$

$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.

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)}}$

$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.

在以下习题中,利用三角形与圆的面积公式,并减去 *x* 轴下方的面积,计算所给图形的函数积分。

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

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

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

在以下习题中,利用面积公式计算积分。

76.

76.

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

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

77.

77.

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

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

78.

78.

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

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

79.

79.

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

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

80.

80.

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

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

81.

81.

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

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

82.

82.

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

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

83.

83.

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

$\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.

在以下习题中,利用左端点 (*L*) 与右端点 (*R*) 处函数值的平均,计算经过所给点列的分段线性函数在指定区间上的积分。

84.

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$

$\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\}$ 在 $\left\lbrack {0,8} \right\rbrack$ 上

85.

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$

$\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\}$ 在 $\left\lbrack {0,8} \right\rbrack$ 上

86.

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$

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

87.

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$

$\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\}$ 在 $\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.

设 ${\int_{0}^{4}{f(x)dx}} = 5$、${\int_{0}^{2}{f(x)dx}} = -3$、${\int_{0}^{4}{g(x)dx}} = -1$ 且 ${\int_{0}^{2}{g(x)dx}} = 2$。在以下习题中,计算这些积分。

88.

88.

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

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

89.

89.

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

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

90.

90.

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

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

91.

91.

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

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

92.

92.

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

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

93.

93.

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

$\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.

在以下习题中,利用恒等式 ${\int_{\text{−}A}^{A}{f(x)dx}} = {\int_{\text{−}A}^{0}{f(x)dx}} + {\int_{0}^{A}{f(x)dx}}$ 计算积分。

94.

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{)}}$

$\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.

95.

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

$\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.

在以下习题中,求 $f(x)$ 与 x 轴之间的净有向面积。

96.

96.

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

$\int_{1}^{3}{\left( {2 - x} \right)dx}$ (提示:观察 *f* 的图像。)

97.

97.

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

$\int_{2}^{4}{\left( {x - 3} \right)^{3}dx}$ (提示:观察 *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.

在以下习题中,已知 ${\int_{0}^{1}{xdx}} = \frac{1}{2}$、${\int_{0}^{1}{x^{2}dx}} = \frac{1}{3}$、${\int_{0}^{1}{x^{3}dx}} = \frac{1}{4}$,计算这些积分。

98.

98.

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

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

99.

99.

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

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

100.

100.

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

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

101.

101.

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

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

102.

102.

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

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

103.

103.

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

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

In the following exercises, use the comparison theorem.

在以下习题中,使用比较定理。

104.

104.

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

证明 ${\int_{0}^{3}{\left( {x^{2} - 6x + 9} \right)dx}} \geq 0$。

105.

105.

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

证明 ${\int_{-2}^{3}{\left( {x - 3} \right)\left( {x + 2} \right)dx}} \leq 0$。

106.

106.

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

证明 ${\int_{0}^{1}{\sqrt{1 + x^{3}}dx}} \leq {\int_{0}^{1}{\sqrt{1 + x^{2}}dx}}$。

107.

107.

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

证明 ${\int_{1}^{2}{\sqrt{1 + x}dx}} \leq {\int_{1}^{2}{\sqrt{1 + x^{2}}dx}}$。

108.

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{)}$

证明 ${\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}$ 在 $\left\lbrack {0,\frac{\pi}{2}} \right\rbrack\text{)}$

109.

109.

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

证明 ${\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}}.$

在以下习题中,求 *f* 在 *a* 与 *b* 之间的平均值 *f*ave,并求一点 *c*,使得 $f(c) = f_{\text{ave}}$。

110.

110.

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

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

111.

111.

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

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

112.

112.

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

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

113.

113.

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

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

114.

114.

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

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

115.

115.

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

$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?

在以下习题中,利用黎曼和 *L*100 与 *R*100 近似平均值。你的答案与所给精确解相比如何?

116.

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.$

\[T\] $y = \text{ln}(x)$ 在区间 $\left\lbrack {1,4} \right\rbrack$ 上;精确解为 $\frac{\text{ln}(256)}{3} - 3$。

117.

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).$

\[T\] $y = e^{x\text{/}2}$ 在区间 $\left\lbrack {0,1} \right\rbrack$ 上;精确解为 $2\left( {\sqrt{e} - 1} \right)$。

118.

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}.$

\[T\] $y = \text{tan}\mspace{2mu} x$ 在区间 $\left\lbrack {0,\frac{\pi}{4}} \right\rbrack$ 上;精确解为 $\frac{2\mspace{2mu}\text{ln}(2)}{\pi}$。

119.

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}.$

\[T\] $y = \frac{x + 1}{\sqrt{4 - x^{2}}}$ 在区间 $\left\lbrack {-1,1} \right\rbrack$ 上;精确解为 $\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?

在以下习题中,利用左黎曼和 *LN*(取 $N = 1,10,100$)计算平均值。其精度与所给精确值相比如何?

120.

120.

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

\[T\] $y = x^{2} - 4$ 在区间 $\left\lbrack {0,2} \right\rbrack$ 上;精确解为 $- \frac{8}{3}$。

121.

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).$

\[T\] $y = xe^{x^{2}}$ 在区间 $\left\lbrack {0,2} \right\rbrack$ 上;精确解为 $\frac{1}{4}\left( {e^{4} - 1} \right)$。

122.

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)}.$

\[T\] $y = \left( \frac{1}{2} \right)^{x}$ 在区间 $\left\lbrack {0,4} \right\rbrack$ 上;精确解为 $\frac{15}{64\mspace{2mu}\text{ln}(2)}$。

123.

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}.$

\[T\] $y = x\mspace{2mu}\text{sin}\left( x^{2} \right)$ 在区间 $\left\lbrack {\text{−}\pi,0} \right\rbrack$ 上;精确解为 $\frac{\text{cos}\left( \pi^{2} \right) - 1}{2\pi}$。

124.

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{.}$

设 $A = {\int_{0}^{2\pi}{\text{sin}^{2}tdt}}$ 且 $B = {\int_{0}^{2\pi}{\text{cos}^{2}tdt}}$。证明 $A + B = 2\pi$ 且 $A = B\text{.}$

125.

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}.$

设 $A = {\int_{\text{−}\pi\text{/}4}^{\pi\text{/}4}{\text{sec}^{2}tdt}} = \pi$ 且 $B = {\int_{\text{−}\pi\text{/}4}^{\pi\text{/}4}{\text{tan}^{2}tdt}}$。证明 $A - B = \frac{\pi}{2}$。

126.

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.

证明 $\text{sin}^{2}t$ 在 $\left\lbrack {0,2\pi} \right\rbrack$ 上的平均值等于 1/2。不做进一步计算,判断 $\text{sin}^{2}t$ 在 $\left\lbrack {0,\pi} \right\rbrack$ 上的平均值是否也等于 1/2。

127.

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.$

证明 $\text{cos}^{2}t$ 在 $\left\lbrack {0,2\pi} \right\rbrack$ 上的平均值等于 $1\text{/}2$。不做进一步计算,判断 $\text{cos}^{2}(t)$ 在 $\left\lbrack {0,\pi} \right\rbrack$ 上的平均值是否也等于 $1\text{/}2$。

128.

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.$

解释为何二次函数(抛物线)$p(x)$ 与线性函数 $\ell(x)$ 的图像至多相交于两点。设 $p(a) = \ell(a)$ 且 $p(b) = \ell(b)$,且 ${\int_{a}^{b}{p(t)dt}} > {\int_{a}^{b}{\ell(t)dt}}$。解释为何只要 $a \leq c < d \leq b$,就有 ${\int_{c}^{d}{p(t)}} > {\int_{c}^{d}{\ell(t)dt}}$。

129.

129.

Suppose 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?

设抛物线 $p(x) = ax^{2} + bx + c$ 开口向下 $(a < 0)$,且其顶点满足 $y = \frac{\text{−}b}{2a} > 0$。对于哪个区间 $\left\lbrack {A,B} \right\rbrack$,$\int_{A}^{B}{\left( {ax^{2} + bx + c} \right)dx}$ 能取到最大值?

130.

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}}.$

设 $\left\lbrack {a,b} \right\rbrack$ 可细分为子区间 $a = a_{0} < a_{1} < a_{2} < \text{⋯} < a_{N} = b$,使得在每个 $\left\lbrack {a_{i - 1},a_{i}} \right\rbrack$ 上要么有 $f \geq 0$,要么有 $f \leq 0$。记 $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}.$

1. 解释为何 ${\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}}.$

2. 进而,解释为何 $\left| {\int_{a}^{b}{f(t)dt}} \right| \leq {\int_{a}^{b}{\left| {f(t)} \right|dt}}$。

131.

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*.

设 *f* 与 *g* 为连续函数,且对 $\left\lbrack {a,b} \right\rbrack$ 的任意子区间 $\left\lbrack {c,d} \right\rbrack$ 都有 ${\int_{c}^{d}{f(t)dt}} \leq {\int_{c}^{d}{g(t)dt}}$。解释为何对所有 *x* 都有 $f(x) \leq g(x)$。

132.

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.

设 *f* 在 $\left\lbrack {a,b} \right\rbrack$ 上的平均值为 1,且在 $\left\lbrack {b,c} \right\rbrack$ 上的平均值也为 1,其中 $a < c < b$。证明 *f* 在 $\left\lbrack {a,c} \right\rbrack$ 上的平均值也为 1。

133.

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.

设 $\left\lbrack {a,b} \right\rbrack$ 可分割为 $a = a_{0} < a_{1} < \text{⋯} < a_{N} = b$,使得对每个 $i = 1\text{,…,}\ N$,*f* 在每个子区间 $\left\lbrack {a_{i - 1},a_{i}} \right\rbrack$ 上的平均值都等于 1。解释为何 *f* 在 $\left\lbrack {a,b} \right\rbrack$ 上的平均值也等于 1。

134.

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}.$

设对每个满足 $1 \leq i \leq N$ 的 *i*,都有 ${\int_{i - 1}^{i}{f(t)dt}} = i$。证明 ${\int_{0}^{N}{f(t)dt}} = \frac{N\left( {N + 1} \right)}{2}$。

135.

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}.$

设对每个满足 $1 \leq i \leq N$ 的 *i*,都有 ${\int_{i - 1}^{i}{f(t)dt}} = i^{2}$。证明 ${\int_{0}^{N}{f(t)dt}} = \frac{N\left( {N + 1} \right)\left( {2N + 1} \right)}{6}$。

136.

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?

\[T\] 对 $f(t) = t^{2}$ 在 $\left\lbrack {0,1} \right\rbrack$ 上计算左黎曼和与右黎曼和 *L*10、*R*10 及其平均值 $\frac{L_{10} + R_{10}}{2}$。已知 ${\int_{0}^{1}{t^{2}dt}} = 0.\overset{–}{33}$,问 $\frac{L_{10} + R_{10}}{2}$ 精确到小数点后几位?

137.

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?

\[T\] 对 $f(t) = \left( {4 - t^{2}} \right)$ 在 $\left\lbrack {1,2} \right\rbrack$ 上计算左黎曼和与右黎曼和 *L*10、*R*10 及其平均值 $\frac{L_{10} + R_{10}}{2}$。已知 ${\int_{1}^{2}{\left( {4 - t^{2}} \right)dt}} = 1.\overset{–}{66}$,问 $\frac{L_{10} + R_{10}}{2}$ 精确到小数点后几位?

138.

138.

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

若 ${\int_{1}^{5}{\sqrt{1 + t^{4}}dt}} = 41.7133...$,则 ${\int_{1}^{5}{\sqrt{1 + u^{4}}du}}$ 等于多少?

139.

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}}?$

用左端点与右端点黎曼和(各用一个矩形)估计 $\int_{0}^{1}{tdt}$。这些左、右端点黎曼和的平均值与实际值 ${\int_{0}^{1}{tdt}}$ 相比如何?

140.

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}}?$

将 $\int_{0}^{1}{tdt}$ 与高为 *t* 在中点 $t = \frac{1}{2}$ 处取值的单个矩形的面积进行比较来估计。这一中点估计与实际值 ${\int_{0}^{1}{tdt}}$ 相比如何?

141.

141.

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

根据所给 $\text{sin}\left( {2\pi x} \right)$ 的图像:

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

1. 解释为何 ${\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*.

2. 一般地,解释为何对任意 *a* 都有 ${\int_{a}^{a + 1}{\text{sin}\left( {2\pi t} \right)dt}} = 0$。

142.

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?$

若 *f* 是 1-周期的 $\left( f\left( {t + 1} \right) = f(t) \right)$、奇函数,且在 $\left\lbrack {0,1} \right\rbrack$ 上可积,是否总有 ${\int_{0}^{1}{f(t)dt}} = 0$?

143.

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*?

若 *f* 是 1-周期的,且 ${\int_{0}^{1}{f(t)dt}} = A$,是否必有对一切 *A* 都有 ${\int_{a}^{1 + a}{f(t)dt}} = A$?

5.3 The Fundamental Theorem of Calculus 5.3 微积分基本定理

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.

这些新技巧依赖于微分与积分之间的关系。这一关系在 17 世纪末至 18 世纪初由 Sir Isaac Newton 与 Gottfried Wilhelm Leibniz(以及其他人)发现并探索,并被归纳为我们如今所称的微积分基本定理,本节将考察其两个部分。它的名称本身就表明这一定理在整个微积分发展中所处的核心地位。

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.

艾萨克·牛顿(Isaac Newton)对数学与物理学的贡献改变了我们看待世界的方式。他所发现的、被归纳为牛顿运动定律与万有引力定律的那些关系,至今仍作为物理学的基础内容讲授,而他的微积分催生了数学的整个分支。欲了解更多,可阅读关于牛顿的简短传记并观看多媒体短片。

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.

积分中值定理指出,闭区间上的连续函数会在该区间内某一点取得其平均值。该定理保证:若 $f(x)$ 连续,则存在一点 c 属于区间 $\left\lbrack {a,b} \right\rbrack$,使得函数在 c 处的值等于 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上的平均值。我们借助在上一节末尾给出的函数平均值公式,以数学形式表述这一定理。

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(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,则至少存在一点 $c \in \left\lbrack {a,b} \right\rbrack$,使得

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

$$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).$$

$${\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

由于 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续,由极值定理(见「极大值与极小值」)可知,它在 $\left\lbrack {a,b} \right\rbrack$ 上取得最小值和最大值——分别为 mM。于是,对 $\left\lbrack {a,b} \right\rbrack$ 内所有 x,都有 $m \leq f(x) \leq M.$ 因此,由比较定理(见「定积分」)可得

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

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

Dividing by $b - a$ gives us

两边同除以 $b - a$ 得

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

$$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

由于 $\frac{1}{b - a}{\int_{a}^{b}f}(x)dx$ 是介于 mM 之间的一个数,且由于 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续并取得值 mM,由介值定理(见「连续性」)可知,在 $\left\lbrack {a,b} \right\rbrack$ 上存在一个数 c,使得

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

$$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.$

求函数 $f(x) = 8 - 2x$ 在区间 $\left\lbrack {0,4} \right\rbrack$ 上的平均值,并求出 c,使得 $f(c)$ 等于该函数在区间 $\lbrack 0,4\rbrack$ 上的平均值。

Solution 解答

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

该公式表明,$f(x)$ 的平均值由下式给出

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

$$\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

由图 5.26 可见,该函数表示一条直线,并与 x 轴、y 轴围成一个直角三角形。该三角形的面积为 $A = \frac{1}{2}\left( \text{base} \right)\left( \text{height} \right).$ 于是有

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

$$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

将面积乘以 $1\text{/}\left( {4 - 0} \right)$ 即得平均值。因此,该函数的平均值为

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

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

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

令平均值等于 $f(c)$ 并解 c

$$\begin{array}{cll} {8 - 2c} & = & 4 \\ c & = & 2 \end{array}$$

$$\begin{array}{cll} {8 - 2c} & = & 4 \\ c & = & 2 \end{array}$$

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

当 $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.$

求函数 $f(x) = \frac{x}{2}$ 在区间 $\left\lbrack {0,6} \right\rbrack$ 上的平均值,并求出 c,使得 $f(c)$ 等于该函数在区间 $\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.$

已知 ${\int_{0}^{3}{x^{2}dx}} = 9$,求 c,使得 $f(c)$ 等于 $f(x) = x^{2}$ 在区间 $\lbrack 0,3\rbrack$ 上的平均值。

Solution 解答

We are looking for the value of c such that

我们要求的 c 满足

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

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

Replacing $f(c)$ with c2, we have

将 $f(c)$ 替换为 c2,得

$$\begin{array}{lll} c^{2} & = & 3 \\ c & = & {\text{±}\sqrt{3}.} \end{array}$$

$$\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).

由于 $\text{−}\sqrt{3}$ 在区间之外,故只取正值。因此,$c = \sqrt{3}$(图 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.$

已知 ${\int_{0}^{3}{\left( {2x^{2} - 1} \right)dx}} = 15$,求 c,使得 $f(c)$ 等于 $f(x) = 2x^{2} - 1$ 在区间 $\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)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,且函数 $F(x)$ 定义为

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

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

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

则 $F^{\prime}\left. \text{(}x \right) = f(x)$ 在 $\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.

在深入证明之前,有几点微妙之处值得在此说明。首先,关于记法的一点说明。注意,我们定义了一个函数 $F(x)$,它是另一个函数 $f(t)$ 从点 a 到点 x 的定积分。初看起来这令人困惑,因为我们曾多次说过定积分是一个数,而这里它看起来却是一个函数。关键在于要认识到:对任意给定的 x 值,该定积分都是一个具体的数。因此,函数 $F(x)$ 对每个 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}$$

$$\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(t)dt}}$ 正是函数 $f(x)$ 在区间 $\left\lbrack {x,x + h} \right\rbrack$ 上的平均值。因此,由积分中值定理可知,在 $\left\lbrack {x,x + h} \right\rbrack$ 内存在某个数 c,使得

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

$$\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

此外,由于 c 介于 xx + h 之间,当 h 趋于零时,c 趋于 x。又因为 $f(x)$ 连续,我们有 $\underset{h\rightarrow 0}{\text{lim}}f(c) = \underset{c\rightarrow x}{\text{lim}}f(c) = f(x).$ 综合上述各点,我们得到

$$\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}$$

$$\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.}}$$

$$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}.$$

$$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}}.$

利用微积分基本定理第一部分,求函数 $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).$

设 $F(x) = {\int_{1}^{\sqrt{x}}{\text{sin}\mspace{2mu} tdt}}.$ 求 $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,

令 $u(x) = \sqrt{x}$,则 $F(x) = {\int_{1}^{u{(x)}}{\text{sin}\mspace{2mu} tdt}}.$ 于是,由微积分基本定理与链式法则,

$$\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}$$

$$\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).$

设 $F(x) = {\int_{1}^{x^{3}}{\text{cos}\mspace{2mu} tdt}}.$ 求 $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).$

设 $F(x) = {\int_{x}^{2x}{t^{3}dt}}.$ 求 $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

我们有 $F(x) = {\int_{x}^{2x}{t^{3}dt}}.$ 两个积分限都是变量,因此需要把它拆成两个积分。于是得到

$$\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}$$

$$\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}.$$

$$\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,

对第二项求导,先令 $u(x) = 2x.$ 于是

$$\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}$$

$$\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}$$

$$\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).$

设 $F(x) = {\int_{x}^{x^{2}}{\text{cos}\mspace{2mu} tdt}}.$ 求 $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.

微积分基本定理第二部分是微积分中也许最重要的定理。经过数学家们约 500 年不懈的努力,新兴的技术为科学家提供了必要的工具来解释诸多现象。借助微积分,天文学家终于能够测定太空中的距离并绘制行星轨道图。诸如计算边际成本或预测总利润等日常金融问题,如今都能简便而精确地加以处理。工程师可以计算材料的抗弯强度或物体的三维运动。微积分永远地改变了我们看待世界的方式。

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.

在通过把 n 个矩形的面积相加得到近似面积之后,与之相比,本定理的应用就显得直截了当了。仅仅通过在某个区间的首尾两个端点处求一个原函数的值,就能算出整个弯曲区域的面积,这几乎简单得令人难以置信。

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

f 在闭区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,且 $F(x)$ 是 $f(x)$ 的任一原函数,则

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

$${\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).

我们经常看到记号 $\left. {F(x)} \right|_{a}^{b}$ 用来表示表达式 $F(b) - F(a).$ 我们利用这条竖线与相关的积分限 ab 来表明:应在上限(此处为 b)处求函数值 $F(x)$,并减去在下限(此处为 a)处求得的 $F(x)$ 的值。

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

设 $P = \left\{ x_{i} \right\},i = 0,1\text{,…,}\ n$ 为 $\left\lbrack {a,b} \right\rbrack$ 的一个等分分割。则我们可以写出

$$\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}$$

$$\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

现在,已知 Ff 在 $\left\lbrack {a,b} \right\rbrack$ 上的原函数,因此由中值定理(见中值定理)可知,对 $i = 0,1\text{,…,}\ n$,可在 $\left\lbrack {x_{i - 1},x_{i}} \right\rbrack$ 中找到 $c_{i}$,使得

$$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.$$

$$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}}.$$

$$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

让等式两边在 $n\rightarrow\infty$ 时取极限,我们得到

$$\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}$$

$$\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}}.$$

$${\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.$$

$$\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}$$

$$\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.

注意,在写出原函数时我们没有包含“+ C”项。原因是,根据微积分基本定理第二部分,任意一个原函数都适用。因此,为方便起见,我们选择了 $C = 0$ 的那个原函数。如果我们选择了另一个原函数,常数项会被抵消掉。在求定积分时,这一情况总是发生。

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.

我们刚刚计算的那个面积区域如图 5.28 所示。注意,曲线与 x 轴之间的区域全部位于 x 轴下方。面积总是正的,但定积分仍可能得到一个负数(净有向面积)。例如,如果这是一个利润函数,那么负数就表示公司在给定区间内处于亏损经营状态。

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.$$

$${\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{.}$$

$${\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{.}$$

$${\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}$$

$$\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.

见图 5.29。

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

使用微积分基本定理第二部分计算 ${\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?

James 和 Kathy 正在进行轮滑比赛。他们在一条又长又直的跑道上竞赛,谁在 5 秒后滑得最远谁就赢得奖品。若 James 的滑行速度为 $f(t) = 5 + 2t$ ft/sec,Kathy 的滑行速度为 $g(t) = 10 + \text{cos}\left( {\frac{\pi}{2}t} \right)$ ft/sec,那么谁会赢得比赛呢?

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

我们需要对两个函数在区间 $\left\lbrack {0,5} \right\rbrack$ 上分别积分,看哪个值更大。对 James,我们要计算

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

$${\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}$$

$$\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

因此,James 在 5 秒后滑了 50 ft。现在转向 Kathy,我们要计算

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

$${\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

我们知道 $\text{sin}\mspace{2mu} t$ 是 $\text{cos}\mspace{2mu} t$ 的一个原函数,因此自然地预期,$\text{cos}\left( {\frac{\pi}{2}t} \right)$ 的原函数会包含 $\text{sin}\left( {\frac{\pi}{2}t} \right)$。然而,当我们对 $\text{sin}\left( {\frac{\pi}{2}t} \right)$ 求导时,由链式法则会得到 $\frac{\pi}{2}\text{cos}\left( {\frac{\pi}{2}t} \right)$,因此积分时必须把这个额外的系数考虑进去。我们得到

$$\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}$$

$$\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!

Kathy 在 5 秒后大约滑了 50.6 ft。Kathy 赢了,但赢得不多!

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

假设 James 和 Kathy 重赛,但这次裁判只在 3 秒后就叫停了比赛。这会改变结果吗?

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).

Julie 是一位狂热的跳伞爱好者。她已经完成了 300 多次跳跃,并掌握了在空中调整身体姿态以控制下落速度的技巧。如果她弓起背部、让腹部朝向地面,她会达到约 120 mph(176 ft/sec)的终端速度。而如果她改为头朝下的姿势,她会下落得更快,达到 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.

由于 Julie 将沿向下方向运动(下落),为简化计算,我们假定向下方向为正。Julie 从 12,500 ft 的高度起跳。她离开飞机后,立即以 $v(t) = 32t$ 给出的速度开始下落。她按照这一速度函数持续加速,直到达到终端速度。达到终端速度后,她的速度保持不变,直到她拉开降落伞绳并减速着陆。

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.

在当天的第一次跳伞中,Julie 采用较慢的“腹部朝下”姿势(终端速度为 176 ft/sec)。利用这一信息,回答下列问题。

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

1. Julie 离开飞机后多久达到终端速度?

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.

2. 根据你第 1 题的答案,建立一个含一个或多个积分的表达式,表示 Julie 在 30 秒后下落的距离。

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

3. 若 Julie 在 3000 ft 高度拉开降落伞绳,她在自由落体中待多长时间?

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.

4. Julie 在 3000 ft 处拉开降落伞绳。降落伞完全打开并使她减速需要 5 秒,在此期间她又下落了 400 ft。伞衣完全打开后,她的速度降至 16 ft/sec。求 Julie 从离开飞机到双脚触地为止,在空中总共停留的时间。

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:

在 Julie 当天的第二次跳伞中,她决定下落得更快一些,于是采用“头朝下”姿势。她在此姿势下的终端速度为 220 ft/sec。根据这一速度回答下列问题:

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

5. 在这种情况下,Julie 需要多长时间达到终端速度?

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?

6. 在拉开降落伞绳之前,Julie 将身体重新调整为“腹部朝下”姿势,以便在降落伞打开时速度不会太快。如果她在 4000 ft 高度开始这一动作,那么她在开始调整之前,自由落体持续了多长时间?

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.

有些跳伞者穿着“飞行服”(wingsuits,见图 5.31)。这种服装在手臂与双腿之间设有布料翼面,使穿着者能在自由落体中像飞鼠一样滑翔。(事实上,这种服装有时被称为“飞鼠服”。)穿着这种服装时,终端速度可降至约 30 mph(44 ft/sec),从而让穿着者在空中停留更久。飞行服滑翔者仍使用降落伞着陆;尽管竖直方向的速度在安全的容许范围内,但水平方向的速度可能超过 70 mph,过快而不适于安全着陆。

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?

7. 若 Julie 在当天的第三次跳伞前穿上飞行服,并在 3000 ft 高度拉开降落伞绳,那么她可以在空中滑翔多长时间?

Section 5.3 Exercises 5.3 节习题

144.

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.

考虑两名以变速度 $v_{1}(t)$ 和 $v_{2}(t)$ 奔跑的运动员。两名运动员在同一时刻起跑并冲线。解释为什么这两名运动员必然在某一时刻速度相同。

145.

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.

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.

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.$

设 $F(x) = {\int_{1}^{x}{\left( {1 - t} \right)dt}}.$ 求 $F^{\prime}\left. \text{(}2 \right)$ 以及 $F^{\text{'}}$ 在 $\left\lbrack {1,2} \right\rbrack$ 上的平均值。

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

在以下习题中,使用微积分基本定理第一部分求各导数。

148.

148.

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

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

149.

149.

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

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

150.

150.

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

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

151.

151.

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

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

152.

152.

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

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

153.

153.

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

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

154.

154.

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

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

155.

155.

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

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

156.

156.

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

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

157.

157.

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

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

158.

158.

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

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

159.

159.

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

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

160.

160.

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

这里显示了 $y = {\int_{0}^{x}{f(t)dt,}}$ 的图像,其中 f 是一个分段常值函数。

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

1. f 在哪些区间上为正?在哪些区间上为负?在哪些区间上(若有)等于零?

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

2. f 的最大值与最小值各是多少?

3. What is the average value of f?

3. f 的平均值是多少?

161.

161.

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

这里显示了 $y = {\int_{0}^{x}{f(t)dt,}}$ 的图像,其中 f 是一个分段常值函数。

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

1. f 在哪些区间上为正?在哪些区间上为负?在哪些区间上(若有)等于零?

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

2. f 的最大值与最小值各是多少?

3. What is the average value of f?

3. f 的平均值是多少?

162.

162.

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

这里显示了 $y = {\int_{0}^{x}{\ell(t)dt,}}$ 的图像,其中 是一个分段线性函数。

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

1. 在哪些区间上为正?在哪些区间上为负?在哪些区间上(若有)等于零?

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

2. 在哪些区间上递增?在哪些区间上递减?在哪些区间上(若有)为常数?

3. What is the average value of ?

3. 的平均值是多少?

163.

163.

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

这里显示了 $y = {\int_{0}^{x}{\ell(t)dt,}}$ 的图像,其中 是一个分段线性函数。

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

1. 在哪些区间上为正?在哪些区间上为负?在哪些区间上(若有)等于零?

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

2. 在哪些区间上递增?在哪些区间上递减?在哪些区间上(若有)为常数?

3. What is the average value of ?

3. 的平均值是多少?

In the following exercises, use a calculator to estimate the area under the curve by computing T10, 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.

在以下习题中,使用计算器,通过计算 T10(使用 $N = 10$ 个矩形的左端点和右端点黎曼和的平均值)来估计曲线下的面积。然后,利用微积分基本定理第二部分确定精确面积。

164.

164.

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

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

165.

165.

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

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

166.

166.

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

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

167.

167.

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

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

168.

168.

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

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

169.

169.

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

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

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

在以下习题中,使用微积分基本定理第二部分计算各定积分。

170.

170.

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

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

171.

171.

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

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

172.

172.

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

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

173.

173.

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

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

174.

174.

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

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

175.

175.

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

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

176.

176.

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

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

177.

177.

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

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

178.

178.

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

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

179.

179.

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

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

180.

180.

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

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

181.

181.

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

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

182.

182.

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

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

183.

183.

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

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

184.

184.

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

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

185.

185.

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

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

186.

186.

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

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

187.

187.

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

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

188.

188.

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

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

189.

189.

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

$\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).$

在以下习题中,使用求值定理将积分表示为函数 $F(x)$。

190.

190.

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

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

191.

191.

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

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

192.

192.

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

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

193.

193.

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

$\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.

194.

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

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

195.

195.

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

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

196.

196.

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

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

197.

197.

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

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

198.

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.

假设西雅图某给定日期的日照时数由函数 $-3.75\mspace{2mu}\text{cos}\left( \frac{\pi t}{6} \right) + 12.25$ 建模,其中 t 以月为单位,$t = 0$ 对应于冬至。

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

1. 一年中日照时数的平均值是多少?

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

2. 在哪些时刻 t1t2(其中 $0 \leq t_{1} < t_{2} < 12$)日照时数等于平均值?

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

3. 写出一个积分,表示西雅图在 $t_{1}$ 与 $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.

4. 计算西雅图在 $t_{1}$ 与 $t_{2}$(其中 $0 \leq t_{1} < t_{2} < 12$)之间以及在 $t_{2}$ 与 $t_{1}$ 之间的平均日照时数,并证明这两个平均值等于日长的平均值。

199.

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.

假设美国一年内汽油消耗速率可由形如 $\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?

1. 月平均消耗量是多少?对于哪些 t 值,时刻 t 的速率等于平均速率?

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

2. 美国一年内消耗了多少加仑汽油?

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.$

3. 写出一个积分,表示美国在该年中从四月之初 $(t = 3)$ 到九月之末 $\left( t = 9\text{).} \right.$ 这一时段的月平均汽油消耗量。

200.

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}}.$

解释为什么,若 f 在 $\left\lbrack {a,b} \right\rbrack$ 上连续,则至少存在一点 $c \in \left\lbrack {a,b} \right\rbrack$ 使得 $f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}$。

201.

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}}.$

解释为什么,若 f 在 $\left\lbrack {a,b} \right\rbrack$ 上连续且不为常数,则至少存在一点 $M \in \left\lbrack {a,b} \right\rbrack$ 使得 $f(M) > \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}$,且至少存在一点 $m \in \left\lbrack {a,b} \right\rbrack$ 使得 $f(m) < \frac{1}{b - a}{\int_{a}^{b}{f(t)dt}}$。

202.

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?

开普勒第一定律指出,行星沿椭圆轨道运行,太阳位于其中一个焦点。行星轨道上距太阳最近的点称为近日点(perihelion)(对地球而言目前约在 1 月 3 日),最远的点称为远日点(aphelion)(对地球而言目前约在 7 月 4 日)。开普勒第二定律指出,行星在相等时间内扫过其椭圆轨道的相等面积。因此,下图中标示的两段弧在相等时间内被扫过。地球在一年中的哪个时刻沿轨道运动最快?哪个时刻最慢?

203.

203.

A point on an ellipse with major axis length 2a and minor axis length 2b 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.$

椭圆上一点,其长轴长为 2a、短轴长为 2b,具有坐标 $\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}}.$

1. 证明该点到焦点 $\left( {\text{−}c,0} \right)$ 的距离为 $d(\theta) = a + c\mspace{2mu}\text{cos}\mspace{2mu}\theta$,其中 $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.

2. 利用这些坐标证明,从椭圆上一点到焦点 $\left( {\text{−}c,0} \right)$ 关于角度 θ 的平均距离 $\overset{–}{d}$ 等于 a

204.

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.

如前所述,根据开普勒定律,地球的轨道是一个椭圆,太阳位于其中一个焦点。地球绕太阳公转轨道的近日点为 147,098,290 km,远日点为 152,098,232 km。

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

1. 将长轴置于 x 轴上,求地球到太阳的平均距离。

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?

2. 天文单位(AU)的经典定义是地球到太阳的距离,其数值被计算为近日点距离与远日点距离的平均值。这一定义是否合理?

205.

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.

太阳与一颗行星之间的引力为 $F(\theta) = \frac{GmM}{r^{2}(\theta)}$,其中 m 为行星质量,M 为太阳质量,G 为普适常数,$r(\theta)$ 为当行星位于其与轨道长轴夹角为 θ 时太阳与行星之间的距离。假设 Mm 以及椭圆参数 ab(长轴与短轴的半长)已知,建立——但不求值——一个用 $G,m,M,a,b$ 表示太阳与行星之间平均引力的积分。

206.

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.

连接于弹簧的质量块偏离平衡位置的位移满足简谐运动方程 $x(t) = A\mspace{2mu}\text{cos}\left( {\omega t - \phi} \right)$,其中 $\phi$ 为初相,ω 为角频率,A 为振幅。求该质量块的平均速度、平均速率(速度的大小)、平均位移以及平均离衡距离(位移的大小)。

5.4 Integration Formulas and the Net Change Theorem 5.4 积分公式与净变化定理

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}}.$

使用幂法则积分函数 ${\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}$$

$$\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}$$

$$\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.$

求 $f(x) = x^{2} - 3x$ 在区间 $\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)

$$\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.

从第一个方程两边减去 $F(a)$ 便得到第二个方程。由于它们是等价的公式,具体使用哪一个取决于应用场景。

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.

我们在「定积分」一节中看过一个简例。假设一辆汽车在下午 2 点至 4 点之间以 40 mph 的速度向正北(正方向)行驶,随后在下午 4 点至 5 点之间以 30 mph 的速度向南行驶。我们可以将这一运动绘制成图,如图 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}$$

$$\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

因此,下午 5 点时,汽车位于其出发点以北 50 英里处。行驶的总路程由下式给出

$$\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}$$

$$\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.

因此,在下午 2 点至 5 点之间,汽车总共行驶了 110 英里。

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.

已知一个质点从时刻 $t = 0$ 到时刻 $t = 3$ 的运动速度函数为 $v(t) = 3t - 5$(单位为米/秒),求该质点的净位移。

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}$$

$$\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).

净位移为 $- \frac{3}{2}$ m(图 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.$

利用示例 5.24,根据速度函数 $v(t) = 3t - 5$ m/sec,求一个质点在时间区间 $\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,

继续该例,用两个积分来求总路程。首先,求出函数的 t 轴截距,因为区间正是在此处被划分。令方程等于零并解出 t。于是,

$$\begin{array}{cll} {3t - 5} & = & 0 \\ {3t} & = & 5 \\ t & = & {\frac{5}{3}.} \end{array}$$

$$\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

两个子区间为 $\left\lbrack {0,\frac{5}{3}} \right\rbrack$ 与 $\left\lbrack {\frac{5}{3},3} \right\rbrack$。为求总路程,需对函数取绝对值积分。由于该函数在 $\left\lbrack {0,\frac{5}{3}} \right\rbrack$ 上为负,故在该区间上有 $\left| {v(t)} \right| = \text{−}v(t)$。在 $\left\lbrack {\frac{5}{3},3} \right\rbrack$ 上函数为正,因此 $\left| {v(t)} \right| = v(t)$。于是,我们得到

$$\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}$$

$$\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.

因此,总路程为 $\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.$

已知速度函数 $f(t) = \frac{1}{2}e^{t} - 2$ 在区间 $\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.

净变化定理可应用于流体的流动与消耗,如示例 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?

若一艘摩托艇的发动机在 $t = 0$ 时启动,且该艇以 $5 - 0.1t^{3}$ 加仑/小时的速率消耗汽油,那么在前 2 小时内消耗了多少汽油?

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

将问题表示为一个定积分,进行积分,并应用微积分基本定理求值。积分限为该区间 $\left\lbrack {0,2} \right\rbrack$ 的端点。我们有

$$\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$$

$$\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.

因此,该摩托艇在 2 小时内消耗 9.6 加仑汽油。

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

正如我们在本章开头所见,顶尖的冰船选手(图 5.1)速度可达风速的五倍。不过 Andrew 只是个中级冰船手,因此他的速度仅相当于风速的两倍。假设某天早晨,Andrew 驾着他的冰船出航,此时一阵 5 mph 的轻风已吹了整整一上午。然而,就在 Andrew 准备冰船时,风开始变大。在 Andrew 出航的第一个半小时里,风速按函数 $v(t) = 20t + 5$ 增大。在 Andrew 出航的第二个半小时里,风速稳定在 15 mph。换言之,风速由下式给出

$$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.$$

$$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?

回想 Andrew 的冰船以两倍风速行驶,并假设他沿直线远离出发点运动,那么 1 小时后 Andrew 距离出发点有多远?

Solution 解答

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

要计算 Andrew 行驶了多远,我们需要对它的速度(即两倍风速)积分。于是

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

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

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

将已给出的 $v(t)$ 表达式代入,我们得到

$$\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}$$

$$\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.

1 小时后,Andrew 距出发点 25 英里。

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

假设在 Andrew 出航的第二个半小时里,风并未保持稳定,而是按函数 $v(t) = -10t + 20$ 开始减弱。换言之,风速由下式给出

$$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.$$

$$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?

在这种情况下,1 小时后 Andrew 距出发点有多远?

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.

我们在「函数与图形」一节中看到,偶函数是指对其定义域内所有 x 都满足 $f\left( {\text{−}x} \right) = f(x)$ 的函数——也就是说,当 x 替换为 −x 时,曲线图形不变。偶函数的图形关于 y 轴对称。奇函数是指对其定义域内所有 x 都满足 $f\left( {\text{−}x} \right) = \text{−}f(x)$ 的函数,且其图形关于原点对称。

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.

当积分限为从 −aa 时,偶函数的积分涉及两个相等的面积,因为它们关于 y 轴对称。当积分限同样为 $\left\lbrack {\text{−}a,a} \right\rbrack$ 时,奇函数的积分为零,因为其位于 x 轴上方与下方的面积相等。

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

对于满足 $f\left( {\text{−}x} \right) = f(x)$ 的连续偶函数,

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

$${\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),$

对于满足 $f\left( {\text{−}x} \right) = \text{−}f(x)$ 的连续奇函数,

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

$${\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.

积分该偶函数 $\int_{-2}^{2}{\left( {3x^{8} - 2} \right)dx}$,并验证偶函数的积分公式成立。

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

对称性体现在图 5.35 的图形中。图 (a) 显示了曲线下方、x 轴上方的区域。我们必须将该图放大很多倍才能看清这个区域。图 (b) 显示了曲线上方、x 轴下方的区域。该区域的有向面积为负。两种视图都说明了偶函数的图形关于 y 轴的对称性。我们有

$$\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}$$

$$\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.

为验证偶函数的积分公式,我们可以计算从 0 到 2 的积分并将其加倍,然后核对是否得到相同的结果。

$$\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}$$

$$\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.

由于 $2 \cdot \frac{500}{3} = \frac{1000}{3}$,我们在这一具体例子中验证了偶函数的公式。

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.$

求奇函数 $-5\mspace{2mu}\text{sin}\mspace{2mu} x$ 在区间 $\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

图形如图 5.36 所示。由 $\left\lbrack {\text{−}\pi,0} \right\rbrack$ 上 x 轴上方的正面积,以及 $\left\lbrack {0,\pi} \right\rbrack$ 上 x 轴下方的负面积,我们可以看到关于原点对称的性质。我们有

$$\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}$$

$$\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}}.$

积分函数 ${\int_{-2}^{2}{x^{4}dx}}$。

Section 5.4 Exercises 5.4 节习题

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.$

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.$

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

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

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

210. $\left. \int{\frac{x - 1}{x^{2}}dx} \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}$

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}$

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.

213. 写出一个积分来表示正方形周长 $P(s)$ 在其边长 s 从 2 单位增加到 4 单位时的增量,并计算该积分。

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 2S units and evaluate the integral.

214. 写出一个积分来量化正方形面积 $A(s) = s^{2}$ 在其边长从 S 单位加倍到 2S 单位时的变化量,并计算该积分。

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.

215. 正 N 边形(一种各边长度 s 相等的 N 边多边形,如五边形或六边形)的周长为 Ns。写出一个积分来表示正 N 边形在每条边长度从 1 单位增加到 2 单位时周长的增量,并计算该积分。

216. The area of a regular pentagon with side length $a > 0$ is pa2 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.

216. 边长为 $a > 0$ 的正五边形的面积为 pa2,其中 $p = \frac{1}{4}\sqrt{5\left( {5 + 2\sqrt{5}} \right)}$。位于华盛顿特区的五角大楼,其内侧边长为 360 ft,外侧边长为 920 ft。写出一个积分,按这些尺寸表示五角大楼屋顶的面积,并计算该面积。

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?

217. 正十二面体是一种柏拉图立体,其表面由 12 个面积相等的五边形组成。当每个五边形的边长从 1 单位加倍到 2 单位时,正十二面体的表面积增加多少?

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 2a units?

218. 正二十面体是一种柏拉图立体,其表面由 20 个等边三角形组成。当每个三角形的边长从 a 单位加倍到 2a 单位时,正二十面体的表面积增加多少?

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 2s units and evaluate the integral.

219. 写出一个积分来量化立方体表面积在其边长从 s 单位加倍到 2s 单位时的变化量,并计算该积分。

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

220. 写出一个积分来量化立方体体积在其边长从 s 单位加倍到 2s 单位时的增量,并计算该积分。

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

221. 写出一个积分来量化球面表面积在其半径从 R 单位加倍到 2R 单位时的增量,并计算该积分。

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

222. 写出一个积分来量化球体体积在其半径从 R 单位加倍到 2R 单位时的增量,并计算该积分。

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.$

223. 假设一个质点沿直线运动,其速度为 $v(t) = 4 - 2t$,其中 $0 \leq t \leq 2$(单位:米/秒)。求该质点在时刻 t 的位移,以及到 $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.$

224. 假设一个质点沿直线运动,其速度由 $v(t) = t^{2} - 3t - 18$ 给出,其中 $0 \leq t \leq 6$(单位:米/秒)。求该质点在时刻 t 的位移,以及到 $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.$

225. 假设一个质点沿直线运动,其速度由 $v(t) = \left| {2t - 6} \right|$ 给出,其中 $0 \leq t \leq 6$(单位:米/秒)。求该质点在时刻 t 的位移,以及到 $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.$

226. 假设一个质点沿直线运动,其加速度由 $a(t) = t - 3$ 给出,其中 $0 \leq t \leq 6$(单位:米/秒²)。若 $v(0) = 3$ 且 $d(0) = 0$,求该质点在时刻 t 的速度与位移,以及到 $t = 6$ 为止所经过的总路程。

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.

227. 一个球从 1.5 m 高度以 40 m/sec 的初速向上抛出。重力加速度为 −9.8 m/sec2。忽略空气阻力,求出球被抛出后 t 秒、尚未落地前的速度 $v(t)$ 与高度 $h(t)$。

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.

228. 一个球从 3 m 高度以 60 m/sec 的初速向上抛出。重力加速度为 −9.8 m/sec2。忽略空气阻力,求出球被抛出后 t 秒、尚未落地前的速度 $v(t)$ 与高度 $h(t)$。

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.

229. 一个圆形区域的面积为 $A(t)$,正以恒定速率增长。若其面积在 $t = 2$ 到 $t = 3$ 之间从 4π 单位增加到 9π 单位,求在此期间半径的净变化。

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.

230. 一个球形气球正以恒定速率被充入空气。若气球的体积在 $t = 30$ 到 $t = 60$ 秒之间从 36π in.3 变为 288π in.3,求在此期间气球半径的净变化。

231. Water flows into a conical tank with cross-sectional area πx2 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.

231. 水流入一个圆锥形水箱,其在高度 x 处的横截面积为 πx2,高度 x 以内的体积为 $\frac{\pi x^{3}}{3}$。若水以 1 m3/min 的速率流入水箱,求 5 分钟后水箱中的水位高度。求 5 分钟到 10 分钟之间水位高度的变化。

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.$

232. 一个水平放置的圆柱形水箱,在距底部高度 x 米处(当 $x \leq 3$ 时)的横截面积为 $A(x) = 4\left( {6x - x^{2}} \right)m^{2}$。

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.

1. 高度 ab 之间的体积 V 为 ${\int_{a}^{b}{A(x)dx}}$。求高度在 2 m 到 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?

2. 假设油正以 50 L/min 的速率被泵入水箱。利用链式法则 $\frac{dx}{dt} = \frac{dx}{dV}\ \frac{dV}{dt}$,当油面高度为 x 米时,油面高度每分钟变化多少米(用 x 表示)?

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

3. 从 2 m 的液面高度开始,将水箱注满到 3 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.

233. 下表列出了某城市在典型 24 小时周期内、一天中不同时刻所消耗的电力(单位:吉瓦,即能量消耗速率),其中第 1 小时对应午夜到凌晨 1 点。
HourPowerHourPower
1281348
2251449
3241549
4231650
5241750
6271850
7291946
8322043
9342142
10392240
11422337
12462434
小时功率小时功率
1281348
2251449
3241549
4231650
5241750
6271850
7291946
8322043
9342142
10392240
11422337
12462434

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

求该城市在典型 24 小时周期内消耗的总能量(单位:吉瓦时,gW-h)。

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

234. 下表给出居民住宅平均每小时用电功率(单位:百瓦)。
HourPowerHourPower
181312
261413
351514
441615
551717
661819
771918
882017
992116
10102216
11102313
12112411
小时功率小时功率
181312
261413
351514
441615
551717
661819
771918
882017
992116
10102216
11102313
12112411

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

1. 计算一天内平均消耗的总能量(单位:千瓦时,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?

2. 若一吨煤可发电 1842 kWh,则一户普通住宅烧完一吨煤需要多长时间?

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).$

3. 解释为什么这些数据可能符合形如 $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.

235. 下表数据用于估算 Peter Sagan 在 2012 年环法自行车赛第 1 赛段最后 18 秒中每一秒的平均功率输出。
SecondWattsSecondWatts
1600101200
2500111170
3575121125
41050131100
5925141075
6950151000
7105016950
895017900
9110018780
瓦特瓦特
1600101200
2500111170
3575121125
41050131100
5925141075
6950151000
7105016950
895017900
9110018780

Table 5.6 Average Power Output

表 5.6 平均功率输出

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.

估算在此期间使用的净能量(单位:千焦,kJ),注意 1W = 1 J/s,并估算 Sagan 在这段时间内的平均功率输出。

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.

236. 下表数据用于估算 Peter Sagan 在 2012 年环法自行车赛第 1 赛段中每个 15 分钟间隔的平均功率输出。
MinutesWattsMinutesWatts
15200165170
30180180220
45190195140
60230210225
75240225170
90210240210
105210255200
120220270220
135210285250
150150300400
分钟瓦特分钟瓦特
15200165170
30180180220
45190195140
60230210225
75240225170
90210240210
105210255200
120220270220
135210285250
150150300400

Table 5.7 Average Power Output

表 5.7 平均功率输出

Estimate the net energy used in kilojoules, noting that 1W = 1 J/s.

估算使用的净能量(单位:千焦),注意 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 kth 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.

237. 下表给出美国截至 2012 年、以 $5000 为增量的收入分配情况。第 k 行表示收入在 $\$\ 5000xk$ 到 $5000xk + 4999$ 之间的家庭所占百分比。第 $k = 40$ 行包含收入在 $200,000 到 $250,000 之间的所有家庭。
03.5113.5211.5310.6
14.1123.7221.4320.5
25.9133.2231.3330.5
35.7143.0241.3340.4
45.9152.8251.1350.3
55.4162.5261.0360.3
65.5172.2270.75370.3
75.1182.2280.8380.2
84.8191.8291.0391.8
94.1202.1300.6402.3
104.3
03.5113.5211.5310.6
14.1123.7221.4320.5
25.9133.2231.3330.5
35.7143.0241.3340.4
45.9152.8251.1350.3
55.4162.5261.0360.3
65.5172.2270.75370.3
75.1182.2280.8380.2
84.8191.8291.0391.8
94.1202.1300.6402.3
104.3

1. Estimate the percentage of U.S. households in 2012 with incomes less than $55,000.

1. 估算 2012 年收入低于 $55,000 的美国家庭所占百分比。

2. What percentage of households had incomes exceeding $85,000?

2. 收入超过 $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.$

3. 将数据作图,并尝试将其形状拟合为形如 $a\left( {x + c} \right)e^{\text{−}b{({x + e})}}$ 的曲线图,其中 $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.

238. 牛顿万有引力定律指出,质量分别为 Mm、质心相距 r 的两个物体之间的引力为 $F = G\frac{mM}{r^{2}}$,其中 G 为经验常数 $G = 6.67x10^{-11}\ m^{3}\text{/}\left( {kg \cdot s^{2}} \right)$。变力在区间 $\left\lbrack {a,b} \right\rbrack$ 上所做的功定义为 $W = {\int_{a}^{b}{F(x)dx}}$。若地球质量为 $5.97219\ \times \ 10^{24}$、半径为 6371 km,试计算将一颗质量为 1400 kg 的极地气象卫星提升到距地表 850 km 的轨道高度所需做的功。

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.

239. 对于某机动车,在干燥混凝土路面上制动所能达到的最大减速度约为 7 m/sec2;在潮湿沥青路面上约为 2.5 m/sec2。已知 1 mph 相当于 0.447 m/sec,求一辆初速度为 67 mph(30 m/sec)或初速为 56 mph(25 m/sec)的汽车,在干燥混凝土路面上从踩下刹车到完全停止所行驶的总距离(米)。若路面为湿滑的潮湿沥青,求相应的距离。

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 4t calories during the tth hour, how many net calories has he lost after 3 hours riding his bike?

240. John 是一名 25 岁、体重 160 lb 的男子。他骑车 t 小时时每小时消耗 $500 - 50t$ 卡路里。若一块燕麦饼干含 55 cal,且 John 在第 t 小时期间以 4t 卡路里的速率吃饼干,问他骑车 3 小时后净消耗了多少卡路里?

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 100t calories/hour during the tth hour. What is her net decrease in calories after walking for 3 hours?

241. Sandra 是一名 25 岁、体重 120 lb 的女子。她在跑步机上走路时每小时消耗 $300 - 50t$ cal。她通过喝佳得乐每小时摄入 100t 卡路里。她走路 3 小时后卡路里净减少多少?

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?

242. 某机动车在 40 mph 巡航速度下的最高燃油效率为 33 mpg。在 40 mph 到 50 mph 之间,效率以 0.1 mpg/mph 的速率下降;在 50 mph 到 80 mph 之间,以 0.4 mpg/mph 的速率下降。若汽车以 50 mph 巡航,其效率为多少英里/加仑?以 80 mph 巡航时呢?若汽油价格为 $3.50/gal,则行驶 50 mi 在 40 mph、50 mph、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?

243. 尽管某些发动机在特定马力下效率更高,但平均而言,燃油效率随马力以 $1\text{/}25$ mpg/马力的速率下降。若一台典型的 50 马力发动机平均燃油效率为 32 mpg,则马力为 150、300、450 的发动机平均燃油效率各是多少?

244. \[T\] The following table lists the 2013 schedule of federal income tax versus taxable income.

244. \[T\] 下表列出 2013 年联邦所得税随应税所得而定的税率表。
Taxable Income RangeThe Tax Is …… Of the Amount Over
$0–$892510%$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
应税所得范围税额为…………超出部分计征
$0–$892510%$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

表 5.9 联邦所得税与应税所得对照表

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?

假设 Steve 刚获得了 $10,000 的加薪。若 Steve 加薪前的薪水为 $40,000,缴纳联邦税后这份额外收入还剩多少?若为 $90,000 呢?若为 $385,000 呢?

245. \[T\] The following table provides hypothetical data regarding the level of service for a certain highway.

245. \[T\] 下表给出某条公路服务水平的假设数据。
Highway Speed Range (mph)Vehicles per Hour per LaneDensity Range (vehicles/mi)
> 60< 600< 10
60–57600–100010–20
57–541000–150020–30
54–461500–190030–45
46–301900210045–70
<30Unstable70–200
公路速度范围(mph)每车道每小时车辆数密度范围(辆/英里)
> 60< 600< 10
60–57600–100010–20
57–541000–150020–30
54–461500–190030–45
46–301900210045–70
<30不稳定70–200

Table 5.10

表 5.10

1. Plot vehicles per hour per lane on the x-axis and highway speed on the y-axis.

1. 以每车道每小时车辆数为 x 轴,公路速度为 y 轴作图。

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?

2. 当拥堵程度(每车道每小时车辆数)从 600 增至 1000、从 1000 增至 1500、从 1500 增至 2100 时,分别计算速度(英里/小时)随拥堵程度每单位增加的平均下降量。速度的下降量是否随每车道每小时车辆数的增加而线性变化?

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?

3. 将每分钟每英里数(即英里/小时的倒数乘以 60)作为每车道每小时车辆数的函数作图。该函数是否为线性函数?

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.

接下来的两道习题请使用下表数据,该表显示了 1963 年至 2000 年美洲大陆白头海雕的种群数量。
YearPopulation of Breeding Pairs of Bald Eagles
1963487
1974791
19811188
19861875
19923749
19965094
20006471
年份白头海雕繁殖对数
1963487
1974791
19811188
19861875
19923749
19965094
20006471

Table 5.11 Population of Breeding Bald Eagle Pairs

表 5.11 白头海雕繁殖对数种群

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.$

246. \[T\] 下图将二次式 ${p(t) = 6.48t^{2} - 80.3}\ {1t + 585.69}$ 与前表数据作图对比,已归一化使得 $t = 0$ 对应 1963 年。通过对 p 在 $\left\lbrack {0,37} \right\rbrack$ 上的平均值求积,估算这 37 年间平均每年存在的白头海雕数量。

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.$

247. \[T\] 下图将三次式 $p(t) = 0.07t^{3} + 2.42t^{2} - 25.63t + 521.23$ 与前表数据作图对比,已归一化使得 $t = 0$ 对应 1963 年。通过对 p 在 $\left\lbrack {0,37} \right\rbrack$ 上的平均值求积,估算这 37 年间平均每年存在的白头海雕数量。

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.

248. \[T\] 假设你进行一次公路旅行,并每半小时记录一次车速,如下表所示。对数据的最佳二次拟合为 $q(t) = 5x^{2} - 11x + 49\text{,}$,如附图所示。对 q 积分以估算 3 小时内行驶的总距离。
Time (hr)Speed (mph)
0 (start)50
140
250
360
时间(小时)速度(mph)
0(出发)50
140
250
360

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)
111.2
210.6
38.1
45.4
50
时间(秒)加速度(mph/秒)
111.2
210.6
38.1
45.4
50

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)
111.2
210.6
38.1
45.4
50
时间(秒)加速度(mph/秒)
111.2
210.6
38.1
45.4
50

Table 5.12

表 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.$

249. \[T\] 附图给出了对前表数据的最佳二次拟合 $a(t) = -0.70t^{2} + 1.44t + 10.44,$。计算 $a(t)$ 的平均值,以估算 $t = 0$ 到 $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.$

250. \[T\] 利用前一个练习得到的加速度方程,求出相应的速度方程。假设初速度为 65 mph,求 $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.)

251. \[T\] 利用前一个练习得到的速度方程,求出相应的距离方程,假设初始距离为 0 mi。你在加速过程中行驶了多远?(提示:你需要转换时间单位。)

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.

252. \[T\] 某餐厅全天售出的汉堡数量如下表所示,附图给出了对数据的最佳三次拟合 $b(t) = 0.12t^{3} - 2.13t^{2} + 12.13t + 3.91,$,其中 $t = 0$ 对应上午 9 点,$t = 12$ 对应晚上 9 点。计算 $b(t)$ 的平均值,以估算平均每小时售出的汉堡数量。
Hours Past MidnightNo. of Burgers Sold
93
1228
1520
1830
2145
距午夜小时数售出汉堡数
93
1228
1520
1830
2145

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.

253. \[T\] 一名运动员跑过动作探测器,探测器记录下她的速度,如下表所示。对该数据的最佳线性拟合为 $\ell(t) = -0.068t + 5.14\text{,}$,如附图所示。利用 $\ell(t)$ 在 $t = 0$ 到 $t = 40$ 之间的平均值,估算该跑者的平均速度。
MinutesSpeed (m/sec)
05
104.8
203.6
303.0
402.5
分钟速度(米/秒)
05
104.8
203.6
303.0
402.5

5.5 Substitution 5.5 换元(法)

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)dx.$ 的被积函数。例如,在积分 $\left. \int{\left( {x^{2} - 3} \right)^{3}2xdx} \right.$ 中,我们有 $f(x) = x^{3},g(x) = x^{2} - 3,$ 且 $g\prime(x) = 2x.$ 于是,

$$f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right) = \left( {x^{2} - 3} \right)^{3}\left( {2x} \right),$$

$$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),因为我们把被积函数的一部分用变量 u 替换,另一部分用 du 替换。它也被称为「变量代换」(change of variables),因为我们改变变量以得到一个更便于应用积分法则的表达式。

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,

设 $u = g(x),$ 其中 $g^{\prime}\left. \text{(}x \right)$ 在区间上连续,设 $f(x)$ 在 g 的相应值域上连续,并设 $F(x)$ 是 $f(x)$ 的一个原函数。于是,

$$\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)

$$\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

fguF 如定理所给定。于是

$$\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}$$

$$\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

两边关于 x 积分,我们看到

$${\int{f\left\lbrack {g(x)} \right\rbrack g^{\prime}\left. \text{(}x \right)dx}} = F\left( {g(x)} \right) + C.$$

$${\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

现在若代入 $u = g(x),$ 以及 $du = g'(x)dx,$ 我们得到

$$\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}$$

$$\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:

回到我们最初考察的问题,令 $u = x^{2} - 3$,于是 $du = 2xdx.$ 用 u 改写积分:

$$\left. \int{\underset{u}{\underbrace{\left( x^{2} - 3 \right)}}}^{3} \right.\underset{du}{\underbrace{(2xdx)}} = \int u^{3}du.$$

$$\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..$$

$$\left. \int{u^{3}du = \frac{u^{4}}{4} + C} \right..$$

Substitute the original expression for x back into the solution:

x 的原始表达式代回解中:

$$\frac{u^{4}}{4} + C = \frac{\left( {x^{2} - 3} \right)^{4}}{4} + C.$$

$$\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.

1. 仔细观察被积函数,在其中选取一个表达式 $g(x)$ 令其等于 u。我们选取 $g(x)$ 使得 $g^{\prime}\left. \text{(}x \right)$ 也是被积函数的一部分。

2. Substitute $u = g(x)$ and $du = g^{\prime}\left. \text{(}x \right)dx$ into the integral.

2. 将 $u = g(x)$ 与 $du = g^{\prime}\left. \text{(}x \right)dx$ 代入积分。

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.

3. 现在我们应该能够关于 u 计算该积分。若积分无法计算,则需回过头选取另一个用作 u 的表达式。

4. Evaluate the integral in terms of u.

4. 用 u 表示并计算该积分。

5. Write the result in terms of x and the expression $g(x).$

5. 用 x 与表达式 $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..$

使用换元法求原函数 $\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:

第一步是选取 u 的表达式。我们选取 $u = 3x^{2} + 4$,因为此时 $du = 6xdx,$ 而被积函数中已然含有 du。用 u 写出积分:

$$\left. \int{6x\left( {3x^{2} + 4} \right)^{4}dx} \right. = {\int{u^{4}du}}.$$

$$\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:

注意,du 是所选 u 表达式的导数,与被积函数内部是什么无关。现在我们可以关于 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}$$

$$\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

我们可以通过对积分结果求导来检验答案。我们应当得到被积函数。取 C 的值为 1,令 $y = \frac{1}{5}\left( {3x^{2} + 4} \right)^{5} + 1.$ 我们有

$$y = \frac{1}{5}\left( {3x^{2} + 4} \right)^{5} + 1,$$

$$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}$$

$$\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..$

使用换元法求原函数 $\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..$

使用换元法求 $\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,

将积分改写为 $\left. \int{z\left( {z^{2} - 5} \right)^{1\text{/}2}dz} \right..$ 令 $u = z^{2} - 5$,于是 $du = 2z\ dz.$ 现在出现了问题,因为 $du = 2z\ dz$ 而原式中只有 $z\ dz.$ 我们必须改变 du 的表达式,否则关于 u 的积分将是有应有值的两倍之大。若在 du 等式两边同乘 $\frac{1}{2}$,即可解决此问题。于是,

$$\begin{aligned} & \\ u & {= z^{2} - 5} \\ {du} & {= 2z\ dz} \\ {\frac{1}{2}du} & {= \frac{1}{2}\left( {2z} \right)dz = z\ dz.} \end{aligned}$$

$$\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:

u 写出积分,但将 $\frac{1}{2}$ 提到积分号外面:

$$\left. \int{z\left( {z^{2} - 5} \right)^{1\text{/}2}dz =} \right.\frac{1}{2}{\int{u^{1\text{/}2}du.}}$$

$$\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:

对关于 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}$$

$$\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..$

使用换元法求 $\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..$

使用换元法计算积分 $\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

我们知道 $\text{cos}\mspace{2mu} t$ 的导数是 $\text{−}\text{sin}\mspace{2mu} t,$ 故令 $u = \text{cos}\mspace{2mu} t.$ 于是 $du = \text{−}\text{sin}\mspace{2mu} tdt.$ 代入积分,得

$$\left. \int{\frac{\text{sin}\mspace{2mu} t}{\text{cos}^{3}t}dt = \text{−}\left. \int\frac{du}{u^{3}} \right.} \right..$$

$$\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}$$

$$\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

将答案用 t 表示回去,得

$$\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}$$

$$\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.$

使用换元法计算积分 $\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.

有时我们需要以比仅仅乘除一个常数更复杂的方式来操控积分。我们需要消去被积函数中所有用原变量表示的表达式。完成后,u 应当是被积函数中唯一的变量。在某些情况下,这意味着用 u 解出原变量。这一技巧将在下一个例子中变得清晰。

Finding an Antiderivative Using u-Substitution 使用 u 代换求原函数

Use substitution to find the antiderivative $\left. \int{\frac{x}{\sqrt{x - 1}}dx.} \right.$

使用换元法求原函数 $\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:

若令 $u = x - 1,$ 则 $du = dx.$ 但这没有顾及被积函数分子中的 x。我们需要用 u 表示 x。若 $u = x - 1,$ 则 $x = u + 1.$ 现在我们可以用 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}$$

$$\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,

然后我们按通常方式积分,将 u 代回原表达式,并对结果进行因式分解与化简。于是,

$$\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}$$

$$\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..$

使用换元法计算不定积分 $\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,

设 $u = g(x)$,且 $g^{\prime}$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,并设 f 在 $u = g(x)$ 的值域上连续。于是,

$${\int_{a}^{b}{f\left( {g(x)} \right)g^{\prime}\left. \text{(}x \right)dx = {\int_{g{(a)}}^{g{(b)}}{f(u)du}}}}.$$

$${\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

虽然我们不会正式证明该定理,但在此用一些计算来加以说明。由不定积分的换元法则,若 $F(x)$ 是 $f(x)$ 的一个原函数,则有

$$\int{f\left( {g(x)} \right)g^{\prime}\text{(}x)dx = F\left( {g(x)} \right) + C.}$$

$$\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)

$$\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.$

使用换元法计算 ${\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 x2 and $du = 6x^{2}dx,$ multiply both sides of the du equation by $1\text{/}6.$ Then,

令 $u = 1 + 2x^{3},$ 于是 $du = 6x^{2}dx.$ 由于原函数含有一个 x2 因子,且 $du = 6x^{2}dx,$ 在 du 等式两边同乘 $1\text{/}6.$ 于是,

$$\begin{array}{lll} {du} & = & {6x^{2}dx} \\ {\frac{1}{6}du} & = & {x^{2}dx.} \end{array}$$

$$\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

为调整积分限,注意当 $x = 0$ 时,$u = 1 + 2(0) = 1$;当 $x = 1$ 时,$u = 1 + 2(1) = 3.$ 于是

$${\int_{0}^{1}{x^{2}\left( {1 + 2x^{3}} \right)^{5}dx = \frac{1}{6}{\int_{1}^{3}{u^{5}du}}}}.$$

$${\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}$$

$$\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}}.$

使用换元法计算定积分 ${\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}}.$

使用换元法计算 ${\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

令 $u = 4x^{2} + 3.$ 于是 $du = 8xdx.$ 为调整积分限,注意当 $x = 0$ 时 $u = 3$,当 $x = 1$ 时 $u = 7.$ 因此我们的代换给出

$$\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}$$

$$\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}}.$

使用换元法计算 ${\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.

换元可能只是计算定积分所需的技巧之一。积分的所有性质与法则都独立适用,且在应用换元之前,三角函数可能需要先用三角恒等式改写。此外,我们也可以选择求出原函数后再将 u 代回原表达式,这意味着我们不必改变积分限。这两种方法在示例 5.36 中展示。

Using Substitution to Evaluate a Trigonometric Integral 使用换元法计算三角积分

Use substitution to evaluate ${\int_{0}^{\pi\text{/}2}{\text{cos}^{2}\theta\ d\theta}}.$

使用换元法计算 ${\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

我们先使用三角恒等式来改写积分。三角恒等式 $\text{cos}^{2}\theta = \frac{1 + \text{cos}\mspace{2mu} 2\theta}{2}$ 使我们可以将积分改写为

$${\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.}}$$

$${\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}$$

$$\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

第一个积分可直接计算,但第二个积分需要作代换才能计算。令 $u = 2\theta.$ 于是 $du = 2d\theta,$ 即 $\frac{1}{2}du = d\theta.$ 另外,当 $\theta = 0$ 时 $u = 0$,当 $\theta = \pi\text{/}2$ 时 $u = \pi.$ 将第二个积分用 u 表示,得

$$\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}$$

$$\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 5.5 节习题

254\.

254\.

Why is u-substitution referred to as change of variable?

为什么 u 代换被称为变量代换

255.

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)?$

2\. 如果 $f = g \circ h$,在反用链式法则时,$\frac{d}{dx}(g \circ h)(x) = g^{\prime}\left. \text{(}{h(x)} \right)h^{\prime}\text{(}x)$,应取 $u = g(x)$ 还是 $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}}.$

在以下习题中,用求导验证每个恒等式。然后,使用指定的 u 代换,确定 f 使该积分具有 ${\int{f(u)du}}$ 的形式。

256\.

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$

$\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.

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}$

对于 $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\.

258\.

${\int{x\sqrt{4x^{2} + 9}dx = \frac{1}{12}\left( {4x^{2} + 9} \right)^{3\text{/}2} + C}};u = 4x^{2} + 9$

${\int{x\sqrt{4x^{2} + 9}dx = \frac{1}{12}\left( {4x^{2} + 9} \right)^{3\text{/}2} + C}};u = 4x^{2} + 9$

259.

259.

$\left. \int{\frac{x}{\sqrt{4x^{2} + 9}}dx = \frac{1}{4}\sqrt{4x^{2} + 9} + C} \right.;u = 4x^{2} + 9$

$\left. \int{\frac{x}{\sqrt{4x^{2} + 9}}dx = \frac{1}{4}\sqrt{4x^{2} + 9} + C} \right.;u = 4x^{2} + 9$

260\.

260\.

$\left. \int{\frac{x}{{(4x^{2} + 9)}^{2}}dx = - \frac{1}{8(4x^{2} + 9)}} \right.;u = 4x^{2} + 9$

$\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.

261.

${\int{\left( {x + 1} \right)^{4}dx}};u = x + 1$

${\int{\left( {x + 1} \right)^{4}dx}};u = x + 1$

262\.

262\.

${\int{\left( {x - 1} \right)^{5}dx}};u = x - 1$

${\int{\left( {x - 1} \right)^{5}dx}};u = x - 1$

263.

263.

${\int{\left( {2x - 3} \right)^{-7}dx}};u = 2x - 3$

${\int{\left( {2x - 3} \right)^{-7}dx}};u = 2x - 3$

264\.

264\.

${\int{\left( {3x - 2} \right)^{-11}dx}};u = 3x - 2$

${\int{\left( {3x - 2} \right)^{-11}dx}};u = 3x - 2$

265.

265.

$\left. \int{\frac{x}{\sqrt{x^{2} + 1}}dx} \right.;u = x^{2} + 1$

$\left. \int{\frac{x}{\sqrt{x^{2} + 1}}dx} \right.;u = x^{2} + 1$

266\.

266\.

$\left. \int{\frac{x}{\sqrt{1 - x^{2}}}dx} \right.;u = 1 - x^{2}$

$\left. \int{\frac{x}{\sqrt{1 - x^{2}}}dx} \right.;u = 1 - x^{2}$

267.

267.

${\int{\left( {x - 1} \right)\left( {x^{2} - 2x} \right)^{3}dx}};u = x^{2} - 2x$

${\int{\left( {x - 1} \right)\left( {x^{2} - 2x} \right)^{3}dx}};u = x^{2} - 2x$

268\.

268\.

${\int{\left( {x^{2} - 2x} \right)\left( {x^{3} - 3x^{2}} \right)^{2}dx}};u = x^{3}–3x^{2}$

${\int{\left( {x^{2} - 2x} \right)\left( {x^{3} - 3x^{2}} \right)^{2}dx}};u = x^{3}–3x^{2}$

269.

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{)}$

${\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\.

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{)}$

${\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.

271.

$\int{x\left( {1 - x} \right)^{99}dx}$

$\int{x\left( {1 - x} \right)^{99}dx}$

272\.

272\.

$\int{t\left( {1 - t^{2}} \right)^{10}dt}$

$\int{t\left( {1 - t^{2}} \right)^{10}dt}$

273.

273.

$\int{\left( {11x - 7} \right)^{-3}dx}$

$\int{\left( {11x - 7} \right)^{-3}dx}$

274\.

274\.

$\int{\left( {7x - 11} \right)^{4}dx}$

$\int{\left( {7x - 11} \right)^{4}dx}$

275.

275.

$\int{\text{cos}^{3}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta}$

$\int{\text{cos}^{3}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta}$

276\.

276\.

$\int{\text{sin}^{7}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta}$

$\int{\text{sin}^{7}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta}$

277.

277.

$\int{\text{cos}^{2}\left( {\pi t} \right)\text{sin}\left( {\pi t} \right)dt}$

$\int{\text{cos}^{2}\left( {\pi t} \right)\text{sin}\left( {\pi t} \right)dt}$

278\.

278\.

$\int{\text{sin}^{2}x\text{cos}^{3}xdx}$ $\text{(}Hint\text{:}\ \text{sin}^{2}x + \text{cos}^{2}x = 1\text{)}$

$\int{\text{sin}^{2}x\text{cos}^{3}xdx}$ $\text{(}Hint\text{:}\ \text{sin}^{2}x + \text{cos}^{2}x = 1\text{)}$

279.

279.

$\int{t\mspace{2mu}\text{sin}\left( t^{2} \right)\text{cos}\left( t^{2} \right)dt}$

$\int{t\mspace{2mu}\text{sin}\left( t^{2} \right)\text{cos}\left( t^{2} \right)dt}$

280\.

280\.

${\int t^{2}}\text{cos}^{2}\left( t^{3} \right)\text{sin}\left( t^{3} \right)dt$

${\int t^{2}}\text{cos}^{2}\left( t^{3} \right)\text{sin}\left( t^{3} \right)dt$

281.

281.

$\left. \int{\frac{x^{2}}{\left( {x^{3} - 3} \right)^{2}}dx} \right.$

$\left. \int{\frac{x^{2}}{\left( {x^{3} - 3} \right)^{2}}dx} \right.$

282\.

282\.

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

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

283.

283.

$\left. \int{\frac{y^{5}}{\left( {1 - y^{3}} \right)^{3\text{/}2}}dy} \right.$

$\left. \int{\frac{y^{5}}{\left( {1 - y^{3}} \right)^{3\text{/}2}}dy} \right.$

284\.

284\.

${\int{\text{cos}\mspace{2mu}\theta\left( {1 - \text{cos}\mspace{2mu}\theta} \right)}}^{99}\text{sin}\mspace{2mu}\theta d\theta$

${\int{\text{cos}\mspace{2mu}\theta\left( {1 - \text{cos}\mspace{2mu}\theta} \right)}}^{99}\text{sin}\mspace{2mu}\theta d\theta$

285.

285.

${\int\left( {1 - \text{cos}^{3}\theta} \right)}^{10}\text{cos}^{2}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta$

${\int\left( {1 - \text{cos}^{3}\theta} \right)}^{10}\text{cos}^{2}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta$

286\.

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}$

$\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.

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}$

$\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.

在以下习题中,先用计算器以 50 项的左黎曼和估计曲线下面积,再用换元法求出精确答案。

288\.

288\.

\[T\] $y = 3\left( {1 - x} \right)^{2}$ over $\left\lbrack {0,2} \right\rbrack$

\[T\] $y = 3\left( {1 - x} \right)^{2}$ 在区间 $\left\lbrack {0,2} \right\rbrack$ 上

289.

289.

\[T\] $y = x\left( {1 - x^{2}} \right)^{3}$ over $\left\lbrack {-1,2} \right\rbrack$

\[T\] $y = x\left( {1 - x^{2}} \right)^{3}$ 在区间 $\left\lbrack {-1,2} \right\rbrack$ 上

290\.

290\.

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

\[T\] $y = \text{sin}\mspace{2mu} x\left( {1 - \text{cos}\mspace{2mu} x} \right)^{2}$ 在区间 $\left\lbrack {0,\pi} \right\rbrack$ 上

291.

291.

\[T\] $y = \frac{x}{\left( {x^{2} + 1} \right)^{2}}$ over $\left\lbrack {-1,1} \right\rbrack$

\[T\] $y = \frac{x}{\left( {x^{2} + 1} \right)^{2}}$ 在区间 $\left\lbrack {-1,1} \right\rbrack$ 上

In the following exercises, use a change of variables to evaluate the definite integral.

在以下习题中,使用变量代换计算定积分。

292\.

292\.

${\int_{0}^{1}{x\sqrt{1 - x^{2}}}}dx$

${\int_{0}^{1}{x\sqrt{1 - x^{2}}}}dx$

293.

293.

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

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

294\.

294\.

$\int_{0}^{2}{\frac{t}{\sqrt{5 + t^{2}}}dt}$

$\int_{0}^{2}{\frac{t}{\sqrt{5 + t^{2}}}dt}$

295.

295.

$\int_{0}^{1}{\frac{t^{2}}{\sqrt{1 + t^{3}}}dt}$

$\int_{0}^{1}{\frac{t^{2}}{\sqrt{1 + t^{3}}}dt}$

296\.

296\.

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

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

297.

297.

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

$\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.

在以下习题中,用 u 代换计算不定积分 $\int{f(x)dx}$(积分常数取 $C = 0$)。然后,在指定区间上画出该函数与原函数(反导数)的图像。若可能,估计需要加到原函数上的一个 C 值,使之等于定积分 $F(x) = {\int_{a}^{x}{f(t)dt}}$,其中 a 为给定区间的左端点。

298\.

298\.

\[T\] $\int{\left( {2x + 1} \right)e^{x^{2} + x - 6}dx}$ over $\left\lbrack {-3,2} \right\rbrack$

\[T\] $\int{\left( {2x + 1} \right)e^{x^{2} + x - 6}dx}$ 在区间 $\left\lbrack {-3,2} \right\rbrack$ 上

299.

299.

\[T\] $\left. \int{\frac{\text{cos}\left( {\text{ln}\left( {2x} \right)} \right)}{x}dx} \right.$ on $\left\lbrack {0,2} \right\rbrack$

\[T\] $\left. \int{\frac{\text{cos}\left( {\text{ln}\left( {2x} \right)} \right)}{x}dx} \right.$ 在 $\left\lbrack {0,2} \right\rbrack$ 上

300\.

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$

\[T\] $\left. \int{\frac{3x^{2} + 2x + 1}{\sqrt{x^{3} + x^{2} + x + 4}}dx} \right.$ 在区间 $\left\lbrack {-1,2} \right\rbrack$ 上

301.

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$

\[T\] $\left. \int{\frac{\text{sin}\mspace{2mu} x}{\text{cos}^{3}x}dx} \right.$ 在区间 $\left\lbrack {- \frac{\pi}{3},\frac{\pi}{3}} \right\rbrack$ 上

302\.

302\.

\[T\] $\int{\left( {x + 2} \right)e^{\text{−}x^{2} - 4x + 3}dx}$ over $\left\lbrack {-5,1} \right\rbrack$

\[T\] $\int{\left( {x + 2} \right)e^{\text{−}x^{2} - 4x + 3}dx}$ 在区间 $\left\lbrack {-5,1} \right\rbrack$ 上

303.

303.

\[T\] ${\int{3x^{2}\sqrt{2x^{3} + 1}}}dx$ over $\left\lbrack {0,1} \right\rbrack$

\[T\] ${\int{3x^{2}\sqrt{2x^{3} + 1}}}dx$ 在区间 $\left\lbrack {0,1} \right\rbrack$ 上

304\.

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?

若在 $\int_{a}^{b}g\prime\left( h(x) \right)h\prime(x)dx$ 中 $h(a) = h(b)$,关于该积分的值你能得出什么结论?

305.

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?

在定积分 $\int_{0}^{2}{\frac{x}{1 - x^{2}}dx}$ 中作代换 $u = 1 - x^{2}$ 是否可行?若不可行,为什么?

In the following exercises, use a change of variables to show that each definite integral is equal to zero.

在以下习题中,使用变量代换证明每个定积分都等于零。

306\.

306\.

$\int_{0}^{\pi}{\text{cos}^{2}\left( {2\theta} \right)\text{sin}\left( {2\theta} \right)d\theta}$

$\int_{0}^{\pi}{\text{cos}^{2}\left( {2\theta} \right)\text{sin}\left( {2\theta} \right)d\theta}$

307.

307.

$\int_{0}^{\sqrt{\pi}}{t\mspace{2mu}\text{cos}\left( t^{2} \right)\text{sin}\left( t^{2} \right)dt}$

$\int_{0}^{\sqrt{\pi}}{t\mspace{2mu}\text{cos}\left( t^{2} \right)\text{sin}\left( t^{2} \right)dt}$

308\.

308\.

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

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

309.

309.

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

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

310\.

310\.

$\int_{0}^{\pi}{\text{sin}\left( \left( {t - \frac{\pi}{2}} \right)^{3} \right)\text{cos}\left( {t - \frac{\pi}{2}} \right)dt}$

$\int_{0}^{\pi}{\text{sin}\left( \left( {t - \frac{\pi}{2}} \right)^{3} \right)\text{cos}\left( {t - \frac{\pi}{2}} \right)dt}$

311.

311.

$\int_{0}^{2}{\left( {1 - t} \right)\text{cos}\left( {\pi t} \right)dt}$

$\int_{0}^{2}{\left( {1 - t} \right)\text{cos}\left( {\pi t} \right)dt}$

312\.

312\.

$\int_{\pi\text{/}4}^{3\pi\text{/}4}{\text{sin}^{2}t\mspace{2mu}\text{cos}\mspace{2mu} tdt}$

$\int_{\pi\text{/}4}^{3\pi\text{/}4}{\text{sin}^{2}t\mspace{2mu}\text{cos}\mspace{2mu} tdt}$

313.

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.$

证明 $f(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上的平均值与 $f\left( {cx} \right)$ 在区间 $\left\lbrack {\frac{a}{c},\frac{b}{c}} \right\rbrack$ 上的平均值相同(其中 $c > 0$)。

314\.

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.$

求 $f(t) = \frac{t}{\left( {1 + t^{2}} \right)^{a}}$ 的图像在 $t = 0$ 与 $t = x$ 之间的面积,其中 $a > 0$ 且 $a \neq 1$ 为固定常数,并计算当 $x\rightarrow\infty$ 时的极限。

315.

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.$

求 $g(t) = \frac{t}{\left( {1 - t^{2}} \right)^{a}}$ 的图像在 $t = 0$ 与 $t = x$ 之间的面积,其中 $0 < x < 1$ 且 $a > 0$ 为固定常数。计算当 $x\rightarrow 1$ 时的极限。

316\.

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.

半径为 1 的半圆面积可表示为 ${\int_{-1}^{1}{\sqrt{1 - x^{2}}dx}}$。使用代换 $x = \text{cos}\mspace{2mu} t$ 将半圆面积表示为某个三角函数的积分。你无需计算该积分。

317.

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.

长轴沿 x 轴(从 $x = - a$ 到 $x = a$)、短轴沿 y 轴(从 $y = \text{−}b$ 到 $y = b$)的椭圆上半部分面积可写为 ${\int_{\text{−}a}^{a}{b\sqrt{1 - \frac{x^{2}}{a^{2}}}dx}}$。使用代换 $x = a\mspace{2mu}\text{cos}\mspace{2mu} t$ 将该面积表示为某个三角函数的积分。你无需计算该积分。

318\.

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}}.$

\[T\] 下图是一个形如 $f(t) = a\mspace{2mu}\text{sin}(nt) + b\mspace{2mu}\text{sin}(mt)$ 的函数的图像。估计系数 ab,以及频率参数 nm。利用这些估计近似计算 ${\int_{0}^{\pi}{f(t)dt}}$。

319.

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}}.$

\[T\] 下图是一个形如 $f(x) = a\mspace{2mu}\text{cos}\left( {nt} \right) + b\mspace{2mu}\text{cos}\left( {mt} \right)$ 的函数的图像。估计系数 ab 以及频率参数 nm。利用这些估计近似计算 ${\int_{0}^{\frac{\pi}{2}}{f(t)dt}}$。

5.6 Integrals Involving Exponential and Logarithmic Functions 5.6 含指数与对数函数的积分

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.

指数函数是微积分运算中或许是最高效的函数。指数函数 $y = e^{x}$ 是它自身的导数,也是它自身的积分。

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)

$$\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 ex.

求指数函数 ex 的原函数。

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,

使用换元法,令 $u = \text{−}x$,然后 $du = -1dx$。将 du 方程两边乘以 −1,于是得到 $\text{−}du = dx$。接着,

$$\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}$$

$$\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}}.$

用换元法求下列函数的原函数:$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.

处理指数表达式时的一个常见错误,是把 e 的指数当作多项式中指数那样处理。对 e 的指数不能使用幂法则。当我们像上一检查点那样在同一表达式中同时有指数函数和多项式时,这一点尤其容易令人困惑。在这种情形下,我们应始终再次核对,确保对正在积分的函数使用了正确的法则。

Square Root of an Exponential Function 指数函数平方根

Find the antiderivative of the exponential function $e^{x}\sqrt{1 + e^{x}}.$

求指数函数 $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..$$

$$\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)

使用换元法,取 $u = 1 + e^{x}$。于是 $du = e^{x}dx$。(图 5.37)

$$\left. \int{e^{x}\left( {1 + e^{x}} \right)^{1\text{/}2}dx = \left. \int{u^{1\text{/}2}du} \right.} \right..$$

$$\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.$$

$$\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}.$

求 $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.}$

用换元法计算不定积分 $\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 3x2, not 6x2. Multiply both sides of the equation by $\frac{1}{2}$ so that the integrand in u equals the integrand in x. Thus,

这里我们选择令 u 等于 e 的指数上的表达式。令 $u = 2x^{3}$ 且 $du = 6x^{2}dx..$ 同样,du 相差一个常数倍;原函数中含因子 3x2,而非 6x2。将方程两边乘以 $\frac{1}{2}$,使 u 中的被积函数等于 x 中的被积函数。于是,

$$\left. \int{3x^{2}e^{2x^{3}}} \right.dx = \frac{1}{2}{\int{e^{u}du}}.$$

$$\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:

u 中的表达式积分,再把 x 中的原式代回 u 积分:

$$\frac{1}{2}{\int e^{u}}du = \frac{1}{2}e^{u} + C = \frac{1}{2}e^{2x^{3}} + C.$$

$$\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.$

计算不定积分 ${\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.

如本节开头所述,指数函数被用于许多现实应用中。数字 e 常与复利或加速增长相联系,正如我们在前面有关导数的各节中所见。虽然导数表示变化率或增长率,但积分表示总变化量或总增长量。我们来看一个用指数函数积分解决常见商业应用的例子。

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^{\prime}\left. \text{(}x \right)$(其中 x 为每周支数),当需求为每周 50 支、每支 \$2.35 时,求该品牌牙膏的价格–需求方程:

$$p'(x) = -0.015e^{-0.01x}.$$

$$p'(x) = -0.015e^{-0.01x}.$$

If the supermarket chain sells 100 tubes per week, what price should it set?

若该超市连锁店每周售出 100 支,它应定价多少?

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}$$

$$\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

使用换元法,令 $u = -0.01x$ 且 $du = -0.01dx$。然后将 du 方程两边除以 −0.01。得到

$$\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}$$

$$\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

下一步是求解 C。我们知道当每支价格为 \$2.35 时,需求为每周 50 支。这意味着

$$\begin{array}{cl} & \\ & \\ {p(50)} & {= 1.5e^{-0.01(50)} + C} \\ & {= 2.35.} \end{array}$$

$$\begin{array}{cl} & \\ & \\ {p(50)} & {= 1.5e^{-0.01(50)} + C} \\ & {= 2.35.} \end{array}$$

Now, just solve for C:

现在只需求解 C

$$\begin{array}{cl} & \\ C & {= 2.35 - 1.5e^{-0.5}} \\ & {= 2.35 - 0.91} \\ & {= 1.44.} \end{array}$$

$$\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.$$

$$p(x) = 1.5e^{-0.01x} + 1.44.$$

If the supermarket sells 100 tubes of toothpaste per week, the price would be

若该超市每周售出 100 支牙膏,价格应为

$$p(100) = 1.5e^{-0.01(100)} + 1.44 = 1.5e^{-1} + 1.44 \approx 1.99.$$

$$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.

如果该超市每周售出 100 支,则每支应定价 \$1.99。

Evaluating a Definite Integral Involving an Exponential Function 计算含指数函数的定积分

Evaluate the definite integral ${\int_{1}^{2}{e^{1 - x}dx}}.$

计算定积分 ${\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

再次使用换元法。令 $u = 1 - x$,于是 $du = -1dx$ 或 $\text{−}du = dx$。则 ${\int{e^{1 - x}dx = \text{−}{\int{e^{u}du}}}}.$ 接下来改变积分限。利用方程 $u = 1 - x$,我们有

$$\begin{array}{l} {u = 1 - (1) = 0} \\ {u = 1 - (2) = -1.} \end{array}$$

$$\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}$$

$$\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.

见图 5.38。

Evaluate ${\int_{0}^{2}{e^{2x}dx}}.$

计算 ${\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?

假设培养皿中细菌的增长率由 $q(t) = 3^{t}$ 给出,其中 t 以小时计,$q(t)$ 以千个细菌每小时计。若培养物起始有 10,000 个细菌,求一个函数 $Q(t)$ 给出任意时刻 t 培养皿中的细菌数。2 小时后培养皿中有多少细菌?

Solution 解答

We have

我们有

$$Q(t) = {\int{3^{t}dt = \frac{3^{t}}{\text{ln}\mspace{2mu} 3} + C.}}$$

$$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

于是,在 $t = 0$ 时我们有 $Q(0) = 10 = \frac{1}{\text{ln}\mspace{2mu} 3} + C$,故 $C \approx 9.090$,得到

$$Q(t) = \frac{3^{t}}{\text{ln}\mspace{2mu} 3} + 9.090.$$

$$Q(t) = \frac{3^{t}}{\text{ln}\mspace{2mu} 3} + 9.090.$$

At time $t = 2,$ we have

在 $t = 2$ 时,我们有

$$Q(2) = \frac{3^{2}}{\text{ln}\mspace{2mu} 3} + 9.090$$ $$= 17.282.$$

$$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.

2 小时后,培养皿中有 17,282 个细菌。

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?

由示例 5.42,假设细菌以 $q(t) = 2^{t}$ 的速率增长。仍假设培养物起始有 10,000 个细菌。求 $Q(t)$。3 小时后培养皿中有多少细菌?

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?

假设果蝇种群以 $g(t) = 2e^{0.02t}$ 的速率增长,单位为只每天。若果蝇初始种群为 100 只,10 天后种群中有多少只果蝇?

Solution 解答

Let $G(t)$ represent the number of flies in the population at time t. Applying the net change theorem, we have

令 $G(t)$ 表示时刻 t 种群中的果蝇数。应用净变化定理,我们有

$$\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}$$

$$\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.

10 天后种群中有 122 只果蝇。

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?

假设果蝇种群的增长率由 $g(t) = e^{0.01t}$ 给出,且果蝇初始种群为 100 只。15 天后种群中有多少只果蝇?

Evaluating a Definite Integral Using Substitution 用换元法计算定积分

Evaluate the definite integral using substitution: ${\int_{1}^{2}{\frac{e^{1\text{/}x}}{x^{2}}dx}}.$

用换元法计算定积分:${\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 x2 in the denominator up to the numerator using a negative exponent. We have

此题需要做一些改写以简化性质的应用。首先,把 e 上的指数改写为 x 的幂,然后用负指数把分母中的 x2 提到分子。我们有

$${\int_{1}^{2}{\frac{e^{1\text{/}x}}{x^{2}}dx}} = {\int_{1}^{2}{e^{x^{-1}}x^{-2}dx}}.$$

$${\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

令 $u = x^{-1}$,即 e 上的指数。于是

$$\begin{aligned} {du} & {= \text{−}x^{-2}dx} \\ {- du} & {= x^{-2}dx.} \end{aligned}$$

$$\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}}.$$

$$\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}$$

$$\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,

注意现在的积分限以较大的数开始,这意味着我们必须乘以 −1 并交换积分限。于是,

$$\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}$$

$$\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.$

用换元法计算定积分:${\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.

对形如 $f(x) = x^{-1}$ 的函数积分,结果得到自然对数函数的绝对值,如下述法则所示。其他对数函数的积分公式,如 $f(x) = \text{ln}\mspace{2mu} x$ 和 $f(x) = \text{log}_{a}x$,也包括在该法则中。

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)

$$\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$ 求涉及 $\text{ln}\ x$ 的原函数

Find the antiderivative of the function $\frac{3}{x - 10}.$

求函数 $\frac{3}{x - 10}$ 的原函数。

Solution 解答

First factor the 3 outside the integral symbol. Then use the u−1 rule. Thus,

先把 3 提到积分号外。然后使用 u−1 法则。于是,

$$\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}$$

$$\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.

见图 5.39。

Find the antiderivative of $\frac{1}{x + 2}.$

求 $\frac{1}{x + 2}$ 的原函数。

Finding an Antiderivative of a Rational Function 求有理函数的原函数

Find the antiderivative of $\frac{2x^{3} + 3x}{x^{4} + 3x^{2}}.$

求 $\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,

这可改写为 $\left. \int{\left( {2x^{3} + 3x} \right)\left( {x^{4} + 3x^{2}} \right)^{-1}dx} \right..$ 使用换元法。令 $u = x^{4} + 3x^{2}$,则 $du = 4x^{3} + 6x$。提出因子 2 来改写 du。于是,

$$\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}$$

$$\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:

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.$$

$$\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}$$

$$\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.$

求对数函数 $\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..$$

$$\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.$

求 $\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.

示例 5.48 是一个三角函数的定积分。对于三角函数,我们常常需要先运用某个三角性质或恒等式才能继续。找到被积函数的恰当形式通常是顺利积分的关键。

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.}$

求 $\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,

我们需要换元来求此题。令 $u = 1 + \text{cos}\mspace{2mu} x,,$ 于是 $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$ 用 u 重写积分,同时改变积分限。于是,

$$\begin{array}{l} {u = 1 + \text{cos}(0) = 2} \\ {u = 1 + \text{cos}\left( \frac{\pi}{2} \right) = 1.} \end{array}$$

$$\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}$$

$$\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 5.6 节习题

In the following exercises, compute each indefinite integral.

在以下习题中,计算各个不定积分。

320.

320.

${\int e^{2x}}dx$

${\int e^{2x}}dx$

321.

321.

${\int e^{-3x}}dx$

${\int e^{-3x}}dx$

322.

322.

${\int 2^{x}}dx$

${\int 2^{x}}dx$

323.

323.

${\int 3^{\text{−}x}}dx$

${\int 3^{\text{−}x}}dx$

324.

324.

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

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

325.

325.

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

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

326.

326.

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

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

327.

327.

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

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

In the following exercises, find each indefinite integral by using appropriate substitutions.

在以下习题中,使用适当的换元求各个不定积分。

328.

328.

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x} \right.dx$

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x} \right.dx$

329.

329.

$\left. \int\frac{dx}{x\left( {\text{ln}\mspace{2mu} x} \right)^{2}} \right.$

$\left. \int\frac{dx}{x\left( {\text{ln}\mspace{2mu} x} \right)^{2}} \right.$

330.

330.

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x} \right.\ {(x > 1)}$

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x} \right.\ {(x > 1)}$

331.

331.

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu}\text{ln}(\text{ln}\mspace{2mu} x)} \right.$

$\left. \int\frac{dx}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu}\text{ln}(\text{ln}\mspace{2mu} x)} \right.$

332.

332.

$\int{\text{tan}\mspace{2mu}\theta\ d\theta}$

$\int{\text{tan}\mspace{2mu}\theta\ d\theta}$

333.

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}$

$\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.

334.

$\left. \int{\frac{\text{ln}\left( {\text{sin}\mspace{2mu} x} \right)}{\text{tan}\mspace{2mu} x}dx} \right.$

$\left. \int{\frac{\text{ln}\left( {\text{sin}\mspace{2mu} x} \right)}{\text{tan}\mspace{2mu} x}dx} \right.$

335.

335.

${\int{\text{ln}(\text{cos}\mspace{2mu} x)}}\text{tan}\mspace{2mu} xdx$

${\int{\text{ln}(\text{cos}\mspace{2mu} x)}}\text{tan}\mspace{2mu} xdx$

336.

336.

${\int x}e^{\text{−}x^{2}}dx$

${\int x}e^{\text{−}x^{2}}dx$

337.

337.

${\int x^{2}}e^{\text{−}x^{3}}dx$

${\int x^{2}}e^{\text{−}x^{3}}dx$

338.

338.

$\int{e^{\text{sin}\mspace{2mu} x}\text{cos}\mspace{2mu} xdx}$

$\int{e^{\text{sin}\mspace{2mu} x}\text{cos}\mspace{2mu} xdx}$

339.

339.

${\int e^{\text{tan}\mspace{2mu} x}}\text{sec}^{2}xdx$

${\int e^{\text{tan}\mspace{2mu} x}}\text{sec}^{2}xdx$

340.

340.

$\left. \int{e^{\text{ln}\mspace{2mu} x}\frac{dx}{x}} \right.$

$\left. \int{e^{\text{ln}\mspace{2mu} x}\frac{dx}{x}} \right.$

341.

341.

$\left. \int\frac{e^{\text{ln}(1 - t)}}{1 - t} \right.dt$

$\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.

在以下习题中,通过求导验证 ${\int\text{ln}}\mspace{2mu} x\ dx = x\left( {\text{ln}\mspace{2mu} x - 1} \right) + C,$ 然后使用适当的变量代换计算该积分。

342.

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)$

$\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.

343.

$\left. \int x^{2}\text{ln(}x^{2} \right)\ dx$

$\left. \int x^{2}\text{ln(}x^{2} \right)\ dx$

344.

344.

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x^{2}} \right.dx$ $\text{(}Hint\text{:}\ \text{Set}\ u = \frac{1}{x}\text{.}\text{)}$

$\left. \int\frac{\text{ln}\mspace{2mu} x}{x^{2}} \right.dx$ $\text{(}Hint\text{:}\ \text{Set}\ u = \frac{1}{x}\text{.}\text{)}$

345.

345.

$\left. \int{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx} \right.$ $\text{(}Hint\text{:}\ \text{Set}\ u = \sqrt{x}\text{.}\text{)}$

$\left. \int{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx} \right.$ $\text{(}Hint\text{:}\ \text{Set}\ u = \sqrt{x}\text{.}\text{)}$

346.

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.

写出一个积分来表示 $y = \frac{1}{t}$ 的图像在 $t = 1$ 到 ex 之间的下方面积,并计算该积分。

347.

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.

写出一个积分来表示 $y = e^{t}$ 的图像在 $t = 0$ 与 $t = \text{ln}\mspace{2mu} x,$ 之间的下方面积,并计算该积分。

In the following exercises, use appropriate substitutions to express the trigonometric integrals in terms of compositions with logarithms.

在以下习题中,使用适当的换元,将三角积分表示为与对数函数的复合形式。

348.

348.

$\left. \int{\text{tan}\left( {2x} \right)dx} \right.$

$\left. \int{\text{tan}\left( {2x} \right)dx} \right.$

349.

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.$

$\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.

350.

$\left. \int{\frac{x\mspace{2mu}\text{sin}\left( x^{2} \right)}{\text{cos}\left( x^{2} \right)}dx} \right.$

$\left. \int{\frac{x\mspace{2mu}\text{sin}\left( x^{2} \right)}{\text{cos}\left( x^{2} \right)}dx} \right.$

351.

351.

$\left. \int{x\mspace{2mu}\text{csc}\left( x^{2} \right)dx} \right.$

$\left. \int{x\mspace{2mu}\text{csc}\left( x^{2} \right)dx} \right.$

352.

352.

$\left. \int{\text{ln}\left( {\text{cos}\mspace{2mu} x} \right)\text{tan}\mspace{2mu} x\ dx} \right.$

$\left. \int{\text{ln}\left( {\text{cos}\mspace{2mu} x} \right)\text{tan}\mspace{2mu} x\ dx} \right.$

353.

353.

$\left. \int{\text{ln}\left( {\text{csc}\mspace{2mu} x} \right)\text{cot}\mspace{2mu} xdx} \right.$

$\left. \int{\text{ln}\left( {\text{csc}\mspace{2mu} x} \right)\text{cot}\mspace{2mu} xdx} \right.$

354.

354.

$\left. \int{\frac{e^{x} - e^{\text{−}x}}{e^{x} + e^{\text{−}x}}dx} \right.$

$\left. \int{\frac{e^{x} - e^{\text{−}x}}{e^{x} + e^{\text{−}x}}dx} \right.$

In the following exercises, evaluate the definite integral.

在以下习题中,计算该定积分。

355.

355.

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

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

356.

356.

$\int_{0}^{\pi\text{/}4}{\text{tan}\mspace{2mu} x\ dx}$

$\int_{0}^{\pi\text{/}4}{\text{tan}\mspace{2mu} x\ dx}$

357.

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}$

$\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.

358.

$\int_{\pi\text{/}6}^{\pi\text{/}2}\text{csc}\mspace{2mu} xdx$

$\int_{\pi\text{/}6}^{\pi\text{/}2}\text{csc}\mspace{2mu} xdx$

359.

359.

$\int_{\pi\text{/}4}^{\pi\text{/}3}\text{cot}\mspace{2mu} xdx$

$\int_{\pi\text{/}4}^{\pi\text{/}3}\text{cot}\mspace{2mu} xdx$

In the following exercises, integrate using the indicated substitution.

在以下习题中,使用指定的换元进行积分。

360.

360.

$\left. \int{\frac{x}{x - 100}dx} \right.;u = x - 100$

$\left. \int{\frac{x}{x - 100}dx} \right.;u = x - 100$

361.

361.

$\left. \int{\frac{y - 1}{y + 1}dy} \right.;u = y + 1$

$\left. \int{\frac{y - 1}{y + 1}dy} \right.;u = y + 1$

362.

362.

$\left. \int{\frac{1 - x^{2}}{3x - x^{3}}dx} \right.;u = 3x - x^{3}$

$\left. \int{\frac{1 - x^{2}}{3x - x^{3}}dx} \right.;u = 3x - x^{3}$

363.

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$

$\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.

364.

$\left. \int e^{2x} \right.\sqrt{1 - e^{2x}}dx;u = e^{2x}$

$\left. \int e^{2x} \right.\sqrt{1 - e^{2x}}dx;u = e^{2x}$

365.

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$

$\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 R50 and solve for the exact area.

在以下习题中,右端点近似是过高估计还是过低估计了精确面积?计算右端点估计值 R50 并求解精确面积。

366.

366.

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

\[T\] $y = e^{x}$ 在 $\left\lbrack {0,1} \right\rbrack$ 上

367.

367.

\[T\] $y = e^{\text{−}x}$ over $\left\lbrack {0,1} \right\rbrack$

\[T\] $y = e^{\text{−}x}$ 在 $\left\lbrack {0,1} \right\rbrack$ 上

368.

368.

\[T\] $y = \text{ln}(x)$ over $\left\lbrack {1,2} \right\rbrack$

\[T\] $y = \text{ln}(x)$ 在 $\left\lbrack {1,2} \right\rbrack$ 上

369.

369.

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

\[T\] $y = \frac{x + 1}{x^{2} + 2x + 6}$ 在 $\left\lbrack {0,1} \right\rbrack$ 上

370.

370.

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

\[T\] $y = 2^{x}$ 在 $\left\lbrack {-1,0} \right\rbrack$ 上

371.

371.

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

\[T\] $y = \text{−}2^{\text{−}x}$ 在 $\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.

在以下习题中,对于 $a \leq x \leq b,$ 有 $f(x) \geq 0$。通过对 $f(x)$ 在给定值 ab 之间的积分,求图像下方的面积。

372.

372.

$f(x) = \frac{\text{log}_{10}(x)}{x};a = 10,b = 100$

$f(x) = \frac{\text{log}_{10}(x)}{x};a = 10,b = 100$

373.

373.

$f(x) = \frac{\text{log}_{2}(x)}{x};a = 32,b = 64$

$f(x) = \frac{\text{log}_{2}(x)}{x};a = 32,b = 64$

374.

374.

$f(x) = 2^{\text{−}x};a = 1,b = 2$

$f(x) = 2^{\text{−}x};a = 1,b = 2$

375.

375.

$f(x) = 2^{\text{−}x};a = 3,b = 4$

$f(x) = 2^{\text{−}x};a = 3,b = 4$

376.

376.

Find the area under the graph of the function $f(x) = xe^{\text{−}x^{2}}$ between $x = 0$ and $x = 5.$

求 $f(x) = xe^{\text{−}x^{2}}$ 图像在 $x = 0$ 与 $x = 5$ 之间的下方面积。

377.

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.

计算 $f(x) = xe^{\text{−}x^{2}}$ 的积分,并求 N 的最小值,使得图像 $f(x) = xe^{\text{−}x^{2}}$ 在 $x = N$ 与 $x = N + 1$ 之间的下方面积至多为 0.01。

378.

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.$

求当 N 趋于无穷时,图像 $f(x) = xe^{\text{−}x^{2}}$ 在 $x = 0$ 与 $x = N$ 之间下方面积的极限。

379.

379.

Show that ${\int_{a}^{b}\frac{dt}{t}} = {\int_{1\text{/}b}^{1\text{/}a}\frac{dt}{t}}$ when $0 < a \leq b.$

证明当 $0 < a \leq b$ 时,${\int_{a}^{b}\frac{dt}{t}} = {\int_{1\text{/}b}^{1\text{/}a}\frac{dt}{t}}$。

380.

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}.$

假设对一切 x 有 $f(x) > 0$,且 fg 可微。利用恒等式 $f^{g} = e^{g\mspace{2mu}\text{ln}\mspace{2mu} f}$ 与链式法则,求 $f^{g}$ 的导数。

381.

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}}.$

利用前一题,求 $h(x) = x^{x}\left( {1 + \text{ln}\mspace{2mu} x} \right)$ 的原函数,并计算 ${\int_{2}^{3}{x^{x}\left( {1 + \text{ln}\mspace{2mu} x} \right)dx}}.$

382.

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.

证明若 $c > 0,$ 则从 acbc 的 $1\text{/}x$ 积分 $\left( {0 < a < b} \right)$ 与从 ab 的 $1\text{/}x$ 积分相同。

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.

以下习题旨在从自然对数的定义 $\text{ln}(x) = {\int_{1}^{x}\frac{dt}{t}},$ 出发,利用定积分的性质,不作任何进一步假设,推导出自然对数的基本性质。

383.

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.$

利用恒等式 $\text{ln}(x) = {\int_{1}^{x}\frac{dt}{t}}$ 导出恒等式 $\text{ln}\left( \frac{1}{x} \right) = \text{−}\text{ln}\mspace{2mu} x.$

384.

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.$

对积分 $\int_{1}^{xy}{\frac{1}{t}dt}$ 作变量代换,证明 $\text{ln}\mspace{2mu} xy = \text{ln}\mspace{2mu} x + \text{ln}\mspace{2mu} y\ \text{for}\ x,y > 0.$

385.

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).$

利用恒等式 $\text{ln}\mspace{2mu} x = {\int_{1}^{x}\frac{dt}{t}}$ 证明 $\text{ln}(x)$ 在 $\lbrack 0,\infty)$ 上是关于 x 的增函数,并利用前面的习题证明 $\text{ln}(x)$ 的值域是 $\left( {\text{−}\infty,\infty} \right)$。在没有任何进一步假设的情况下,可得出 $\text{ln}(x)$ 在 $\left( {\text{−}\infty,\infty} \right)$ 上有定义的逆函数。

386.

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.

暂且假定我们不知道 $e^{x}$ 是 $\text{ln}(x)$ 的逆函数,但请记住 $\text{ln}(x)$ 在 $\left( {\text{−}\infty,\infty} \right)$ 上有定义的逆函数。称它为 E。利用恒等式 $\text{ln}\mspace{2mu} xy = \text{ln}\mspace{2mu} x + \text{ln}\mspace{2mu} y$ 推导出:对任意实数 ab,有 $E\left( {a + b} \right) = E(a)E(b)$。

387.

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).$

暂且假定我们不知道 $e^{x}$ 是 $\text{ln}\mspace{2mu} x$ 的逆函数,但请记住 $\text{ln}\mspace{2mu} x$ 在 $\left( {\text{−}\infty,\infty} \right)$ 上有定义的逆函数。称它为 E。证明 $E'(t) = E(t).$

388.

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{)}$

正弦积分定义为 $S(x) = {\int_{0}^{x}{\frac{\text{sin}\mspace{2mu} t}{t}dt}}$,是工程中的一个重要量。虽然它没有简单的闭式公式,但对于大的 x 仍可估计其行为。证明当 $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.

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.$

\[T\] 概率中的正态分布由 $p(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{\text{−}{({x - \mu})}^{2}\text{/}2\sigma^{2}},$ 给出,其中 σ 是标准差,μ 是平均值。概率中的标准正态分布 $p_{s},$ 对应于 $\mu = 0\ \text{and}\ \sigma = 1$。计算 $\int_{-1}^{1}\frac{1}{\sqrt{2\pi}}e^{\text{−}\frac{x^{2}}{2}}dx$ 的右端点估计值 $R_{10}\ \text{and}\ R_{100}$。

390.

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}.}$

\[T\] 计算 $\int_{-3}^{5}{\frac{1}{2\sqrt{2\pi}}e^{\text{−}{({x - 1})}^{2}\text{/}8}.}$ 的右端点估计值 $R_{50}\ \text{and}\ R_{100}$。

5.7 Integrals Resulting in Inverse Trigonometric Functions 5.7 结果为反三角函数的积分

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$:

下列积分公式的结果为反三角函数。假设 $a > 0$:

1.

1.

$$\left. \int\frac{du}{\sqrt{a^{2} - u^{2}}} = \text{sin}^{- 1}\left( \frac{u}{a} \right)+C \right.$$ (5.23)

$$\left. \int\frac{du}{\sqrt{a^{2} - u^{2}}} = \text{sin}^{- 1}\left( \frac{u}{a} \right)+C \right.$$ (5.23)

2.

2.

$$\left. \int\frac{du}{a^{2} + u^{2}} \right. = \frac{1}{a}\mspace{1mu}\text{tan}^{-1}\frac{u}{a} + C$$ (5.24)

$$\left. \int\frac{du}{a^{2} + u^{2}} \right. = \frac{1}{a}\mspace{1mu}\text{tan}^{-1}\frac{u}{a} + C$$ (5.24)

3.

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)

$$\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 证明

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

设 $y = \text{sin}^{-1}\frac{x}{a}.$ 则 $a\mspace{2mu}\text{sin}\mspace{2mu} y = x.$ 现在我们使用隐函数求导法。我们得到

$$\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}$$

$$\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

对于 $- \frac{\pi}{2} \leq y \leq \frac{\pi}{2}$,$\text{cos}\mspace{2mu} y \geq 0.$ 因此,应用勾股恒等式 $\text{sin}^{2}y + \text{cos}^{2}y = 1,$ 我们有 $\text{cos}\mspace{2mu} y = \sqrt{1–\text{sin}^{2}y}.$ 由此得到

$$\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}$$

$$\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

于是对于 $\text{−}a \leq x \leq a$,并推广到 *u*,我们有

$$\left. \int{\frac{1}{\sqrt{a^{2} - u^{2}}}du = \text{sin}^{-1}} \right.\left( \frac{u}{a} \right) + C.$$

$$\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}}}.}$

计算定积分 $\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}$$

$$\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..$

计算积分 $\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..$

计算积分 $\left. \int\frac{dx}{\sqrt{4 - 9x^{2}}} \right..$

Solution

解答

Substitute $u = 3x.$ Then $du = 3dx$ and we have

令 $u = 3x.$ 则 $du = 3dx$,我们有

$$\left. \int\frac{dx}{\sqrt{4 - 9x^{2}}} \right. = \frac{1}{3}\left. \int\frac{du}{\sqrt{4 - u^{2}}} \right..$$

$$\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

取 $a = 2$ 应用公式,我们得到

$$\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}$$

$$\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..$

使用反三角函数与换元法求不定积分 $\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}}}.}$

计算定积分 $\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}$$

$$\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.

反三角函数共有六个。然而,在关于结果为反三角函数的积分公式中只列出了三个积分公式,因为其余三个是我们所用公式的负值版本。唯一的区别在于被积函数是正的还是负的。与其再死记三个公式,若被积函数为负,只需提取出 −1,并使用已给出的某个公式来计算积分即可。为了结束本节,我们再考察一个公式:结果为反正切函数的积分。

Finding an Antiderivative Involving the Inverse Tangent Function 求涉及反正切函数的原函数

Evaluate the integral $\left. \int{\frac{1}{1 + 4x^{2}}dx.} \right.$

计算积分 $\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

将本问题与关于结果为反三角函数的积分公式中所列公式进行比较,被积函数看起来与 $\text{tan}^{-1}u + C.$ 的公式相似。因此我们使用换元法,令 $u = 2x$,则 $du = 2dx$ 且 ${1\text{/}2}du = dx.$ 于是我们有

$$\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.$$

$$\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.$

使用换元法求原函数 $\left. \int{\frac{dx}{25 + 4x^{2}}.} \right.$

Applying the Integration Formulas 应用积分公式

Evaluate the integral $\left. \int{\frac{1}{9 + x^{2}}dx.} \right.$

计算积分 $\left. \int{\frac{1}{9 + x^{2}}dx.} \right.$

Solution

解答

Apply the formula with $a = 3.$ Then,

取 $a = 3$ 应用公式。于是,

$$\left. \int\frac{dx}{9 + x^{2}} \right. = \frac{1}{3}\mspace{1mu}\text{tan}^{-1}\left( \frac{x}{3} \right) + C.$$

$$\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.$

计算积分 $\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}}.}$

计算定积分 $\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}$$

$$\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}}}.$

计算定积分 ${\int_{0}^{2}\frac{dx}{4 + x^{2}}}.$

Section 5.7 Exercises 5.7 节习题

In the following exercises, evaluate each integral in terms of an inverse trigonometric function.

在以下习题中,用反三角函数表示来计算每个积分。

391.

391.

$\int_{0}^{\sqrt{3}\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

$\int_{0}^{\sqrt{3}\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

392\.

392\.

$\int_{-1\text{/}2}^{1\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

$\int_{-1\text{/}2}^{1\text{/}2}\frac{dx}{\sqrt{1 - x^{2}}}$

393.

393.

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

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

394\.

394\.

$\int_{1\text{/}\sqrt{3}}^{\sqrt{3}}\frac{dx}{1 + x^{2}}$

$\int_{1\text{/}\sqrt{3}}^{\sqrt{3}}\frac{dx}{1 + x^{2}}$

395.

395.

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

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

396\.

396\.

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

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

In the following exercises, find each indefinite integral, using appropriate substitutions.

在以下习题中,使用适当的换元法求每个不定积分。

397.

397.

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

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

398\.

398\.

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

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

399.

399.

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

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

400\.

400\.

$\left. \int\frac{dx}{25 + 16x^{2}} \right.$

$\left. \int\frac{dx}{25 + 16x^{2}} \right.$

401.

401.

$\left. \int\frac{dx}{|x|\sqrt{x^{2} - 9}} \right.$

$\left. \int\frac{dx}{|x|\sqrt{x^{2} - 9}} \right.$

402\.

402\.

$\left. \int\frac{dx}{|x|\sqrt{4x^{2} - 16}} \right.$

$\left. \int\frac{dx}{|x|\sqrt{4x^{2} - 16}} \right.$

403.

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?$

解释关系 $\text{−}\text{cos}^{-1}t + C = \left. \int{\frac{dt}{\sqrt{1 - t^{2}}} = \text{sin}^{-1}t + C.} \right.$ 一般来说,$\text{cos}^{-1}t = \text{−}\text{sin}^{-1}t$ 是否成立?

404\.

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?$

解释关系 $\text{sec}^{-1}t + C = \left. \int{\frac{dt}{|t|\sqrt{t^{2} - 1}} = \text{−}\text{csc}^{-1}t + C.} \right.$ 一般来说,$\text{sec}^{-1}t = \text{−}\text{csc}^{-1}t$ 是否成立?

405.

405.

Explain what is wrong with the following integral: $\int_{1}^{2}{\frac{dt}{\sqrt{1 - t^{2}}}.}$

解释下列积分为何有误:$\int_{1}^{2}{\frac{dt}{\sqrt{1 - t^{2}}}.}$

406\.

406\.

Explain what is wrong with the following integral: $\int_{-1}^{1}{\frac{dt}{|t|\sqrt{t^{2} - 1}}.}$

解释下列积分为何有误:$\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.}}$

在以下习题中,求 *f* 的原函数 $\int f$(取 $C = 0$),然后使用计算器在给定区间 $\left\lbrack {a,b} \right\rbrack$ 上画出 *f* 与原函数的图像。找出一个 *C* 值,使得将该 *C* 加到原函数上能还原定积分 $F(x) = {\int_{a}^{x}{f(t)dt.}}$

407.

407.

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

\[T\] $\left. \int{\frac{1}{\sqrt{9 - x^{2}}}dx} \right.$ 在 $\left\lbrack {-3,3} \right\rbrack$ 上

408\.

408\.

\[T\] $\left. \int{\frac{9}{9 + x^{2}}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

\[T\] $\left. \int{\frac{9}{9 + x^{2}}dx} \right.$ 在 $\left\lbrack {-6,6} \right\rbrack$ 上

409.

409.

\[T\] $\left. \int{\frac{\text{cos}\mspace{2mu} x}{4 + \text{sin}^{2}x}dx} \right.$ over $\left\lbrack {-6,6} \right\rbrack$

\[T\] $\left. \int{\frac{\text{cos}\mspace{2mu} x}{4 + \text{sin}^{2}x}dx} \right.$ 在 $\left\lbrack {-6,6} \right\rbrack$ 上

410\.

410\.

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

\[T\] $\left. \int{\frac{e^{x}}{1 + e^{2x}}dx} \right.$ 在 $\left\lbrack {-6,6} \right\rbrack$ 上

In the following exercises, compute the antiderivative using appropriate substitutions.

在以下习题中,使用适当的换元法计算原函数。

411.

411.

$\left. \int\frac{\text{sin}^{-1}tdt}{\sqrt{1 - t^{2}}} \right.$

$\left. \int\frac{\text{sin}^{-1}tdt}{\sqrt{1 - t^{2}}} \right.$

412\.

412\.

$\left. \int\frac{dt}{\text{sin}^{-1}t\sqrt{1 - t^{2}}} \right.$

$\left. \int\frac{dt}{\text{sin}^{-1}t\sqrt{1 - t^{2}}} \right.$

413.

413.

$\left. \int{\frac{\text{tan}^{-1}\left( {2t} \right)}{1 + 4t^{2}}dt} \right.$

$\left. \int{\frac{\text{tan}^{-1}\left( {2t} \right)}{1 + 4t^{2}}dt} \right.$

414\.

414\.

$\left. \int{\frac{t\text{tan}^{-1}\left( t^{2} \right)}{1 + t^{4}}dt} \right.$

$\left. \int{\frac{t\text{tan}^{-1}\left( t^{2} \right)}{1 + t^{4}}dt} \right.$

415.

415.

$\left. \int{\frac{\text{sec}^{-1}\left( \frac{t}{2} \right)}{|t|\sqrt{t^{2} - 4}}dt} \right.$

$\left. \int{\frac{\text{sec}^{-1}\left( \frac{t}{2} \right)}{|t|\sqrt{t^{2} - 4}}dt} \right.$

416\.

416\.

$\left. \int{\frac{t\text{sec}^{-1}\left( t^{2} \right)}{t^{2}\sqrt{t^{4} - 1}}dt} \right.$

$\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.}}$

在以下习题中,使用计算器在给定区间 $\left\lbrack {a,b} \right\rbrack$ 上画出原函数 $\int f$($C = 0$)的图像。若可能,近似求出一个 *C* 值,使得将该 *C* 加到原函数上所得的值与定积分 $F(x) = {\int_{a}^{x}{f(t)dt.}}$ 相同。

417.

417.

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

\[T\] $\left. \int{\frac{1}{x\sqrt{x^{2} - 4}}dx} \right.$ 在 $\left\lbrack {2,6} \right\rbrack$ 上

418\.

418\.

\[T\] $\left. \int{\frac{1}{\left( {2x + 2} \right)\sqrt{x}}dx} \right.$ over $\left\lbrack {0,6} \right\rbrack$

\[T\] $\left. \int{\frac{1}{\left( {2x + 2} \right)\sqrt{x}}dx} \right.$ 在 $\left\lbrack {0,6} \right\rbrack$ 上

419.

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$

\[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.$ 在 $\left\lbrack {-6,6} \right\rbrack$ 上

420\.

420\.

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

\[T\] $\left. \int{\frac{2e^{-2x}}{\sqrt{1 - e^{-4x}}}dx} \right.$ 在 $\left\lbrack {0,2} \right\rbrack$ 上

421.

421.

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

\[T\] $\left. \int\frac{1}{x + x\text{ln}^{2}x} \right.dx$ 在 $\left\lbrack {0,2} \right\rbrack$ 上

422\.

422\.

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

\[T\] $\left. \int\frac{\text{sin}^{-1}x}{\sqrt{1 - x^{2}}} \right.dx$ 在 $\left\lbrack {-1,1} \right\rbrack$ 上

In the following exercises, compute each integral using appropriate substitutions.

在以下习题中,使用适当的换元法计算各积分。

423.

423.

$\left. \int{\frac{e^{t}}{\sqrt{1 - e^{2t}}}dt} \right.$

$\left. \int{\frac{e^{t}}{\sqrt{1 - e^{2t}}}dt} \right.$

424\.

424\.

$\left. \int{\frac{e^{t}}{1 + e^{2t}}dt} \right.$

$\left. \int{\frac{e^{t}}{1 + e^{2t}}dt} \right.$

425.

425.

$\left. \int\frac{dt}{t\sqrt{1 - \text{ln}^{2}t}} \right.$

$\left. \int\frac{dt}{t\sqrt{1 - \text{ln}^{2}t}} \right.$

426\.

426\.

$\left. \int\frac{dt}{t\left( {1 + \text{ln}^{2}t} \right)} \right.$

$\left. \int\frac{dt}{t\left( {1 + \text{ln}^{2}t} \right)} \right.$

427.

427.

$\left. \int{\frac{\text{cos}^{-1}\left( {2t} \right)}{\sqrt{1 - 4t^{2}}}dt} \right.$

$\left. \int{\frac{\text{cos}^{-1}\left( {2t} \right)}{\sqrt{1 - 4t^{2}}}dt} \right.$

428\.

428\.

$\left. \int{\frac{e^{t}\text{cos}^{-1}\left( e^{t} \right)}{\sqrt{1 - e^{2t}}}dt} \right.$

$\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.

429.

$\int_{0}^{1\text{/}2}{\frac{\text{tan}\left( {\text{sin}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

$\int_{0}^{1\text{/}2}{\frac{\text{tan}\left( {\text{sin}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

430\.

430\.

$\int_{1\text{/}4}^{1\text{/}2}{\frac{\text{tan}\left( {\text{cos}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

$\int_{1\text{/}4}^{1\text{/}2}{\frac{\text{tan}\left( {\text{cos}^{-1}t} \right)}{\sqrt{1 - t^{2}}}dt}$

431.

431.

$\int_{0}^{1\text{/}2}{\frac{\text{sin}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

$\int_{0}^{1\text{/}2}{\frac{\text{sin}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

432\.

432\.

$\int_{0}^{1\text{/}2}{\frac{\text{cos}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

$\int_{0}^{1\text{/}2}{\frac{\text{cos}\left( {\text{tan}^{-1}t} \right)}{1 + t^{2}}dt}$

433.

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.$

对于 $A > 0$,计算 $I(A) = {\int_{\text{−}A}^{A}\frac{dt}{1 + t^{2}}}$,并求 $\underset{A\rightarrow\infty}{\text{lim}}I(A)$,即函数 $\frac{1}{1 + t^{2}}$ 在 $\left\lbrack {\text{−}\infty,\infty} \right\rbrack$ 上的图形下方的面积。

434\.

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).$

对于 $1 < B < \infty$,计算 $I(B) = {\int_{1}^{B}\frac{dt}{t\sqrt{t^{2} - 1}}}$,并求 $\underset{B\rightarrow\infty}{\text{lim}}I(B)$,即函数 $\frac{1}{t\sqrt{t^{2} - 1}}$ 在 $\lbrack 1,\infty)$ 上的图形下方的面积。

435.

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{)}$

使用换元 $u = \sqrt{2}\ \text{cot}\mspace{2mu} x$ 以及恒等式 $1 + \text{cot}^{2}x = \text{csc}^{2}x$ 来计算 $\left. \int{\frac{dx}{1 + \text{cos}^{2}x}.} \right.$(*提示:* 将被积函数的分子与分母同乘 $\text{csc}^{2}x.$)

436\.

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.

\[T\] 将函数 $f(x) = 2x^{2} - 1$ 与 $g(x) = \left( {1 + 4x^{2}} \right)^{-3\text{/}2}$ 的图像的交点近似到小数点后四位,并将其图像之间的面积近似到小数点后三位。

437.

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.

\[T\] 将函数 $f(x) = x^{2} - 1$ 与 ${g(x) = \left( x^{2} + 1 \right)}^{\frac{1}{2}}$ 的图像的交点近似到小数点后四位,并将其图像之间的面积近似到小数点后三位。

438\.

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}}.$

利用下面的图形证明 ${\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}}.$

Key Terms 关键术语

average value of a function

函数的平均值

(or fave) 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

(或称 fave)函数在区间上的平均值,可通过计算该函数的定积分,再除以区间长度得到。

change of variables

变量代换

the substitution of a variable, such as u, for an expression in the integrand

用一个变量(如 u)替换被积函数中某个表达式的方法。

definite integral

定积分

a primary operation of calculus; the area between the curve and the x-axis over a given interval is a definite integral

微积分的一种基本运算;在给定区间上曲线与 x 轴之间的面积即为定积分。

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

若定义该积分的极限存在,则函数可积;换言之,若当 n 趋于无穷时黎曼和的极限存在,则函数可积。

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

在每个子区间上取 $f(x)$ 的最小值所得到的和。

mean value theorem for integrals

积分中值定理

guarantees that a point c exists such that $f(c)$ is equal to the average value of the function

保证存在一点 c,使得 $f(c)$ 等于该函数的平均值。

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

函数与 x 轴之间的面积,其中 x 轴下方的面积从 x 轴上方的面积中减去;其结果与该函数定积分类同。

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$

曲线下面积的估计,形式为 $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

(又称求和记号)希腊字母 sigma(Σ)表示对数值求和;sigma 上下方的下标值指明求和从何处开始、到何处结束。

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

函数与 x 轴之间的总面积由 x 轴上方与下方的面积相加而得;其结果与该函数绝对值的定积分类同。

upper sum

上和

a sum obtained by using the maximum value of $f(x)$ on each subinterval

在每个子区间上取 $f(x)$ 的最大值所得到的和。

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

指明对哪个变量进行积分;若为 x,则被积函数后跟 dx

Key Equations 关键公式

Properties of Sigma Notation${\sum\limits_{i = 1}^{n}c} = nc$
${\sum\limits_{i = 1}^{n}{ca_{i}}} = c{\sum\limits_{i = 1}^{n}a_{i}}$
${\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}}$
${\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}}$
${\sum\limits_{i = 1}^{n}a_{i}} = {\sum\limits_{i = 1}^{m}a_{i}} + {\sum\limits_{i = m + 1}^{n}a_{i}}$
Sums and Powers of Integers${\sum\limits_{i = 1}^{n}i} = 1 + 2 + \text{⋯} + n = \frac{n\left( {n + 1} \right)}{2}$
${\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}$
${\sum\limits_{i = 0}^{n}i^{3}} = 1^{3} + 2^{3} + \text{⋯} + n^{3} = \frac{n^{2}\left( {n + 1} \right)^{2}}{4}$
Left-Endpoint Approximation$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}}$
Right-Endpoint Approximation$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}}$
Σ 记号的性质${\sum\limits_{i = 1}^{n}c} = nc$
${\sum\limits_{i = 1}^{n}{ca_{i}}} = c{\sum\limits_{i = 1}^{n}a_{i}}$
${\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}}$
${\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}}$
${\sum\limits_{i = 1}^{n}a_{i}} = {\sum\limits_{i = 1}^{m}a_{i}} + {\sum\limits_{i = m + 1}^{n}a_{i}}$
整数和与幂和${\sum\limits_{i = 1}^{n}i} = 1 + 2 + \text{⋯} + n = \frac{n\left( {n + 1} \right)}{2}$
${\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}$
${\sum\limits_{i = 0}^{n}i^{3}} = 1^{3} + 2^{3} + \text{⋯} + n^{3} = \frac{n^{2}\left( {n + 1} \right)^{2}}{4}$
左端点逼近$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}}$
右端点逼近$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}}$
Definite Integral${\int_{a}^{b}{f(x)dx}} = \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$
Properties of the Definite Integralaaf(x)dx = 0
baf(x)dx = −∫abf(x)dx
ab[f(x)+g(x)]dx = ∫abf(x)dx + ∫abg(x)dx
ab[f(x)−g(x)]dx = ∫abf(x)dx − ∫abg(x)dx
abcf(x)dx = cabf(x) for constant c
abf(x)dx = ∫acf(x)dx + ∫cbf(x)dx
定积分${\int_{a}^{b}{f(x)dx}} = \underset{n\rightarrow\infty}{\text{lim}}{\sum\limits_{i = 1}^{n}{f\left( x_{i}^{*} \right)\text{Δ}x}}$
定积分的性质aaf(x)dx = 0
baf(x)dx = −∫abf(x)dx
ab[f(x)+g(x)]dx = ∫abf(x)dx + ∫abg(x)dx
ab[f(x)−g(x)]dx = ∫abf(x)dx − ∫abg(x)dx
abcf(x)dx = cabf(x)(其中 c 为常数)
abf(x)dx = ∫acf(x)dx + ∫cbf(x)dx
Mean Value Theorem for IntegralsIf $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 1If $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 2If *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}}}$
积分中值定理若 $f(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,则至少存在一点 $c \in \left\lbrack {a,b} \right\rbrack$,使得 $f(c) = \frac{1}{b - a}{\int_{a}^{b}{f(x)dx}}$。
微积分基本定理 第一部分若 $f(x)$ 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,且函数 $F(x)$ 由 $F(x) = {\int_{a}^{x}{f(t)dt}}$ 定义,则 $F^{\prime}\left. \text{(}x \right) = f(x)$。
微积分基本定理 第二部分f 在区间 $\left\lbrack {a,b} \right\rbrack$ 上连续,且 $F(x)$ 为 $f(x)$ 的任一原函数,则 ${\int_{a}^{b}{f(x)dx = F(b) - F(a)}}$。
净变化定理$F(b) = F(a) + {\int_{a}^{b}{F'(x)dx}}$ 或 $\int_{a}^{b}{F'(x)dx = F(b) - F(a)}$
不定积分的换元$\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$
定积分的换元$\int_{a}^{b}{f\left( {g(x)} \right)g'(x)dx = {\int_{g{(a)}}^{g{(b)}}{f(u)du}}}$
Integrals of Exponential Functionsexdx = ex + C
$\int{a^{x}dx = \frac{a^{x}}{\text{ln}\mspace{2mu} a} + C}$
Integration Formulas Involving Logarithmic Functionsx−1dx = ln|x| + C
∫lnx dx = xlnx − x + C = x(lnx−1) + C
$\int{\text{log}_{a}\ x\ dx = \frac{x}{\text{ln}\mspace{2mu} a}\left( {\text{ln}\mspace{2mu} x - 1} \right) + C}$
指数函数的积分exdx = ex + C
$\int{a^{x}dx = \frac{a^{x}}{\text{ln}\mspace{2mu} a} + C}$
含对数函数的积分公式x−1dx = ln|x| + C
∫lnx dx = xlnx − x + C = x(lnx−1) + C
$\int{\text{log}_{a}\ x\ dx = \frac{x}{\text{ln}\mspace{2mu} a}\left( {\text{ln}\mspace{2mu} x - 1} \right) + C}$
Integrals That Produce Inverse Trigonometric Functions$\left. \int{\frac{du}{\sqrt{a^{2} - u^{2}}} = \text{sin}^{-1}\left( \frac{u}{a} \right) + C} \right.$
$\left. \int{\frac{du}{a^{2} + u^{2}} = \frac{1}{a}\mspace{1mu}\text{tan}^{-1}\left( \frac{u}{a} \right) + C} \right.$
$\left. \int{\frac{du}{u\sqrt{u^{2} - a^{2}}} = \frac{1}{a}\mspace{1mu}\text{sec}^{-1}\left( \frac{u}{a} \right) + C} \right.$
结果为反三角函数的积分$\left. \int{\frac{du}{\sqrt{a^{2} - u^{2}}} = \text{sin}^{-1}\left( \frac{u}{a} \right) + C} \right.$
$\left. \int{\frac{du}{a^{2} + u^{2}} = \frac{1}{a}\mspace{1mu}\text{tan}^{-1}\left( \frac{u}{a} \right) + C} \right.$
$\left. \int{\frac{du}{u\sqrt{u^{2} - a^{2}}} = \frac{1}{a}\mspace{1mu}\text{sec}^{-1}\left( \frac{u}{a} \right) + C} \right.$

Key Concepts 关键概念

5.1 Approximating Areas 5.1 面积的逼近

5.2 The Definite Integral 5.2 定积分

5.3 The Fundamental Theorem of Calculus 5.3 微积分基本定理

5.4 Integration Formulas and the Net Change Theorem 5.4 积分公式与净变化定理

5.5 Substitution 5.5 换元(法)

5.6 Integrals Involving Exponential and Logarithmic Functions 5.6 含指数与对数函数的积分

5.7 Integrals Resulting in Inverse Trigonometric Functions 5.7 结果为反三角函数的积分

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.

对或错。用证明或反例说明你的答案。假设所有函数 $f$ 和 $g$ 在其定义域上连续。

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.

439. 若对所有 $x$ 有 $f(x) > 0,f^{\prime}\text{(}x) > 0$,则右端点法则低估了积分 ${\int_{a}^{b}{f(x)}}.$ 用图形说明你的答案。

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

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)}}.$

441. 若对所有 $x \in \left\lbrack {a,b} \right\rbrack$ 有 $f(x) \leq g(x)$,则 ${\int_{a}^{b}{f(x)}} \leq {\int_{a}^{b}{g(x)}}.$

442. All continuous functions have an antiderivative.

442. 所有连续函数都有原函数。

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.

计算下列函数在指定区间上的黎曼和 $L_{4}\ \text{and}\ R_{4}$。在可能时与精确答案比较,或用计算器确定答案。

443. $y = 3x^{2} - 2x + 1$ over $\left\lbrack {-1,1} \right\rbrack$

443. $y = 3x^{2} - 2x + 1$ 在 $\left\lbrack {-1,1} \right\rbrack$ 上

444. $y = \text{ln}\left( {x^{2} + 1} \right)$ over $\left\lbrack {0,e} \right\rbrack$

444. $y = \text{ln}\left( {x^{2} + 1} \right)$ 在 $\left\lbrack {0,e} \right\rbrack$ 上

445. $y = x^{2}\text{sin}\mspace{2mu} x$ over $\left\lbrack {0,\pi} \right\rbrack$

445. $y = x^{2}\text{sin}\mspace{2mu} x$ 在 $\left\lbrack {0,\pi} \right\rbrack$ 上

446. $y = \sqrt{x} + \frac{1}{x}$ over $\left\lbrack {1,4} \right\rbrack$

446. $y = \sqrt{x} + \frac{1}{x}$ 在 $\left\lbrack {1,4} \right\rbrack$ 上

Evaluate the following integrals.

计算下列积分。

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

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

448. $\int_{0}^{4}{\frac{3t}{\sqrt{1 + 6t^{2}}}dt}$

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$

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$

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.$

451. $\left. \int\frac{dx}{\left( {x + 4} \right)^{3}} \right.$

452. $\int{x\mspace{2mu}\text{ln}\left( x^{2} \right)dx}$

452. $\int{x\mspace{2mu}\text{ln}\left( x^{2} \right)dx}$

453. $\left. \int{\frac{4x^{2}}{\sqrt{1 - x^{6}}}dx} \right.$

453. $\left. \int{\frac{4x^{2}}{\sqrt{1 - x^{6}}}dx} \right.$

454. $\left. \int{\frac{e^{2x}}{1 + e^{4x}}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}}$

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}}$

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}}$

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$

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.

下列问题考察计算机上每吉字节 RAM 的历史平均成本。
Year5-Year Change ($)
19800
1985−5,468,750
1990755,495
1995−73,005
2000−29,768
2005−918
2010−177
年份5 年变化($)
19800
1985−5,468,750
1990755,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.

459. 若 2010 年每吉字节 RAM 的平均成本为 \$12,求 1980 年每吉字节 RAM 的平均成本。

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.

460. 每吉字节 RAM 的平均成本可由函数 $C(t) = 8,500,000(0.65)^{t}$ 近似,其中 $t$ 以自 1980 年起的年数计,$C$ 为以美元计的成本(US\$)。求 1980 年至 2010 年每吉字节 RAM 的平均成本。

461. Find the average cost of 1GB RAM for 2005 to 2010.

461. 求 2005 年至 2010 年 1GB RAM 的平均成本。

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?

462. 步枪中子弹的速度可由 $v(t) = 6400t^{2} - 6505t + 2686$ 近似,其中 $t$ 为击发后的秒数,$v$ 为以英尺每秒计的速度。该方程仅模拟击发后前半个秒内的速度:$0 \leq t \leq 0.5.$ 子弹在 0.5 秒内行驶的总距离是多少?

463. What is the average velocity of the bullet for the first half-second?

463. 子弹在前半秒内的平均速度是多少?