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

3 Techniques of Integration 积分技巧

本页译自 OpenStax《Calculus Volume 2》第 3 章 Techniques of Integration(积分技巧):3.1–3.7 七节(分部积分/三角积分/三角换元/部分分式/其他策略/数值积分/反常积分)+ Key Terms/Key Equations/Key Concepts/Review Exercises 全译,段段对照。公式经本地 MathJax 渲染,自定义宏已注入。

3.1 Integration by Parts 3.1 分部积分

By now we have a fairly thorough procedure for how to evaluate many basic integrals. However, although we can integrate $\int{x\mspace{2mu}\text{sin}(x^{2})dx}$ by using the substitution, $u = x^{2},$ something as simple looking as $\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$ defies us. Many students want to know whether there is a product rule for integration. There isn’t, but there is a technique based on the product rule for differentiation that allows us to exchange one integral for another. We call this technique integration by parts.

到目前为止,我们已经有了一套相当完整的程序来计算许多基本积分。然而,尽管我们可以通过换元 $u = x^{2}$ 来积分 $\int{x\mspace{2mu}\text{sin}(x^{2})dx}$,但像 $\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$ 这样看似简单的积分却难住了我们。许多学生想知道积分是否有乘积法则。并没有,但有一种基于求导乘积法则的技巧,它允许我们用一个积分替换另一个积分。我们称这种技巧为分部积分。

The Integration-by-Parts Formula 分部积分公式

If, $h(x) = f(x)g(x),$ then by using the product rule, we obtain $h^{\prime}(x) = f^{\prime}(x)g(x) + g^{\prime}(x)f(x).$ Although at first it may seem counterproductive, let’s now integrate both sides of this equation: $\int{h^{\prime}(x)dx = {\int{\left( {g(x)f^{\prime}(x) + f(x)g^{\prime}(x)} \right)dx.}}}$

若 $h(x) = f(x)g(x)$,则由乘积法则可得 $h^{\prime}(x) = f^{\prime}(x)g(x) + g^{\prime}(x)f(x)$。尽管起初这看似适得其反,但现在我们对等式两边同时积分:$\int{h^{\prime}(x)dx = {\int{\left( {g(x)f^{\prime}(x) + f(x)g^{\prime}(x)} \right)dx.}}}$

This gives us

这给出

$$h(x) = f(x)g(x) = {\int{g(x)f^{\prime}(x)dx + {\int{f(x)g^{\prime}(x)dx.}}}}$$

$$h(x) = f(x)g(x) = {\int{g(x)f^{\prime}(x)dx + {\int{f(x)g^{\prime}(x)dx.}}}}$$

Now we solve for $\int{f(x)g^{\prime}(x)dx:}$

现在我们解出 $\int{f(x)g^{\prime}(x)dx:}$

$$\int{f(x)g^{\prime}(x)dx = f(x)g(x) - {\int{g(x)f^{\prime}(x)dx.}}}$$

$$\int{f(x)g^{\prime}(x)dx = f(x)g(x) - {\int{g(x)f^{\prime}(x)dx.}}}$$

By making the substitutions $u = f(x)$ and $v = g(x),$ which in turn make $du = f^{\prime}(x)dx$ and $dv = g^{\prime}(x)dx,$ we have the more compact form

通过换元 $u = f(x)$ 与 $v = g(x)$,进而有 $du = f^{\prime}(x)dx$ 与 $dv = g^{\prime}(x)dx$,我们得到更紧凑的形式

$${\int{u\ dv = uv -}}{\int{v\ du.}}$$

$${\int{u\ dv = uv -}}{\int{v\ du.}}$$

Integration by Parts 分部积分

Let $u = f(x)$ and $v = g(x)$ be functions with continuous derivatives. Then, the integration-by-parts formula for the integral involving these two functions is:

设 $u = f(x)$ 与 $v = g(x)$ 为具有连续导数的函数。则关于包含这两个函数的积分的分部积分公式为:

$${\int{u\ dv = uv - {\int{v\ du}}}}.$$ (3.1)

$${\int{u\ dv = uv - {\int{v\ du}}}}.$$ (3.1)

The advantage of using the integration-by-parts formula is that we can use it to exchange one integral for another, possibly easier, integral. The following example illustrates its use.

使用分部积分公式的优点在于,我们可以用它把一个积分换成另一个可能更简单的积分。下面的示例说明了它的用法。

Using Integration by Parts 使用分部积分

Use integration by parts with $u = x$ and $dv = \text{sin}\mspace{2mu} x\ dx$ to evaluate $\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx.}$

取 $u = x$、$dv = \text{sin}\mspace{2mu} x\ dx$,用分部积分公式计算 $\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx.}$

Solution

解答

By choosing $u = x,$ we have $du = 1dx.$ Since $dv = \text{sin}\mspace{2mu} x\ dx,$ we get $v = {\int{\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x.}}$ It is handy to keep track of these values as follows:

取 $u = x$,则 $du = 1dx$。因为 $dv = \text{sin}\mspace{2mu} x\ dx$,得到 $v = {\int{\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x.}}$。把这些值按如下方式记录较为方便:

$$\begin{array}{rllcrll} u & = & x & & {dv} & = & {\text{sin}\mspace{2mu} x\ dx} \\ {du} & = & {1dx} & & v & = & {\int{\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x.}} \end{array}$$

$$\begin{array}{rllcrll} u & = & x & & {dv} & = & {\text{sin}\mspace{2mu} x\ dx} \\ {du} & = & {1dx} & & v & = & {\int{\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x.}} \end{array}$$

Applying the integration-by-parts formula results in

应用分部积分公式得到

$$\begin{array}{clcl} {\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}} & {= (x)(\text{−}\text{cos}\mspace{2mu} x) - {\int{(\text{−}\text{cos}\mspace{2mu} x)(1dx)}}} & & {\text{Substitute}.} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + {\int{\text{cos}\mspace{2mu} x\ dx}}} & & {\text{Simplify}.} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C.} & & {\text{Use}\ {\int{\text{cos}\mspace{2mu} x\ dx = \text{sin}\mspace{2mu} x + C.}}} \end{array}$$

$$\begin{array}{clcl} {\int{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}} & {= (x)(\text{−}\text{cos}\mspace{2mu} x) - {\int{(\text{−}\text{cos}\mspace{2mu} x)(1dx)}}} & & {\text{Substitute}.} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + {\int{\text{cos}\mspace{2mu} x\ dx}}} & & {\text{Simplify}.} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C.} & & {\text{Use}\ {\int{\text{cos}\mspace{2mu} x\ dx = \text{sin}\mspace{2mu} x + C.}}} \end{array}$$

Analysis

分析

At this point, there are probably a few items that need clarification. First of all, you may be curious about what would have happened if we had chosen $u = \text{sin}\mspace{2mu} x$ and $dv = x.$ If we had done so, then we would have $du = \text{cos}\mspace{2mu} x{dx}$ and $v = \frac{1}{2}x^{2}.$ Thus, after applying integration by parts, we have $\int^{}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx = \frac{1}{2}x^{2}\text{sin}\mspace{2mu} x - \int^{}\frac{1}{2}x^{2}\text{cos}\mspace{2mu} x\ dx.$ Unfortunately, with the new integral, we are in no better position than before. It is important to keep in mind that when we apply integration by parts, we may need to try several choices for $u$ and $dv$ before finding a choice that works.

此时,可能有几点需要澄清。首先,你或许会好奇:如果我们取 $u = \text{sin}\mspace{2mu} x$、$dv = x$ 会怎样。若这样做,则 $du = \text{cos}\mspace{2mu} x{dx}$、$v = \frac{1}{2}x^{2}$。于是应用分部积分后,有 $\int^{}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx = \frac{1}{2}x^{2}\text{sin}\mspace{2mu} x - \int^{}\frac{1}{2}x^{2}\text{cos}\mspace{2mu} x\ dx$。遗憾的是,对于新的积分,我们并没有比之前更好。重要的是要记住,应用分部积分时,在找到可行的 $u$ 与 $dv$ 之前,我们可能需要尝试若干种选择。

Second, you may wonder why, when we find $v = \int^{}\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x,$ we do not use $v = \text{−}\text{cos}\mspace{2mu} x + K.$ To see that it makes no difference, we can rework the problem using $v = \text{−}\text{cos}\mspace{2mu} x + K\text{:}$

其次,你或许会想:当我们求出 $v = \int^{}\text{sin}\mspace{2mu} x\ dx = \text{−}\text{cos}\mspace{2mu} x$ 时,为什么不加 $v = \text{−}\text{cos}\mspace{2mu} x + K$。为了说明这没有区别,我们用 $v = \text{−}\text{cos}\mspace{2mu} x + K\text{:}$ 重做一遍:

$$\begin{array}{ll} {\int^{\ }x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & {= (x)(\text{−}\text{cos}\mspace{2mu} x + K) - \int^{\ }(\text{−}\text{cos}\mspace{2mu} x + K)(1dx)} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + Kx + \int^{\ }\text{cos}\mspace{2mu} x\ dx - \int^{\ }Kdx} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x\ + Kx + \text{sin}\mspace{2mu} x - Kx + C} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C.} \end{array}$$

$$\begin{array}{ll} {\int^{\ }x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & {= (x)(\text{−}\text{cos}\mspace{2mu} x + K) - \int^{\ }(\text{−}\text{cos}\mspace{2mu} x + K)(1dx)} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + Kx + \int^{\ }\text{cos}\mspace{2mu} x\ dx - \int^{\ }Kdx} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x\ + Kx + \text{sin}\mspace{2mu} x - Kx + C} \\ & {= \text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C.} \end{array}$$

As you can see, it makes no difference in the final solution.

如你所见,这并不影响最终结果。

Last, we can check to make sure that our antiderivative is correct by differentiating $\text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C\text{:}$

最后,我们可以对 $\text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C\text{:}$ 求导来验证原函数是否正确:

$$\begin{array}{ll} {\frac{d}{dx}\left( {\text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C} \right)} & {= (-1)\text{cos}\mspace{2mu} x + (\text{−}x)(\text{−}\text{sin}\mspace{2mu} x) + \text{cos}\mspace{2mu} x} \\ & {= x\mspace{2mu}\text{sin}\mspace{2mu} x.} \end{array}$$

$$\begin{array}{ll} {\frac{d}{dx}\left( {\text{−}x\mspace{2mu}\text{cos}\mspace{2mu} x + \text{sin}\mspace{2mu} x + C} \right)} & {= (-1)\text{cos}\mspace{2mu} x + (\text{−}x)(\text{−}\text{sin}\mspace{2mu} x) + \text{cos}\mspace{2mu} x} \\ & {= x\mspace{2mu}\text{sin}\mspace{2mu} x.} \end{array}$$

Therefore, the antiderivative checks out.

因此,该原函数验证无误。

Watch this video and visit this website for examples of integration by parts.

观看该视频并访问该网站,以查看分部积分的示例。

Evaluate $\int^{}xe^{2x}dx$ using the integration-by-parts formula with $u = x$ and $dv = e^{2x}dx.$

用分部积分公式,取 $u = x$、$dv = e^{2x}dx$,计算 $\int^{}xe^{2x}dx$。

The natural question to ask at this point is: How do we know how to choose $u$ and $dv?$ Sometimes it is a matter of trial and error; however, the acronym LIATE can often help to take some of the guesswork out of our choices. This acronym stands for Logarithmic Functions, Inverse Trigonometric Functions, Algebraic Functions, Trigonometric Functions, and Exponential Functions. This mnemonic serves as an aid in determining an appropriate choice for $u.$

此时自然会问:我们如何知道怎样选择 $u$ 与 $dv$?有时这纯属试错;然而,首字母缩写 LIATE 常常能帮我们减少选择时的猜测。这个缩写代表 Logarithmic Functions(对数函数)、Inverse Trigonometric Functions(反三角函数)、Algebraic Functions(代数函数)、Trigonometric Functions(三角函数)与 Exponential Functions(指数函数)。这个助记符有助于我们为 $u$ 做出合适的选择。

The type of function in the integral that appears first in the list should be our first choice of $u.$ For example, if an integral contains a logarithmic function and an algebraic function, we should choose $u$ to be the logarithmic function, because L comes before A in LIATE. The integral in Example 3.1 has a trigonometric function $\text{(}{\text{sin}\mspace{2mu} x}\text{)}$ and an algebraic function $(x).$ Because A comes before T in LIATE, we chose $u$ to be the algebraic function. When we have chosen $u,$ $dv$ is selected to be the remaining part of the function to be integrated, together with $dx.$

积分中在列表中排在最前面的函数类型,应作为我们首选的 $u$。例如,若一个积分同时含有对数函数和代数函数,我们应取 $u$ 为对数函数,因为 LIATE 中 L 在 A 之前。示例 3.1 中的积分含有三角函数 $\text{(}{\text{sin}\mspace{2mu} x}\text{)}$ 与代数函数 $(x)$。由于 LIATE 中 A 在 T 之前,我们取 $u$ 为代数函数。选定 $u$ 后,$dv$ 取为待积分函数的剩余部分连同 $dx$。

Why does this mnemonic work? Remember that whatever we pick to be $dv$ must be something we can integrate. Since we do not have integration formulas that allow us to integrate simple logarithmic functions and inverse trigonometric functions, it makes sense that they should not be chosen as values for $dv.$ Consequently, they should be at the head of the list as choices for $u.$ Thus, we put LI at the beginning of the mnemonic. (We could just as easily have started with IL, since these two types of functions won’t appear together in an integration-by-parts problem.) The exponential and trigonometric functions are at the end of our list because they are fairly easy to integrate and make good choices for $dv.$ Thus, we have TE at the end of our mnemonic. (We could just as easily have used ET at the end, since when these types of functions appear together it usually doesn’t really matter which one is $u$ and which one is $dv.)$ Algebraic functions are generally easy both to integrate and to differentiate, and they come in the middle of the mnemonic.

这个助记符为何有效?记住,我们选作 $dv$ 的必须是能够积分的东西。由于我们并没有能直接积分简单对数函数和反三角函数的公式,它们不应被选作 $dv$ 的值是说得通的。因此,它们应排在列表最前面,作为 $u$ 的候选。于是我们把 LI 放在助记符的开头。(同样也可以从 IL 开始,因为这两类函数不会同时出现在一个分部积分问题中。)指数函数和三角函数位于列表末尾,因为它们相当容易积分,适合作为 $dv$。于是助记符末尾是 TE。(结尾用 ET 也可以,因为当这两类函数同时出现时,通常谁作 $u$、谁作 $dv$ 没多大关系。)代数函数通常既容易积分也容易求导,它们位于助记符中间。

Using Integration by Parts 使用分部积分

Evaluate $\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx.}$

计算 $\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx.}$

Solution

解答

Begin by rewriting the integral:

先将积分改写:

$${\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx}} = \int^{}x^{-3}\text{ln}\mspace{2mu} x\ dx.$$

$${\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx}} = \int^{}x^{-3}\text{ln}\mspace{2mu} x\ dx.$$

Since this integral contains the algebraic function $x^{-3}$ and the logarithmic function $\text{ln}\mspace{2mu} x,$ choose $u = \text{ln}\mspace{2mu} x,$ since L comes before A in LIATE. After we have chosen $u = \text{ln}\mspace{2mu} x,$ we must choose $dv = x^{-3}dx.$

由于该积分含有代数函数 $x^{-3}$ 与对数函数 $\text{ln}\mspace{2mu} x$,取 $u = \text{ln}\mspace{2mu} x$,因为 LIATE 中 L 在 A 之前。选定 $u = \text{ln}\mspace{2mu} x$ 后,必须取 $dv = x^{-3}dx$。

Next, since $u = \text{ln}\mspace{2mu} x,$ we have $du = \frac{1}{x}dx.$ Also, $v = \int^{}x^{-3}dx = - \frac{1}{2}x^{-2}.$ Summarizing,

接着,由 $u = \text{ln}\mspace{2mu} x$ 得 $du = \frac{1}{x}dx$。又有 $v = \int^{}x^{-3}dx = - \frac{1}{2}x^{-2}$。归纳如下:

$$\begin{array}{rllcrll} u & = & {\text{ln}\mspace{2mu} x} & & {dv} & = & {x^{-3}dx} \\ {du} & = & {\frac{1}{x}dx} & & v & = & {\int^{}x^{-3}dx = - \frac{1}{2}x^{-2}.} \end{array}$$

$$\begin{array}{rllcrll} u & = & {\text{ln}\mspace{2mu} x} & & {dv} & = & {x^{-3}dx} \\ {du} & = & {\frac{1}{x}dx} & & v & = & {\int^{}x^{-3}dx = - \frac{1}{2}x^{-2}.} \end{array}$$

Substituting into the integration-by-parts formula (Equation 3.1) gives

代入分部积分公式(式 3.1)得到

$$\begin{array}{clccc} {\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx}} & {= \int^{}x^{-3}\text{ln}\mspace{2mu} x\ dx = \left( {\text{ln}\mspace{2mu} x)(\text{−}\ \frac{1}{2}x^{-2}} \right) - \int^{}\left( {\text{−}\ \frac{1}{2}x^{-2}} \right)(\frac{1}{x}dx)} & & & \\ & {= - \frac{1}{2}x^{-2}\text{ln}\mspace{2mu} x + \int^{}\frac{1}{2}x^{-3}dx} & & & {\text{Simplify}.} \\ & {= - \frac{1}{2}x^{-2}\text{ln}\mspace{2mu} x - \frac{1}{4}x^{-2} + C} & & & {\text{Integrate}.} \\ & {= - \frac{1}{2x^{2}}\text{ln}\mspace{2mu} x - \frac{1}{4x^{2}} + C.} & & & \text{Rewrite with positive integers.} \end{array}$$

$$\begin{array}{clccc} {\int{\frac{\text{ln}\mspace{2mu} x}{x^{3}}dx}} & {= \int^{}x^{-3}\text{ln}\mspace{2mu} x\ dx = \left( {\text{ln}\mspace{2mu} x)(\text{−}\ \frac{1}{2}x^{-2}} \right) - \int^{}\left( {\text{−}\ \frac{1}{2}x^{-2}} \right)(\frac{1}{x}dx)} & & & \\ & {= - \frac{1}{2}x^{-2}\text{ln}\mspace{2mu} x + \int^{}\frac{1}{2}x^{-3}dx} & & & {\text{Simplify}.} \\ & {= - \frac{1}{2}x^{-2}\text{ln}\mspace{2mu} x - \frac{1}{4}x^{-2} + C} & & & {\text{Integrate}.} \\ & {= - \frac{1}{2x^{2}}\text{ln}\mspace{2mu} x - \frac{1}{4x^{2}} + C.} & & & \text{Rewrite with positive integers.} \end{array}$$

Evaluate $\int^{}x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx.$

计算 $\int^{}x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx$。

In some cases, as in the next two examples, it may be necessary to apply integration by parts more than once.

在某些情况下,如下面两个示例所示,可能需要多次应用分部积分。

Applying Integration by Parts More Than Once 多次应用分部积分

Evaluate $\int^{}x^{2}e^{3x}dx.$

计算 $\int^{}x^{2}e^{3x}dx$。

Solution

解答

Using LIATE, choose $u = x^{2}$ and $dv = e^{3x}dx.$ Thus, $du = 2x\ dx$ and $v = {\int{e^{3x}dx = \left( \frac{1}{3} \right)e^{3x}}}.$ Therefore,

用 LIATE,取 $u = x^{2}$、$dv = e^{3x}dx$。于是 $du = 2x\ dx$、$v = {\int{e^{3x}dx = \left( \frac{1}{3} \right)e^{3x}}}$。因此

$$\begin{array}{rllcrll} u & = & x^{2} & & {dv} & = & {e^{3x}dx} \\ {du} & = & {2x\ dx} & & v & = & {{\int{e^{3x}dx = \frac{1}{3}e^{3x}}}.} \end{array}$$

$$\begin{array}{rllcrll} u & = & x^{2} & & {dv} & = & {e^{3x}dx} \\ {du} & = & {2x\ dx} & & v & = & {{\int{e^{3x}dx = \frac{1}{3}e^{3x}}}.} \end{array}$$

Substituting into Equation 3.1 produces

代入式 3.1 得

$${\int{x^{2}e^{3x}dx}} = \frac{1}{3}x^{2}e^{3x} - {\int{\frac{2}{3}xe^{3x}dx}}.$$

$${\int{x^{2}e^{3x}dx}} = \frac{1}{3}x^{2}e^{3x} - {\int{\frac{2}{3}xe^{3x}dx}}.$$

We still cannot integrate $\int{\frac{2}{3}xe^{3x}dx}$ directly, but the integral now has a lower power on $x.$ We can evaluate this new integral by using integration by parts again. To do this, choose $u = x$ and $dv = \frac{2}{3}e^{3x}dx.$ Thus, $du = dx$ and $v = {\int{\left( \frac{2}{3} \right)e^{3x}dx = \left( \frac{2}{9} \right)e^{3x}}}.$ Now we have

我们仍无法直接积分 $\int{\frac{2}{3}xe^{3x}dx}$,但该积分中 $x$ 的幂次降低了。我们可以再次使用分部积分来计算这个新积分。为此,取 $u = x$、$dv = \frac{2}{3}e^{3x}dx$。于是 $du = dx$、$v = {\int{\left( \frac{2}{3} \right)e^{3x}dx = \left( \frac{2}{9} \right)e^{3x}}}$。现在有

$$\begin{array}{rllcrll} u & = & x & & {dv} & = & {\frac{2}{3}e^{3x}dx} \\ {du} & = & {dx} & & v & = & {{\int{\frac{2}{3}e^{3x}dx = \frac{2}{9}e^{3x}}}.} \end{array}$$

$$\begin{array}{rllcrll} u & = & x & & {dv} & = & {\frac{2}{3}e^{3x}dx} \\ {du} & = & {dx} & & v & = & {{\int{\frac{2}{3}e^{3x}dx = \frac{2}{9}e^{3x}}}.} \end{array}$$

Substituting back into the previous equation yields

代回前面的等式得

$$\int^{}x^{2}e^{3x}dx = \frac{1}{3}x^{2}e^{3x} - \left( {\frac{2}{9}xe^{3x} - \int^{}\frac{2}{9}e^{3x}dx} \right).$$

$$\int^{}x^{2}e^{3x}dx = \frac{1}{3}x^{2}e^{3x} - \left( {\frac{2}{9}xe^{3x} - \int^{}\frac{2}{9}e^{3x}dx} \right).$$

After evaluating the last integral and simplifying, we obtain

计算最后一个积分并化简后,得到

$${\int{x^{2}e^{3x}dx}} = \frac{1}{3}x^{2}e^{3x} - \frac{2}{9}xe^{3x} + \frac{2}{27}e^{3x} + C.$$

$${\int{x^{2}e^{3x}dx}} = \frac{1}{3}x^{2}e^{3x} - \frac{2}{9}xe^{3x} + \frac{2}{27}e^{3x} + C.$$

Applying Integration by Parts When LIATE Doesn’t Quite Work 当 LIATE 法则不太适用时应用分部积分

Evaluate $\int^{}t^{3}e^{t^{2}}dt.$

计算 $\int^{}t^{3}e^{t^{2}}dt$。

Solution

解答

If we use a strict interpretation of the mnemonic LIATE to make our choice of $u,$ we end up with $u = t^{3}$ and $dv = e^{t^{2}}dt.$ Unfortunately, this choice won’t work because we are unable to evaluate $\int^{}e^{t^{2}}dt.$ However, since we can evaluate $\int^{}te^{t^{2}}dt,$ we can try choosing $u = t^{2}$ and $dv = te^{t^{2}}dt.$ With these choices we have

如果我们严格按照助记符 LIATE 来选择 $u$,会得到 $u = t^{3}$、$dv = e^{t^{2}}dt$。遗憾的是,这个选择行不通,因为我们无法计算 $\int^{}e^{t^{2}}dt$。不过,既然我们可以计算 $\int^{}te^{t^{2}}dt$,不妨尝试取 $u = t^{2}$、$dv = te^{t^{2}}dt$。这样选择后有

$$\begin{array}{rllcrll} u & = & t^{2} & & {dv} & = & {te^{t^{2}}dt} \\ {du} & = & {2t\ dt} & & v & = & {\int^{}te^{t^{2}}dt = \frac{1}{2}e^{t^{2}}.} \end{array}$$

$$\begin{array}{rllcrll} u & = & t^{2} & & {dv} & = & {te^{t^{2}}dt} \\ {du} & = & {2t\ dt} & & v & = & {\int^{}te^{t^{2}}dt = \frac{1}{2}e^{t^{2}}.} \end{array}$$

Thus, we obtain

于是我们得到

$$\begin{array}{ll} {\int^{\ }t^{3}e^{t^{2}}dt} & {= \frac{1}{2}t^{2}e^{t^{2}} - {\int{\frac{1}{2}e^{t^{2}}2tdt}}} \\ & {= \frac{1}{2}t^{2}e^{t^{2}} - \frac{1}{2}e^{t^{2}} + C.} \end{array}$$

$$\begin{array}{ll} {\int^{\ }t^{3}e^{t^{2}}dt} & {= \frac{1}{2}t^{2}e^{t^{2}} - {\int{\frac{1}{2}e^{t^{2}}2tdt}}} \\ & {= \frac{1}{2}t^{2}e^{t^{2}} - \frac{1}{2}e^{t^{2}} + C.} \end{array}$$

Applying Integration by Parts More Than Once 多次应用分部积分

Evaluate $\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx.$

计算 $\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx$。

Solution

解答

This integral appears to have only one function—namely, $\text{sin}(\text{ln}\mspace{2mu} x)$ —however, we can always use the constant function 1 as the other function. In this example, let’s choose $u = \text{sin}(\text{ln}\mspace{2mu} x)$ and $dv = 1dx.$ (The decision to use $u = \text{sin}(\text{ln}\mspace{2mu} x)$ is easy. We can’t choose $dv = \ \text{sin}(\text{ln}\mspace{2mu} x)dx$ because if we could integrate it, we wouldn’t be using integration by parts in the first place!) Consequently, $du = (1\text{/}x)\text{cos}(\text{ln}\mspace{2mu} x)dx$ and $v = \int^{}1dx = x.$ After applying integration by parts to the integral and simplifying, we have

这个积分看上去只有一个函数——即 $\text{sin}(\text{ln}\mspace{2mu} x)$——然而,我们总可以把常数函数 1 当作另一个函数。在此例中,取 $u = \text{sin}(\text{ln}\mspace{2mu} x)$、$dv = 1dx$。(取 $u = \text{sin}(\text{ln}\mspace{2mu} x)$ 很容易决定。我们不能取 $dv = \ \text{sin}(\text{ln}\mspace{2mu} x)dx$,因为如果真能积分它,我们一开始就不会用分部积分了!)因此 $du = (1\text{/}x)\text{cos}(\text{ln}\mspace{2mu} x)dx$、$v = \int^{}1dx = x$。对积分应用分部积分并化简后,有

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}\left( {\text{ln}\mspace{2mu} x} \right) - \int^{}\text{cos}\left( {\text{ln}\mspace{2mu} x} \right)dx.$$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}\left( {\text{ln}\mspace{2mu} x} \right) - \int^{}\text{cos}\left( {\text{ln}\mspace{2mu} x} \right)dx.$$

Unfortunately, this process leaves us with a new integral that is very similar to the original. However, let’s see what happens when we apply integration by parts again. This time let’s choose $u = \text{cos}(\text{ln}\mspace{2mu} x)$ and $dv = 1dx,$ making $du = \text{−}(1\text{/}x)\text{sin}(\text{ln}\mspace{2mu} x)dx$ and $v = \int^{}1dx = x.$ Substituting, we have

遗憾的是,这个过程留给我们一个与原式非常相似的新积分。不过,我们看看再应用一次分部积分会怎样。这次取 $u = \text{cos}(\text{ln}\mspace{2mu} x)$、$dv = 1dx$,于是 $du = \text{−}(1\text{/}x)\text{sin}(\text{ln}\mspace{2mu} x)dx$、$v = \int^{}1dx = x$。代入后得

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}\left( {\text{ln}\mspace{2mu} x} \right) - \left( {x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)—\int^{} - \text{sin}(\text{ln}\mspace{2mu} x)dx} \right).$$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}\left( {\text{ln}\mspace{2mu} x} \right) - \left( {x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)—\int^{} - \text{sin}(\text{ln}\mspace{2mu} x)dx} \right).$$

After simplifying, we obtain

化简后我们得到

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) - \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx.$$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) - \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx.$$

The last integral is now the same as the original. It may seem that we have simply gone in a circle, but now we can actually evaluate the integral. To see how to do this more clearly, substitute $I = \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx.$ Thus, the equation becomes

最后一个积分现在已经和原来相同。似乎我们只是在兜圈子,但现在实际上可以算出该积分了。为了更清楚地看出怎么做,令 $I = \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx$。于是等式变为

$$I = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) - I.$$

$$I = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) - I.$$

First, add $I$ to both sides of the equation to obtain

首先,等式两边同时加上 $I$,得到

$$2I = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

$$2I = x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

Next, divide by 2:

接着,两边除以 2:

$$I = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

$$I = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

Substituting $I = \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx$ again, we have

再把 $I = \int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx$ 代回,得

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x).$$

From this we see that $(1\text{/}2)x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - (1\text{/}2)x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)$ is an antiderivative of $\text{sin}(\text{ln}\mspace{2mu} x)dx.$ For the most general antiderivative, add $+ C\text{:}$

由此可知,$(1\text{/}2)x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - (1\text{/}2)x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)$ 是 $\text{sin}(\text{ln}\mspace{2mu} x)dx$ 的一个原函数。要得到最一般的不定积分,再加上 $+ C\text{:}$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) + C.$$

$$\int^{}\text{sin}(\text{ln}\mspace{2mu} x)dx = \frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x) + C.$$

Analysis

分析

If this method feels a little strange at first, we can check the answer by differentiation:

如果这个方法起初让你觉得有点奇怪,我们可以通过求导来验证答案:

$$\begin{array}{l} {\frac{d}{dx}\left( {\frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)} \right)} \\ \\ {= \frac{1}{2}(\text{sin}(\text{ln}\mspace{2mu} x)) + \text{cos}(\text{ln}\mspace{2mu} x) \cdot \frac{1}{x} \cdot \frac{1}{2}x - \left( {\frac{1}{2}\text{cos}(\text{ln}\mspace{2mu} x) - \text{sin}(\text{ln}\mspace{2mu} x) \cdot \frac{1}{x} \cdot \frac{1}{2}x} \right)} \\ {= \text{sin}(\text{ln}\mspace{2mu} x).} \end{array}$$

$$\begin{array}{l} {\frac{d}{dx}\left( {\frac{1}{2}x\mspace{2mu}\text{sin}(\text{ln}\mspace{2mu} x) - \frac{1}{2}x\mspace{2mu}\text{cos}(\text{ln}\mspace{2mu} x)} \right)} \\ \\ {= \frac{1}{2}(\text{sin}(\text{ln}\mspace{2mu} x)) + \text{cos}(\text{ln}\mspace{2mu} x) \cdot \frac{1}{x} \cdot \frac{1}{2}x - \left( {\frac{1}{2}\text{cos}(\text{ln}\mspace{2mu} x) - \text{sin}(\text{ln}\mspace{2mu} x) \cdot \frac{1}{x} \cdot \frac{1}{2}x} \right)} \\ {= \text{sin}(\text{ln}\mspace{2mu} x).} \end{array}$$

Evaluate $\int^{}x^{2}\text{sin}\mspace{2mu} x\ dx.$

计算 $\int^{}x^{2}\text{sin}\mspace{2mu} x\ dx$。

Integration by Parts for Definite Integrals 定积分的分部积分

Now that we have used integration by parts successfully to evaluate indefinite integrals, we turn our attention to definite integrals. The integration technique is really the same, only we add a step to evaluate the integral at the upper and lower limits of integration.

既然我们已经成功地运用分部积分法计算了不定积分,现在把注意力转向定积分。积分技巧其实相同,只是增加一步:在积分的上限与下限处计算该积分的值。

Integration by Parts for Definite Integrals 定积分的分部积分

Let $u = f(x)$ and $v = g(x)$ be functions with continuous derivatives on $\lbrack a,b\rbrack.$ Then

设 $u = f(x)$ 与 $v = g(x)$ 是在 $\lbrack a,b\rbrack$ 上具有连续导数的函数。则

$${\int_{a}^{b}{u\ dv}} = \left. {uv} \right|_{a}^{b} - {\int_{a}^{b}{v\ du}}.$$ (3.2)

$${\int_{a}^{b}{u\ dv}} = \left. {uv} \right|_{a}^{b} - {\int_{a}^{b}{v\ du}}.$$ (3.2)

Finding the Area of a Region 求区域的面积

Find the area of the region bounded above by the graph of $y = \text{tan}^{-1}x$ and below by the $x$-axis over the interval $\left\lbrack {0,1} \right\rbrack.$

求由 $y = \text{tan}^{-1}x$ 的图像为上界、以 $x$ 轴为下界、在区间 $\left\lbrack {0,1} \right\rbrack$ 上的区域面积。

Solution 解答

This region is shown in Figure 3.2. To find the area, we must evaluate $\int\limits_{0}^{1}\text{tan}^{-1}x\ dx.$

该区域如图 3.2 所示。为求面积,我们必须计算 $\int\limits_{0}^{1}\text{tan}^{-1}x\ dx.$

For this integral, let’s choose $u = \text{tan}^{-1}x$ and $dv = dx,$ thereby making $du = \frac{1}{x^{2} + 1}dx$ and $v = x.$ After applying the integration-by-parts formula (Equation 3.2) we obtain

对于这个积分,取 $u = \text{tan}^{-1}x$ 与 $dv = dx,$ 从而得到 $du = \frac{1}{x^{2} + 1}dx$ 与 $v = x.$ 应用分部积分公式(式 3.2)后,我们得到

$${\text{Area} = x\mspace{2mu}\text{tan}^{-1}\left. x \right|_{0}^{1}} - {\int\limits_{0}^{1}{\frac{x}{x^{2} + 1}dx.}}$$

$${\text{Area} = x\mspace{2mu}\text{tan}^{-1}\left. x \right|_{0}^{1}} - {\int\limits_{0}^{1}{\frac{x}{x^{2} + 1}dx.}}$$

Use *u*-substitution to obtain

利用 *u* 换元法可得

$$\int\limits_{0}^{1}{\frac{x}{x^{2} + 1}dx = \frac{1}{2}\text{ln}\left| x^{2} + 1|_{0}^{1}. \right.}$$

$$\int\limits_{0}^{1}{\frac{x}{x^{2} + 1}dx = \frac{1}{2}\text{ln}\left| x^{2} + 1|_{0}^{1}. \right.}$$

Thus,

因此,

$$\left. \text{Area} = x\ \tan^{- 1}x|_{0}^{1} - \frac{1}{2}\ln\left| x^{2} \right. + 1 \middle| |_{0}^{1} = \frac{\pi}{4} - \frac{1}{2}\ln\ 2. \right.$$

$$\left. \text{Area} = x\ \tan^{- 1}x|_{0}^{1} - \frac{1}{2}\ln\left| x^{2} \right. + 1 \middle| |_{0}^{1} = \frac{\pi}{4} - \frac{1}{2}\ln\ 2. \right.$$

At this point it might not be a bad idea to do a “reality check” on the reasonableness of our solution. Since $\frac{\pi}{4} - \frac{1}{2}\text{ln}\mspace{2mu} 2 \approx 0.4388,$ and from Figure 3.2 we expect our area to be slightly less than 0.5, this solution appears to be reasonable.

此时,对我们的解答做一次“合理性检验”不失为明智之举。由于 $\frac{\pi}{4} - \frac{1}{2}\text{ln}\mspace{2mu} 2 \approx 0.4388,$ 而由图 3.2 我们预期面积略小于 0.5,因此该解答看来是合理的。

Finding a Volume of Revolution 求旋转体的体积

Find the volume of the solid obtained by revolving the region bounded by the graph of $f(x) = e^{\text{−}x},$ the *x*-axis, the *y*-axis, and the line $x = 1$ about the *y*-axis.

求由 $f(x) = e^{\text{−}x}$ 的图像、*x* 轴、*y* 轴以及直线 $x = 1$ 所围成区域绕 *y* 轴旋转所得立体的体积。

Solution 解答

The best option to solving this problem is to use the shell method. Begin by sketching the region to be revolved, along with a typical rectangle (see the following graph).

解决此问题的最佳选择是使用柱壳法。先从画出待旋转区域及一条典型矩形(见下图)开始。

To find the volume using shells, we must evaluate $2\pi{\int_{0}^{1}{xe^{\text{−}x}dx}}.$ To do this, let $u = x$ and $dv = e^{\text{−}x}.$ These choices lead to $du = dx$ and $v = \int^{}e^{\text{−}x} = \text{−}e^{\text{−}x}.$ Substituting into Equation 3.2, we obtain

为用柱壳法求体积,我们必须计算 $2\pi{\int_{0}^{1}{xe^{\text{−}x}dx}}.$ 为此取 $u = x$ 与 $dv = e^{\text{−}x}.$ 这些选择给出 $du = dx$ 与 $v = \int^{}e^{\text{−}x} = \text{−}e^{\text{−}x}.$ 代入式 3.2,我们得到

$$\begin{array}{clcl} \text{Volume} & {= 2\pi\int\limits_{0}^{1}xe^{\text{−}x}dx = 2\pi(\text{−}xe^{\text{−}x}|_{0}^{1} + \int\limits_{0}^{1}e^{\text{−}x}dx)} & & {\text{Use integration by parts}.} \\ & {{= -2\pi xe^{\text{−}x}|_{0}^{1}} - 2\pi e^{\text{−}x}|_{0}^{1}} & & {{\text{Evaluate}\ \int\limits_{0}^{1}e^{\text{−}x}dx = \text{−}e^{\text{−}x}|_{0}^{1}}.} \\ & {= 2\pi - \frac{4\pi}{e}.} & & {\text{Evaluate and simplify}.} \end{array}$$

$$\begin{array}{clcl} \text{Volume} & {= 2\pi\int\limits_{0}^{1}xe^{\text{−}x}dx = 2\pi(\text{−}xe^{\text{−}x}|_{0}^{1} + \int\limits_{0}^{1}e^{\text{−}x}dx)} & & {\text{Use integration by parts}.} \\ & {{= -2\pi xe^{\text{−}x}|_{0}^{1}} - 2\pi e^{\text{−}x}|_{0}^{1}} & & {{\text{Evaluate}\ \int\limits_{0}^{1}e^{\text{−}x}dx = \text{−}e^{\text{−}x}|_{0}^{1}}.} \\ & {= 2\pi - \frac{4\pi}{e}.} & & {\text{Evaluate and simplify}.} \end{array}$$

Analysis 分析

Again, it is a good idea to check the reasonableness of our solution. We observe that the solid has a volume slightly less than that of a cylinder of radius $1$ and height of $1\text{/}e$ added to the volume of a cone of base radius $1$ and height of $1 - \frac{1}{e}.$ Consequently, the solid should have a volume a bit less than

再次强调,检验解答的合理性是个好主意。我们观察到该立体的体积略小于:半径为 $1$、高为 $1\text{/}e$ 的圆柱体积,加上底半径为 $1$、高为 $1 - \frac{1}{e}$ 的圆锥体积之和。因此,该立体的体积应略小于

$$\pi{(1)}^{2}\frac{1}{e} + \left( \frac{\pi}{3} \right)(1)^{2}\left( {1 - \frac{1}{e}} \right) = \frac{2\pi}{3e} + \frac{\pi}{3} \approx 1.8177.$$

$$\pi{(1)}^{2}\frac{1}{e} + \left( \frac{\pi}{3} \right)(1)^{2}\left( {1 - \frac{1}{e}} \right) = \frac{2\pi}{3e} + \frac{\pi}{3} \approx 1.8177.$$

Since $2\pi - \frac{4\pi}{e} \approx 1.6603,$ we see that our calculated volume is reasonable.

由于 $2\pi - \frac{4\pi}{e} \approx 1.6603,$ 可见我们计算出的体积是合理的。

Evaluate $\int_{0}^{\pi\text{/}2}{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx.}$

计算 $\int_{0}^{\pi\text{/}2}{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx.}$

Section 3.1 Exercises 3.1 节习题

In using the technique of integration by parts, you must carefully choose which expression is *u.* For each of the following problems, use the guidelines in this section to choose *u.* Do not evaluate the integrals.

在使用分部积分法时,必须谨慎选择哪个式子作为 *u*。对下列每个问题,运用本节中的准则来选择 *u*。不要计算这些积分。

1.

1.

$\int{x^{3}e^{2x}dx}$

$\int{x^{3}e^{2x}dx}$

2\.

2\.

$\int{x^{3}\text{ln}(x)dx}$

$\int{x^{3}\text{ln}(x)dx}$

3.

3.

$\int{y^{3}\text{cos}\mspace{2mu} ydy}$

$\int{y^{3}\text{cos}\mspace{2mu} ydy}$

4\.

4\.

$\int{x^{2}\text{arctan}\mspace{2mu} x\ dx}$

$\int{x^{2}\text{arctan}\mspace{2mu} x\ dx}$

5.

5.

$\int{e^{3x}\text{sin}(2x)dx}$

$\int{e^{3x}\text{sin}(2x)dx}$

Find the integral by using the simplest method. Not all problems require integration by parts.

用最简单的方法求积分。并非所有问题都需要分部积分法。

6\.

6\.

$\int{v\mspace{2mu}\text{sin}\mspace{2mu} vdv}$

$\int{v\mspace{2mu}\text{sin}\mspace{2mu} vdv}$

7.

7.

$\int{\text{ln}\mspace{2mu} x\ dx}$ (*Hint:* $\int{\text{ln}\mspace{2mu} x\ dx}$ is equivalent to ${\int{1 \cdot \text{ln}(x)dx}}.)$

$\int{\text{ln}\mspace{2mu} x\ dx}$(*提示:* $\int{\text{ln}\mspace{2mu} x\ dx}$ 等价于 ${\int{1 \cdot \text{ln}(x)dx}}$.)

8\.

8\.

$\int{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

$\int{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

9.

9.

$\int{\text{tan}^{-1}x\ dx}$

$\int{\text{tan}^{-1}x\ dx}$

10\.

10\.

${\int x^{2}}e^{x}dx$

${\int x^{2}}e^{x}dx$

11.

11.

$\int{x\mspace{2mu}\text{sin}(2x)dx}$

$\int{x\mspace{2mu}\text{sin}(2x)dx}$

12\.

12\.

$\int{xe^{4x}dx}$

$\int{xe^{4x}dx}$

13.

13.

$\int{xe^{\text{−}x}dx}$

$\int{xe^{\text{−}x}dx}$

14\.

14\.

$\int{x\mspace{2mu}\text{cos}\mspace{2mu} 3x\ dx}$

$\int{x\mspace{2mu}\text{cos}\mspace{2mu} 3x\ dx}$

15.

15.

${\int x^{2}}\text{cos}\mspace{2mu} x\ dx$

${\int x^{2}}\text{cos}\mspace{2mu} x\ dx$

16\.

16\.

$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$

$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$

17.

17.

$\int{\text{ln}(2x + 1)dx}$

$\int{\text{ln}(2x + 1)dx}$

18\.

18\.

${\int{x^{2}e^{4x}}}dx$

${\int{x^{2}e^{4x}}}dx$

19.

19.

$\int{e^{x}\text{sin}\mspace{2mu} x\ dx}$

$\int{e^{x}\text{sin}\mspace{2mu} x\ dx}$

20\.

20\.

$\int{e^{x}\text{cos}\mspace{2mu} x\ dx}$

$\int{e^{x}\text{cos}\mspace{2mu} x\ dx}$

21.

21.

$\int{xe^{\text{−}x^{2}}dx}$

$\int{xe^{\text{−}x^{2}}dx}$

22\.

22\.

$\int{x^{2}e^{\text{−}x}dx}$

$\int{x^{2}e^{\text{−}x}dx}$

23.

23.

$\int{\text{sin}(\text{ln}(2x))dx}$

$\int{\text{sin}(\text{ln}(2x))dx}$

24\.

24\.

$\int{cos(\text{ln}\mspace{2mu} x)dx}$

$\int{cos(\text{ln}\mspace{2mu} x)dx}$

25.

25.

$\int{{(\text{ln}\mspace{2mu} x)}^{2}dx}$

$\int{{(\text{ln}\mspace{2mu} x)}^{2}dx}$

26\.

26\.

$\int{\text{ln}(x^{2})dx}$

$\int{\text{ln}(x^{2})dx}$

27.

27.

$\int{x^{2}\text{ln}\mspace{2mu} x\ dx}$

$\int{x^{2}\text{ln}\mspace{2mu} x\ dx}$

28\.

28\.

$\int{\text{sin}^{-1}x\ dx}$

$\int{\text{sin}^{-1}x\ dx}$

29.

29.

$\int{\text{cos}^{-1}(2x)dx}$

$\int{\text{cos}^{-1}(2x)dx}$

30\.

30\.

$\int{x\mspace{2mu}\text{arctan}\mspace{2mu} x\ dx}$

$\int{x\mspace{2mu}\text{arctan}\mspace{2mu} x\ dx}$

31.

31.

$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$

$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$

32\.

32\.

$\int{x^{3}\text{cos}\mspace{2mu} x\ dx}$

$\int{x^{3}\text{cos}\mspace{2mu} x\ dx}$

33.

33.

$\int{x^{3}\text{sin}\mspace{2mu} x\ dx}$

$\int{x^{3}\text{sin}\mspace{2mu} x\ dx}$

34\.

34\.

$\int{x^{3}e^{x}dx}$

$\int{x^{3}e^{x}dx}$

35.

35.

$\int{x\mspace{2mu}\text{sec}^{-1}x\ dx}$

$\int{x\mspace{2mu}\text{sec}^{-1}x\ dx}$

36\.

36\.

$\int{x\mspace{2mu}\text{sec}^{2}x\ dx}$

$\int{x\mspace{2mu}\text{sec}^{2}x\ dx}$

37.

37.

$\int{x\mspace{2mu}\text{cosh}\mspace{2mu} x\ dx}$

$\int{x\mspace{2mu}\text{cosh}\mspace{2mu} x\ dx}$

Compute the definite integrals. Use a graphing utility to confirm your answers.

计算下列定积分。用绘图工具验证你的答案。

38\.

38\.

$\int_{1\text{/}e}^{1}{\text{ln}\mspace{2mu} x\ dx}$

$\int_{1\text{/}e}^{1}{\text{ln}\mspace{2mu} x\ dx}$

39.

39.

$\int_{0}^{1}{xe^{-2x}dx}$ (Express the answer in exact form.)

$\int_{0}^{1}{xe^{-2x}dx}$(答案用精确形式表示。)

40\.

40\.

$\int_{0}^{1}{e^{\sqrt{x}}dx\left( {\text{let}\ u = \sqrt{x}} \right)}$

$\int_{0}^{1}{e^{\sqrt{x}}dx\left( {\text{let}\ u = \sqrt{x}} \right)}$

41.

41.

$\int_{1}^{e}{\text{ln}(x^{2})dx}$

$\int_{1}^{e}{\text{ln}(x^{2})dx}$

42\.

42\.

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

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

43.

43.

$\int_{\text{−}\pi}^{\pi}{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$ (Express the answer in exact form.)

$\int_{\text{−}\pi}^{\pi}{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$(答案用精确形式表示。)

44\.

44\.

$\int_{0}^{3}{\text{ln}(x^{2} + 1)dx}$ (Express the answer in exact form.)

$\int_{0}^{3}{\text{ln}(x^{2} + 1)dx}$(答案用精确形式表示。)

45.

45.

$\int_{0}^{\pi\text{/}2}{x^{2}\text{sin}\mspace{2mu} x\ dx}$ (Express the answer in exact form.)

$\int_{0}^{\pi\text{/}2}{x^{2}\text{sin}\mspace{2mu} x\ dx}$(答案用精确形式表示。)

46\.

46\.

$\int_{0}^{1}{x5^{x}dx}$ (Express the answer using five significant digits.)

$\int_{0}^{1}{x5^{x}dx}$(答案用五位有效数字表示。)

47.

47.

Evaluate $\int{\text{cos}\mspace{2mu} x\mspace{2mu}\text{ln}(\text{sin}\mspace{2mu} x)dx}$

计算 $\int{\text{cos}\mspace{2mu} x\mspace{2mu}\text{ln}(\text{sin}\mspace{2mu} x)dx}$

Derive the following formulas using the technique of integration by parts. Assume that *n* is a positive integer. These formulas are called *reduction formulas* because the exponent in the *x* term has been reduced by one in each case. The second integral is simpler than the original integral.

用分部积分法推导下列公式。假设 *n* 为正整数。这些公式称为*递推公式*,因为在每种情况下 *x* 项的指数都降低了一次。第二个积分比原积分更简单。

48\.

48\.

$\int{x^{n}e^{x}dx = x^{n}e^{x} - n{\int{x^{n - 1}e^{x}dx}}}$

$\int{x^{n}e^{x}dx = x^{n}e^{x} - n{\int{x^{n - 1}e^{x}dx}}}$

49.

49.

${\int{x^{n}\text{cos}\mspace{2mu} x\ dx}} = x^{n}\text{sin}\mspace{2mu} x - n{\int{x^{n - 1}\text{sin}\mspace{2mu} x\ dx}}$

${\int{x^{n}\text{cos}\mspace{2mu} x\ dx}} = x^{n}\text{sin}\mspace{2mu} x - n{\int{x^{n - 1}\text{sin}\mspace{2mu} x\ dx}}$

50\.

50\.

${\int{x^{n}\text{sin}\mspace{2mu} x\ dx}} = \underset{\_\_\_\_\_\_}{}$

${\int{x^{n}\text{sin}\mspace{2mu} x\ dx}} = \underset{\_\_\_\_\_\_}{}$

51.

51.

Integrate ${\int{2x\sqrt{2x - 3}}}dx$ using two methods:

用两种方法积分 ${\int{2x\sqrt{2x - 3}}}dx$:

1. Using parts, letting $dv = \sqrt{2x - 3}\mspace{2mu} dx$

1. 使用分部积分法,取 $dv = \sqrt{2x - 3}\mspace{2mu} dx$

2. Substitution, letting $u = 2x - 3$

2. 使用换元法,取 $u = 2x - 3$

State whether you would use integration by parts to evaluate the integral. If so, identify *u* and *dv*. If not, describe the technique used to perform the integration without actually doing the problem.

说明你是否会使用分部积分法来计算该积分。若使用,指出 *u* 与 *dv*。若不使用,则描述所用的方法(无需实际计算)。

52\.

52\.

$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$

$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$

53.

53.

$\int{\frac{\text{ln}^{2}x}{x}dx}$

$\int{\frac{\text{ln}^{2}x}{x}dx}$

54\.

54\.

$\int{xe^{x}dx}$

$\int{xe^{x}dx}$

55.

55.

$\int{xe^{x^{2} - 3}dx}$

$\int{xe^{x^{2} - 3}dx}$

56\.

56\.

$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$

$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$

57.

57.

$\int{x^{2}\text{sin}(3x^{3} + 2)dx}$

$\int{x^{2}\text{sin}(3x^{3} + 2)dx}$

Sketch the region bounded above by the curve, the *x*-axis, and $x = 1,$ and find the area of the region. Provide the exact form or round answers to the number of places indicated.

画出由上方的曲线、*x* 轴以及 $x = 1$ 所围成区域的图形,并求该区域的面积。答案用精确形式表示,或按所指位数四舍五入。

58\.

58\.

$y = 2xe^{\text{−}x}$ (Approximate answer to four decimal places.)

$y = 2xe^{\text{−}x}$(答案近似到四位小数。)

59.

59.

$y = e^{\text{−}x}\text{sin}(\pi x)$ (Approximate answer to five decimal places.)

$y = e^{\text{−}x}\text{sin}(\pi x)$(答案近似到五位小数。)

Find the volume generated by rotating the region bounded by the given curves about the specified line. Express the answers in exact form or approximate to the number of decimal places indicated.

求由给定曲线围成区域绕指定直线旋转所产生的体积。答案用精确形式表示,或近似到所指的小数位数。

60\.

60\.

$y = \text{sin}\mspace{2mu} x,y = 0,x = 2\pi,x = 3\pi$ about the y-axis (Express the answer in exact form.)

$y = \text{sin}\mspace{2mu} x,y = 0,x = 2\pi,x = 3\pi$ 绕 y 轴(答案用精确形式表示。)

61.

61.

$y = e^{\text{−}x}$ $y = 0,x = -1x = 0;$ about $x = 1$ (Express the answer in exact form.)

$y = e^{\text{−}x}$ $y = 0,x = -1x = 0;$ 绕 $x = 1$(答案用精确形式表示。)

62\.

62\.

A particle moving along a straight line has a velocity of $v(t) = t^{2}e^{\text{−}t}$ after *t* sec. How far does it travel in the first 2 sec? (Assume the units are in feet and express the answer in exact form.)

沿直线运动的粒子在 *t* 秒后的速度为 $v(t) = t^{2}e^{\text{−}t}$。它在最初的 2 秒内行进了多远?(假设单位为英尺,答案用精确形式表示。)

63.

63.

Find the area under the graph of $y = \text{sec}^{3}x$ from $x = 0\mspace{2mu}\text{to}\ x = 1.$ (Round the answer to two significant digits.)

求 $y = \text{sec}^{3}x$ 的图像下方、从 $x = 0\mspace{2mu}\text{to}\ x = 1$ 之间的面积。(答案四舍五入到两位有效数字。)

64\.

64\.

Find the area between $y = (x - 2)e^{x}$ and the *x-*axis from $x = 2$ to $x = 5.$ (Express the answer in exact form.)

求 $y = (x - 2)e^{x}$ 与 *x* 轴之间、从 $x = 2$ 到 $x = 5$ 的面积。(答案用精确形式表示。)

65.

65.

Find the area of the region enclosed by the curve $y = x\mspace{2mu}\text{cos}\mspace{2mu} x$ and the *x*-axis for

求由曲线 $y = x\mspace{2mu}\text{cos}\mspace{2mu} x$ 与 *x* 轴所围成区域在如下范围内的面积

$\frac{11\pi}{2} \leq x \leq \frac{13\pi}{2}.$ (Express the answer in exact form.)

$\frac{11\pi}{2} \leq x \leq \frac{13\pi}{2}.$(答案用精确形式表示。)

66\.

66\.

Find the volume of the solid generated by revolving the region bounded by the curve $y = \text{ln}\mspace{2mu} x,$ the *x*-axis, and the vertical line $x = e^{2}$ about the *x*-axis. (Express the answer in exact form.)

求由曲线 $y = \text{ln}\mspace{2mu} x$、*x* 轴以及竖直直线 $x = e^{2}$ 所围成区域绕 *x* 轴旋转所得立体的体积。(答案用精确形式表示。)

67.

67.

Find the volume of the solid generated by revolving the region bounded by the curve $y = 4\mspace{2mu}\text{cos}\mspace{2mu} x$ and the *x*-axis, $\frac{\pi}{2} \leq x \leq \frac{3\pi}{2},$ about the *x*-axis. (Express the answer in exact form.)

求由曲线 $y = 4\mspace{2mu}\text{cos}\mspace{2mu} x$ 与 *x* 轴所围成区域(其中 $\frac{\pi}{2} \leq x \leq \frac{3\pi}{2}$)绕 *x* 轴旋转所得立体的体积。(答案用精确形式表示。)

68\.

68\.

Find the volume of the solid generated by revolving the region in the first quadrant bounded by $y = e^{x}$ and the *x*-axis, from $x = 0$ to $x = \text{ln}(7),$ about the *y-*axis. (Express the answer in exact form.)

求第一象限内由 $y = e^{x}$ 与 *x* 轴所围成区域(从 $x = 0$ 到 $x = \text{ln}(7)$)绕 *y* 轴旋转所得立体的体积。(答案用精确形式表示。)

3.2 Trigonometric Integrals 3.2 三角积分

In this section we look at how to integrate a variety of products of trigonometric functions. These integrals are called trigonometric integrals. They are an important part of the integration technique called *trigonometric substitution*, which is featured in Trigonometric Substitution. This technique allows us to convert algebraic expressions that we may not be able to integrate into expressions involving trigonometric functions, which we may be able to integrate using the techniques described in this section. In addition, these types of integrals appear frequently when we study polar, cylindrical, and spherical coordinate systems later. Let’s begin our study with products of $\text{sin}\mspace{2mu} x$ and $\text{cos}\mspace{2mu} x.$

在本节中,我们考察如何对各类三角函数的乘积进行积分。这些积分称为三角积分。它们是称为*三角换元法*的积分技巧的重要组成部分,该技巧将在“三角换元”中重点介绍。这一技巧使我们能够将原本可能无法积分的代数表达式转换为涉及三角函数的表达式,而后者可用本节所述技巧积分。此外,在学习极坐标、柱坐标和球坐标系统时,这类积分也会频繁出现。让我们从 $\text{sin}\mspace{2mu} x$ 与 $\text{cos}\mspace{2mu} x$ 的乘积开始研究。

Integrating Products and Powers of sin*x* and cos*x* sin*x* 与 cos*x* 的乘积与幂的积分

A key idea behind the strategy used to integrate combinations of products and powers of $\text{sin}\mspace{2mu} x$ and $\text{cos}\mspace{2mu} x$ involves rewriting these expressions as sums and differences of integrals of the form $\int\text{sin}^{j}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx$ or $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx.$ After rewriting these integrals, we evaluate them using *u*-substitution. Before describing the general process in detail, let’s take a look at the following examples.

用于积分 $\text{sin}\mspace{2mu} x$ 与 $\text{cos}\mspace{2mu} x$ 的乘积与幂的组合的策略,其背后的关键思想是将这些表达式改写为形如 $\int\text{sin}^{j}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx$ 或 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx$ 的积分的和与差。重写这些积分后,我们使用 *u* 换元来计算它们。在详细描述一般过程之前,我们先来看下面的例子。

Integrating $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx$ 积分 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx$

Evaluate $\int\text{cos}^{3}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx.$

计算 $\int\text{cos}^{3}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx.$

Solution 解答

Use $u$-substitution and let $u = \text{cos}\mspace{2mu} x.$ In this case, $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$ Thus,

使用 $u$ 换元,令 $u = \text{cos}\mspace{2mu} x.$ 此时 $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$ 于是

$$\begin{array}{ll} {\int\text{cos}^{3}\ x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & {= \text{−}\int u^{3}\ du} \\ & {= - \frac{1}{4}u^{4} + C} \\ & {= - \frac{1}{4}\text{cos}^{4}\ x + C.} \end{array}$$

$$\begin{array}{ll} {\int\text{cos}^{3}\ x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & {= \text{−}\int u^{3}\ du} \\ & {= - \frac{1}{4}u^{4} + C} \\ & {= - \frac{1}{4}\text{cos}^{4}\ x + C.} \end{array}$$

Evaluate $\int\text{sin}^{4}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx.$

计算 $\int\text{sin}^{4}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx.$

A Preliminary Example: Integrating $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$ Where *k* is Odd 预备示例:积分 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$,其中 *k* 为奇数

Evaluate $\int\text{cos}^{2}x\mspace{2mu}\text{sin}^{3}x\ dx.$

计算 $\int\text{cos}^{2}x\mspace{2mu}\text{sin}^{3}x\ dx.$

Solution 解答

To convert this integral to integrals of the form $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx,$ rewrite $\text{sin}^{3}x = \text{sin}^{2}x\mspace{2mu}\text{sin}\mspace{2mu} x$ and make the substitution $\text{sin}^{2}x = 1 - \text{cos}^{2}x.$ Thus,

为了将该积分转化为形如 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx$ 的积分,将 $\text{sin}^{3}x = \text{sin}^{2}x\mspace{2mu}\text{sin}\mspace{2mu} x$ 改写,并作换元 $\text{sin}^{2}x = 1 - \text{cos}^{2}x.$ 于是

$$\begin{matrix} {\int\text{cos}^{2}x\mspace{2mu}\text{sin}^{3}x\ dx} & {= \int\text{cos}^{2}x\left( 1 - \text{cos}^{2}x \right)\text{sin}\mspace{2mu} x\ dx} & {\text{Let}\ u = \text{cos}\mspace{2mu} x;\ \text{then}\ du = \text{−}\text{sin}\mspace{2mu} x\ dx.} \\ & {= \text{−}\int u^{2}\left( 1 - u^{2} \right)du} & \\ & {= \int\left( u^{4} - u^{2} \right)du} & \\ & {= \frac{1}{5}u^{5} - \frac{1}{3}u^{3} + C} & \\ & {= \frac{1}{5}\text{cos}^{5}x - \frac{1}{3}\text{cos}^{3}x + C.} & \end{matrix}$$

$$\begin{matrix} {\int\text{cos}^{2}x\mspace{2mu}\text{sin}^{3}x\ dx} & {= \int\text{cos}^{2}x\left( 1 - \text{cos}^{2}x \right)\text{sin}\mspace{2mu} x\ dx} & {\text{Let}\ u = \text{cos}\mspace{2mu} x;\ \text{then}\ du = \text{−}\text{sin}\mspace{2mu} x\ dx.} \\ & {= \text{−}\int u^{2}\left( 1 - u^{2} \right)du} & \\ & {= \int\left( u^{4} - u^{2} \right)du} & \\ & {= \frac{1}{5}u^{5} - \frac{1}{3}u^{3} + C} & \\ & {= \frac{1}{5}\text{cos}^{5}x - \frac{1}{3}\text{cos}^{3}x + C.} & \end{matrix}$$

Evaluate $\int\text{cos}^{3}x\mspace{2mu}\text{sin}^{2}x\ dx.$

计算 $\int\text{cos}^{3}x\mspace{2mu}\text{sin}^{2}x\ dx.$

In the next example, we see the strategy that must be applied when there are only even powers of $\text{sin}\mspace{2mu} x$ and $\text{cos}\mspace{2mu} x.$ For integrals of this type, the identities

在下一个示例中,我们将看到当 $\text{sin}\mspace{2mu} x$ 与 $\text{cos}\mspace{2mu} x$ 都只有偶数幂时必须采用的策略。对于此类积分,下列恒等式

$$\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x) = \frac{1 - \text{cos}\left( {2x} \right)}{2}$$

$$\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x) = \frac{1 - \text{cos}\left( {2x} \right)}{2}$$

and

以及

$$\text{cos}^{2}x = \frac{1}{2} + \frac{1}{2}\text{cos}(2x) = \frac{1 + \text{cos}\left( {2x} \right)}{2}$$

$$\text{cos}^{2}x = \frac{1}{2} + \frac{1}{2}\text{cos}(2x) = \frac{1 + \text{cos}\left( {2x} \right)}{2}$$

are invaluable. These identities are sometimes known as *power-reducing identities* and they may be derived from the double-angle identity $\text{cos}\left( {2x} \right) = \text{cos}^{2}x - \text{sin}^{2}x$ and the Pythagorean identity $\text{cos}^{2}x + \text{sin}^{2}x = 1.$

非常重要。这些恒等式有时称为 *power-reducing identities*(降幂恒等式),它们可由二倍角公式 $\text{cos}\left( {2x} \right) = \text{cos}^{2}x - \text{sin}^{2}x$ 与勾股恒等式 $\text{cos}^{2}x + \text{sin}^{2}x = 1$ 推导得出。

Integrating an Even Power of $\text{sin}\mspace{2mu} x$ 积分 $\text{sin}\mspace{2mu} x$ 的偶次幂

Evaluate $\int\text{sin}^{2}x\ dx.$

计算 $\int\text{sin}^{2}x\ dx.$

Solution 解答

To evaluate this integral, let’s use the trigonometric identity $\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x).$ Thus,

为了计算该积分,我们使用三角恒等式 $\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x).$ 于是

$$\begin{array}{ll} {\int\text{sin}^{2}x\ dx} & {= \int\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)dx} \\ & {= \frac{1}{2}x - \frac{1}{4}\text{sin}\left( {2x} \right) + C.} \end{array}$$

$$\begin{array}{ll} {\int\text{sin}^{2}x\ dx} & {= \int\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)dx} \\ & {= \frac{1}{2}x - \frac{1}{4}\text{sin}\left( {2x} \right) + C.} \end{array}$$

Evaluate $\int{\text{cos}^{2}x\ dx.}$

计算 $\int{\text{cos}^{2}x\ dx.}$

The general process for integrating products of powers of $\text{sin}\mspace{2mu} x$ and $\text{cos}\mspace{2mu} x$ is summarized in the following set of guidelines.

积分 $\text{sin}\mspace{2mu} x$ 与 $\text{cos}\mspace{2mu} x$ 的幂之乘积的一般过程,总结于下列准则中。

Integrating Products and Powers of sin *x* and cos *x* sin*x* 与 cos*x* 的乘积与幂的积分

To integrate $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$ use the following strategies:

为积分 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$,采用以下策略:

1. If $k$ is odd, rewrite $\text{sin}^{k}x = \text{sin}^{k - 1}x\mspace{2mu}\text{sin}\mspace{2mu} x$ and use the identity $\text{sin}^{2}x = 1 - \text{cos}^{2}x$ to rewrite $\text{sin}^{k - 1}x$ in terms of $\text{cos}\mspace{2mu} x.$ Integrate using the substitution $u = \text{cos}\mspace{2mu} x.$ This substitution makes $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$

1. 若 $k$ 为奇数,将 $\text{sin}^{k}x = \text{sin}^{k - 1}x\mspace{2mu}\text{sin}\mspace{2mu} x$ 改写,并利用恒等式 $\text{sin}^{2}x = 1 - \text{cos}^{2}x$ 将 $\text{sin}^{k - 1}x$ 用 $\text{cos}\mspace{2mu} x$ 表示。使用换元 $u = \text{cos}\mspace{2mu} x$ 积分。该换元给出 $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$

2. If $j$ is odd, rewrite $\text{cos}^{j}x = \text{cos}^{j - 1}x\mspace{2mu}\text{cos}\mspace{2mu} x$ and use the identity $\text{cos}^{2}x = 1 - \text{sin}^{2}x$ to rewrite $\text{cos}^{j - 1}x$ in terms of $\text{sin}\mspace{2mu} x.$ Integrate using the substitution $u = \text{sin}\mspace{2mu} x.$ This substitution makes $du = \text{cos}\mspace{2mu} x\ dx.$ (*Note*: If both $j$ and $k$ are odd, either strategy 1 or strategy 2 may be used.)

2. 若 $j$ 为奇数,将 $\text{cos}^{j}x = \text{cos}^{j - 1}x\mspace{2mu}\text{cos}\mspace{2mu} x$ 改写,并利用恒等式 $\text{cos}^{2}x = 1 - \text{sin}^{2}x$ 将 $\text{cos}^{j - 1}x$ 用 $\text{sin}\mspace{2mu} x$ 表示。使用换元 $u = \text{sin}\mspace{2mu} x$ 积分。该换元给出 $du = \text{cos}\mspace{2mu} x\ dx.$(*注*:若 $j$ 与 $k$ 均为奇数,则策略 1 或策略 2 均可使用。)

3. If both $j$ and $k$ are even, use $\text{sin}^{2}x = (1\text{/}2) - (1\text{/}2)\text{cos}(2x)$ and $\text{cos}^{2}x = (1\text{/}2) + (1\text{/}2)\text{cos}(2x).$ After applying these formulas, simplify and reapply strategies 1 through 3 as appropriate.

3. 若 $j$ 与 $k$ 均为偶数,使用 $\text{sin}^{2}x = (1\text{/}2) - (1\text{/}2)\text{cos}(2x)$ 与 $\text{cos}^{2}x = (1\text{/}2) + (1\text{/}2)\text{cos}(2x).$ 应用这些公式后,化简并按需重新应用策略 1 至 3。

Integrating $\int{\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx}$ where *k* is Odd 积分 $\int{\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx}$,其中 *k* 为奇数

Evaluate $\int\text{cos}^{8}x\mspace{2mu}\text{sin}^{5}x\ dx.$

计算 $\int\text{cos}^{8}x\mspace{2mu}\text{sin}^{5}x\ dx.$

Solution 解答

Since the power on $\text{sin}\mspace{2mu} x$ is odd, use strategy 1. Thus,

由于 $\text{sin}\mspace{2mu} x$ 的幂为奇数,使用策略 1。于是

$$\begin{array}{clcl} {\int\text{cos}^{8}x\mspace{2mu}\text{sin}^{5}x\ dx} & {= \int\text{cos}^{8}x\mspace{2mu}\text{sin}^{4}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & & {\text{Break off}\ \text{sin}\mspace{2mu} x.} \\ & {= \int\text{cos}^{8}x{(\text{sin}^{2}x)}^{2}\text{sin}\mspace{2mu} x\ dx} & & {\text{Rewrite}\ \text{sin}^{4}x = {(\text{sin}^{2}x)}^{2}.} \\ & {= \int\text{cos}^{8}x{(1 - \text{cos}^{2}x)}^{2}\text{sin}\mspace{2mu} x\ dx} & & {\text{Substitute}\ \text{sin}^{2}x = 1 - \text{cos}^{2}x.} \\ & {= \int u^{8}{(1 - u^{2})}^{2}(\text{−}du)} & & {\text{Let}\ u = \text{cos}\mspace{2mu} x\ \text{and}\ du = \text{−}\text{sin}\mspace{2mu} x\ dx.} \\ & {= \int\left( {\text{−}u^{8} + 2u^{10} - u^{12}} \right)du} & & {\text{Expand}.} \\ & {= - \frac{1}{9}u^{9} + \frac{2}{11}u^{11} - \frac{1}{13}u^{13} + C} & & {\text{Evaluate the integral}.} \\ & {= - \frac{1}{9}\text{cos}^{9}x + \frac{2}{11}\text{cos}^{11}x - \frac{1}{13}\text{cos}^{13}x + C.} & & {\text{Substitute}\ u = \text{cos}\mspace{2mu} x.} \end{array}$$

$$\begin{array}{clcl} {\int\text{cos}^{8}x\mspace{2mu}\text{sin}^{5}x\ dx} & {= \int\text{cos}^{8}x\mspace{2mu}\text{sin}^{4}x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx} & & {\text{Break off}\ \text{sin}\mspace{2mu} x.} \\ & {= \int\text{cos}^{8}x{(\text{sin}^{2}x)}^{2}\text{sin}\mspace{2mu} x\ dx} & & {\text{Rewrite}\ \text{sin}^{4}x = {(\text{sin}^{2}x)}^{2}.} \\ & {= \int\text{cos}^{8}x{(1 - \text{cos}^{2}x)}^{2}\text{sin}\mspace{2mu} x\ dx} & & {\text{Substitute}\ \text{sin}^{2}x = 1 - \text{cos}^{2}x.} \\ & {= \int u^{8}{(1 - u^{2})}^{2}(\text{−}du)} & & {\text{Let}\ u = \text{cos}\mspace{2mu} x\ \text{and}\ du = \text{−}\text{sin}\mspace{2mu} x\ dx.} \\ & {= \int\left( {\text{−}u^{8} + 2u^{10} - u^{12}} \right)du} & & {\text{Expand}.} \\ & {= - \frac{1}{9}u^{9} + \frac{2}{11}u^{11} - \frac{1}{13}u^{13} + C} & & {\text{Evaluate the integral}.} \\ & {= - \frac{1}{9}\text{cos}^{9}x + \frac{2}{11}\text{cos}^{11}x - \frac{1}{13}\text{cos}^{13}x + C.} & & {\text{Substitute}\ u = \text{cos}\mspace{2mu} x.} \end{array}$$

Integrating $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$ where *k* and *j* are Even 积分 $\int\text{cos}^{j}x\mspace{2mu}\text{sin}^{k}x\ dx$,其中 *k* 与 *j* 均为偶数

Evaluate $\int\text{sin}^{4}x\ dx.$

计算 $\int\text{sin}^{4}x\ dx.$

Solution 解答

Since the power on $\text{sin}\mspace{2mu} x$ is even $\left( {k = 4} \right)$ and the power on $\text{cos}\mspace{2mu} x$ is even $\left( {j = 0} \right),$ we must use strategy 3. Thus,

由于 $\text{sin}\mspace{2mu} x$ 的幂为偶数 $\left( {k = 4} \right)$ 且 $\text{cos}\mspace{2mu} x$ 的幂为偶数 $\left( {j = 0} \right),$ 我们必须使用策略 3。于是

$$\begin{array}{clcc} {\int\text{sin}^{4}x\ dx} & {= \int\left( {\text{sin}^{2}x} \right)^{2}dx} & & {\text{Rewrite}\ \text{sin}^{4}x = \left( {\text{sin}^{2}x} \right)^{2}.} \\ & {= \int\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)^{2}dx} & & {\text{Substitute}\ \text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x).} \\ & {= \int\left( {\frac{1}{4} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{4}\text{cos}^{2}(2x)} \right)dx} & & {\text{Expand}\mspace{2mu}\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)^{2}.} \\ & {= \int\left( {\frac{1}{4} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{4}\left(\frac{1}{2} + \frac{1}{2}\text{cos}(4x)\right)} \right)dx.} & & \end{array}$$

$$\begin{array}{clcc} {\int\text{sin}^{4}x\ dx} & {= \int\left( {\text{sin}^{2}x} \right)^{2}dx} & & {\text{Rewrite}\ \text{sin}^{4}x = \left( {\text{sin}^{2}x} \right)^{2}.} \\ & {= \int\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)^{2}dx} & & {\text{Substitute}\ \text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\text{cos}(2x).} \\ & {= \int\left( {\frac{1}{4} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{4}\text{cos}^{2}(2x)} \right)dx} & & {\text{Expand}\mspace{2mu}\left( {\frac{1}{2} - \frac{1}{2}\text{cos}(2x)} \right)^{2}.} \\ & {= \int\left( {\frac{1}{4} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{4}\left(\frac{1}{2} + \frac{1}{2}\text{cos}(4x)\right)} \right)dx.} & & \end{array}$$

Since $\text{cos}^{2}(2x)$ has an even power, substitute $\text{cos}^{2}(2x) = \frac{1}{2} + \frac{1}{2}\text{cos}\left( {4x} \right)\text{:}$

由于 $\text{cos}^{2}(2x)$ 的指数为偶数,代入 $\text{cos}^{2}(2x) = \frac{1}{2} + \frac{1}{2}\text{cos}\left( {4x} \right)\text{:}$

$$\begin{array}{ll} {= \int\left( {\frac{3}{8} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{8}\text{cos}(4x)} \right)dx} & {\text{Simplify}.} \\ {= \frac{3}{8}x - \frac{1}{4}\text{sin}\left( {2x} \right) + \frac{1}{32}\mspace{2mu}\text{sin}\left( {4x} \right) + C} & {\text{Evaluate the integral}.} \end{array}$$

$$\begin{array}{ll} {= \int\left( {\frac{3}{8} - \frac{1}{2}\text{cos}\left( {2x} \right) + \frac{1}{8}\text{cos}(4x)} \right)dx} & {\text{Simplify}.} \\ {= \frac{3}{8}x - \frac{1}{4}\text{sin}\left( {2x} \right) + \frac{1}{32}\mspace{2mu}\text{sin}\left( {4x} \right) + C} & {\text{Evaluate the integral}.} \end{array}$$

Evaluate $\int\text{cos}^{3}x\ dx.$

计算 $\int\text{cos}^{3}x\ dx.$

Evaluate $\int\text{cos}^{2}(3x)dx.$

计算 $\int\text{cos}^{2}(3x)dx.$

In some areas of physics, such as quantum mechanics, signal processing, and the computation of Fourier series, it is often necessary to integrate products that include $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ and $\text{cos}(bx).$ These integrals are evaluated by applying trigonometric identities, as outlined in the following rule.

在物理学的某些领域,例如量子力学、信号处理以及傅里叶级数的计算中,常常需要积分包含 $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ 与 $\text{cos}(bx)$ 的乘积。这些积分通过应用三角恒等式来计算,如下述法则所述。

To integrate products involving $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ and $\text{cos}(bx),$ use the substitutions

为积分包含 $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ 与 $\text{cos}(bx)$ 的乘积,采用下列换元

$$\mspace{13mu}\text{sin}\left( {ax} \right)\text{sin}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) - \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$$ (3.3) $$\text{sin}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{sin}\left( {\left( {a - b} \right)x} \right) + \frac{1}{2}\text{sin}(\left( {a + b} \right)x)$$ (3.4) $$\mspace{9mu}\text{cos}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) + \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$$ (3.5)

$$\mspace{13mu}\text{sin}\left( {ax} \right)\text{sin}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) - \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$$ (3.3) $$\text{sin}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{sin}\left( {\left( {a - b} \right)x} \right) + \frac{1}{2}\text{sin}(\left( {a + b} \right)x)$$ (3.4) $$\mspace{9mu}\text{cos}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) + \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$$ (3.5)

These formulas may be derived from the sum-of-angle formulas for sine and cosine.

这些公式可由正弦与余弦的和角公式推导得出。

Evaluating $\int{\text{sin}\left( {ax} \right)\text{cos}(bx)dx}$ 计算 $\int{\text{sin}\left( {ax} \right)\text{cos}(bx)dx}$

Evaluate $\int\text{sin}\left( {5x} \right)\text{cos}(3x)dx.$

计算 $\int\text{sin}\left( {5x} \right)\text{cos}(3x)dx.$

Solution 解答

Apply the identity $\text{sin}(5x)\text{cos}(3x) = \frac{1}{2}\text{sin}(2x) + \frac{1}{2}\text{sin}(8x).$ Thus,

应用恒等式 $\text{sin}(5x)\text{cos}(3x) = \frac{1}{2}\text{sin}(2x) + \frac{1}{2}\text{sin}(8x).$ 于是

$$\begin{array}{ll} {\int\text{sin}\left( {5x} \right)\text{cos}(3x)dx} & {= \int\frac{1}{2}\text{sin}\left( {\left. 2x \right){dx}} \right. + \int\frac{1}{2}\text{sin}\left( {\left. 8x \right){dx}} \right.} \\ & {= - \frac{1}{4}\text{cos}\left( {2x} \right) - \frac{1}{16}\mspace{2mu}\text{cos}\left( {8x} \right) + C.} \end{array}$$

$$\begin{array}{ll} {\int\text{sin}\left( {5x} \right)\text{cos}(3x)dx} & {= \int\frac{1}{2}\text{sin}\left( {\left. 2x \right){dx}} \right. + \int\frac{1}{2}\text{sin}\left( {\left. 8x \right){dx}} \right.} \\ & {= - \frac{1}{4}\text{cos}\left( {2x} \right) - \frac{1}{16}\mspace{2mu}\text{cos}\left( {8x} \right) + C.} \end{array}$$

Evaluate $\int\text{cos}\left( {6x} \right)\text{cos}(5x)dx.$

计算 $\int\text{cos}\left( {6x} \right)\text{cos}(5x)dx.$

Integrating Products and Powers of tan*x* and sec*x* tan *x* 与 sec *x* 的乘积与幂

Before discussing the integration of products and powers of $\text{tan}\mspace{2mu} x$ and $\text{sec}\mspace{2mu} x,$ it is useful to recall the integrals involving $\text{tan}\mspace{2mu} x$ and $\text{sec}\mspace{2mu} x$ we have already learned:

在讨论 tan *x* 与 sec *x* 的乘积与幂的积分之前,回顾一下我们已经学过的涉及 tan *x* 与 sec *x* 的积分是有帮助的:

1. $\int\text{sec}^{2}x\ dx = \text{tan}\mspace{2mu} x + C$

1. $\int\text{sec}^{2}x\ dx = \text{tan}\mspace{2mu} x + C$

2. $\int\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx = \text{sec}\mspace{2mu} x + C$

2. $\int\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx = \text{sec}\mspace{2mu} x + C$

3. $\int\text{tan}\mspace{2mu} x\ dx = \text{ln}\left| {\text{sec}\mspace{2mu} x} \right| + C$

3. $\int\text{tan}\mspace{2mu} x\ dx = \text{ln}\left| {\text{sec}\mspace{2mu} x} \right| + C$

4. $\int\text{sec}\mspace{2mu} x\ dx = \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.$

4. $\int\text{sec}\mspace{2mu} x\ dx = \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.$

For most integrals of products and powers of $\text{tan}\mspace{2mu} x$ and $\text{sec}\mspace{2mu} x,$ we rewrite the expression we wish to integrate as the sum or difference of integrals of the form $\int\text{tan}^{j}x\mspace{2mu}\text{sec}^{2}x\ dx$ or $\int\text{sec}^{j}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.$ As we see in the following example, we can evaluate these new integrals by using *u*-substitution.

对于 tan *x* 与 sec *x* 的乘积与幂的大多数积分,我们把要积分的表达式改写为形如 $\int\text{tan}^{j}x\mspace{2mu}\text{sec}^{2}x\ dx$ 或 $\int\text{sec}^{j}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx$ 的积分之和或差。如下例所示,我们可以用 *u* 换元法来计算这些新积分。

Evaluating $\int\text{sec}^{j}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx$ 计算 $\int\text{sec}^{j}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx$

Evaluate $\int\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.$

计算 $\int\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.$

Solution

解答

Start by rewriting $\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x$ as $\text{sec}^{4}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x.$

先把 $\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x$ 改写为 $\text{sec}^{4}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$。

$$\begin{array}{clcc} {\int\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & {= \int\text{sec}^{4}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & {\text{Let}\ u = \text{sec}\mspace{2mu} x;\ \text{then},\ du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.} \\ & {= \int u^{4}du} & & {\text{Evaluate the integral}.} \\ & {= \frac{1}{5}u^{5} + C} & & {\text{Substitute}\ \text{sec}\mspace{2mu} x = u.} \\ & {= \frac{1}{5}\text{sec}^{5}x + C} & & \end{array}$$

$$\begin{array}{clcc} {\int\text{sec}^{5}x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & {= \int\text{sec}^{4}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & {\text{Let}\ u = \text{sec}\mspace{2mu} x;\ \text{then},\ du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.} \\ & {= \int u^{4}du} & & {\text{Evaluate the integral}.} \\ & {= \frac{1}{5}u^{5} + C} & & {\text{Substitute}\ \text{sec}\mspace{2mu} x = u.} \\ & {= \frac{1}{5}\text{sec}^{5}x + C} & & \end{array}$$

You can read some interesting information at this website to learn about a common integral involving the secant.

你可以在此网站(website)上阅读一些有趣的信息,了解一个涉及正割的常见积分。

Evaluate $\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{2}x\ dx.$

计算 $\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{2}x\ dx.$

We now take a look at the various strategies for integrating products and powers of $\text{sec}\mspace{2mu} x$ and $\text{tan}\mspace{2mu} x.$

我们现在来看对 sec *x* 与 tan *x* 的乘积与幂进行积分的各种策略。

Integrating $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$ 积分 $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$

To integrate $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx,$ use the following strategies:

要积分 $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$,使用以下策略:

1. If $j$ is even and $j \geq 2,$ rewrite $\text{sec}^{j}x = \text{sec}^{j - 2}x\mspace{2mu}\text{sec}^{2}x$ and use $\text{sec}^{2}x = \text{tan}^{2}x + 1$ to rewrite $\text{sec}^{j - 2}x$ in terms of $\text{tan}\mspace{2mu} x.$ Let $u = \text{tan}\mspace{2mu} x$ and $du = \text{sec}^{2}x{dx}.$

1. 若 $j$ 为偶数且 $j \geq 2$,将 $\text{sec}^{j}x = \text{sec}^{j - 2}x\mspace{2mu}\text{sec}^{2}x$ 改写,并利用 $\text{sec}^{2}x = \text{tan}^{2}x + 1$ 把 $\text{sec}^{j - 2}x$ 用 $\text{tan}\mspace{2mu} x$ 表示。令 $u = \text{tan}\mspace{2mu} x$,且 $du = \text{sec}^{2}x{dx}.$

2. If $k$ is odd and $j \geq 1,$ rewrite $\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x = \text{tan}^{k - 1}x\mspace{2mu}\text{sec}^{j - 1}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$ and use $\text{tan}^{2}x = \text{sec}^{2}x - 1$ to rewrite $\text{tan}^{k - 1}x$ in terms of $\text{sec}\mspace{2mu} x.$ Let $u = \text{sec}\mspace{2mu} x$ and $du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.$ (*Note*: If $j$ is even and $k$ is odd, then either strategy 1 or strategy 2 may be used.)

2. 若 $k$ 为奇数且 $j \geq 1$,将 $\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x = \text{tan}^{k - 1}x\mspace{2mu}\text{sec}^{j - 1}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$ 改写,并利用 $\text{tan}^{2}x = \text{sec}^{2}x - 1$ 把 $\text{tan}^{k - 1}x$ 用 $\text{sec}\mspace{2mu} x$ 表示。令 $u = \text{sec}\mspace{2mu} x$,且 $du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx$。(*注*:若 $j$ 为偶数且 $k$ 为奇数,则策略 1 或策略 2 均可使用。)

3. If $k$ is odd where $k \geq 3$ and $j = 0,$ rewrite $\text{tan}^{k}x = \text{tan}^{k - 2}x\mspace{2mu}\text{tan}^{2}x = \text{tan}^{k - 2}x(\text{sec}^{2}x - 1) = \text{tan}^{k - 2}x\mspace{2mu}\text{sec}^{2}x - \text{tan}^{k - 2}x.$ It may be necessary to repeat this process on the $\text{tan}^{k - 2}x$ term.

3. 若 $k$ 为奇数且 $k \geq 3$、$j = 0$,将 $\text{tan}^{k}x = \text{tan}^{k - 2}x\mspace{2mu}\text{tan}^{2}x = \text{tan}^{k - 2}x(\text{sec}^{2}x - 1) = \text{tan}^{k - 2}x\mspace{2mu}\text{sec}^{2}x - \text{tan}^{k - 2}x$ 改写。可能需要对 $\text{tan}^{k - 2}x$ 项重复这一过程。

4. If $k$ is even and $j$ is odd, then use $\text{tan}^{2}x = \text{sec}^{2}x - 1$ to express $\text{tan}^{k}x$ in terms of $\text{sec}\mspace{2mu} x.$ Use integration by parts to integrate odd powers of $\text{sec}\mspace{2mu} x.$

4. 若 $k$ 为偶数且 $j$ 为奇数,则利用 $\text{tan}^{2}x = \text{sec}^{2}x - 1$ 把 $\text{tan}^{k}x$ 用 $\text{sec}\mspace{2mu} x$ 表示。用分部积分法积分 sec *x* 的奇次幂。

Integrating $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$ when $j$ is Even 当 $j$ 为偶数时积分 $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$

Evaluate $\int\text{tan}^{6}x\mspace{2mu}\text{sec}^{4}x\ dx.$

计算 $\int\text{tan}^{6}x\mspace{2mu}\text{sec}^{4}x\ dx.$

Solution

解答

Since the power on $\text{sec}\mspace{2mu} x$ is even, rewrite $\text{sec}^{4}x = \text{sec}^{2}x\mspace{2mu}\text{sec}^{2}x$ and use $\text{sec}^{2}x = \text{tan}^{2}x + 1$ to rewrite the first $\text{sec}^{2}x$ in terms of $\text{tan}\mspace{2mu} x.$ Thus,

由于 sec *x* 的幂为偶数,将 $\text{sec}^{4}x = \text{sec}^{2}x\mspace{2mu}\text{sec}^{2}x$ 改写,并利用 $\text{sec}^{2}x = \text{tan}^{2}x + 1$ 把第一个 $\text{sec}^{2}x$ 用 $\text{tan}\mspace{2mu} x$ 表示。于是,

$$\begin{array}{clcl} {\int\text{tan}^{6}x\mspace{2mu}\text{sec}^{4}x\ dx} & {= \int\text{tan}^{6}x\left( {\text{tan}^{2}x + 1} \right)\text{sec}^{2}x\ dx} & & {\text{Let}\ u = \text{tan}\mspace{2mu} x\ \text{and}\ du = \text{sec}^{2}x{dx}.} \\ & {= \int u^{6}\left( {u^{2} + 1} \right)du} & & {\text{Expand}.} \\ & {= \int(u^{8} + u^{6})du} & & {\text{Evaluate the integral}.} \\ & {= \frac{1}{9}u^{9} + \frac{1}{7}u^{7} + C} & & {\text{Substitute}\ \text{tan}\mspace{2mu} x = u.} \\ & {= \frac{1}{9}\text{tan}^{9}x + \frac{1}{7}\text{tan}^{7}x + C.} & & \end{array}$$

$$\begin{array}{clcl} {\int\text{tan}^{6}x\mspace{2mu}\text{sec}^{4}x\ dx} & {= \int\text{tan}^{6}x\left( {\text{tan}^{2}x + 1} \right)\text{sec}^{2}x\ dx} & & {\text{Let}\ u = \text{tan}\mspace{2mu} x\ \text{and}\ du = \text{sec}^{2}x{dx}.} \\ & {= \int u^{6}\left( {u^{2} + 1} \right)du} & & {\text{Expand}.} \\ & {= \int(u^{8} + u^{6})du} & & {\text{Evaluate the integral}.} \\ & {= \frac{1}{9}u^{9} + \frac{1}{7}u^{7} + C} & & {\text{Substitute}\ \text{tan}\mspace{2mu} x = u.} \\ & {= \frac{1}{9}\text{tan}^{9}x + \frac{1}{7}\text{tan}^{7}x + C.} & & \end{array}$$

Integrating $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$ when $k$ is Odd 当 $k$ 为奇数时积分 $\int\text{tan}^{k}x\mspace{2mu}\text{sec}^{j}x\ dx$

Evaluate $\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x\ dx.$

计算 $\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x\ dx.$

Solution

解答

Since the power on $\text{tan}\mspace{2mu} x$ is odd, begin by rewriting $\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x = \text{tan}^{4}x\mspace{2mu}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x.$ Thus,

由于 tan *x* 的幂为奇数,先把 $\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x = \text{tan}^{4}x\mspace{2mu}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$ 改写。于是,

$$\begin{array}{cllccc} {\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x} & = & {\text{tan}^{4}x\mspace{2mu}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x.} & & & {\text{Write}\ \text{tan}^{4}x = {(\text{tan}^{2}x)}^{2}.} \\ {\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x\ dx} & = & {\int{(\text{tan}^{2}x)}^{2}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & & {\text{Use}\ \text{tan}^{2}x = \text{sec}^{2}x - 1.} \\ & = & {\int{(\text{sec}^{2}x - 1)}^{2}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & & {\text{Let}\ u = \text{sec}\mspace{2mu} x\ \text{and}\ du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.} \\ & = & {\int{(u^{2} - 1)}^{2}u^{2}du} & & & {\text{Expand}.} \\ & = & {\int\left( {u^{6} - 2u^{4} + u^{2}} \right)du} & & & {\text{Integrate}.} \\ & = & {\frac{1}{7}u^{7} - \frac{2}{5}u^{5} + \frac{1}{3}u^{3} + C} & & & {\text{Substitute}\ \text{sec}\mspace{2mu} x = u.} \\ & = & {\frac{1}{7}\text{sec}^{7}x - \frac{2}{5}\text{sec}^{5}x + \frac{1}{3}\text{sec}^{3}x + C.} & & & \end{array}$$

$$\begin{array}{cllccc} {\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x} & = & {\text{tan}^{4}x\mspace{2mu}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x.} & & & {\text{Write}\ \text{tan}^{4}x = {(\text{tan}^{2}x)}^{2}.} \\ {\int\text{tan}^{5}x\mspace{2mu}\text{sec}^{3}x\ dx} & = & {\int{(\text{tan}^{2}x)}^{2}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & & {\text{Use}\ \text{tan}^{2}x = \text{sec}^{2}x - 1.} \\ & = & {\int{(\text{sec}^{2}x - 1)}^{2}\text{sec}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & & {\text{Let}\ u = \text{sec}\mspace{2mu} x\ \text{and}\ du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx.} \\ & = & {\int{(u^{2} - 1)}^{2}u^{2}du} & & & {\text{Expand}.} \\ & = & {\int\left( {u^{6} - 2u^{4} + u^{2}} \right)du} & & & {\text{Integrate}.} \\ & = & {\frac{1}{7}u^{7} - \frac{2}{5}u^{5} + \frac{1}{3}u^{3} + C} & & & {\text{Substitute}\ \text{sec}\mspace{2mu} x = u.} \\ & = & {\frac{1}{7}\text{sec}^{7}x - \frac{2}{5}\text{sec}^{5}x + \frac{1}{3}\text{sec}^{3}x + C.} & & & \end{array}$$

Integrating $\int\text{tan}^{k}x\ dx$ where $k$ is Odd and $k \geq 3$ 当 $k$ 为奇数且 $k \geq 3$ 时积分 $\int\text{tan}^{k}x\ dx$

Evaluate $\int\text{tan}^{3}x\ dx.$

计算 $\int\text{tan}^{3}x\ dx.$

Solution

解答

Begin by rewriting $\text{tan}^{3}x = \text{tan}\mspace{2mu} x\mspace{2mu}\text{tan}^{2}x = \text{tan}\mspace{2mu} x\left( {\text{sec}^{2}x - 1} \right) = \text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x - \text{tan}\mspace{2mu} x.$ Thus,

先把 $\text{tan}^{3}x = \text{tan}\mspace{2mu} x\mspace{2mu}\text{tan}^{2}x = \text{tan}\mspace{2mu} x\left( {\text{sec}^{2}x - 1} \right) = \text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x - \text{tan}\mspace{2mu} x$ 改写。于是,

$$\begin{array}{ll} {\int\text{tan}^{3}x\ dx} & {= \int\left( {\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x - \text{tan}\mspace{2mu} x} \right)dx} \\ & {= \int\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x\ dx - \int\text{tan}\mspace{2mu} x\ dx} \\ & {= \frac{1}{2}\text{tan}^{2}x - \text{ln}\left| {\text{sec}\mspace{2mu} x} \right| + C.} \end{array}$$

$$\begin{array}{ll} {\int\text{tan}^{3}x\ dx} & {= \int\left( {\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x - \text{tan}\mspace{2mu} x} \right)dx} \\ & {= \int\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{2}x\ dx - \int\text{tan}\mspace{2mu} x\ dx} \\ & {= \frac{1}{2}\text{tan}^{2}x - \text{ln}\left| {\text{sec}\mspace{2mu} x} \right| + C.} \end{array}$$

For the first integral, use the substitution $u = \text{tan}\mspace{2mu} x.$ For the second integral, use the formula.

对第一个积分,用换元 $u = \text{tan}\mspace{2mu} x$。对第二个积分,用该公式。

Integrating $\int\text{sec}^{3}x\ dx$ 积分 $\int\text{sec}^{3}x\ dx$

Integrate $\int\text{sec}^{3}x\ dx.$

计算 $\int\text{sec}^{3}x\ dx.$

Solution

解答

This integral requires integration by parts. To begin, let $u = \text{sec}\mspace{2mu} x$ and $dv = \text{sec}^{2}x{dx}.$ These choices make $du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$ and $v = \text{tan}\mspace{2mu} x.$ Thus,

该积分需要分部积分。开始时,令 $u = \text{sec}\mspace{2mu} x$ 且 $dv = \text{sec}^{2}x{dx}$。这些选择使得 $du = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x$ 且 $v = \text{tan}\mspace{2mu} x$。于是,

$$\begin{array}{clcc} {\int\text{sec}^{3}x\ dx} & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\text{tan}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx} & & {\text{Simplify}.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\left( {\text{sec}^{2}x - 1} \right)\text{sec}\mspace{2mu} x\ dx} & & {\text{Substitute}\ \text{tan}^{2}x = \text{sec}^{2}x - 1.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \int\text{sec}\mspace{2mu} x\ dx - \int\text{sec}^{3}x\ dx} & & {\text{Rewrite}.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| - \int\text{sec}^{3}x\ dx.} & & {\text{Evaluate}\int\text{sec}\mspace{2mu} x\ dx.} \end{array}$$

$$\begin{array}{clcc} {\int\text{sec}^{3}x\ dx} & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx} & & \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\text{tan}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx} & & {\text{Simplify}.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x - \int\left( {\text{sec}^{2}x - 1} \right)\text{sec}\mspace{2mu} x\ dx} & & {\text{Substitute}\ \text{tan}^{2}x = \text{sec}^{2}x - 1.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \int\text{sec}\mspace{2mu} x\ dx - \int\text{sec}^{3}x\ dx} & & {\text{Rewrite}.} \\ & {= \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| - \int\text{sec}^{3}x\ dx.} & & {\text{Evaluate}\int\text{sec}\mspace{2mu} x\ dx.} \end{array}$$

We now have

我们现在有

$$\int\text{sec}^{3}x\ dx = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| - \int\text{sec}^{3}x\ dx.$$

$$\int\text{sec}^{3}x\ dx = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| - \int\text{sec}^{3}x\ dx.$$

Since the integral $\int\text{sec}^{3}x\ dx$ has reappeared on the right-hand side, we can solve for $\int\text{sec}^{3}x\ dx$ by adding it to both sides. In doing so, we obtain

由于积分 $\int\text{sec}^{3}x\ dx$ 在右侧再次出现,我们可以通过把它加到等式两边来求解 $\int\text{sec}^{3}x\ dx$。这样做,我们得到

$$2\int\text{sec}^{3}x\ dx = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right|.$$

$$2\int\text{sec}^{3}x\ dx = \text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right|.$$

Dividing by 2, we arrive at

两边除以 2,我们得到

$$\int\text{sec}^{3}x\ dx = \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.$$

$$\int\text{sec}^{3}x\ dx = \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.$$

Evaluate $\int\text{tan}^{3}x\mspace{2mu}\text{sec}^{7}x\ dx.$

计算 $\int\text{tan}^{3}x\mspace{2mu}\text{sec}^{7}x\ dx.$

Reduction Formulas 递推公式(降幂公式)

Evaluating $\int\text{sec}^{n}x\ dx$ for values of $n$ where $n$ is odd requires integration by parts. In addition, we must also know the value of $\int\text{sec}^{n - 2}x\ dx$ to evaluate $\int\text{sec}^{n}x\ dx.$ The evaluation of $\int\text{tan}^{n}x\ dx$ also requires being able to integrate $\int\text{tan}^{n - 2}x\ dx.$ To make the process easier, we can derive and apply the following power reduction formulas. These rules allow us to replace the integral of a power of $\text{sec}\mspace{2mu} x$ or $\text{tan}\mspace{2mu} x$ with the integral of a lower power of $\text{sec}\mspace{2mu} x$ or $\text{tan}\mspace{2mu} x.$

对 $n$ 为奇数的 $\int\text{sec}^{n}x\ dx$ 的计算需要分部积分。此外,要计算 $\int\text{sec}^{n}x\ dx$,我们还必须知道 $\int\text{sec}^{n - 2}x\ dx$ 的值。$\int\text{tan}^{n}x\ dx$ 的计算也需要能够积分 $\int\text{tan}^{n - 2}x\ dx$。为了使过程更简单,我们可以推导并应用下列幂次降幂公式。这些法则使我们能够把 sec *x* 或 tan *x* 的某次幂的积分替换为 sec *x* 或 tan *x* 的较低次幂的积分。

$$\mspace{73mu}\int\text{sec}^{n}x\ dx = \frac{1}{n - 1}\text{sec}^{n - 2}x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{n - 2}{n - 1}\int\text{sec}^{n - 2}x\ dx$$ (3.6) $$\int\text{tan}^{n}x\ dx = \frac{1}{n - 1}\text{tan}^{n - 1}x - \int\text{tan}^{n - 2}x\ dx$$ (3.7)

$$\mspace{73mu}\int\text{sec}^{n}x\ dx = \frac{1}{n - 1}\text{sec}^{n - 2}x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{n - 2}{n - 1}\int\text{sec}^{n - 2}x\ dx$$ (3.6) $$\int\text{tan}^{n}x\ dx = \frac{1}{n - 1}\text{tan}^{n - 1}x - \int\text{tan}^{n - 2}x\ dx$$ (3.7)

The first power reduction rule may be verified by applying integration by parts. The second may be verified by following the strategy outlined for integrating odd powers of $\text{tan}\mspace{2mu} x.$

第一条幂次降幂法则可通过应用分部积分来验证。第二条可通过按照积分 tan *x* 的奇次幂所概述的策略来验证。

Revisiting $\int\text{sec}^{3}x\ dx$ 重访 $\int\text{sec}^{3}x\ dx$

Apply a reduction formula to evaluate $\int\text{sec}^{3}x\ dx.$

应用降幂公式来计算 $\int\text{sec}^{3}x\ dx.$

Solution

解答

By applying the first reduction formula, we obtain

应用第一条降幂公式,我们得到

$$\begin{array}{ll} {\int\text{sec}^{3}x\ dx} & {= \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\int\text{sec}\mspace{2mu} x\ dx} \\ & {= \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.} \end{array}$$

$$\begin{array}{ll} {\int\text{sec}^{3}x\ dx} & {= \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\int\text{sec}\mspace{2mu} x\ dx} \\ & {= \frac{1}{2}\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu} x + \text{tan}\mspace{2mu} x} \right| + C.} \end{array}$$

Using a Reduction Formula 使用降幂公式

Evaluate $\int\text{tan}^{4}x\ dx.$

计算 $\int\text{tan}^{4}x\ dx.$

Solution

解答

Applying the reduction formula for $\int\text{tan}^{4}x\ dx$ we have

对 $\int\text{tan}^{4}x\ dx$ 应用降幂公式,我们有

$$\begin{array}{clcc} {\int\text{tan}^{4}x\ dx} & {= \frac{1}{3}\text{tan}^{3}x - \int\text{tan}^{2}x\ dx} & & \\ & {= \frac{1}{3}\text{tan}^{3}x - (\text{tan}\mspace{2mu} x - \int\text{tan}^{0}x\ dx)} & & {\text{Apply the reduction formula to}\int\text{tan}^{2}x\ dx.} \\ & {= \frac{1}{3}\text{tan}^{3}x - \text{tan}\mspace{2mu} x + \int 1\ dx} & & {\text{Simplify}.} \\ & {= \frac{1}{3}\text{tan}^{3}x - \text{tan}\mspace{2mu} x + x + C.} & & {\text{Evaluate}\int 1dx.} \end{array}$$

$$\begin{array}{clcc} {\int\text{tan}^{4}x\ dx} & {= \frac{1}{3}\text{tan}^{3}x - \int\text{tan}^{2}x\ dx} & & \\ & {= \frac{1}{3}\text{tan}^{3}x - (\text{tan}\mspace{2mu} x - \int\text{tan}^{0}x\ dx)} & & {\text{Apply the reduction formula to}\int\text{tan}^{2}x\ dx.} \\ & {= \frac{1}{3}\text{tan}^{3}x - \text{tan}\mspace{2mu} x + \int 1\ dx} & & {\text{Simplify}.} \\ & {= \frac{1}{3}\text{tan}^{3}x - \text{tan}\mspace{2mu} x + x + C.} & & {\text{Evaluate}\int 1dx.} \end{array}$$

Apply the reduction formula to $\int\text{sec}^{5}x\ dx.$

对 $\int\text{sec}^{5}x\ dx$ 应用降幂公式。

Section 3.2 Exercises 3.2 节习题

Fill in the blank to make a true statement.

填空使等式成立。

69.

69.

$\text{sin}^{2}x + \operatorname{\_\_\_\_\_\_\_} = 1$

$\text{sin}^{2}x + \operatorname{\_\_\_\_\_\_\_} = 1$

70\.

70\.

$\text{sec}^{2}x - 1 = \operatorname{\_\_\_\_\_\_\_}$

$\text{sec}^{2}x - 1 = \operatorname{\_\_\_\_\_\_\_}$

Use an identity to reduce the power of the trigonometric function to a trigonometric function raised to the first power.

利用恒等式将三角函数的幂次降为一次三角函数。

71.

71.

$\text{sin}^{2}x = \operatorname{\_\_\_\_\_\_\_}$

$\text{sin}^{2}x = \operatorname{\_\_\_\_\_\_\_}$

72\.

72\.

$\text{cos}^{2}x = \operatorname{\_\_\_\_\_\_\_}$

$\text{cos}^{2}x = \operatorname{\_\_\_\_\_\_\_}$

Evaluate each of the following integrals by *u*-substitution.

用 *u* 换元法计算下列各个积分。

73.

73.

$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

74\.

74\.

$\int{\sqrt{\text{cos}\mspace{2mu} x}\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$

$\int{\sqrt{\text{cos}\mspace{2mu} x}\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$

75.

75.

$\int{\text{tan}^{5}(2x)\text{sec}^{2}(2x)dx}$

$\int{\text{tan}^{5}(2x)\text{sec}^{2}(2x)dx}$

76\.

76\.

$\int{\text{sin}^{7}(2x)\text{cos}(2x)dx}$

$\int{\text{sin}^{7}(2x)\text{cos}(2x)dx}$

77.

77.

$\int{\text{tan}\left( \frac{x}{2} \right)\text{sec}^{2}\left( \frac{x}{2} \right)dx}$

$\int{\text{tan}\left( \frac{x}{2} \right)\text{sec}^{2}\left( \frac{x}{2} \right)dx}$

78\.

78\.

$\int{\text{tan}^{2}x\mspace{2mu}\text{sec}^{2}x\ dx}$

$\int{\text{tan}^{2}x\mspace{2mu}\text{sec}^{2}x\ dx}$

Compute the following integrals using the guidelines for integrating powers of trigonometric functions. Use a CAS to check the solutions. (*Note*: Some of the problems may be done using techniques of integration learned previously.)

使用三角幂函数积分的准则计算下列积分。可用计算机代数系统(CAS)检验解答。(*注*:部分题目可用之前学过的积分技巧完成。)

79.

79.

$\int{\text{sin}^{3}x\ dx}$

$\int{\text{sin}^{3}x\ dx}$

80\.

80\.

$\int{\text{cos}^{3}x\ dx}$

$\int{\text{cos}^{3}x\ dx}$

81.

81.

$\int{\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

$\int{\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$

82\.

82\.

$\int{\text{cos}^{5}x\ dx}$

$\int{\text{cos}^{5}x\ dx}$

83.

83.

$\int{\text{sin}^{5}x\mspace{2mu}\text{cos}^{2}x\ dx}$

$\int{\text{sin}^{5}x\mspace{2mu}\text{cos}^{2}x\ dx}$

84\.

84\.

$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}^{3}x\ dx}$

$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}^{3}x\ dx}$

85.

85.

${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}\mspace{2mu} x\ dx$

${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}\mspace{2mu} x\ dx$

86\.

86\.

${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}^{3}x\ dx$

${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}^{3}x\ dx$

87.

87.

$\int{\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx}$

$\int{\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx}$

88\.

88\.

$\int{\text{tan}(5x)dx}$

$\int{\text{tan}(5x)dx}$

89.

89.

$\int{\text{tan}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx}$

$\int{\text{tan}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx}$

90\.

90\.

$\int{\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{3}x\ dx}$

$\int{\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{3}x\ dx}$

91.

91.

$\int{\text{sec}^{4}x\ dx}$

$\int{\text{sec}^{4}x\ dx}$

92\.

92\.

$\int{\text{cot}\mspace{2mu} x\ dx}$

$\int{\text{cot}\mspace{2mu} x\ dx}$

93.

93.

$\int{\text{csc}\mspace{2mu} x\ dx}$

$\int{\text{csc}\mspace{2mu} x\ dx}$

94\.

94\.

$\int{\frac{\text{tan}^{3}x}{\sqrt{\text{sec}\mspace{2mu} x}}dx}$

$\int{\frac{\text{tan}^{3}x}{\sqrt{\text{sec}\mspace{2mu} x}}dx}$

For the following exercises, find a general formula for the integrals.

对下列习题,求出这些积分的通式。

95.

95.

$\int{\text{sin}^{2}ax\mspace{2mu}\text{cos}\mspace{2mu} ax\ dx}$

$\int{\text{sin}^{2}ax\mspace{2mu}\text{cos}\mspace{2mu} ax\ dx}$

96\.

96\.

$\int{\text{sin}\mspace{2mu} ax\mspace{2mu}\text{cos}\mspace{2mu} ax\ dx.}$

$\int{\text{sin}\mspace{2mu} ax\mspace{2mu}\text{cos}\mspace{2mu} ax\ dx.}$

Use the double-angle formulas to evaluate the following integrals.

利用倍角公式计算下列积分。

97.

97.

$\int_{0}^{\pi}{\text{sin}^{2}x\ dx}$

$\int_{0}^{\pi}{\text{sin}^{2}x\ dx}$

98\.

98\.

$\int_{0}^{\pi}{\text{sin}^{4}x\ dx}$

$\int_{0}^{\pi}{\text{sin}^{4}x\ dx}$

99.

99.

$\int{\text{cos}^{2}3x\ dx}$

$\int{\text{cos}^{2}3x\ dx}$

100\.

100\.

$\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}x\ dx}$

$\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}x\ dx}$

101.

101.

${\int{\text{sin}^{2}x\ dx}} + {\int{\text{cos}^{2}x\ dx}}$

${\int{\text{sin}^{2}x\ dx}} + {\int{\text{cos}^{2}x\ dx}}$

102\.

102\.

$\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}(2x)dx}$

$\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}(2x)dx}$

For the following exercises, evaluate the definite integrals. Express answers in exact form whenever possible.

对下列习题,计算定积分。尽可能以精确形式给出答案。

103.

103.

$\int_{0}^{2\pi}{\text{cos}\mspace{2mu} x\mspace{2mu}\text{sin}\mspace{2mu} 2x\ dx}$

$\int_{0}^{2\pi}{\text{cos}\mspace{2mu} x\mspace{2mu}\text{sin}\mspace{2mu} 2x\ dx}$

104\.

104\.

$\int_{0}^{\pi}{\text{sin}\mspace{2mu} 3x\mspace{2mu}\text{sin}\mspace{2mu} 5x\ dx}$

$\int_{0}^{\pi}{\text{sin}\mspace{2mu} 3x\mspace{2mu}\text{sin}\mspace{2mu} 5x\ dx}$

105.

105.

$\int{\text{cos}(99x)\text{sin}(101x)dx}$

$\int{\text{cos}(99x)\text{sin}(101x)dx}$

106\.

106\.

$\int_{\text{−}\pi}^{\pi}{\text{cos}^{2}(3x)dx}$

$\int_{\text{−}\pi}^{\pi}{\text{cos}^{2}(3x)dx}$

107.

107.

$\int_{0}^{2\pi}{\text{sin}\mspace{2mu} x\mspace{2mu}\text{sin}(2x)\text{sin}(3x)dx}$

$\int_{0}^{2\pi}{\text{sin}\mspace{2mu} x\mspace{2mu}\text{sin}(2x)\text{sin}(3x)dx}$

108\.

108\.

${\int_{0}^{4\pi}{\text{cos}{{(x}\text{/}2})\text{sin}}}({x\text{/}2})dx$

${\int_{0}^{4\pi}{\text{cos}{{(x}\text{/}2})\text{sin}}}({x\text{/}2})dx$

109.

109.

$\int_{\pi\text{/}6}^{\pi\text{/}3}{\frac{\text{cos}^{3}x}{\sqrt{\text{sin}\mspace{2mu} x}}dx}$ (Round this answer to three decimal places.)

$\int_{\pi\text{/}6}^{\pi\text{/}3}{\frac{\text{cos}^{3}x}{\sqrt{\text{sin}\mspace{2mu} x}}dx}$ (将答案四舍五入到三位小数。)

110\.

110\.

$\int_{\text{−}\pi\text{/}3}^{\pi\text{/}3}{\sqrt{\text{sec}^{2}x - 1}\mspace{2mu} dx}$

$\int_{\text{−}\pi\text{/}3}^{\pi\text{/}3}{\sqrt{\text{sec}^{2}x - 1}\mspace{2mu} dx}$

111.

111.

$\int_{0}^{\pi\text{/}2}{\sqrt{1 - \text{cos}(2x)}\mspace{2mu} dx}$

$\int_{0}^{\pi\text{/}2}{\sqrt{1 - \text{cos}(2x)}\mspace{2mu} dx}$

112\.

112\.

Find the area of the region bounded by the graphs of the equations $y = \text{sin}\mspace{2mu} x,y = \text{sin}^{3}x,x = 0,\text{and}\ x = \frac{\pi}{2}.$

求由下列方程的图像所围成区域的面积 $y = \text{sin}\mspace{2mu} x,y = \text{sin}^{3}x,x = 0,\text{and}\ x = \frac{\pi}{2}.$

113.

113.

Find the area of the region bounded by the graphs of the equations $y = \text{cos}^{2}x,y = \text{sin}^{2}x,x = - \frac{\pi}{4},\text{and}\ x = \frac{\pi}{4}.$

求由下列方程的图像所围成区域的面积 $y = \text{cos}^{2}x,y = \text{sin}^{2}x,x = - \frac{\pi}{4},\text{and}\ x = \frac{\pi}{4}.$

114\.

114\.

A particle moves in a straight line with the velocity function $v(t) = \text{sin}(\omega t)\text{cos}^{2}\left( {\omega t} \right).$ Find its position function $x = f(t)$ if $f(0) = 0.$

一质点沿直线运动,其速度函数为 $v(t) = \text{sin}(\omega t)\text{cos}^{2}\left( {\omega t} \right).$ 若 $f(0) = 0$,求其位置函数 $x = f(t)$。

115.

115.

Find the average value of the function $f(x) = \text{sin}^{2}x\mspace{2mu}\text{cos}^{3}x$ over the interval $\left\lbrack {\text{−}\pi,\pi} \right\rbrack.$

求函数 $f(x) = \text{sin}^{2}x\mspace{2mu}\text{cos}^{3}x$ 在区间 $\left\lbrack {\text{−}\pi,\pi} \right\rbrack$ 上的平均值。

For the following exercises, solve the differential equations.

对下列习题,求解下列微分方程。

116\.

116\.

$\frac{dy}{dx} = \text{sin}^{2}x.$ The curve passes through point $(0,0).$

$\frac{dy}{dx} = \text{sin}^{2}x.$ 该曲线经过点 $(0,0).$

117.

117.

$\frac{dy}{d\theta} = \text{sin}^{4}\left( {\pi\theta} \right)$

$\frac{dy}{d\theta} = \text{sin}^{4}\left( {\pi\theta} \right)$

118\.

118\.

Find the length of the curve $y = \text{ln}(\text{csc}\mspace{2mu} x),\frac{\pi}{4} \leq x \leq \frac{\pi}{2}.$

求曲线 $y = \text{ln}(\text{csc}\mspace{2mu} x),\frac{\pi}{4} \leq x \leq \frac{\pi}{2}.$ 的长度。

119.

119.

Find the length of the curve $y = \text{ln}(\text{sin}\mspace{2mu} x),\frac{\pi}{3} \leq x \leq \frac{\pi}{2}.$

求曲线 $y = \text{ln}(\text{sin}\mspace{2mu} x),\frac{\pi}{3} \leq x \leq \frac{\pi}{2}.$ 的长度。

120\.

120\.

Find the volume generated by revolving the curve $y = \text{cos}(3x)$ about the *x*-axis, $0 \leq x \leq \frac{\pi}{36}.$

求由曲线 $y = \text{cos}(3x)$ 绕 *x* 轴旋转所产生的体积,$0 \leq x \leq \frac{\pi}{36}$。

For the following exercises, use this information: The inner product of two functions *f* and *g* over $\lbrack a,b\rbrack$ is defined by $f(x) \cdot g(x) = \left\langle {f,g} \right\rangle = {\int_{a}^{b}{f \cdot gdx.}}$ Two distinct functions *f* and *g* are said to be orthogonal if $\left\langle {f,g} \right\rangle = 0.$

对下列习题,利用以下信息:两个函数 *f* 与 *g* 在区间 $\lbrack a,b\rbrack$ 上的内积定义为 $f(x) \cdot g(x) = \left\langle {f,g} \right\rangle = {\int_{a}^{b}{f \cdot gdx.}}$ 若 $\left\langle {f,g} \right\rangle = 0$,则称两个不同函数 *f* 与 *g* 正交。

121.

121.

Show that $\left\\{ \text{sin}(2x),\text{cos}(3x) \right\\}$ are orthogonal over the interval $\left\lbrack {\text{−}\pi,\pi} \right\rbrack.$

证明 $\left\\{ \text{sin}(2x),\text{cos}(3x) \right\\}$ 在区间 $\left\lbrack {\text{−}\pi,\pi} \right\rbrack$ 上正交。

122\.

122\.

Evaluate ${\int_{\text{−}\pi}^{\pi}{\text{sin}(mx)\text{cos}(nx)dx}}.$

Evaluate ${\int_{\text{−}\pi}^{\pi}{\text{sin}(mx)\text{cos}(nx)dx}}.$

123.

123.

Integrate $y^{\prime} = \sqrt{\text{tan}\mspace{2mu} x}\text{sec}^{4}x.$

积分 $y^{\prime} = \sqrt{\text{tan}\mspace{2mu} x}\text{sec}^{4}x$。

For each pair of integrals, determine which one is more difficult to evaluate. Explain your reasoning.

对每一对积分,判断哪一个更难以计算,并说明理由。

124\.

124\.

$\int{\text{sin}^{456}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$ or $\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}x\ dx}$

$\int{\text{sin}^{456}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$ or $\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}x\ dx}$

125.

125.

$\int{\text{tan}^{350}x\mspace{2mu}\text{sec}^{2}x\ dx}$ or $\int{\text{tan}^{350}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx}$

$\int{\text{tan}^{350}x\mspace{2mu}\text{sec}^{2}x\ dx}$ or $\int{\text{tan}^{350}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx}$

3.3 Trigonometric Substitution 3.3 三角换元(法)

In this section, we explore integrals containing expressions of the form $\sqrt{a^{2} - x^{2}},$ $\sqrt{a^{2} + x^{2}},$ and $\sqrt{x^{2} - a^{2}},$ where the values of $a$ are positive. We have already encountered and evaluated integrals containing some expressions of this type, but many still remain inaccessible. The technique of trigonometric substitution comes in very handy when evaluating these integrals. This technique uses substitution to rewrite these integrals as trigonometric integrals.

本节中,我们研究含有如下形式表达式的积分:$\sqrt{a^{2} - x^{2}}$、$\sqrt{a^{2} + x^{2}}$ 和 $\sqrt{x^{2} - a^{2}}$,其中 $a$ 取正值。我们已经遇到并计算过含有此类某些表达式的积分,但仍有许多无法用已有方法解决。三角换元法在计算这些积分时非常有用。这种方法利用换元将这些积分改写为三角积分。

Integrals Involving $\sqrt{a^{2} - x^{2}}$ 含 $\sqrt{a^{2} - x^{2}}$ 的积分

Before developing a general strategy for integrals containing $\sqrt{a^{2} - x^{2}},$ consider the integral ${\int\sqrt{9 - x^{2}}}dx.$ This integral cannot be evaluated using any of the techniques we have discussed so far. However, if we make the substitution $x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta,$ we have $dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ After substituting into the integral, we have

在给出含 $\sqrt{a^{2} - x^{2}},$ 的积分的一般策略之前,先看积分 ${\int\sqrt{9 - x^{2}}}dx.$ 迄今讨论过的任何方法都算不出这个积分。但若作换元 $x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta,$ 则有 $dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ 代入积分后得到

$${\int{\sqrt{9 - x^{2}}\mspace{2mu} dx}} = \int^{}\sqrt{9 - {(3\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

$${\int{\sqrt{9 - x^{2}}\mspace{2mu} dx}} = \int^{}\sqrt{9 - {(3\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

After simplifying, we have

化简后得到

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\sqrt{1 - \text{sin}^{2}\theta}\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\sqrt{1 - \text{sin}^{2}\theta}\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

Letting $1 - \text{sin}^{2}\theta = \text{cos}^{2}\theta,$ we now have

令 $1 - \text{sin}^{2}\theta = \text{cos}^{2}\theta,$ 现在有

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\sqrt{\text{cos}^{2}\theta}\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\sqrt{\text{cos}^{2}\theta}\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$$

Assuming that $\text{cos}\mspace{2mu}\theta \geq 0,$ we have

假设 $\text{cos}\mspace{2mu}\theta \geq 0,$ 则有

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\mspace{2mu}\text{cos}^{2}\theta d\theta.$$

$$\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx = \int^{}9\mspace{2mu}\text{cos}^{2}\theta d\theta.$$

At this point, we can evaluate the integral using the techniques developed for integrating powers and products of trigonometric functions. Before completing this example, let’s take a look at the general theory behind this idea.

到这一步,就可以用前面为三角函数的幂与乘积的积分所建立的方法来计算该积分。在做完这个例子之前,先来看看这一想法背后的一般理论。

To evaluate integrals involving $\sqrt{a^{2} - x^{2}},$ we make the substitution $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$ To see that this actually makes sense, consider the following argument: The domain of $\sqrt{a^{2} - x^{2}}$ is $\lbrack\text{−}a,a\rbrack.$ Thus, $\text{−}a \leq x \leq a.$ Consequently, $-1 \leq \frac{x}{a} \leq 1.$ Since the range of $\text{sin}\mspace{2mu} x$ over $\left\lbrack {\text{−}(\pi\text{/}2),\pi\text{/}2} \right\rbrack$ is $\lbrack-1,1\rbrack,$ there is a unique angle $\theta$ satisfying $\text{−}(\pi\text{/}2) \leq \theta \leq \pi\text{/}2$ so that $\text{sin}\mspace{2mu}\theta = x\text{/}a,$ or equivalently, so that $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta.$ If we substitute $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ into $\sqrt{a^{2} - x^{2}},$ we get

为计算含 $\sqrt{a^{2} - x^{2}},$ 的积分,我们作换元 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 与 $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$ 为说明这样做确实合理,考虑如下论证:$\sqrt{a^{2} - x^{2}}$ 的定义域是 $\lbrack\text{−}a,a\rbrack.$ 因此 $\text{−}a \leq x \leq a.$ 于是 $-1 \leq \frac{x}{a} \leq 1.$ 由于 $\text{sin}\mspace{2mu} x$ 在 $\left\lbrack {\text{−}(\pi\text{/}2),\pi\text{/}2} \right\rbrack$ 上的值域为 $\lbrack-1,1\rbrack,$ 故存在唯一满足 $\text{−}(\pi\text{/}2) \leq \theta \leq \pi\text{/}2$ 的角 $\theta$ 使 $\text{sin}\mspace{2mu}\theta = x\text{/}a,$ 等价地使 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta.$ 若把 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 代入 $\sqrt{a^{2} - x^{2}},$ 便得

$$\begin{array}{clccc} \sqrt{a^{2} - x^{2}} & {= \sqrt{a^{2} - {(a\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}} & & & {\text{Let}\ x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{where}\ - \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}.\ \text{Simplify.}} \\ & {= \sqrt{a^{2} - a^{2}\text{sin}^{2}\theta}} & & & {\text{Factor out}\ a^{2}.} \\ & {= \sqrt{a^{2}(1 - \text{sin}^{2}\theta)}} & & & {\text{Substitute}\ 1 - \text{sin}^{2}x = \text{cos}^{2}x.} \\ & {= \sqrt{a^{2}\text{cos}^{2}\theta}} & & & \text{Take the square root.} \\ & {= \left| {a\mspace{2mu}\text{cos}\mspace{2mu}\theta} \right|} & & & \\ & {= a\mspace{2mu}\text{cos}\mspace{2mu}\theta.} & & & \end{array}$$

$$\begin{array}{clccc} \sqrt{a^{2} - x^{2}} & {= \sqrt{a^{2} - {(a\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}} & & & {\text{Let}\ x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{where}\ - \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}.\ \text{Simplify.}} \\ & {= \sqrt{a^{2} - a^{2}\text{sin}^{2}\theta}} & & & {\text{Factor out}\ a^{2}.} \\ & {= \sqrt{a^{2}(1 - \text{sin}^{2}\theta)}} & & & {\text{Substitute}\ 1 - \text{sin}^{2}x = \text{cos}^{2}x.} \\ & {= \sqrt{a^{2}\text{cos}^{2}\theta}} & & & \text{Take the square root.} \\ & {= \left| {a\mspace{2mu}\text{cos}\mspace{2mu}\theta} \right|} & & & \\ & {= a\mspace{2mu}\text{cos}\mspace{2mu}\theta.} & & & \end{array}$$

Since $\text{cos}\mspace{2mu}\theta \geq 0$ on $- \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}$ and $a > 0,$ $\left| {a\mspace{2mu}\text{cos}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$ We can see, from this discussion, that by making the substitution $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta,$ we are able to convert an integral involving a radical into an integral involving trigonometric functions. After we evaluate the integral, we can convert the solution back to an expression involving $x.$ To see how to do this, let’s begin by assuming that $0 < x < a.$ In this case, $0 < \theta < \frac{\pi}{2}.$ Since $\text{sin}\mspace{2mu}\theta = \frac{x}{a},$ we can draw the reference triangle in Figure 3.4 to assist in expressing the values of $\text{cos}\mspace{2mu}\theta,$ $\text{tan}\mspace{2mu}\theta,$ and the remaining trigonometric functions in terms of $x.$ It can be shown that this triangle actually produces the correct values of the trigonometric functions evaluated at $\theta$ for all $\theta$ satisfying $- \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}.$ It is useful to observe that the expression $\sqrt{a^{2} - x^{2}}$ actually appears as the length of one side of the triangle. Last, should $\theta$ appear by itself, we use $\theta = \text{sin}^{-1}\left( \frac{x}{a} \right).$

由于在 $- \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}$ 上 $\text{cos}\mspace{2mu}\theta \geq 0$ 且 $a > 0,$ 故 $\left| {a\mspace{2mu}\text{cos}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$ 由上述讨论可知,作换元 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta,$ 就能把含根式的积分化为含三角函数的积分。算出该积分之后,再把结果化回含 $x.$ 的表达式。为说明具体做法,先假设 $0 < x < a.$ 此时 $0 < \theta < \frac{\pi}{2}.$ 由于 $\text{sin}\mspace{2mu}\theta = \frac{x}{a},$ 可以画出图 3.4 中的参考三角形,借助它把 $\text{cos}\mspace{2mu}\theta,$ $\text{tan}\mspace{2mu}\theta,$ 以及其余三角函数的值用 $x.$ 表示出来。可以证明:对一切满足 $- \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}.$ 的 $\theta$,这个三角形给出的三角函数在 $\theta$ 处的值都是正确的。值得注意的是,表达式 $\sqrt{a^{2} - x^{2}}$ 恰好就是三角形一条边的长度。最后,若 $\theta$ 单独出现,就用 $\theta = \text{sin}^{-1}\left( \frac{x}{a} \right).$

The essential part of this discussion is summarized in the following problem-solving strategy.

这一讨论的要点归纳为下面的解题策略。

Integrating Expressions Involving $\sqrt{a^{2} - x^{2}}$ 对含 $\sqrt{a^{2} - x^{2}}$ 的表达式积分

1. It is a good idea to make sure the integral cannot be evaluated easily in another way. For example, although this method can be applied to integrals of the form ${\int{\frac{1}{\sqrt{a^{2} - x^{2}}}dx}},$ ${\int{\frac{x}{\sqrt{a^{2} - x^{2}}}dx}},$ and $\int{x\sqrt{a^{2} - x^{2}}\mspace{2mu} dx,}$ they can each be integrated directly either by formula or by a simple *u*-substitution.

1. 最好先确认该积分不能用别的方法轻易算出。例如,虽然本方法可用于形如 ${\int{\frac{1}{\sqrt{a^{2} - x^{2}}}dx}},$ ${\int{\frac{x}{\sqrt{a^{2} - x^{2}}}dx}},$ 与 $\int{x\sqrt{a^{2} - x^{2}}\mspace{2mu} dx,}$ 的积分,但它们各自都能直接用公式或简单的 *u* 换元求出。

2. Make the substitution $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ *Note*: This substitution yields $\sqrt{a^{2} - x^{2}} = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$

2. 作换元 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 与 $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ *注*:该换元给出 $\sqrt{a^{2} - x^{2}} = a\mspace{2mu}\text{cos}\mspace{2mu}\theta.$

3. Simplify the expression.

3. 化简表达式。

4. Evaluate the integral using techniques from the section on trigonometric integrals.

4. 用三角积分那一节的方法计算该积分。

5. Use the reference triangle from Figure 3.4 to rewrite the result in terms of $x.$ You may also need to use some trigonometric identities and the relationship $\theta = \text{sin}^{-1}\left( \frac{x}{a} \right).$

5. 利用图 3.4 中的参考三角形把结果改写成含 $x.$ 的形式。这一步可能还要用到一些三角恒等式以及关系式 $\theta = \text{sin}^{-1}\left( \frac{x}{a} \right).$

The following example demonstrates the application of this problem-solving strategy.

下面的示例演示这一解题策略的应用。

Integrating an Expression Involving $\sqrt{a^{2} - x^{2}}$ 对一个含 $\sqrt{a^{2} - x^{2}}$ 的表达式积分

Evaluate $\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx.$

计算 $\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx.$

Solution 解答

Begin by making the substitutions $x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta$ and $dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ Since $\text{sin}\mspace{2mu}\theta = \frac{x}{3},$ we can construct the reference triangle shown in the following figure.

先作换元 $x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 与 $dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ 由于 $\text{sin}\mspace{2mu}\theta = \frac{x}{3},$ 可以作出下图所示的参考三角形。

Thus,

于是,

$$\begin{array}{clccl} {\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx} & {= \int^{}\sqrt{9 - {(3\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & {\text{Substitute}\ x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{and}\ dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.} \\ & {= \int^{}\sqrt{9(1 - \text{sin}^{2}\theta)}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & \text{Simplify.} \\ & {= \int^{}\sqrt{9\mspace{2mu}\text{cos}^{2}\theta}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & {\text{Substitute}\ \text{cos}^{2}\theta = 1 - \text{sin}^{2}\theta.} \\ & {= \int^{}3\left| {\text{cos}\mspace{2mu}\theta} \right|3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & \text{Take the square root.} \\ & {= \int^{}9\mspace{2mu}\text{cos}^{2}\theta d\theta} & & & \begin{array}{l} {\text{Simplify. Since}\ - \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2},\ \text{cos}\mspace{2mu}\theta \geq 0\ \text{and}} \\ {\left| {\text{cos}\mspace{2mu}\theta} \right| = \text{cos}\mspace{2mu}\theta.} \end{array} \\ & {= \int^{}9\left( {\frac{1}{2} + \frac{1}{2}\text{cos}(2\theta)} \right)d\theta} & & & \begin{array}{l} \text{Use the strategy for integrating an even power} \\ {\text{of}\ \text{cos}\mspace{2mu}\theta.} \end{array} \\ & {= \frac{9}{2}\theta + \frac{9}{4}\text{sin}(2\theta) + C} & & & \text{Evaluate the integral.} \\ & {= \frac{9}{2}\theta + \frac{9}{4}(2\mspace{2mu}\text{sin}\mspace{2mu}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta) + C} & & & {\text{Substitute}\ \text{sin}(2\theta) = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta.} \\ & {= \frac{9}{2}\text{sin}^{-1}\left( \frac{x}{3} \right) + \frac{9}{2} \cdot \frac{x}{3} \cdot \frac{\sqrt{9 - x^{2}}}{3} + C} & & & \begin{array}{l} {\text{Substitute}\ \text{sin}^{-1}\left( \frac{x}{3} \right) = \theta\ \text{and}\ \text{sin}\mspace{2mu}\theta = \frac{x}{3}.\ \text{Use}} \\ \text{the reference triangle to see that} \\ {\text{cos}\mspace{2mu}\theta = \frac{\sqrt{9 - x^{2}}}{3}\ \text{and make this substitution.}} \end{array} \\ & {= \frac{9}{2}\text{sin}^{-1}\left( \frac{x}{3} \right) + \frac{x\sqrt{9 - x^{2}}}{2} + C.} & & & \text{Simplify.} \end{array}$$

$$\begin{array}{clccl} {\int^{}\sqrt{9 - x^{2}}\mspace{2mu} dx} & {= \int^{}\sqrt{9 - {(3\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & {\text{Substitute}\ x = 3\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{and}\ dx = 3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.} \\ & {= \int^{}\sqrt{9(1 - \text{sin}^{2}\theta)}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & \text{Simplify.} \\ & {= \int^{}\sqrt{9\mspace{2mu}\text{cos}^{2}\theta}3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & {\text{Substitute}\ \text{cos}^{2}\theta = 1 - \text{sin}^{2}\theta.} \\ & {= \int^{}3\left| {\text{cos}\mspace{2mu}\theta} \right|3\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta} & & & \text{Take the square root.} \\ & {= \int^{}9\mspace{2mu}\text{cos}^{2}\theta d\theta} & & & \begin{array}{l} {\text{Simplify. Since}\ - \frac{\pi}{2} \leq \theta \leq \frac{\pi}{2},\ \text{cos}\mspace{2mu}\theta \geq 0\ \text{and}} \\ {\left| {\text{cos}\mspace{2mu}\theta} \right| = \text{cos}\mspace{2mu}\theta.} \end{array} \\ & {= \int^{}9\left( {\frac{1}{2} + \frac{1}{2}\text{cos}(2\theta)} \right)d\theta} & & & \begin{array}{l} \text{Use the strategy for integrating an even power} \\ {\text{of}\ \text{cos}\mspace{2mu}\theta.} \end{array} \\ & {= \frac{9}{2}\theta + \frac{9}{4}\text{sin}(2\theta) + C} & & & \text{Evaluate the integral.} \\ & {= \frac{9}{2}\theta + \frac{9}{4}(2\mspace{2mu}\text{sin}\mspace{2mu}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta) + C} & & & {\text{Substitute}\ \text{sin}(2\theta) = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta\mspace{2mu}\text{cos}\mspace{2mu}\theta.} \\ & {= \frac{9}{2}\text{sin}^{-1}\left( \frac{x}{3} \right) + \frac{9}{2} \cdot \frac{x}{3} \cdot \frac{\sqrt{9 - x^{2}}}{3} + C} & & & \begin{array}{l} {\text{Substitute}\ \text{sin}^{-1}\left( \frac{x}{3} \right) = \theta\ \text{and}\ \text{sin}\mspace{2mu}\theta = \frac{x}{3}.\ \text{Use}} \\ \text{the reference triangle to see that} \\ {\text{cos}\mspace{2mu}\theta = \frac{\sqrt{9 - x^{2}}}{3}\ \text{and make this substitution.}} \end{array} \\ & {= \frac{9}{2}\text{sin}^{-1}\left( \frac{x}{3} \right) + \frac{x\sqrt{9 - x^{2}}}{2} + C.} & & & \text{Simplify.} \end{array}$$

Integrating an Expression Involving $\sqrt{a^{2} - x^{2}}$ 对一个含 $\sqrt{a^{2} - x^{2}}$ 的表达式积分

Evaluate $\int{\frac{\sqrt{4 - x^{2}}}{x}dx.}$

计算 $\int{\frac{\sqrt{4 - x^{2}}}{x}dx.}$

Solution 解答

First make the substitutions $x = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta$ and $dx = 2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ Since $\text{sin}\mspace{2mu}\theta = \frac{x}{2},$ we can construct the reference triangle shown in the following figure.

先作换元 $x = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 与 $dx = 2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$ 由于 $\text{sin}\mspace{2mu}\theta = \frac{x}{2},$ 可以作出下图所示的参考三角形。

Thus,

于是,

$$\begin{array}{clccl} {\int{\frac{\sqrt{4 - x^{2}}}{x}dx}} & {= {\int{\frac{\sqrt{4 - {(2\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}}{2\mspace{2mu}\text{sin}\mspace{2mu}\theta}2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta}}} & & & {\text{Substitute}\ x = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{and}\ {dx} = 2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.} \\ & {= {\int{\frac{2\mspace{2mu}\text{cos}^{2}\theta}{\text{sin}\mspace{2mu}\theta}d\theta}}} & & & {\text{Substitute}\ \text{cos}^{2}\theta = 1 - \text{sin}^{2}\theta\ \text{and simplify.}} \\ & {= {\int{\frac{2(1 - \text{sin}^{2}\theta)}{\text{sin}\mspace{2mu}\theta}d\theta}}} & & & {\text{Substitute}\ \text{sin}^{2}\theta = 1 - \text{cos}^{2}\theta.} \\ & {= \int^{}(2\mspace{2mu}\text{csc}\mspace{2mu}\theta - 2\mspace{2mu}\text{sin}\mspace{2mu}\theta)d\theta} & & & \begin{array}{l} \text{Separate the numerator, simplify, and use} \\ {\text{csc}\mspace{2mu}\theta = \frac{1}{\text{sin}\mspace{2mu}\theta}.} \end{array} \\ & {= 2\mspace{2mu}\text{ln}\left| {\text{csc}\mspace{2mu}\theta - \text{cot}\mspace{2mu}\theta} \right| + 2\mspace{2mu}\text{cos}\mspace{2mu}\theta + C} & & & \text{Evaluate the integral.} \\ & {= 2\mspace{2mu}\text{ln}\left| {\frac{2}{x} - \frac{\sqrt{4 - x^{2}}}{x}} \right| + \sqrt{4 - x^{2}} + C.} & & & \begin{array}{l} \text{Use the reference triangle to rewrite the} \\ {\text{expression in terms of}\ x\ \text{and simplify.}} \end{array} \end{array}$$

$$\begin{array}{clccl} {\int{\frac{\sqrt{4 - x^{2}}}{x}dx}} & {= {\int{\frac{\sqrt{4 - {(2\mspace{2mu}\text{sin}\mspace{2mu}\theta)}^{2}}}{2\mspace{2mu}\text{sin}\mspace{2mu}\theta}2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta}}} & & & {\text{Substitute}\ x = 2\mspace{2mu}\text{sin}\mspace{2mu}\theta\ \text{and}\ {dx} = 2\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.} \\ & {= {\int{\frac{2\mspace{2mu}\text{cos}^{2}\theta}{\text{sin}\mspace{2mu}\theta}d\theta}}} & & & {\text{Substitute}\ \text{cos}^{2}\theta = 1 - \text{sin}^{2}\theta\ \text{and simplify.}} \\ & {= {\int{\frac{2(1 - \text{sin}^{2}\theta)}{\text{sin}\mspace{2mu}\theta}d\theta}}} & & & {\text{Substitute}\ \text{sin}^{2}\theta = 1 - \text{cos}^{2}\theta.} \\ & {= \int^{}(2\mspace{2mu}\text{csc}\mspace{2mu}\theta - 2\mspace{2mu}\text{sin}\mspace{2mu}\theta)d\theta} & & & \begin{array}{l} \text{Separate the numerator, simplify, and use} \\ {\text{csc}\mspace{2mu}\theta = \frac{1}{\text{sin}\mspace{2mu}\theta}.} \end{array} \\ & {= 2\mspace{2mu}\text{ln}\left| {\text{csc}\mspace{2mu}\theta - \text{cot}\mspace{2mu}\theta} \right| + 2\mspace{2mu}\text{cos}\mspace{2mu}\theta + C} & & & \text{Evaluate the integral.} \\ & {= 2\mspace{2mu}\text{ln}\left| {\frac{2}{x} - \frac{\sqrt{4 - x^{2}}}{x}} \right| + \sqrt{4 - x^{2}} + C.} & & & \begin{array}{l} \text{Use the reference triangle to rewrite the} \\ {\text{expression in terms of}\ x\ \text{and simplify.}} \end{array} \end{array}$$

In the next example, we see that we sometimes have a choice of methods.

在下一个示例中可以看到,有时方法并不唯一,可以自行选择。

Integrating an Expression Involving $\sqrt{a^{2} - x^{2}}$ Two Ways 用两种方法对一个含 $\sqrt{a^{2} - x^{2}}$ 的表达式积分

Evaluate $\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx$ two ways: first by using the substitution $u = 1 - x^{2}$ and then by using a trigonometric substitution.

用两种方法计算 $\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx$:先用换元 $u = 1 - x^{2}$,再用三角换元。

Solution 解答

Method 1

方法 1

Let $u = 1 - x^{2}$ and hence $x^{2} = 1 - u.$ Thus, $du = -2x\mspace{2mu} dx.$ In this case, the integral becomes

令 $u = 1 - x^{2}$,于是 $x^{2} = 1 - u.$ 因此 $du = -2x\mspace{2mu} dx.$ 这时积分化为

$$\begin{array}{clccc} {\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx} & {= - \frac{1}{2}\int^{}x^{2}\sqrt{1 - x^{2}}(-2x\mspace{2mu} dx)} & & & \text{Make the substitution.} \\ & {= - \frac{1}{2}\int^{}(1 - u)\sqrt{u}\mspace{2mu} du} & & & \text{Expand the expression.} \\ & {= - \frac{1}{2}{\int{\left( {u^{1\text{/}2} - u^{3\text{/}2}} \right)du}}} & & & \text{Evaluate the integral.} \\ & {= - \frac{1}{2}\left( {\frac{2}{3}u^{3\text{/}2} - \frac{2}{5}u^{5\text{/}2}} \right) + C} & & & {\text{Rewrite in terms of}\ x.} \\ & {= - \frac{1}{3}\left( {1 - x^{2}} \right)^{3\text{/}2} + \frac{1}{5}\left( {1 - x^{2}} \right)^{5\text{/}2} + C.} & & & \end{array}$$

$$\begin{array}{clccc} {\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx} & {= - \frac{1}{2}\int^{}x^{2}\sqrt{1 - x^{2}}(-2x\mspace{2mu} dx)} & & & \text{Make the substitution.} \\ & {= - \frac{1}{2}\int^{}(1 - u)\sqrt{u}\mspace{2mu} du} & & & \text{Expand the expression.} \\ & {= - \frac{1}{2}{\int{\left( {u^{1\text{/}2} - u^{3\text{/}2}} \right)du}}} & & & \text{Evaluate the integral.} \\ & {= - \frac{1}{2}\left( {\frac{2}{3}u^{3\text{/}2} - \frac{2}{5}u^{5\text{/}2}} \right) + C} & & & {\text{Rewrite in terms of}\ x.} \\ & {= - \frac{1}{3}\left( {1 - x^{2}} \right)^{3\text{/}2} + \frac{1}{5}\left( {1 - x^{2}} \right)^{5\text{/}2} + C.} & & & \end{array}$$

Method 2

方法 2

Let $x = \text{sin}\mspace{2mu}\theta.$ In this case, $dx = \text{cos}\mspace{2mu}\theta d\theta.$ Using this substitution, we have

令 $x = \text{sin}\mspace{2mu}\theta.$ 这时 $dx = \text{cos}\mspace{2mu}\theta d\theta.$ 用这个换元,我们有

$$\begin{array}{clccc} {\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx} & {= \int^{}\text{sin}^{3}\theta\mspace{2mu}\text{cos}^{2}\theta d\theta} & & & \\ & {= \int^{}\left( {1 - \text{cos}^{2}\theta} \right)\text{cos}^{2}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta} & & & {\text{Let}\ u = \text{cos}\mspace{2mu}\theta.\ \text{Thus,}\ du = \text{−}\text{sin}\mspace{2mu}\theta d\theta.} \\ & {= \int^{}\left( {u^{4} - u^{2}} \right)du} & & & \\ & {= \frac{1}{5}u^{5} - \frac{1}{3}u^{3} + C} & & & {\text{Substitute}\ \text{cos}\mspace{2mu}\theta = u.} \\ & {= \frac{1}{5}\text{cos}^{5}\theta - \frac{1}{3}\text{cos}^{3}\theta + C} & & & \begin{array}{l} \text{Use a reference triangle to see that} \\ {\text{cos}\mspace{2mu}\theta = \sqrt{1 - x^{2}}.} \end{array} \\ & {= \frac{1}{5}\left( {1 - x^{2}} \right)^{5\text{/}2} - \frac{1}{3}\left( {1 - x^{2}} \right)^{3\text{/}2} + C.} & & & \end{array}$$

$$\begin{array}{clccc} {\int^{}x^{3}\sqrt{1 - x^{2}}\mspace{2mu} dx} & {= \int^{}\text{sin}^{3}\theta\mspace{2mu}\text{cos}^{2}\theta d\theta} & & & \\ & {= \int^{}\left( {1 - \text{cos}^{2}\theta} \right)\text{cos}^{2}\theta\mspace{2mu}\text{sin}\mspace{2mu}\theta d\theta} & & & {\text{Let}\ u = \text{cos}\mspace{2mu}\theta.\ \text{Thus,}\ du = \text{−}\text{sin}\mspace{2mu}\theta d\theta.} \\ & {= \int^{}\left( {u^{4} - u^{2}} \right)du} & & & \\ & {= \frac{1}{5}u^{5} - \frac{1}{3}u^{3} + C} & & & {\text{Substitute}\ \text{cos}\mspace{2mu}\theta = u.} \\ & {= \frac{1}{5}\text{cos}^{5}\theta - \frac{1}{3}\text{cos}^{3}\theta + C} & & & \begin{array}{l} \text{Use a reference triangle to see that} \\ {\text{cos}\mspace{2mu}\theta = \sqrt{1 - x^{2}}.} \end{array} \\ & {= \frac{1}{5}\left( {1 - x^{2}} \right)^{5\text{/}2} - \frac{1}{3}\left( {1 - x^{2}} \right)^{3\text{/}2} + C.} & & & \end{array}$$

Rewrite the integral $\int{\frac{x^{3}}{\sqrt{25 - x^{2}}}dx}$ using the appropriate trigonometric substitution (do not evaluate the integral).

用适当的三角换元改写积分 $\int{\frac{x^{3}}{\sqrt{25 - x^{2}}}dx}$(不必计算该积分)。

Integrating Expressions Involving $\sqrt{a^{2} + x^{2}}$ 积分含 $\sqrt{a^{2} + x^{2}}$ 的表达式

For integrals containing $\sqrt{a^{2} + x^{2},}$ let’s first consider the domain of this expression. Since $\sqrt{a^{2} + x^{2}}$ is defined for all real values of $x,$ we restrict our choice to those trigonometric functions that have a range of all real numbers. Thus, our choice is restricted to selecting either $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ or $x = a\mspace{2mu}\text{cot}\mspace{2mu}\theta.$ Either of these substitutions would actually work, but the standard substitution is $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ or, equivalently, $\text{tan}\mspace{2mu}\theta = x\text{/}a.$ With this substitution, we make the assumption that $\text{−}(\pi\text{/}2) < \theta < \pi\text{/}2,$ so that we also have $\theta = \text{tan}^{-1}\left( {x\text{/}a} \right).$ The procedure for using this substitution is outlined in the following problem-solving strategy.

对于含有 $\sqrt{a^{2} + x^{2},}$ 的积分,我们先考虑该表达式的定义域。由于 $\sqrt{a^{2} + x^{2}}$ 对 $x$ 的所有实数值都有定义,我们将选择限制在值域为全体实数的那些三角函数上。因此,我们的选择局限于取 $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ 或 $x = a\mspace{2mu}\text{cot}\mspace{2mu}\theta.$ 这两种换元实际上都可行,但标准换元是 $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$,或等价地 $\text{tan}\mspace{2mu}\theta = x\text{/}a.$ 采用这一换元时,我们假定 $\text{−}(\pi\text{/}2) < \theta < \pi\text{/}2,$ 从而还有 $\theta = \text{tan}^{-1}\left( {x\text{/}a} \right).$ 使用该换元的步骤在下述解题策略中列出。

Integrating Expressions Involving $\sqrt{a^{2} + x^{2}}$ 积分含 $\sqrt{a^{2} + x^{2}}$ 的表达式

1. Check to see whether the integral can be evaluated easily by using another method. In some cases, it is more convenient to use an alternative method.

1. 先检查该积分是否能用其他方法轻松计算。在某些情况下,使用替代方法更为方便。

2. Substitute $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{sec}^{2}\theta d\theta.$ This substitution yields

2. 换元 $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ 并取 $dx = a\mspace{2mu}\text{sec}^{2}\theta d\theta.$ 这一换元得到

$\sqrt{a^{2} + x^{2}} = \sqrt{a^{2} + {(a\mspace{2mu}\text{tan}\mspace{2mu}\theta)}^{2}} = \sqrt{a^{2}(1 + \text{tan}^{2}\theta)} = \sqrt{a^{2}\text{sec}^{2}\theta} = \left| {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{sec}\mspace{2mu}\theta.$ (Since $- \frac{\pi}{2} < \theta < \frac{\pi}{2}$ and $\text{sec}\mspace{2mu}\theta > 0$ over this interval, $\left| {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{sec}\mspace{2mu}\theta.)$

$\sqrt{a^{2} + x^{2}} = \sqrt{a^{2} + {(a\mspace{2mu}\text{tan}\mspace{2mu}\theta)}^{2}} = \sqrt{a^{2}(1 + \text{tan}^{2}\theta)} = \sqrt{a^{2}\text{sec}^{2}\theta} = \left| {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{sec}\mspace{2mu}\theta.$ (因为 $- \frac{\pi}{2} < \theta < \frac{\pi}{2}$ 且在此区间上 $\text{sec}\mspace{2mu}\theta > 0$,故 $\left| {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{sec}\mspace{2mu}\theta.$)

3. Simplify the expression.

3. 化简表达式。

4. Evaluate the integral using techniques from the section on trigonometric integrals.

4. 利用三角积分一节中的技巧计算该积分。

5. Use the reference triangle from Figure 3.7 to rewrite the result in terms of $x.$ You may also need to use some trigonometric identities and the relationship $\theta = \text{tan}^{-1}\left( \frac{x}{a} \right).$ (*Note*: The reference triangle is based on the assumption that $x > 0;$ however, the trigonometric ratios produced from the reference triangle are the same as the ratios for which $x \leq 0.)$

5. 利用图 3.7 中的参考三角形将结果用 $x$ 表示。你可能还需要用到一些三角恒等式以及关系 $\theta = \text{tan}^{-1}\left( \frac{x}{a} \right).$ (*注*:参考三角形基于 $x > 0$ 的假设;不过,由参考三角形得到的三角比值与 $x \leq 0$ 时所得的比值相同。)

Integrating an Expression Involving $\sqrt{a^{2} + x^{2}}$ 积分一个含 $\sqrt{a^{2} + x^{2}}$ 的表达式

Evaluate $\int\frac{dx}{\sqrt{1 + x^{2}}}$ and check the solution by differentiating.

计算 $\int\frac{dx}{\sqrt{1 + x^{2}}}$ 并通过求导验证结果。

Solution

解答

Begin with the substitution $x = \text{tan}\mspace{2mu}\theta$ and $dx = \text{sec}^{2}\theta d\theta.$ Since $\text{tan}\mspace{2mu}\theta = x,$ draw the reference triangle in the following figure.

从换元 $x = \text{tan}\mspace{2mu}\theta$ 与 $dx = \text{sec}^{2}\theta d\theta$ 开始。由于 $\text{tan}\mspace{2mu}\theta = x$,在下图中画出参考三角形。

Thus,

于是,

$$\begin{array}{clccc} {\int\frac{dx}{\sqrt{1 + x^{2}}}} & {= {\int{\frac{\text{sec}^{2}\theta}{\text{sec}\mspace{2mu}\theta}d\theta}}} & & & \begin{array}{l} {\text{Substitute}\ x = \text{tan}\mspace{2mu}\theta\ \text{and}\ dx = \text{sec}^{2}\theta d\theta.\ \text{This}} \\ {\text{substitution makes}\ \sqrt{1 + x^{2}} = \text{sec}\mspace{2mu}\theta.\ \text{Simplify.}} \end{array} \\ & {= \int^{}\text{sec}\mspace{2mu}\theta d\theta} & & & \text{Evaluate the integral.} \\ & {= \text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right| + C} & & & \begin{array}{l} \text{Use the reference triangle to express the result} \\ {\text{in terms of}\ x.} \end{array} \\ & {= \text{ln}\left| {\sqrt{1 + x^{2}} + x} \right| + C.} & & & \end{array}$$

$$\begin{array}{clccc} {\int\frac{dx}{\sqrt{1 + x^{2}}}} & {= {\int{\frac{\text{sec}^{2}\theta}{\text{sec}\mspace{2mu}\theta}d\theta}}} & & & \begin{array}{l} {\text{Substitute}\ x = \text{tan}\mspace{2mu}\theta\ \text{and}\ dx = \text{sec}^{2}\theta d\theta.\ \text{This}} \\ {\text{substitution makes}\ \sqrt{1 + x^{2}} = \text{sec}\mspace{2mu}\theta.\ \text{Simplify.}} \end{array} \\ & {= \int^{}\text{sec}\mspace{2mu}\theta d\theta} & & & \text{Evaluate the integral.} \\ & {= \text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right| + C} & & & \begin{array}{l} \text{Use the reference triangle to express the result} \\ {\text{in terms of}\ x.} \end{array} \\ & {= \text{ln}\left| {\sqrt{1 + x^{2}} + x} \right| + C.} & & & \end{array}$$

To check the solution, differentiate:

为验证结果,求导:

$$\begin{array}{cl} {\frac{d}{dx}\left( {\text{ln}\left| {\sqrt{1 + x^{2}} + x} \right|} \right)} & {= \frac{1}{\sqrt{1 + x^{2}} + x} \cdot \left( {\frac{x}{\sqrt{1 + x^{2}}} + 1} \right)} \\ & {= \frac{1}{\sqrt{1 + x^{2}} + x} \cdot \frac{x + \sqrt{1 + x^{2}}}{\sqrt{1 + x^{2}}}} \\ & {= \frac{1}{\sqrt{1 + x^{2}}.}} \end{array}$$

$$\begin{array}{cl} {\frac{d}{dx}\left( {\text{ln}\left| {\sqrt{1 + x^{2}} + x} \right|} \right)} & {= \frac{1}{\sqrt{1 + x^{2}} + x} \cdot \left( {\frac{x}{\sqrt{1 + x^{2}}} + 1} \right)} \\ & {= \frac{1}{\sqrt{1 + x^{2}} + x} \cdot \frac{x + \sqrt{1 + x^{2}}}{\sqrt{1 + x^{2}}}} \\ & {= \frac{1}{\sqrt{1 + x^{2}}.}} \end{array}$$

Since $\sqrt{1 + x^{2}} + x > 0$ for all values of $x,$ we could rewrite $\text{ln}\left| {\sqrt{1 + x^{2}} + x} \right| + C = \text{ln}\left( {\sqrt{1 + x^{2}} + x} \right) + C,$ if desired.

由于对 $x$ 的所有取值都有 $\sqrt{1 + x^{2}} + x > 0$,若需要,可改写为 $\text{ln}\left| {\sqrt{1 + x^{2}} + x} \right| + C = \text{ln}\left( {\sqrt{1 + x^{2}} + x} \right) + C$。

Evaluating $\int\frac{dx}{\sqrt{1 + x^{2}}}$ Using a Different Substitution 用另一种换元计算 $\int\frac{dx}{\sqrt{1 + x^{2}}}$

Use the substitution $x = \text{sinh}\mspace{2mu}\theta$ to evaluate $\int{\frac{dx}{\sqrt{1 + x^{2}}}.}$

用换元 $x = \text{sinh}\mspace{2mu}\theta$ 计算 $\int{\frac{dx}{\sqrt{1 + x^{2}}}.}$

Solution

解答

Because $\text{sinh}\mspace{2mu}\theta$ has a range of all real numbers, and $1 + \text{sinh}^{2}\theta = \text{cosh}^{2}\theta,$ we may also use the substitution $x = \text{sinh}\mspace{2mu}\theta$ to evaluate this integral. In this case, $dx = \text{cosh}\mspace{2mu}\theta d\theta.$ Consequently,

由于 $\text{sinh}\mspace{2mu}\theta$ 的值域为全体实数,且 $1 + \text{sinh}^{2}\theta = \text{cosh}^{2}\theta$,我们也可以用换元 $x = \text{sinh}\mspace{2mu}\theta$ 来计算该积分。此时 $dx = \text{cosh}\mspace{2mu}\theta d\theta.$ 于是

$$\begin{array}{clccc} {\int\frac{dx}{\sqrt{1 + x^{2}}}} & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\sqrt{1 + \text{sinh}^{2}\theta}}d\theta}}} & & & \begin{array}{l} {\text{Substitute}\ x = \text{sinh}\mspace{2mu}\theta\ \text{and}\ dx = \text{cosh}\mspace{2mu}\theta d\theta.} \\ {\text{Substitute}\ 1 + \text{sinh}^{2}\theta = \text{cosh}^{2}\theta.} \end{array} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\sqrt{\text{cosh}^{2}\theta}}d\theta}}} & & & {\sqrt{\text{cosh}^{2}\theta} = \left| {\text{cosh}\mspace{2mu}\theta} \right|} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\left| {\text{cosh}\mspace{2mu}\theta} \right|}d\theta}}} & & & {\left| {\text{cosh}\mspace{2mu}\theta} \right| = \text{cosh}\mspace{2mu}\theta\ \text{since}\ \text{cosh}\mspace{2mu}\theta > 0\ \text{for all}\ \theta.} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\text{cosh}\mspace{2mu}\theta}d\theta}}} & & & \text{Simplify.} \\ & {= \int^{}1d\theta} & & & \text{Evaluate the integral.} \\ & {= \theta + C} & & & {\text{Since}\ x = \text{sinh}\mspace{2mu}\theta,\ \text{we know}\ \theta = \text{sinh}^{-1}x.} \\ & {= \text{sinh}^{-1}x + C.} & & & \end{array}$$

$$\begin{array}{clccc} {\int\frac{dx}{\sqrt{1 + x^{2}}}} & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\sqrt{1 + \text{sinh}^{2}\theta}}d\theta}}} & & & \begin{array}{l} {\text{Substitute}\ x = \text{sinh}\mspace{2mu}\theta\ \text{and}\ dx = \text{cosh}\mspace{2mu}\theta d\theta.} \\ {\text{Substitute}\ 1 + \text{sinh}^{2}\theta = \text{cosh}^{2}\theta.} \end{array} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\sqrt{\text{cosh}^{2}\theta}}d\theta}}} & & & {\sqrt{\text{cosh}^{2}\theta} = \left| {\text{cosh}\mspace{2mu}\theta} \right|} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\left| {\text{cosh}\mspace{2mu}\theta} \right|}d\theta}}} & & & {\left| {\text{cosh}\mspace{2mu}\theta} \right| = \text{cosh}\mspace{2mu}\theta\ \text{since}\ \text{cosh}\mspace{2mu}\theta > 0\ \text{for all}\ \theta.} \\ & {= {\int{\frac{\text{cosh}\mspace{2mu}\theta}{\text{cosh}\mspace{2mu}\theta}d\theta}}} & & & \text{Simplify.} \\ & {= \int^{}1d\theta} & & & \text{Evaluate the integral.} \\ & {= \theta + C} & & & {\text{Since}\ x = \text{sinh}\mspace{2mu}\theta,\ \text{we know}\ \theta = \text{sinh}^{-1}x.} \\ & {= \text{sinh}^{-1}x + C.} & & & \end{array}$$

Analysis

分析

This answer looks quite different from the answer obtained using the substitution $x = \text{tan}\mspace{2mu}\theta.$ To see that the solutions are the same, set $y = \text{sinh}^{-1}x.$ Thus, $\text{sinh}\mspace{2mu} y = x.$ From this equation we obtain:

这个答案与用换元 $x = \text{tan}\mspace{2mu}\theta$ 所得答案看起来很不一样。为说明两种解法一致,令 $y = \text{sinh}^{-1}x.$ 于是 $\text{sinh}\mspace{2mu} y = x.$ 由该方程可得:

$$\frac{e^{y} - e^{\text{−}y}}{2} = x.$$

$$\frac{e^{y} - e^{\text{−}y}}{2} = x.$$

After multiplying both sides by $2e^{y}$ and rewriting, this equation becomes:

两边同乘 $2e^{y}$ 并改写后,该方程变为:

$$e^{2y} - 2xe^{y} - 1 = 0.$$

$$e^{2y} - 2xe^{y} - 1 = 0.$$

Use the quadratic equation to solve for $e^{y}\text{:}$

用二次方程解出 $e^{y}\text{:}$

$$e^{y} = \frac{2x \pm \sqrt{4x^{2} + 4}}{2}.$$

$$e^{y} = \frac{2x \pm \sqrt{4x^{2} + 4}}{2}.$$

Simplifying, we have:

化简得:

$$e^{y} = x \pm \sqrt{x^{2} + 1}.$$

$$e^{y} = x \pm \sqrt{x^{2} + 1}.$$

Since $x - \sqrt{x^{2} + 1} < 0,$ it must be the case that $e^{y} = x + \sqrt{x^{2} + 1}.$ Thus,

由于 $x - \sqrt{x^{2} + 1} < 0$,必定有 $e^{y} = x + \sqrt{x^{2} + 1}.$ 于是

$$y = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$$

$$y = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$$

Last, we obtain

最后,我们得到

$$\text{sinh}^{-1}x = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$$

$$\text{sinh}^{-1}x = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$$

After we make the final observation that, since $x + \sqrt{x^{2} + 1} > 0,$

最后注意到,由于 $x + \sqrt{x^{2} + 1} > 0$,

$$\text{ln}\left( {x + \sqrt{x^{2} + 1}} \right) = \text{ln}\left| {\sqrt{1 + x^{2}} + x} \right|,$$

$$\text{ln}\left( {x + \sqrt{x^{2} + 1}} \right) = \text{ln}\left| {\sqrt{1 + x^{2}} + x} \right|,$$

we see that the two different methods produced equivalent solutions.

可见两种方法给出了等价的解。

Finding an Arc Length 求一段弧长

Find the length of the curve $y = x^{2}$ over the interval $\lbrack 0,\frac{1}{2}\rbrack.$

求曲线 $y = x^{2}$ 在区间 $\lbrack 0,\frac{1}{2}\rbrack$ 上的弧长。

Solution

解答

Because $\frac{dy}{dx} = 2x,$ the arc length is given by

由 $\frac{dy}{dx} = 2x$,弧长由下式给出

$${\int_{0}^{1\text{/}2}{\sqrt{1 + {(2x)}^{2}}\mspace{2mu} dx}} = {\int_{0}^{1\text{/}2}{\sqrt{1 + 4x^{2}}\mspace{2mu} dx}}.$$

$${\int_{0}^{1\text{/}2}{\sqrt{1 + {(2x)}^{2}}\mspace{2mu} dx}} = {\int_{0}^{1\text{/}2}{\sqrt{1 + 4x^{2}}\mspace{2mu} dx}}.$$

To evaluate this integral, use the substitution $x = \frac{1}{2}\text{tan}\mspace{2mu}\theta$ and $dx = \frac{1}{2}\text{sec}^{2}\theta d\theta.$ We also need to change the limits of integration. If $x = 0,$ then $\theta = 0$ and if $x = \frac{1}{2},$ then $\theta = \frac{\pi}{4}.$ Thus,

为计算该积分,使用换元 $x = \frac{1}{2}\text{tan}\mspace{2mu}\theta$ 和 $dx = \frac{1}{2}\text{sec}^{2}\theta d\theta.$ 我们还需要改变积分限。若 $x = 0$,则 $\theta = 0$;若 $x = \frac{1}{2}$,则 $\theta = \frac{\pi}{4}.$ 于是

$$\begin{array}{clccc} {\int_{0}^{1\text{/}2}{\sqrt{1 + 4x^{2}}\mspace{2mu} dx}} & {= {\int_{0}^{\pi\text{/}4}{\sqrt{1 + \text{tan}^{2}\theta}\frac{1}{2}\text{sec}^{2}\theta d\theta}}} & & & \begin{array}{l} \text{After substitution,} \\ {\sqrt{1 + 4x^{2}} = \text{tan}\mspace{2mu}\theta.\ \text{Substitute}} \\ {1 + \text{tan}^{2}\theta = \text{sec}^{2}\theta\ \text{and simplify.}} \end{array} \\ & {= \frac{1}{2}{\int_{0}^{\pi\text{/}4}{\text{sec}^{3}\theta d\theta}}} & & & \begin{array}{l} \text{We derived this integral in the} \\ \text{previous section.} \end{array} \\ & {= \frac{1}{2}\left( {\frac{1}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\pi\text{/}4} \\ \end{matrix}} \right.} & & & \text{Evaluate and simplify.} \\ & {= \frac{1}{4}(\sqrt{2} + \text{ln}(\sqrt{2} + 1)).} & & & \end{array}$$

$$\begin{array}{clccc} {\int_{0}^{1\text{/}2}{\sqrt{1 + 4x^{2}}\mspace{2mu} dx}} & {= {\int_{0}^{\pi\text{/}4}{\sqrt{1 + \text{tan}^{2}\theta}\frac{1}{2}\text{sec}^{2}\theta d\theta}}} & & & \begin{array}{l} \text{After substitution,} \\ {\sqrt{1 + 4x^{2}} = \text{tan}\mspace{2mu}\theta.\ \text{Substitute}} \\ {1 + \text{tan}^{2}\theta = \text{sec}^{2}\theta\ \text{and simplify.}} \end{array} \\ & {= \frac{1}{2}{\int_{0}^{\pi\text{/}4}{\text{sec}^{3}\theta d\theta}}} & & & \begin{array}{l} \text{We derived this integral in the} \\ \text{previous section.} \end{array} \\ & {= \frac{1}{2}\left( {\frac{1}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta + \frac{1}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\pi\text{/}4} \\ \end{matrix}} \right.} & & & \text{Evaluate and simplify.} \\ & {= \frac{1}{4}(\sqrt{2} + \text{ln}(\sqrt{2} + 1)).} & & & \end{array}$$

Rewrite $\int^{}x^{3}\sqrt{x^{2} + 4}\mspace{2mu} dx$ by using a substitution involving $\text{tan}\mspace{2mu}\theta.$

用含 $\text{tan}\mspace{2mu}\theta$ 的换元改写 $\int^{}x^{3}\sqrt{x^{2} + 4}\mspace{2mu} dx$。

Integrating Expressions Involving $\sqrt{x^{2} - a^{2}}$ 积分含 $\sqrt{x^{2} - a^{2}}$ 的表达式

The domain of the expression $\sqrt{x^{2} - a^{2}}$ is $\left( {\text{−}\infty,\text{−}a} \right\rbrack \cup \left\lbrack {a,\text{+}\infty} \right).$ Thus, either $x \leq \text{−}a$ or $x \geq a.$ Hence, $\frac{x}{a} \leq - 1$ or $\frac{x}{a} \geq 1.$ Since these intervals correspond to the range of $\text{sec}\mspace{2mu}\theta$ on the set $\left\lbrack {0,\frac{\pi}{2}} \right) \cup \left( {\frac{\pi}{2},\pi} \right\rbrack,$ it makes sense to use the substitution $\text{sec}\mspace{2mu}\theta = \frac{x}{a}$ or, equivalently, $x = a\mspace{2mu}\text{sec}\mspace{2mu}\theta,$ where $0 \leq \theta < \frac{\pi}{2}$ or $\frac{\pi}{2} < \theta \leq \pi.$ The corresponding substitution for $dx$ is $dx = a\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ The procedure for using this substitution is outlined in the following problem-solving strategy.

表达式 $\sqrt{x^{2} - a^{2}}$ 的定义域为 $\left( {\text{−}\infty,\text{−}a} \right\rbrack \cup \left\lbrack {a,\text{+}\infty} \right).$ 因此,要么 $x \leq \text{−}a$,要么 $x \geq a.$ 从而 $\frac{x}{a} \leq - 1$ 或 $\frac{x}{a} \geq 1.$ 由于这些区间对应于 $\text{sec}\mspace{2mu}\theta$ 在集合 $\left\lbrack {0,\frac{\pi}{2}} \right) \cup \left( {\frac{\pi}{2},\pi} \right\rbrack$ 上的值域,采用换元 $\text{sec}\mspace{2mu}\theta = \frac{x}{a}$ 或等价地 $x = a\mspace{2mu}\text{sec}\mspace{2mu}\theta$ 是合理的,其中 $0 \leq \theta < \frac{\pi}{2}$ 或 $\frac{\pi}{2} < \theta \leq \pi.$ 对应的 $dx$ 换元为 $dx = a\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ 使用该换元的步骤在下述解题策略中列出。

Integrals Involving $\sqrt{x^{2} - a^{2}}$ 含 $\sqrt{x^{2} - a^{2}}$ 的积分

1. Check to see whether the integral cannot be evaluated using another method. If so, we may wish to consider applying an alternative technique.

1. 先检查该积分是否无法用其他方法计算。若是,我们或许应考虑采用一种替代技巧。

2. Substitute $x = a\mspace{2mu}\text{sec}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ This substitution yields

2. 换元 $x = a\mspace{2mu}\text{sec}\mspace{2mu}\theta$ 并取 $dx = a\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ 这一换元得到

$$\sqrt{x^{2} - a^{2}} = \sqrt{\left( {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right)^{2} - a^{2}} = \sqrt{a^{2}(\text{sec}^{2}\theta –1)} = \sqrt{a^{2}\text{tan}^{2}\theta} = \left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right|.$$

$$\sqrt{x^{2} - a^{2}} = \sqrt{\left( {a\mspace{2mu}\text{sec}\mspace{2mu}\theta} \right)^{2} - a^{2}} = \sqrt{a^{2}(\text{sec}^{2}\theta –1)} = \sqrt{a^{2}\text{tan}^{2}\theta} = \left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right|.$$

For $x \geq a,$ $\left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ and for $x \leq - a,$ $\left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right| = \text{−}a\mspace{2mu}\text{tan}\mspace{2mu}\theta.$

当 $x \geq a$ 时,$\left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right| = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$;当 $x \leq - a$ 时,$\left| {a\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right| = \text{−}a\mspace{2mu}\text{tan}\mspace{2mu}\theta.$

3. Simplify the expression.

3. 化简表达式。

4. Evaluate the integral using techniques from the section on trigonometric integrals.

4. 利用三角积分一节中的技巧计算该积分。

5. Use the reference triangles from Figure 3.9 to rewrite the result in terms of $x.$ You may also need to use some trigonometric identities and the relationship $\theta = \text{sec}^{-1}\left( \frac{x}{a} \right).$ (*Note*: We need both reference triangles, since the values of some of the trigonometric ratios are different depending on whether $x \geq a$ or $x \leq \text{−}a.)$

5. 利用图 3.9 中的参考三角形将结果用 $x$ 表示。你可能还需要用到一些三角恒等式以及关系 $\theta = \text{sec}^{-1}\left( \frac{x}{a} \right).$ (*注*:我们需要两个参考三角形,因为某些三角比的值在 $x \geq a$ 与 $x \leq \text{−}a$ 时不同。)

Finding the Area of a Region 求一个区域的面积

Find the area of the region between the graph of $f(x) = \sqrt{x^{2} - 9}$ and the *x*-axis over the interval $\lbrack 3,5\rbrack.$

求图形 $f(x) = \sqrt{x^{2} - 9}$ 与 *x* 轴在区间 $\lbrack 3,5\rbrack$ 之间所围成区域的面积。

Solution

解答

First, sketch a rough graph of the region described in the problem, as shown in the following figure.

首先,如下列图形所示,粗略画出题目所描述区域的图像。

We can see that the area is $A = {\int_{3}^{5}{\sqrt{x^{2} - 9}\mspace{2mu} dx.}}$ To evaluate this definite integral, substitute $x = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta$ and $dx = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ We must also change the limits of integration. If $x = 3,$ then $3 = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta$ and hence $\theta = 0.$ If $x = 5,$ then $\theta = \text{sec}^{-1}\left( \frac{5}{3} \right).$ After making these substitutions and simplifying, we have

可见面积为 $A = {\int_{3}^{5}{\sqrt{x^{2} - 9}\mspace{2mu} dx.}}$ 为计算这一定积分,换元 $x = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta$ 并取 $dx = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta d\theta.$ 我们还必须改变积分限。若 $x = 3$,则 $3 = 3\mspace{2mu}\text{sec}\mspace{2mu}\theta$,从而 $\theta = 0.$ 若 $x = 5$,则 $\theta = \text{sec}^{-1}\left( \frac{5}{3} \right).$ 进行这些换元并化简后,得到

$$\begin{array}{clccc} \text{Area} & {= {\int_{3}^{5}{\sqrt{x^{2} - 9}\mspace{2mu} dx}}} & & & \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9\mspace{2mu}\text{tan}^{2}\theta\mspace{2mu}\text{sec}\mspace{2mu}\theta d\theta}}} & & & {\text{Use}\ \text{tan}^{2}\theta = 1 - \text{sec}^{2}\theta.} \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9(\text{sec}^{2}\theta - 1)\text{sec}\mspace{2mu}\theta d\theta}}} & & & \text{Expand.} \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9(\text{sec}^{3}\theta - \text{sec}\mspace{2mu}\theta)d\theta}}} & & & \text{Evaluate the integral.} \\ & {= \left( {\frac{9}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right| + \frac{9}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right) - 9\mspace{2mu}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\text{sec}^{-1}{({5\text{/}3})}} \\ \end{matrix}} \right.} & & & \text{Simplify.} \\ & {= \frac{9}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta - \frac{9}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\text{sec}^{-1}{({5\text{/}3})}} \\ \end{matrix}} \right.} & & & \begin{array}{l} {\text{Evaluate. Use}\ \text{sec}\left( {\text{sec}^{-1}\frac{5}{3}} \right) = \frac{5}{3}} \\ {\text{and}\ \text{tan}\left( {\text{sec}^{-1}\frac{5}{3}} \right) = \frac{4}{3}.} \end{array} \\ & {= \frac{9}{2} \cdot \frac{5}{3} \cdot \frac{4}{3} - \frac{9}{2}\text{ln}\left| {\frac{5}{3} + \frac{4}{3}} \right| - \left( {\frac{9}{2} \cdot 1 \cdot 0 - \frac{9}{2}\text{ln}\left| {1 + 0} \right|} \right)} & & & \\ & {= 10 - \frac{9}{2}\text{ln}\mspace{2mu} 3.} & & & \end{array}$$

$$\begin{array}{clccc} \text{Area} & {= {\int_{3}^{5}{\sqrt{x^{2} - 9}\mspace{2mu} dx}}} & & & \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9\mspace{2mu}\text{tan}^{2}\theta\mspace{2mu}\text{sec}\mspace{2mu}\theta d\theta}}} & & & {\text{Use}\ \text{tan}^{2}\theta = 1 - \text{sec}^{2}\theta.} \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9(\text{sec}^{2}\theta - 1)\text{sec}\mspace{2mu}\theta d\theta}}} & & & \text{Expand.} \\ & {= {\int_{0}^{\text{sec}^{-1}{({5\text{/}3})}}{9(\text{sec}^{3}\theta - \text{sec}\mspace{2mu}\theta)d\theta}}} & & & \text{Evaluate the integral.} \\ & {= \left( {\frac{9}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right| + \frac{9}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta} \right) - 9\mspace{2mu}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\text{sec}^{-1}{({5\text{/}3})}} \\ \end{matrix}} \right.} & & & \text{Simplify.} \\ & {= \frac{9}{2}\text{sec}\mspace{2mu}\theta\mspace{2mu}\text{tan}\mspace{2mu}\theta - \frac{9}{2}\text{ln}\left| {\text{sec}\mspace{2mu}\theta + \text{tan}\mspace{2mu}\theta} \right|\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} {\text{sec}^{-1}{({5\text{/}3})}} \\ \end{matrix}} \right.} & & & \begin{array}{l} {\text{Evaluate. Use}\ \text{sec}\left( {\text{sec}^{-1}\frac{5}{3}} \right) = \frac{5}{3}} \\ {\text{and}\ \text{tan}\left( {\text{sec}^{-1}\frac{5}{3}} \right) = \frac{4}{3}.} \end{array} \\ & {= \frac{9}{2} \cdot \frac{5}{3} \cdot \frac{4}{3} - \frac{9}{2}\text{ln}\left| {\frac{5}{3} + \frac{4}{3}} \right| - \left( {\frac{9}{2} \cdot 1 \cdot 0 - \frac{9}{2}\text{ln}\left| {1 + 0} \right|} \right)} & & & \\ & {= 10 - \frac{9}{2}\text{ln}\mspace{2mu} 3.} & & & \end{array}$$

Evaluate ${\int\frac{dx}{\sqrt{x^{2} - 4}}}.$ Assume that $x > 2.$

计算 ${\int\frac{dx}{\sqrt{x^{2} - 4}}}.$ 假定 $x > 2$。

Section 3.3 Exercises 3.3 节习题

Simplify the following expressions by writing each one using a single trigonometric function.

通过用单个三角函数表示,化简下列各式。

126\.

126\.

$4 - 4\mspace{2mu}\text{sin}^{2}\theta$

$4 - 4\mspace{2mu}\text{sin}^{2}\theta$

127.

127.

$9\mspace{2mu}\text{sec}^{2}\theta - 9$

$9\mspace{2mu}\text{sec}^{2}\theta - 9$

128\.

128\.

$a^{2} + a^{2}\text{tan}^{2}\theta$

$a^{2} + a^{2}\text{tan}^{2}\theta$

129.

129.

$a^{2} + a^{2}\text{sinh}^{2}\theta$

$a^{2} + a^{2}\text{sinh}^{2}\theta$

130\.

130\.

$16\mspace{2mu}\text{cosh}^{2}\theta - 16$

$16\mspace{2mu}\text{cosh}^{2}\theta - 16$

Use the technique of completing the square to express each trinomial as the square of a binomial or the square of a binomial plus a constant.

使用配方法,将每个三项式表示为二项式的平方,或二项式的平方加上一个常数。

131.

131.

$4x^{2} - 4x + 1$

$4x^{2} - 4x + 1$

132\.

132\.

$2x^{2} - 8x + 3$

$2x^{2} - 8x + 3$

133.

133.

$\text{−}x^{2} - 2x + 4$

$\text{−}x^{2} - 2x + 4$

Integrate using the method of trigonometric substitution. Express the final answer in terms of the variable.

使用三角换元法积分。将最终答案用该变量表示。

134\.

134\.

$\int\frac{dx}{\sqrt{4 - x^{2}}}$

$\int\frac{dx}{\sqrt{4 - x^{2}}}$

135.

135.

$\int\frac{dx}{\sqrt{x^{2} - a^{2}}}$

$\int\frac{dx}{\sqrt{x^{2} - a^{2}}}$

136\.

136\.

$\int{\sqrt{4 - x^{2}}\mspace{2mu} dx}$

$\int{\sqrt{4 - x^{2}}\mspace{2mu} dx}$

137.

137.

$\int\frac{dx}{\sqrt{1 + 9x^{2}}}$

$\int\frac{dx}{\sqrt{1 + 9x^{2}}}$

138\.

138\.

$\int\frac{x^{2}dx}{\sqrt{1 - x^{2}}}$

$\int\frac{x^{2}dx}{\sqrt{1 - x^{2}}}$

139.

139.

$\int\frac{dx}{x^{2}\sqrt{1 - x^{2}}}$

$\int\frac{dx}{x^{2}\sqrt{1 - x^{2}}}$

140\.

140\.

$\int\frac{dx}{{(1 + x^{2})}^{2}}$

$\int\frac{dx}{{(1 + x^{2})}^{2}}$

141.

141.

${\int\sqrt{x^{2} + 9}}dx$

${\int\sqrt{x^{2} + 9}}dx$

142\.

142\.

$\int{\frac{\sqrt{x^{2} - 25}}{x}dx}$

$\int{\frac{\sqrt{x^{2} - 25}}{x}dx}$

143.

143.

$\int\frac{\theta^{3}d\theta}{\sqrt{9 - \theta^{2}}}$

$\int\frac{\theta^{3}d\theta}{\sqrt{9 - \theta^{2}}}$

144\.

144\.

$\int\frac{dx}{\sqrt{x^{6} - x^{2}}}$

$\int\frac{dx}{\sqrt{x^{6} - x^{2}}}$

145.

145.

${\int\sqrt{x^{6} - x^{8}}}dx$

${\int\sqrt{x^{6} - x^{8}}}dx$

146\.

146\.

$\int\frac{dx}{\left( {1 + x^{2}} \right)^{3\text{/}2}}$

$\int\frac{dx}{\left( {1 + x^{2}} \right)^{3\text{/}2}}$

147.

147.

$\int\frac{dx}{\left( {x^{2} - 9} \right)^{3\text{/}2}}$

$\int\frac{dx}{\left( {x^{2} - 9} \right)^{3\text{/}2}}$

148\.

148\.

$\int\frac{\sqrt{1 + x^{2}}\mspace{2mu} dx}{x}$

$\int\frac{\sqrt{1 + x^{2}}\mspace{2mu} dx}{x}$

149.

149.

$\int\frac{x^{2}dx}{\sqrt{x^{2} - 1}}$

$\int\frac{x^{2}dx}{\sqrt{x^{2} - 1}}$

150\.

150\.

$\int\frac{x^{2}dx}{x^{2} + 4}$

$\int\frac{x^{2}dx}{x^{2} + 4}$

151.

151.

$\int\frac{dx}{x^{2}\sqrt{x^{2} + 1}}$

$\int\frac{dx}{x^{2}\sqrt{x^{2} + 1}}$

152\.

152\.

$\int\frac{x^{2}dx}{\sqrt{1 + x^{2}}}$

$\int\frac{x^{2}dx}{\sqrt{1 + x^{2}}}$

153.

153.

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

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

In the following exercises, use the substitutions $x = \text{sinh}\mspace{2mu}\theta,\text{cosh}\mspace{2mu}\theta,$ or $\text{tanh}\mspace{2mu}\theta.$ Express the final answers in terms of the variable *x.*

在以下习题中,使用换元 $x = \text{sinh}\mspace{2mu}\theta,\text{cosh}\mspace{2mu}\theta,$ 或 $\text{tanh}\mspace{2mu}\theta.$ 将最终答案用变量 *x.* 表示。

154\.

154\.

$\int\frac{dx}{\sqrt{x^{2} - 1}}$

$\int\frac{dx}{\sqrt{x^{2} - 1}}$

155.

155.

$\int\frac{dx}{x\sqrt{1 - x^{2}}}$

$\int\frac{dx}{x\sqrt{1 - x^{2}}}$

156\.

156\.

${\int\sqrt{x^{2} - 1}}dx$

${\int\sqrt{x^{2} - 1}}dx$

157.

157.

$\int{\frac{\sqrt{x^{2} - 1}}{x^{2}}dx}$

$\int{\frac{\sqrt{x^{2} - 1}}{x^{2}}dx}$

158\.

158\.

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

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

159.

159.

$\int{\frac{\sqrt{1 + x^{2}}}{x^{2}}dx}$

$\int{\frac{\sqrt{1 + x^{2}}}{x^{2}}dx}$

Use the technique of completing the square to evaluate the following integrals.

使用配方法计算下列积分。

160\.

160\.

$\int{\frac{1}{x^{2} - 6x}dx}$

$\int{\frac{1}{x^{2} - 6x}dx}$

161.

161.

$\int{\frac{1}{x^{2} + 2x + 1}dx}$

$\int{\frac{1}{x^{2} + 2x + 1}dx}$

162\.

162\.

$\int{\frac{1}{\sqrt{\text{−}x^{2} + 2x + 8}}dx}$

$\int{\frac{1}{\sqrt{\text{−}x^{2} + 2x + 8}}dx}$

163.

163.

$\int{\frac{1}{\sqrt{\text{−}x^{2} + 10x}}dx}$

$\int{\frac{1}{\sqrt{\text{−}x^{2} + 10x}}dx}$

164\.

164\.

${\int\frac{1}{\sqrt{x^{2} + 4x - 12}}}dx$

${\int\frac{1}{\sqrt{x^{2} + 4x - 12}}}dx$

165.

165.

Evaluate the integral without using calculus: $\int_{-3}^{3}{\sqrt{9 - x^{2}}\mspace{2mu} dx.}$

不用微积分计算该积分:$\int_{-3}^{3}{\sqrt{9 - x^{2}}\mspace{2mu} dx.}$

166\.

166\.

Find the area enclosed by the ellipse $\frac{x^{2}}{4} + \frac{y^{2}}{9} = 1.$

求椭圆 $\frac{x^{2}}{4} + \frac{y^{2}}{9} = 1.$ 所围成的面积。

167.

167.

Evaluate the integral $\int\frac{dx}{\sqrt{1 - x^{2}}}$ using two different substitutions. First, let $x = \text{cos}\mspace{2mu}\theta$ and evaluate using trigonometric substitution. Second, let $x = \text{sin}\mspace{2mu}\theta$ and use trigonometric substitution. Are the answers the same?

用两种不同的换元计算积分 $\int\frac{dx}{\sqrt{1 - x^{2}}}$。首先,令 $x = \text{cos}\mspace{2mu}\theta$,并用三角换元进行计算。其次,令 $x = \text{sin}\mspace{2mu}\theta$,并用三角换元。两个答案是否相同?

168\.

168\.

Evaluate the integral $\int\frac{dx}{x\sqrt{x^{2} - 1}}$ using the substitution $x = \text{sec}\mspace{2mu}\theta.$ Next, evaluate the same integral using the substitution $x = \text{csc}\mspace{2mu}\theta.$ Show that the results are equivalent.

使用换元 $x = \text{sec}\mspace{2mu}\theta$ 计算积分 $\int\frac{dx}{x\sqrt{x^{2} - 1}}$。接着,使用换元 $x = \text{csc}\mspace{2mu}\theta$ 计算同一积分。证明两个结果等价。

169.

169.

Evaluate the integral ${\int\frac{x}{x^{2} + 1}}dx$ using the form ${\int{\frac{1}{u}du}}.$ Next, evaluate the same integral using $x = \text{tan}\mspace{2mu}\theta.$ Are the results the same?

利用形式 ${\int{\frac{1}{u}du}}$ 计算积分 ${\int\frac{x}{x^{2} + 1}}dx$。接着,使用换元 $x = \text{tan}\mspace{2mu}\theta$ 计算同一积分。两个结果是否相同?

170\.

170\.

State the method of integration you would use to evaluate the integral ${\int{x\sqrt{x^{2} + 1}\mspace{2mu} dx}}.$ Why did you choose this method?

说明你将用于计算积分 ${\int{x\sqrt{x^{2} + 1}\mspace{2mu} dx}}$ 的积分方法。你为何选择该方法?

171.

171.

State the method of integration you would use to evaluate the integral ${\int{x^{2}\sqrt{x^{2} - 1}\mspace{2mu} dx}}.$ Why did you choose this method?

说明你将用于计算积分 ${\int{x^{2}\sqrt{x^{2} - 1}\mspace{2mu} dx}}$ 的积分方法。你为何选择该方法?

172\.

172\.

Evaluate $\int_{-1}^{1}\frac{x\mspace{2mu} dx}{x^{2} + 1}$

计算 $\int_{-1}^{1}\frac{x\mspace{2mu} dx}{x^{2} + 1}$

173.

173.

Find the length of the arc of the curve over the specified interval: $y = \text{ln}\mspace{2mu} x,\lbrack 1,5\rbrack.$ Round the answer to three decimal places.

求曲线在指定区间上的弧长:$y = \text{ln}\mspace{2mu} x,\lbrack 1,5\rbrack.$ 答案保留三位小数。

174\.

174\.

Find the surface area of the solid generated by revolving the region bounded by the graphs of $y = x^{2},y = 0,x = 0,\text{and}\ x = \sqrt{2}$ about the *x*-axis. (Round the answer to three decimal places).

求由曲线 $y = x^{2},y = 0,x = 0,\text{and}\ x = \sqrt{2}$ 所围成区域绕 *x*-轴旋转所生成立体的表面积。(答案保留三位小数)。

175.

175.

The region bounded by the graph of $f(x) = \frac{1}{1 + x^{2}}$ and the *x*-axis between $x = 0$ and $x = 1$ is revolved about the *x-*axis. Find the volume of the solid that is generated.

由 $f(x) = \frac{1}{1 + x^{2}}$ 的图像与 *x*-轴在 $x = 0$ 和 $x = 1$ 之间所围成的区域绕 *x-*轴旋转。求所生成立体的体积。

Solve the initial-value problem for *y* as a function of *x*.

求解初值问题,将 *y* 表示为 *x* 的函数。

176\.

176\.

$\left( {x^{2} + 36} \right)\frac{dy}{dx} = 1,y(6) = 0$

$\left( {x^{2} + 36} \right)\frac{dy}{dx} = 1,y(6) = 0$

177.

177.

$\left( {64 - x^{2}} \right)\frac{dy}{dx} = 1,y(0) = 3$

$\left( {64 - x^{2}} \right)\frac{dy}{dx} = 1,y(0) = 3$

178\.

178\.

Find the area bounded by $y = \frac{2}{\sqrt{64 - 4x^{2}}},x = 0,y = 0,\text{and}\ x = 2.$

求由 $y = \frac{2}{\sqrt{64 - 4x^{2}}},x = 0,y = 0,\text{and}\ x = 2$ 所围成的面积。

179.

179.

An oil storage tank can be described as the volume generated by revolving the area bounded by $y = \frac{16}{\sqrt{64 + x^{2}}},x = 0,y = 0,x = 2$ about the *x*-axis. Find the volume of the tank (in cubic meters).

一个储油罐可描述为:由 $y = \frac{16}{\sqrt{64 + x^{2}}},x = 0,y = 0,x = 2$ 所围成的区域绕 *x*-轴旋转所生成的体积。求该油罐的体积(单位:立方米)。

180\.

180\.

During each cycle, the velocity *v* (in feet per second) of a robotic welding device is given by $v = 2t - \frac{14}{4 + t^{2}},$ where *t* is time in seconds. Find the expression for the displacement *s* (in feet) as a function of *t* if $s = 0$ when $t = 0.$

在每个周期中,一台机器人焊接装置的速率 *v*(单位:英尺每秒)由 $v = 2t - \frac{14}{4 + t^{2}}$ 给出,其中 *t* 为时间(单位:秒)。若 $s = 0$ 当 $t = 0$,求位移 *s*(单位:英尺)关于 *t* 的表达式。

181.

181.

Find the length of the curve $y = \sqrt{16 - x^{2}}$ between $x = 0$ and $x = 2.$

求曲线 $y = \sqrt{16 - x^{2}}$ 在 $x = 0$ 与 $x = 2$ 之间的弧长。

3.4 Partial Fractions 3.4 部分分式

We have seen some techniques that allow us to integrate specific rational functions. For example, we know that

我们已经见过一些允许我们积分特定有理函数的技巧。例如,我们知道

$${\int\frac{du}{u}} = \text{ln}|u| + C\ \text{and}\ {\int\frac{du}{u^{2} + a^{2}}} = \frac{1}{a}\text{tan}^{-1}\left( \frac{u}{a} \right) + C\text{.}$$

$${\int\frac{du}{u}} = \text{ln}|u| + C\ \text{and}\ {\int\frac{du}{u^{2} + a^{2}}} = \frac{1}{a}\text{tan}^{-1}\left( \frac{u}{a} \right) + C\text{.}$$

However, we do not yet have a technique that allows us to tackle arbitrary quotients of this type. Thus, it is not immediately obvious how to go about evaluating $\int{\frac{3x}{x^{2} - x - 2}dx.}$ However, we know from material previously developed that

然而,我们还没有一种技巧来处理这类任意的商。因此,如何着手计算 $\int{\frac{3x}{x^{2} - x - 2}dx.}$ 并不显然。不过,我们从先前的内容中知道

$$\int{\left( {\frac{1}{x + 1} + \frac{2}{x - 2}} \right)dx = \text{ln}\left| {x + 1} \right| + 2\mspace{2mu}\text{ln}\left| {x - 2} \right| + C.}$$

$$\int{\left( {\frac{1}{x + 1} + \frac{2}{x - 2}} \right)dx = \text{ln}\left| {x + 1} \right| + 2\mspace{2mu}\text{ln}\left| {x - 2} \right| + C.}$$

In fact, by getting a common denominator, we see that

事实上,通过通分,我们看到

$$\frac{1}{x + 1} + \frac{2}{x - 2} = \frac{3x}{x^{2} - x - 2}.$$

$$\frac{1}{x + 1} + \frac{2}{x - 2} = \frac{3x}{x^{2} - x - 2}.$$

Consequently,

因此,

$${\int{\frac{3x}{x^{2} - x - 2}dx}} = {\int{\left( {\frac{1}{x + 1} + \frac{2}{x - 2}} \right)dx}}.$$

$${\int{\frac{3x}{x^{2} - x - 2}dx}} = {\int{\left( {\frac{1}{x + 1} + \frac{2}{x - 2}} \right)dx}}.$$

In this section, we examine the method of partial fraction decomposition, which allows us to decompose rational functions into sums of simpler, more easily integrated rational functions. Using this method, we can rewrite an expression such as: $\frac{3x}{x^{2} - x - 2}$ as an expression such as $\frac{1}{x + 1} + \frac{2}{x - 2}.$

在本节中,我们研究部分分式分解法,它允许我们将有理函数分解为更简单、更易积分的有理函数之和。使用这种方法,我们可以将诸如 $\frac{3x}{x^{2} - x - 2}$ 的表达式重写为诸如 $\frac{1}{x + 1} + \frac{2}{x - 2}$ 的形式。

The key to the method of partial fraction decomposition is being able to anticipate the form that the decomposition of a rational function will take. As we shall see, this form is both predictable and highly dependent on the factorization of the denominator of the rational function. It is also extremely important to keep in mind that partial fraction decomposition can be applied to a rational function $\frac{P(x)}{Q(x)}$ only if $\text{deg}\left( {P(x)} \right) < \text{deg}\left( {Q(x)} \right).$ In the case when $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right),$ we must first perform long division to rewrite the quotient $\frac{P(x)}{Q(x)}$ in the form $A(x) + \frac{R(x)}{Q(x)},$ where $\text{deg}\left( {R(x)} \right) < \text{deg}\left( {Q(x)} \right).$ We then do a partial fraction decomposition on $\frac{R(x)}{Q(x)}.$ The following example, although not requiring partial fraction decomposition, illustrates our approach to integrals of rational functions of the form $\int{\frac{P(x)}{Q(x)}dx,}$ where $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right).$

部分分式分解法的关键在于能够预见有理函数分解所采取的形式。正如我们将看到的,这种形式既可预测,又高度依赖于有理函数分母的因式分解。同样极为重要的是要记住,部分分式分解只能应用于满足 $\text{deg}\left( {P(x)} \right) < \text{deg}\left( {Q(x)} \right)$ 的有理函数 $\frac{P(x)}{Q(x)}$。在 $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right)$ 的情况下,我们必须先作多项式长除法,将商 $\frac{P(x)}{Q(x)}$ 改写为 $A(x) + \frac{R(x)}{Q(x)}$ 的形式,其中 $\text{deg}\left( {R(x)} \right) < \text{deg}\left( {Q(x)} \right)$。然后我们对 $\frac{R(x)}{Q(x)}$ 作部分分式分解。下面的例子虽然不需要部分分式分解,却说明了我们对形式为 $\int{\frac{P(x)}{Q(x)}dx,}$ 且 $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right)$ 的有理函数积分的处理方法。

Integrating $\int{\frac{P(x)}{Q(x)}dx,}$ where $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right)$ 积分 $\int{\frac{P(x)}{Q(x)}dx,}$(其中 $\text{deg}\left( {P(x)} \right) \geq \text{deg}\left( {Q(x)} \right)$)

Evaluate ${\int{\frac{x^{2} + 3x + 5}{x + 1}dx}}.$

计算 ${\int{\frac{x^{2} + 3x + 5}{x + 1}dx}}$。

Solution 解答

Since $\text{deg}\left( {x^{2} + 3x + 5} \right) \geq \text{deg}\left( {x + 1} \right),$ we perform long division to obtain

由于 $\text{deg}\left( {x^{2} + 3x + 5} \right) \geq \text{deg}\left( {x + 1} \right)$,我们进行多项式长除法得到

$$\frac{x^{2} + 3x + 5}{x + 1} = x + 2 + \frac{3}{x + 1}.$$

$$\frac{x^{2} + 3x + 5}{x + 1} = x + 2 + \frac{3}{x + 1}.$$

Thus,

因此,

$$\begin{array}{cl} {\int{\frac{x^{2} + 3x + 5}{x + 1}dx}} & {= {\int{\left( {x + 2 + \frac{3}{x + 1}} \right)dx}}} \\ & {= \frac{1}{2}x^{2} + 2x + 3\mspace{2mu}\text{ln}\left| {x + 1} \right| + C.} \end{array}$$

$$\begin{array}{cl} {\int{\frac{x^{2} + 3x + 5}{x + 1}dx}} & {= {\int{\left( {x + 2 + \frac{3}{x + 1}} \right)dx}}} \\ & {= \frac{1}{2}x^{2} + 2x + 3\mspace{2mu}\text{ln}\left| {x + 1} \right| + C.} \end{array}$$

Visit this website for a review of long division of polynomials.

访问该网站以复习多项式的长除法。

Evaluate $\int{\frac{x - 3}{x + 2}dx.}$

计算 $\int{\frac{x - 3}{x + 2}dx.}$

To integrate $\int{\frac{P(x)}{Q(x)}dx,}$ where $\text{deg}\left( {P(x)} \right) < \text{deg}\left( {Q(x)} \right),$ we must begin by factoring $Q(x).$

要积分 $\int{\frac{P(x)}{Q(x)}dx,}$,其中 $\text{deg}\left( {P(x)} \right) < \text{deg}\left( {Q(x)} \right)$,我们必须从分解 $Q(x)$ 开始。

Nonrepeated Linear Factors 互异一次因式

If $Q(x)$ can be factored as $\left( {a_{1}x + b_{1}} \right)\left( {a_{2}x + b_{2}} \right)\text{…}\left( {a_{n}x + b_{n}} \right),$ where each linear factor is distinct, then it is possible to find constants $A_{1},A_{2}\text{,…}\ A_{n}$ satisfying

如果 $Q(x)$ 可以因式分解为 $\left( {a_{1}x + b_{1}} \right)\left( {a_{2}x + b_{2}} \right)\text{…}\left( {a_{n}x + b_{n}} \right)$,其中每个一次因式互异,那么可以找到常数 $A_{1},A_{2}\text{,…}\ A_{n}$ 使得

$$\frac{P(x)}{Q(x)} = \frac{A_{1}}{a_{1}x + b_{1}} + \frac{A_{2}}{a_{2}x + b_{2}} + \cdots + \frac{A_{n}}{a_{n}x + b_{n}}.$$

$$\frac{P(x)}{Q(x)} = \frac{A_{1}}{a_{1}x + b_{1}} + \frac{A_{2}}{a_{2}x + b_{2}} + \cdots + \frac{A_{n}}{a_{n}x + b_{n}}.$$

The proof that such constants exist is beyond the scope of this course.

这些常数存在的证明超出了本课程的范围。

In this next example, we see how to use partial fractions to integrate a rational function of this type.

在接下来的例子中,我们来看看如何使用部分分式积分此类有理函数。

Partial Fractions with Nonrepeated Linear Factors 互异一次因式的部分分式

Evaluate $\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx.}$

计算 $\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx.}$

Solution 解答

Since $\text{deg}(3x + 2) < \text{deg}\left( {x^{3} - x^{2} - 2x} \right),$ we begin by factoring the denominator of $\frac{3x + 2}{x^{3} - x^{2} - 2x}.$ We can see that $x^{3} - x^{2} - 2x = x(x - 2)(x + 1).$ Thus, there are constants $A,$ $B,$ and $C$ satisfying

由于 $\text{deg}(3x + 2) < \text{deg}\left( {x^{3} - x^{2} - 2x} \right)$,我们从分解 $\frac{3x + 2}{x^{3} - x^{2} - 2x}$ 的分母开始。可以看出 $x^{3} - x^{2} - 2x = x(x - 2)(x + 1)$。于是,存在常数 $A,$ $B,$ 和 $C$ 使得

$$\frac{3x + 2}{x(x - 2)(x + 1)} = \frac{A}{x} + \frac{B}{x - 2} + \frac{C}{x + 1}.$$

$$\frac{3x + 2}{x(x - 2)(x + 1)} = \frac{A}{x} + \frac{B}{x - 2} + \frac{C}{x + 1}.$$

We must now find these constants. To do so, we begin by getting a common denominator on the right. Thus,

现在我们必须求出这些常数。为此,我们先在等式右边通分。于是,

$$\frac{3x + 2}{x(x - 2)(x + 1)} = \frac{A\left( {x - 2} \right)(x + 1) + Bx\left( {x + 1} \right) + Cx(x - 2)}{x(x - 2)(x + 1)}.$$

$$\frac{3x + 2}{x(x - 2)(x + 1)} = \frac{A\left( {x - 2} \right)(x + 1) + Bx\left( {x + 1} \right) + Cx(x - 2)}{x(x - 2)(x + 1)}.$$

Now, we set the numerators equal to each other, obtaining

现在,我们令分子相等,得到

$$3x + 2 = A\left( {x - 2} \right)\left( {x + 1} \right) + Bx\left( {x + 1} \right) + Cx\left( {x - 2} \right).$$ (3.8)

$$3x + 2 = A\left( {x - 2} \right)\left( {x + 1} \right) + Bx\left( {x + 1} \right) + Cx\left( {x - 2} \right).$$ (3.8)

There are two different strategies for finding the coefficients $A,$ $B,$ and $C.$ We refer to these as the *method of equating coefficients* and the *method of strategic substitution*.

求系数 $A,$ $B,$ 和 $C$ 有两种不同的策略。我们称其为*系数比较法*和*策略性换元法*。

Rewrite Equation 3.8 in the form

将式 3.8 改写为如下形式

$$3x + 2 = \left( {A + B + C} \right)x^{2} + \left( {\text{−}A + B - 2C} \right)x + \left( {-2A} \right).$$

$$3x + 2 = \left( {A + B + C} \right)x^{2} + \left( {\text{−}A + B - 2C} \right)x + \left( {-2A} \right).$$

Equating coefficients produces the system of equations

比较系数得到如下方程组

$$\begin{array}{rll} {A + B + C} & = & 0 \\ {- A + B - 2C} & = & 3 \\ {- 2A} & = & 2. \end{array}$$

$$\begin{array}{rll} {A + B + C} & = & 0 \\ {- A + B - 2C} & = & 3 \\ {- 2A} & = & 2. \end{array}$$

To solve this system, we first observe that $-2A = 2\Rightarrow A = -1.$ Substituting this value into the first two equations gives us the system

为解此方程组,我们首先注意到 $-2A = 2\Rightarrow A = -1.$ 将此值代入前两个方程,得到方程组

$$\begin{array}{rll} {B + C} & = & 1 \\ {B - 2C} & = & 2. \end{array}$$

$$\begin{array}{rll} {B + C} & = & 1 \\ {B - 2C} & = & 2. \end{array}$$

Multiplying the second equation by $-1$ and adding the resulting equation to the first produces

将第二个方程乘以 $-1$ 并与第一个方程相加,得到

$$-3C = 1,$$

$$-3C = 1,$$

which in turn implies that $C = - \frac{1}{3}.$ Substituting this value into the equation $B + C = 1$ yields $B = \frac{4}{3}.$ Thus, solving these equations yields $A = -1,$ $B = \frac{4}{3},$ and $C = - \frac{1}{3}.$

进而推出 $C = - \frac{1}{3}$。将此项代入 $B + C = 1$ 得 $B = \frac{4}{3}$。因此,解这些方程得到 $A = -1,$ $B = \frac{4}{3},$ 和 $C = - \frac{1}{3}$。

It is important to note that the system produced by this method is consistent if and only if we have set up the decomposition correctly. If the system is inconsistent, there is an error in our decomposition.

需要注意的是,当且仅当我们的分解设定正确时,由该方法得到的方程组才是相容的。若方程组不相容,则说明我们的分解有误。

The method of strategic substitution is based on the assumption that we have set up the decomposition correctly. If the decomposition is set up correctly, then there must be values of $A,$ $B,$ and $C$ that satisfy Equation 3.8 for *all* values of $x.$ That is, this equation must be true for any value of $x$ we care to substitute into it. Therefore, by choosing values of $x$ carefully and substituting them into the equation, we may find $A,$ $B,$ and $C$ easily. For example, if we substitute $x = 0,$ the equation reduces to $2 = A(-2)(1).$ Solving for $A$ yields $A = -1.$ Next, by substituting $x = 2,$ the equation reduces to $8 = B(2)(3),$ or equivalently $B = 4\text{/}3.$ Last, we substitute $x = -1$ into the equation and obtain $-1 = C(-1)(-3).$ Solving, we have $C = - \frac{1}{3}.$

策略性换元法基于这样的假设:我们的分解设定是正确的。若分解设定正确,那么必然存在 $A,$ $B,$ 和 $C$ 的值,使式 3.8 对 *all* 的 $x$ 值都成立。也就是说,该方程对我们任意代入的 $x$ 值都必须成立。因此,通过谨慎地选取 $x$ 的值并代入方程,我们可以轻易求出 $A,$ $B,$ 和 $C$。例如,若代入 $x = 0$,方程化为 $2 = A(-2)(1)$。解得 $A = -1$。接着,代入 $x = 2$,方程化为 $8 = B(2)(3)$,亦即 $B = 4\text{/}3$。最后,将 $x = -1$ 代入方程得 $-1 = C(-1)(-3)$。解得 $C = - \frac{1}{3}$。

It is important to keep in mind that if we attempt to use this method with a decomposition that has not been set up correctly, we are still able to find values for the constants, but these constants are meaningless. If we do opt to use the method of strategic substitution, then it is a good idea to check the result by recombining the terms algebraically.

需要记住的是,如果我们试图将此方法用于一个未正确设定的分解,我们仍然能够求出常数的值,但这些常数是没有意义的。如果我们确实选择使用策略性换元法,那么通过代数方式重新合并各项来检验结果,是个不错的主意。

Now that we have the values of $A,$ $B,$ and $C,$ we rewrite the original integral:

既然我们已经得到 $A,$ $B,$ 和 $C$ 的值,我们将原积分重写:

$${\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx}} = {\int\left( {\text{−}\ \frac{1}{x} + \frac{4}{3} \cdot \frac{1}{\left( {x - 2} \right)} - \frac{1}{3} \cdot \frac{1}{(x + 1)}} \right)}dx.$$

$${\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx}} = {\int\left( {\text{−}\ \frac{1}{x} + \frac{4}{3} \cdot \frac{1}{\left( {x - 2} \right)} - \frac{1}{3} \cdot \frac{1}{(x + 1)}} \right)}dx.$$

Evaluating the integral gives us

计算该积分得到

$${\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx}} = \text{−}\text{ln}|x| + \frac{4}{3}\text{ln}\left| {x - 2} \right| - \frac{1}{3}\text{ln}\left| {x + 1} \right| + C.$$

$${\int{\frac{3x + 2}{x^{3} - x^{2} - 2x}dx}} = \text{−}\text{ln}|x| + \frac{4}{3}\text{ln}\left| {x - 2} \right| - \frac{1}{3}\text{ln}\left| {x + 1} \right| + C.$$

In the next example, we integrate a rational function in which the degree of the numerator is not less than the degree of the denominator.

在下一个例子中,我们积分一个分子次数不低于分母次数的有理函数。

Dividing before Applying Partial Fractions 应用部分分式前的除法

Evaluate $\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx.}$

计算 $\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx.}$

Solution 解答

Since $\text{degree}(x^{2} + 3x + 1) \geq \text{degree}(x^{2} - 4),$ we must perform long division of polynomials. This results in

由于 $\text{degree}(x^{2} + 3x + 1) \geq \text{degree}(x^{2} - 4)$,我们必须进行多项式长除法。结果为

$$\frac{x^{2} + 3x + 1}{x^{2} - 4} = 1 + \frac{3x + 5}{x^{2} - 4}.$$

$$\frac{x^{2} + 3x + 1}{x^{2} - 4} = 1 + \frac{3x + 5}{x^{2} - 4}.$$

Next, we perform partial fraction decomposition on $\frac{3x + 5}{x^{2} - 4} = \frac{3x + 5}{(x + 2)(x - 2)}.$ We have

接着,我们对 $\frac{3x + 5}{x^{2} - 4} = \frac{3x + 5}{(x + 2)(x - 2)}$ 作部分分式分解。我们有

$$\frac{3x + 5}{(x - 2)(x + 2)} = \frac{A}{x - 2} + \frac{B}{x + 2}.$$

$$\frac{3x + 5}{(x - 2)(x + 2)} = \frac{A}{x - 2} + \frac{B}{x + 2}.$$

Thus,

因此,

$$3x + 5 = A\left( {x + 2} \right) + B\left( {x - 2} \right).$$

$$3x + 5 = A\left( {x + 2} \right) + B\left( {x - 2} \right).$$

Solving for $A$ and $B$ using either method, we obtain $A = 11\text{/}4$ and $B = 1\text{/}4.$

用任一方法解 $A$ 和 $B$,我们得到 $A = 11\text{/}4$ 和 $B = 1\text{/}4$。

Rewriting the original integral, we have

将原积分改写,我们有

$${\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx}} = {\int{\left( {1 + \frac{11}{4} \cdot \frac{1}{x - 2} + \frac{1}{4} \cdot \frac{1}{x + 2}} \right)dx.}}$$

$${\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx}} = {\int{\left( {1 + \frac{11}{4} \cdot \frac{1}{x - 2} + \frac{1}{4} \cdot \frac{1}{x + 2}} \right)dx.}}$$

Evaluating the integral produces

计算该积分得到

$${\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx}} = x + \frac{11}{4}\text{ln}\left| {x - 2} \right| + \frac{1}{4}\text{ln}\left| {x + 2} \right| + C.$$

$${\int{\frac{x^{2} + 3x + 1}{x^{2} - 4}dx}} = x + \frac{11}{4}\text{ln}\left| {x - 2} \right| + \frac{1}{4}\text{ln}\left| {x + 2} \right| + C.$$

As we see in the next example, it may be possible to apply the technique of partial fraction decomposition to a nonrational function. The trick is to convert the nonrational function to a rational function through a substitution.

正如我们在下一个例子中看到的,部分分式分解的技巧也可能应用于非有理函数。诀窍是通过一个换元,将非有理函数转化为有理函数。

Applying Partial Fractions after a Substitution 换元后应用部分分式

Evaluate ${\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}}.$

计算 ${\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}}$。

Solution 解答

Let's begin by letting $u = \text{sin}\mspace{2mu} x.$ Consequently, $du = \text{cos}\mspace{2mu} x\mspace{2mu} dx.$ After making these substitutions, we have

让我们从令 $u = \text{sin}\mspace{2mu} x$ 开始。于是 $du = \text{cos}\mspace{2mu} x\mspace{2mu} dx$。作这些换元后,我们有

$${\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}} = {\int\frac{du}{u^{2} - u}} = {\int{\frac{du}{u(u - 1)}.}}$$

$${\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}} = {\int\frac{du}{u^{2} - u}} = {\int{\frac{du}{u(u - 1)}.}}$$

Applying partial fraction decomposition to $1\text{/}u(u - 1)$ gives $\frac{1}{u(u - 1)} = - \frac{1}{u} + \frac{1}{u - 1}.$

对 $1\text{/}u(u - 1)$ 应用部分分式分解得到 $\frac{1}{u(u - 1)} = - \frac{1}{u} + \frac{1}{u - 1}$。

Thus,

因此,

$$\begin{array}{cl} {\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}} & {= \text{−}\text{ln}|u| + \text{ln}\left| {u - 1} \right| + C} \\ & {= \text{−}\text{ln}\left| {\text{sin}\mspace{2mu} x} \right| + \text{ln}\left| {\text{sin}\mspace{2mu} x - 1} \right| + C.} \end{array}$$

$$\begin{array}{cl} {\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x - \text{sin}\mspace{2mu} x}dx}} & {= \text{−}\text{ln}|u| + \text{ln}\left| {u - 1} \right| + C} \\ & {= \text{−}\text{ln}\left| {\text{sin}\mspace{2mu} x} \right| + \text{ln}\left| {\text{sin}\mspace{2mu} x - 1} \right| + C.} \end{array}$$

Evaluate ${\int{\frac{x + 1}{(x + 3)(x - 2)}dx}}.$

计算 ${\int{\frac{x + 1}{(x + 3)(x - 2)}dx}}$。

Repeated Linear Factors 重复的一次因式

For some applications, we need to integrate rational expressions that have denominators with repeated linear factors—that is, rational functions with at least one factor of the form ${(ax + b)}^{n},$ where $n$ is a positive integer greater than or equal to $2.$ If the denominator contains the repeated linear factor ${(ax + b)}^{n},$ then the decomposition must contain

在某些应用中,我们需要对分母含有重复一次因式的有理表达式进行积分——即至少含有一个形如 ${(ax + b)}^{n}$ 的因式的有理函数,其中 $n$ 是大于等于 $2$ 的正整数。若分母含有重复的一次因式 ${(ax + b)}^{n}$,则分解式中必须包含

$$\frac{A_{1}}{ax + b} + \frac{A_{2}}{{(ax + b)}^{2}} + \cdots + \frac{A_{n}}{{(ax + b)}^{n}}.$$

$$\frac{A_{1}}{ax + b} + \frac{A_{2}}{{(ax + b)}^{2}} + \cdots + \frac{A_{n}}{{(ax + b)}^{n}}.$$

As we see in our next example, the basic technique used for solving for the coefficients is the same, but it requires more algebra to determine the numerators of the partial fractions.

如接下来的示例所示,求解系数所使用的基本技巧是相同的,但确定部分分式的分子需要更多代数运算。

Partial Fractions with Repeated Linear Factors 含重复一次因式的部分分式

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

计算 $\int{\frac{x - 2}{\left( {2x - 1} \right)^{2}(x - 1)}dx.}$

Solution 解答

We have $\text{degree}\left( {x - 2} \right) < \text{degree}\left( {\left( {2x - 1} \right)^{2}\left( {x - 1} \right)} \right),$ so we can proceed with the decomposition. Since ${(2x - 1)}^{2}$ is a repeated linear factor, include $\frac{A}{2x - 1} + \frac{B}{{(2x - 1)}^{2}}$ in the decomposition. Thus,

由于 $\text{degree}\left( {x - 2} \right) < \text{degree}\left( {\left( {2x - 1} \right)^{2}\left( {x - 1} \right)} \right)$,我们可以进行分解。因为 ${(2x - 1)}^{2}$ 是重复的一次因式,在分解式中应包含 $\frac{A}{2x - 1} + \frac{B}{{(2x - 1)}^{2}}$。于是,

$$\frac{x - 2}{\left( {2x - 1} \right)^{2}(x - 1)} = \frac{A}{2x - 1} + \frac{B}{{(2x - 1)}^{2}} + \frac{C}{x - 1}.$$

$$\frac{x - 2}{\left( {2x - 1} \right)^{2}(x - 1)} = \frac{A}{2x - 1} + \frac{B}{{(2x - 1)}^{2}} + \frac{C}{x - 1}.$$

After getting a common denominator and equating the numerators, we have

通分并使分子相等后,我们得到

$$x - 2 = A\left( {2x - 1} \right)\left( {x - 1} \right) + B\left( {x - 1} \right) + C{(2x - 1)}^{2}.$$ (3.9)

$$x - 2 = A\left( {2x - 1} \right)\left( {x - 1} \right) + B\left( {x - 1} \right) + C{(2x - 1)}^{2}.$$ (3.9)

We then use the method of equating coefficients to find the values of $A,$ $B,$ and $C.$

接着我们使用比较系数法求 $A$、$B$ 和 $C$ 的值。

$$x - 2 = \left( {2A + 4C} \right)x^{2} + \left( {-3A + B - 4C} \right)x + \left( {A - B + C} \right).$$

$$x - 2 = \left( {2A + 4C} \right)x^{2} + \left( {-3A + B - 4C} \right)x + \left( {A - B + C} \right).$$

Equating coefficients yields $2A + 4C = 0,$ $-3A + B - 4C = 1,$ and $A - B + C = -2.$ Solving this system yields $A = 2,$ $B = 3,$ and $C = -1.$

比较系数得 $2A + 4C = 0$、$-3A + B - 4C = 1$、$A - B + C = -2$。解此方程组得 $A = 2$、$B = 3$、$C = -1$。

Alternatively, we can use the method of strategic substitution. In this case, substituting $x = 1$ and $x = 1\text{/}2$ into Equation 3.9 easily produces the values $B = 3$ and $C = -1.$ At this point, it may seem that we have run out of good choices for $x,$ however, since we already have values for $B$ and $C,$ we can substitute in these values and choose any value for $x$ not previously used. The value $x = 0$ is a good option. In this case, we obtain the equation $-2 = A(-1)(-1) + 3(-1) + (-1){(-1)}^{2}$ or, equivalently, $A = 2.$

另一种方法是使用策略性代入法。在本例中,将 $x = 1$ 和 $x = 1\text{/}2$ 代入方程 3.9 可轻易得到 $B = 3$ 和 $C = -1$。此时看似已没有合适的 $x$ 值可选,但由于我们已经有了 $B$ 和 $C$ 的值,可以将这些值代回,并选取任意一个此前未用过的 $x$ 值。取 $x = 0$ 是个不错的选择。此时我们得到方程 $-2 = A(-1)(-1) + 3(-1) + (-1){(-1)}^{2}$,等价地,$A = 2$。

Now that we have the values for $A,$ $B,$ and $C,$ we rewrite the original integral and evaluate it:

现在有了 $A$、$B$、$C$ 的值,我们重写原积分并计算它:

$$\begin{array}{cl} {\int{\frac{x - 2}{\left( {2x - 1} \right)^{2}(x - 1)}dx}} & {= {\int{\left( {\frac{2}{2x - 1} + \frac{3}{{(2x - 1)}^{2}} - \frac{1}{x - 1}} \right)dx}}} \\ & {= \text{ln}\left| {2x - 1} \right| - \frac{3}{2\left( {2x - 1} \right)} - \text{ln}\left| {x - 1} \right| + C.} \end{array}$$

$$\begin{array}{cl} {\int{\frac{x - 2}{\left( {2x - 1} \right)^{2}(x - 1)}dx}} & {= {\int{\left( {\frac{2}{2x - 1} + \frac{3}{{(2x - 1)}^{2}} - \frac{1}{x - 1}} \right)dx}}} \\ & {= \text{ln}\left| {2x - 1} \right| - \frac{3}{2\left( {2x - 1} \right)} - \text{ln}\left| {x - 1} \right| + C.} \end{array}$$

Set up the partial fraction decomposition for $\int{\frac{x + 2}{\left( {x + 3} \right)^{3}{(x - 4)}^{2}}dx.}$ (Do not solve for the coefficients or complete the integration.)

为 $\int{\frac{x + 2}{\left( {x + 3} \right)^{3}{(x - 4)}^{2}}dx.}$ 建立部分分式分解。(不必求解系数,也不必完成积分。)

The General Method 一般方法

Now that we are beginning to get the idea of how the technique of partial fraction decomposition works, let’s outline the basic method in the following problem-solving strategy.

现在我们开始理解部分分式分解法的原理,下面用解题策略概述基本方法。

Partial Fraction Decomposition 部分分式分解

To decompose the rational function $P(x)\text{/}Q(x),$ use the following steps:

要分解有理函数 $P(x)\text{/}Q(x)$,按以下步骤进行:

1. Make sure that $\text{degree}\left( {P(x)} \right) < \text{degree}(Q(x)).$ If not, perform long division of polynomials.

1. 确保 $\text{degree}\left( {P(x)} \right) < \text{degree}(Q(x))$。否则,进行多项式长除法。

2. Factor $Q(x)$ into the product of linear and irreducible quadratic factors. An irreducible quadratic is a quadratic that has no real zeros.

2. 将 $Q(x)$ 分解为一次因式与不可约二次因式的乘积。不可约二次式是指没有实根的二次式。

3. Assuming that $\text{deg}\left( {P(x)} \right) < \text{deg}(Q(x)),$ the factors of $Q(x)$ determine the form of the decomposition of $P(x)\text{/}Q(x).$

3. 假设 $\text{deg}\left( {P(x)} \right) < \text{deg}(Q(x))$,则 $Q(x)$ 的因式决定 $P(x)\text{/}Q(x)$ 分解的形式。

1. If $Q(x)$ can be factored as $\left( {a_{1}x + b_{1}} \right)\left( {a_{2}x + b_{2}} \right)\text{…}\left( {a_{n}x + b_{n}} \right),$ where each linear factor is distinct, then it is possible to find constants $A_{1},A_{2},...A_{n}$ satisfying

1. 若 $Q(x)$ 可分解为 $\left( {a_{1}x + b_{1}} \right)\left( {a_{2}x + b_{2}} \right)\text{…}\left( {a_{n}x + b_{n}} \right)$,其中每个一次因式互异,则可找到常数 $A_{1},A_{2},...A_{n}$ 满足

$$\frac{P(x)}{Q(x)} = \frac{A_{1}}{a_{1}x + b_{1}} + \frac{A_{2}}{a_{2}x + b_{2}} + \cdots + \frac{A_{n}}{a_{n}x + b_{n}}.$$

$$\frac{P(x)}{Q(x)} = \frac{A_{1}}{a_{1}x + b_{1}} + \frac{A_{2}}{a_{2}x + b_{2}} + \cdots + \frac{A_{n}}{a_{n}x + b_{n}}.$$

2. If $Q(x)$ contains the repeated linear factor ${(ax + b)}^{n},$ then the decomposition must contain

2. 若 $Q(x)$ 含有重复的一次因式 ${(ax + b)}^{n}$,则分解式中必须包含

$$\frac{A_{1}}{ax + b} + \frac{A_{2}}{{(ax + b)}^{2}} + \cdots + \frac{A_{n}}{{(ax + b)}^{n}}.$$

$$\frac{A_{1}}{ax + b} + \frac{A_{2}}{{(ax + b)}^{2}} + \cdots + \frac{A_{n}}{{(ax + b)}^{n}}.$$

3. For each irreducible quadratic factor $ax^{2} + bx + c$ that $Q(x)$ contains, the decomposition must include

3. 对于 $Q(x)$ 所含的每个不可约二次因式 $ax^{2} + bx + c$,分解式中必须包含

$$\frac{Ax + B}{ax^{2} + bx + c}.$$

$$\frac{Ax + B}{ax^{2} + bx + c}.$$

4. For each repeated irreducible quadratic factor $\left( {ax^{2} + bx + c} \right)^{n},$ the decomposition must include

4. 对于每个重复的不可约二次因式 $\left( {ax^{2} + bx + c} \right)^{n}$,分解式中必须包含

$$\frac{A_{1}x + B_{1}}{ax^{2} + bx + c} + \frac{A_{2}x + B_{2}}{{(ax^{2} + bx + c)}^{2}} + \cdots + \frac{A_{n}x + B_{n}}{{(ax^{2} + bx + c)}^{n}}.$$

$$\frac{A_{1}x + B_{1}}{ax^{2} + bx + c} + \frac{A_{2}x + B_{2}}{{(ax^{2} + bx + c)}^{2}} + \cdots + \frac{A_{n}x + B_{n}}{{(ax^{2} + bx + c)}^{n}}.$$

5. After the appropriate decomposition is determined, solve for the constants.

5. 确定合适的分解后,求解各常数。

6. Last, rewrite the integral in its decomposed form and evaluate it using previously developed techniques or integration formulas.

6. 最后,将积分改写为分解后的形式,并利用已有的技巧或积分公式进行计算。

Simple Quadratic Factors 简单二次因式

Now let’s look at integrating a rational expression in which the denominator contains an irreducible quadratic factor. Recall that the quadratic $ax^{2} + bx + c$ is irreducible if $ax^{2} + bx + c = 0$ has no real zeros—that is, if $b^{2} - 4ac < 0.$

现在来看分母含有不可约二次因式的有理表达式的积分。回顾:二次式 $ax^{2} + bx + c$ 不可约,当且仅当方程 $ax^{2} + bx + c = 0$ 没有实根——即 $b^{2} - 4ac < 0$。

Rational Expressions with an Irreducible Quadratic Factor 含不可约二次因式的有理表达式

Evaluate $\int{\frac{2x - 3}{x^{3} + x}dx.}$

计算 $\int{\frac{2x - 3}{x^{3} + x}dx.}$

Solution 解答

Since $\text{deg}(2x - 3) < \text{deg}(x^{3} + x),$ factor the denominator and proceed with partial fraction decomposition. Since $x^{3} + x = x(x^{2} + 1)$ contains the irreducible quadratic factor $x^{2} + 1,$ include $\frac{Ax + B}{x^{2} + 1}$ as part of the decomposition, along with $\frac{C}{x}$ for the linear term $x.$ Thus, the decomposition has the form

由于 $\text{deg}(2x - 3) < \text{deg}(x^{3} + x)$,对分母因式分解并进行部分分式分解。因为 $x^{3} + x = x(x^{2} + 1)$ 含有不可约二次因式 $x^{2} + 1$,在分解式中应包含 $\frac{Ax + B}{x^{2} + 1}$,同时对一次项 $x$ 包含 $\frac{C}{x}$。于是分解式具有如下形式

$$\frac{2x - 3}{x(x^{2} + 1)} = \frac{Ax + B}{x^{2} + 1} + \frac{C}{x}.$$

$$\frac{2x - 3}{x(x^{2} + 1)} = \frac{Ax + B}{x^{2} + 1} + \frac{C}{x}.$$

After getting a common denominator and equating the numerators, we obtain the equation

通分并使分子相等后,我们得到方程

$$2x - 3 = \left( {Ax + B} \right)x + C\left( {x^{2} + 1} \right).$$

$$2x - 3 = \left( {Ax + B} \right)x + C\left( {x^{2} + 1} \right).$$

Solving for $A,B,$ and $C,$ we get $A = 3,$ $B = 2,$ and $C = -3.$

求解 $A$、$B$、$C$,得 $A = 3$、$B = 2$、$C = -3$。

Thus,

于是,

$$\frac{2x - 3}{x^{3} + x} = \frac{3x + 2}{x^{2} + 1} - \frac{3}{x}.$$

$$\frac{2x - 3}{x^{3} + x} = \frac{3x + 2}{x^{2} + 1} - \frac{3}{x}.$$

Substituting back into the integral, we obtain

代回积分,我们得到

$$\begin{array}{clccc} {\int{\frac{2x - 3}{x^{3} + x}dx}} & {= {\int{\left( {\frac{3x + 2}{x^{2} + 1} - \frac{3}{x}} \right)dx}}} & & & \\ & {= 3{\int{\frac{x}{x^{2} + 1}dx}} + 2{\int{\frac{1}{x^{2} + 1}dx}} - 3{\int{\frac{1}{x}dx}}} & & & \text{Split up the integral.} \\ & {= \frac{3}{2}\text{ln}\left| {x^{2} + 1} \right| + 2\mspace{2mu}\text{tan}^{-1}x - 3\mspace{2mu}\text{ln}|x| + C.} & & & \text{Evaluate each integral.} \end{array}$$

$$\begin{array}{clccc} {\int{\frac{2x - 3}{x^{3} + x}dx}} & {= {\int{\left( {\frac{3x + 2}{x^{2} + 1} - \frac{3}{x}} \right)dx}}} & & & \\ & {= 3{\int{\frac{x}{x^{2} + 1}dx}} + 2{\int{\frac{1}{x^{2} + 1}dx}} - 3{\int{\frac{1}{x}dx}}} & & & \text{Split up the integral.} \\ & {= \frac{3}{2}\text{ln}\left| {x^{2} + 1} \right| + 2\mspace{2mu}\text{tan}^{-1}x - 3\mspace{2mu}\text{ln}|x| + C.} & & & \text{Evaluate each integral.} \end{array}$$

*Note*: We may rewrite $\text{ln}\left| {x^{2} + 1} \right| = \text{ln}(x^{2} + 1),$ if we wish to do so, since $x^{2} + 1 > 0.$

注:若愿意,我们可以改写 $\text{ln}\left| {x^{2} + 1} \right| = \text{ln}(x^{2} + 1)$,因为 $x^{2} + 1 > 0$。

Partial Fractions with an Irreducible Quadratic Factor 含不可约二次因式的部分分式

Evaluate $\int{\frac{dx}{x^{3} - 8}.}$

计算 $\int{\frac{dx}{x^{3} - 8}.}$

Solution 解答

We can start by factoring $x^{3} - 8 = (x - 2)(x^{2} + 2x + 4).$ We see that the quadratic factor $x^{2} + 2x + 4$ is irreducible since $2^{2} - 4(1)(4) = -12 < 0.$ Using the decomposition described in the problem-solving strategy, we get

我们从因式分解入手:$x^{3} - 8 = (x - 2)(x^{2} + 2x + 4)$。可见二次因式 $x^{2} + 2x + 4$ 不可约,因为 $2^{2} - 4(1)(4) = -12 < 0$。利用解题策略中所述的分解,我们得到

$$\frac{1}{(x - 2)(x^{2} + 2x + 4)} = \frac{A}{x - 2} + \frac{Bx + C}{x^{2} + 2x + 4}.$$

$$\frac{1}{(x - 2)(x^{2} + 2x + 4)} = \frac{A}{x - 2} + \frac{Bx + C}{x^{2} + 2x + 4}.$$

After obtaining a common denominator and equating the numerators, this becomes

通分并使分子相等后,得到

$$1 = A\left( {x^{2} + 2x + 4} \right) + \left( {Bx + C} \right)\left( {x - 2} \right).$$

$$1 = A\left( {x^{2} + 2x + 4} \right) + \left( {Bx + C} \right)\left( {x - 2} \right).$$

Applying either method, we get $A = \frac{1}{12},B = - \frac{1}{12},\ \text{and}\ C = - \frac{1}{3}.$

使用任一方法,我们得到 $A = \frac{1}{12},B = - \frac{1}{12},\ \text{and}\ C = - \frac{1}{3}$。

Rewriting $\int{\frac{dx}{x^{3} - 8},}$ we have

改写 $\int{\frac{dx}{x^{3} - 8},}$,我们有

$${\int\frac{dx}{x^{3} - 8}} = \frac{1}{12}{\int{\frac{1}{x - 2}dx}} - \frac{1}{12}{\int{\frac{x + 4}{x^{2} + 2x + 4}dx.}}$$

$${\int\frac{dx}{x^{3} - 8}} = \frac{1}{12}{\int{\frac{1}{x - 2}dx}} - \frac{1}{12}{\int{\frac{x + 4}{x^{2} + 2x + 4}dx.}}$$

We can see that

可以看出

${\int{\frac{1}{x - 2}dx}} = \text{ln}\left| {x - 2} \right| + C,$ but $\int{\frac{x + 4}{x^{2} + 2x + 4}dx}$ requires a bit more effort. Let’s begin by completing the square on $x^{2} + 2x + 4$ to obtain

${\int{\frac{1}{x - 2}dx}} = \text{ln}\left| {x - 2} \right| + C$,但 $\int{\frac{x + 4}{x^{2} + 2x + 4}dx}$ 需要稍多的工作。我们先对 $x^{2} + 2x + 4$ 配方,得到

$$x^{2} + 2x + 4 = {(x + 1)}^{2} + 3.$$

$$x^{2} + 2x + 4 = {(x + 1)}^{2} + 3.$$

By letting $u = x + 1$ and consequently $du = dx,$ we see that

令 $u = x + 1$,从而 $du = dx$,可见

$$\begin{array}{clccl} {\int{\frac{x + 4}{x^{2} + 2x + 4}dx}} & {= {\int{\frac{x + 4}{{(x + 1)}^{2} + 3}dx}}} & & & \begin{array}{l} \text{Complete the square on the} \\ \text{denominator.} \end{array} \\ & {= {\int{\frac{u + 3}{u^{2} + 3}du}}} & & & \begin{array}{l} {\text{Substitute}\ u = x + 1,x = u - 1,} \\ {\text{and}\ du = dx.} \end{array} \\ & {= {\int{\frac{u}{u^{2} + 3}du}} + {\int{\frac{3}{u^{2} + 3}du}}} & & & \text{Split the numerator apart.} \\ & {= \frac{1}{2}\text{ln}\left| {u^{2} + 3} \right| + \frac{3}{\sqrt{3}}\text{tan}^{-1}\frac{u}{\sqrt{3}} + C} & & & \text{Evaluate each integral.} \\ & {= \frac{1}{2}\text{ln}\left| {x^{2} + 2x + 4} \right| + \sqrt{3}\text{tan}^{-1}\left( \frac{x + 1}{\sqrt{3}} \right) + C.} & & & \begin{array}{l} {\text{Rewrite in terms of}\ x\ \text{and}} \\ \text{simplify.} \end{array} \end{array}$$

$$\begin{array}{clccl} {\int{\frac{x + 4}{x^{2} + 2x + 4}dx}} & {= {\int{\frac{x + 4}{{(x + 1)}^{2} + 3}dx}}} & & & \begin{array}{l} \text{Complete the square on the} \\ \text{denominator.} \end{array} \\ & {= {\int{\frac{u + 3}{u^{2} + 3}du}}} & & & \begin{array}{l} {\text{Substitute}\ u = x + 1,x = u - 1,} \\ {\text{and}\ du = dx.} \end{array} \\ & {= {\int{\frac{u}{u^{2} + 3}du}} + {\int{\frac{3}{u^{2} + 3}du}}} & & & \text{Split the numerator apart.} \\ & {= \frac{1}{2}\text{ln}\left| {u^{2} + 3} \right| + \frac{3}{\sqrt{3}}\text{tan}^{-1}\frac{u}{\sqrt{3}} + C} & & & \text{Evaluate each integral.} \\ & {= \frac{1}{2}\text{ln}\left| {x^{2} + 2x + 4} \right| + \sqrt{3}\text{tan}^{-1}\left( \frac{x + 1}{\sqrt{3}} \right) + C.} & & & \begin{array}{l} {\text{Rewrite in terms of}\ x\ \text{and}} \\ \text{simplify.} \end{array} \end{array}$$

Substituting back into the original integral and simplifying gives

代回原积分并化简得

$$\int^{}\frac{dx}{x^{3} - 8} = \frac{1}{12}\text{ln}\left| {x - 2} \right| - \frac{1}{24}\text{ln}\left| {x^{2} + 2x + 4} \right| - \frac{\sqrt{3}}{12}\text{tan}^{-1}\left( \frac{x + 1}{\sqrt{3}} \right) + C.$$

$$\int^{}\frac{dx}{x^{3} - 8} = \frac{1}{12}\text{ln}\left| {x - 2} \right| - \frac{1}{24}\text{ln}\left| {x^{2} + 2x + 4} \right| - \frac{\sqrt{3}}{12}\text{tan}^{-1}\left( \frac{x + 1}{\sqrt{3}} \right) + C.$$

Here again, we can drop the absolute value if we wish to do so, since $x^{2} + 2x + 4 > 0$ for all $x.$

这里同样,若愿意,我们可以去掉绝对值,因为对所有 $x$ 都有 $x^{2} + 2x + 4 > 0$。

Finding a Volume 求体积

Find the volume of the solid of revolution obtained by revolving the region enclosed by the graph of $f(x) = \frac{x^{2}}{\left( {x^{2} + 1} \right)^{2}}$ and the *x*-axis over the interval $\left\lbrack {0,1} \right\rbrack$ about the *y*-axis.

求由曲线 $f(x) = \frac{x^{2}}{\left( {x^{2} + 1} \right)^{2}}$ 与 *x* 轴在区间 $\left\lbrack {0,1} \right\rbrack$ 上所围成区域绕 *y* 轴旋转所得旋转体的体积。

Solution 解答

Let’s begin by sketching the region to be revolved (see Figure 3.11). From the sketch, we see that the shell method is a good choice for solving this problem.

我们先画出待旋转区域的图形(见图 3.11)。由图形可见,壳层法是求解此问题的好选择。

The volume is given by

体积由下式给出

$$V = 2\pi{\int_{0}^{1}{x \cdot \frac{x^{2}}{\left( {x^{2} + 1} \right)^{2}}dx}} = 2\pi{\int_{0}^{1}{\frac{x^{3}}{{(x^{2} + 1)}^{2}}dx.}}$$

$$V = 2\pi{\int_{0}^{1}{x \cdot \frac{x^{2}}{\left( {x^{2} + 1} \right)^{2}}dx}} = 2\pi{\int_{0}^{1}{\frac{x^{3}}{{(x^{2} + 1)}^{2}}dx.}}$$

Since $\text{deg}\left( \left( {x^{2} + 1} \right)^{2} \right) = 4 > 3 = \text{deg}(x^{3}),$ we can proceed with partial fraction decomposition. Note that ${(x^{2} + 1)}^{2}$ is a repeated irreducible quadratic. Using the decomposition described in the problem-solving strategy, we get

由于 $\text{deg}\left( \left( {x^{2} + 1} \right)^{2} \right) = 4 > 3 = \text{deg}(x^{3})$,我们可以进行部分分式分解。注意 ${(x^{2} + 1)}^{2}$ 是重复的不可约二次因式。利用解题策略中所述的分解,我们得到

$$\frac{x^{3}}{{(x^{2} + 1)}^{2}} = \frac{Ax + B}{x^{2} + 1} + \frac{Cx + D}{{(x^{2} + 1)}^{2}}.$$

$$\frac{x^{3}}{{(x^{2} + 1)}^{2}} = \frac{Ax + B}{x^{2} + 1} + \frac{Cx + D}{{(x^{2} + 1)}^{2}}.$$

Finding a common denominator and equating the numerators gives

通分并使分子相等,得

$$x^{3} = \left( {Ax + B} \right)\left( {x^{2} + 1} \right) + Cx + D.$$

$$x^{3} = \left( {Ax + B} \right)\left( {x^{2} + 1} \right) + Cx + D.$$

Solving, we obtain $A = 1,$ $B = 0,$ $C = -1,$ and $D = 0.$ Substituting back into the integral, we have

求解,得 $A = 1$、$B = 0$、$C = -1$、$D = 0$。代回积分,我们有

$$\begin{array}{cl} V & {= 2\pi{\int\limits_{0}^{1}{\frac{x^{3}}{{(x^{2} + 1)}^{2}}dx}}} \\ & {= 2\pi{\int\limits_{0}^{1}{\left( {\frac{x}{x^{2} + 1} - \frac{x}{{(x^{2} + 1)}^{2}}} \right)dx}}} \\ & {= 2\pi\left( {\frac{1}{2}\text{ln}(x^{2} + 1) + \frac{1}{2} \cdot \frac{1}{x^{2} + 1}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} 1 \\ \end{matrix}} \right.} \\ & {= \pi\left( {\text{ln}\mspace{2mu} 2 - \frac{1}{2}} \right).} \end{array}$$

$$\begin{array}{cl} V & {= 2\pi{\int\limits_{0}^{1}{\frac{x^{3}}{{(x^{2} + 1)}^{2}}dx}}} \\ & {= 2\pi{\int\limits_{0}^{1}{\left( {\frac{x}{x^{2} + 1} - \frac{x}{{(x^{2} + 1)}^{2}}} \right)dx}}} \\ & {= 2\pi\left( {\frac{1}{2}\text{ln}(x^{2} + 1) + \frac{1}{2} \cdot \frac{1}{x^{2} + 1}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} 1 \\ \end{matrix}} \right.} \\ & {= \pi\left( {\text{ln}\mspace{2mu} 2 - \frac{1}{2}} \right).} \end{array}$$

Set up the partial fraction decomposition for $\int{\frac{x^{2} + 3x + 1}{(x + 2){(x - 3)}^{2}{(x^{2} + 4)}^{2}}dx.}$

为 $\int{\frac{x^{2} + 3x + 1}{(x + 2){(x - 3)}^{2}{(x^{2} + 4)}^{2}}dx.}$ 建立部分分式分解。

Section 3.4 Exercises 3.4 节习题

Express the rational function as a sum or difference of two simpler rational expressions.

将这些有理函数表示为两个较简单的有理表达式之和或差。

182\.

182\.

$\frac{1}{(x - 3)(x - 2)}$

$\frac{1}{(x - 3)(x - 2)}$

183.

183.

$\frac{x^{2} + 1}{x(x + 1)(x + 2)}$

$\frac{x^{2} + 1}{x(x + 1)(x + 2)}$

184\.

184\.

$\frac{1}{x^{3} - x}$

$\frac{1}{x^{3} - x}$

185.

185.

$\frac{3x + 1}{x^{2}}$

$\frac{3x + 1}{x^{2}}$

186\.

186\.

$\frac{3x^{2}}{x^{2} + 1}$ (*Hint:* Use long division first.)

$\frac{3x^{2}}{x^{2} + 1}$ (*提示:* 先用多项式长除法。)

187.

187.

$\frac{2x^{4}}{x^{2} - 2x}$

$\frac{2x^{4}}{x^{2} - 2x}$

188\.

188\.

$\frac{1}{(x - 1)(x^{2} + 1)}$

$\frac{1}{(x - 1)(x^{2} + 1)}$

189.

189.

$\frac{1}{x^{2}(x - 1)}$

$\frac{1}{x^{2}(x - 1)}$

190\.

190\.

$\frac{x}{x^{2} - 4}$

$\frac{x}{x^{2} - 4}$

191.

191.

$\frac{1}{x(x - 1)(x - 2)(x - 3)}$

$\frac{1}{x(x - 1)(x - 2)(x - 3)}$

192\.

192\.

$\frac{1}{x^{4} - 1} = \frac{1}{(x + 1)(x - 1)\left( {x^{2} + 1} \right)}$

$\frac{1}{x^{4} - 1} = \frac{1}{(x + 1)(x - 1)\left( {x^{2} + 1} \right)}$

193.

193.

$\frac{3x^{2}}{x^{3} - 1} = \frac{3x^{2}}{(x - 1)(x^{2} + x + 1)}$

$\frac{3x^{2}}{x^{3} - 1} = \frac{3x^{2}}{(x - 1)(x^{2} + x + 1)}$

194\.

194\.

$\frac{2x}{{(x + 2)}^{2}}$

$\frac{2x}{{(x + 2)}^{2}}$

195.

195.

$\frac{3x^{4} + x^{3} + 20x^{2} + 3x + 31}{(x + 1)\left( {x^{2} + 4} \right)^{2}}$

$\frac{3x^{4} + x^{3} + 20x^{2} + 3x + 31}{(x + 1)\left( {x^{2} + 4} \right)^{2}}$

Use the method of partial fractions to evaluate each of the following integrals.

使用部分分式法计算下列各个积分。

196\.

196\.

$\int\frac{dx}{(x - 3)(x - 2)}$

$\int\frac{dx}{(x - 3)(x - 2)}$

197.

197.

$\int{\frac{3x}{x^{2} + 2x - 8}dx}$

$\int{\frac{3x}{x^{2} + 2x - 8}dx}$

198\.

198\.

$\int\frac{dx}{x^{3} - x}$

$\int\frac{dx}{x^{3} - x}$

199.

199.

$\int{\frac{x}{x^{2} - 4}dx}$

$\int{\frac{x}{x^{2} - 4}dx}$

200\.

200\.

$\int\frac{dx}{x(x - 1)(x - 2)(x - 3)}$

$\int\frac{dx}{x(x - 1)(x - 2)(x - 3)}$

201.

201.

$\int{\frac{2x^{2} + 4x + 22}{x^{2} + 2x + 10}dx}$

$\int{\frac{2x^{2} + 4x + 22}{x^{2} + 2x + 10}dx}$

202\.

202\.

$\int\frac{dx}{x^{2} - 5x + 6}$

$\int\frac{dx}{x^{2} - 5x + 6}$

203.

203.

$\int{\frac{2 - x}{x^{2} + x}dx}$

$\int{\frac{2 - x}{x^{2} + x}dx}$

204\.

204\.

$\int{\frac{2}{x^{2} - x - 6}dx}$

$\int{\frac{2}{x^{2} - x - 6}dx}$

205.

205.

$\int\frac{dx}{x^{3} - 2x^{2} - 4x + 8}$

$\int\frac{dx}{x^{3} - 2x^{2} - 4x + 8}$

206\.

206\.

$\int\frac{dx}{x^{4} - 10x^{2} + 9}$

$\int\frac{dx}{x^{4} - 10x^{2} + 9}$

Evaluate the following integrals, which have irreducible quadratic factors.

计算下列含有不可约二次因式的积分。

207.

207.

$\int{\frac{2}{(x - 4)\left( {x^{2} + 2x + 6} \right)}dx}$

$\int{\frac{2}{(x - 4)\left( {x^{2} + 2x + 6} \right)}dx}$

208\.

208\.

$\int{\frac{x^{2}}{x^{3} - x^{2} + 4x - 4}dx}$

$\int{\frac{x^{2}}{x^{3} - x^{2} + 4x - 4}dx}$

209.

209.

$\int{\frac{x^{3} + 6x^{2} + 3x + 6}{x^{3} + 2x^{2}}dx}$

$\int{\frac{x^{3} + 6x^{2} + 3x + 6}{x^{3} + 2x^{2}}dx}$

210\.

210\.

$\int{\frac{x}{(x - 1)\left( {x^{2} + 2x + 2} \right)^{2}}dx}$

$\int{\frac{x}{(x - 1)\left( {x^{2} + 2x + 2} \right)^{2}}dx}$

Use the method of partial fractions to evaluate the following integrals.

使用部分分式法计算下列积分。

211.

211.

$\int{\frac{3x + 4}{\left( {x^{2} + 4} \right)(3 - x)}dx}$

$\int{\frac{3x + 4}{\left( {x^{2} + 4} \right)(3 - x)}dx}$

212\.

212\.

$\int{\frac{2}{{(x + 2)}^{2}(2 - x)}dx}$

$\int{\frac{2}{{(x + 2)}^{2}(2 - x)}dx}$

213.

213.

$\int{\frac{3x + 4}{x^{3} - 2x - 4}dx}$ (*Hint:* Use the rational root theorem.)

$\int{\frac{3x + 4}{x^{3} - 2x - 4}dx}$ (*提示:* 使用有理根定理。)

Use substitution to convert the integrals to integrals of rational functions. Then use partial fractions to evaluate the integrals.

使用换元法将这些积分化为有理函数积分,再用部分分式法计算。

214\.

214\.

$\int_{0}^{1}{\frac{e^{x}}{36 - e^{2x}}dx}$ (Give the exact answer and the decimal equivalent. Round to five decimal places.)

$\int_{0}^{1}{\frac{e^{x}}{36 - e^{2x}}dx}$ (给出精确答案及其小数近似值,保留到小数点后五位。)

215.

215.

$\int{\frac{e^{x}}{e^{2x} - e^{x}}dx}$

$\int{\frac{e^{x}}{e^{2x} - e^{x}}dx}$

216\.

216\.

$\int\frac{\text{sin}\mspace{2mu} x\mspace{2mu} dx}{1 - \text{cos}^{2}x}$

$\int\frac{\text{sin}\mspace{2mu} x\mspace{2mu} dx}{1 - \text{cos}^{2}x}$

217.

217.

$\int{\frac{\text{sin}\mspace{2mu} x}{\text{cos}^{2}x + \text{cos}\mspace{2mu} x - 6}dx}$

$\int{\frac{\text{sin}\mspace{2mu} x}{\text{cos}^{2}x + \text{cos}\mspace{2mu} x - 6}dx}$

218\.

218\.

$\int{\frac{1 - \sqrt{x}}{1 + \sqrt{x}}dx}$

$\int{\frac{1 - \sqrt{x}}{1 + \sqrt{x}}dx}$

219.

219.

$\int\frac{dt}{\left( {e^{t} - e^{\text{−}t}} \right)^{2}}$

$\int\frac{dt}{\left( {e^{t} - e^{\text{−}t}} \right)^{2}}$

220\.

220\.

$\int{\frac{1 + e^{x}}{1 - e^{x}}dx}$

$\int{\frac{1 + e^{x}}{1 - e^{x}}dx}$

221.

221.

$\int\frac{dx}{1 + \sqrt{x + 1}}$

$\int\frac{dx}{1 + \sqrt{x + 1}}$

222\.

222\.

$\int\frac{dx}{\sqrt{x} + \sqrt[4]{x}}$

$\int\frac{dx}{\sqrt{x} + \sqrt[4]{x}}$

223.

223.

$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}\mspace{2mu} x(1 - \text{sin}\mspace{2mu} x)}dx}$

$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}\mspace{2mu} x(1 - \text{sin}\mspace{2mu} x)}dx}$

224\.

224\.

$\int{\frac{e^{x}}{\left( {e^{2x} - 4} \right)^{2}}dx}$

$\int{\frac{e^{x}}{\left( {e^{2x} - 4} \right)^{2}}dx}$

225.

225.

$\int\limits_{1}^{2}{\frac{1}{x^{2}\sqrt{4 - x^{2}}}dx}$

$\int\limits_{1}^{2}{\frac{1}{x^{2}\sqrt{4 - x^{2}}}dx}$

226\.

226\.

$\int{\frac{1}{2 + e^{\text{−}x}}dx}$

$\int{\frac{1}{2 + e^{\text{−}x}}dx}$

227.

227.

$\int{\frac{1}{1 + e^{x}}dx}$

$\int{\frac{1}{1 + e^{x}}dx}$

Use the given substitution to convert the integral to an integral of a rational function, then evaluate.

使用给定的换元将积分化为有理函数积分,然后计算。

228\.

228\.

${\int{\frac{1}{t - \sqrt[3]{t}}dt}}\mspace{2mu} t = x^{3}$

${\int{\frac{1}{t - \sqrt[3]{t}}dt}}\mspace{2mu} t = x^{3}$

229.

229.

${\int{\frac{1}{\sqrt{x} + \sqrt[3]{x}}dx}};x = u^{6}$

${\int{\frac{1}{\sqrt{x} + \sqrt[3]{x}}dx}};x = u^{6}$

230\.

230\.

Graph the curve $y = \frac{x}{1 + x}$ over the interval $\left\lbrack {0,5} \right\rbrack.$ Then, find the area of the region bounded by the curve, the *x*-axis, and the line $x = 4.$

画出曲线 $y = \frac{x}{1 + x}$ 在区间 $\left\lbrack {0,5} \right\rbrack$ 上的图形,然后求由该曲线、*x* 轴以及直线 $x = 4$ 所围成区域的面积。

231.

231.

Find the volume of the solid generated when the region bounded by $y = 1\text{/}\sqrt{x(3 - x)},$ $y = 0,$ $x = 1,$ and $x = 2$ is revolved about the *x-*axis.

求由 $y = 1\text{/}\sqrt{x(3 - x)}$、$y = 0$、$x = 1$、$x = 2$ 所围成区域绕 *x* 轴旋转所得旋转体的体积。

232\.

232\.

The velocity of a particle moving along a line is a function of time given by $v(t) = \frac{88t^{2}}{t^{2} + 1}.$ Find the distance that the particle has traveled after $t = 5$ sec.

沿直线运动的粒子的速度是时间的函数,由 $v(t) = \frac{88t^{2}}{t^{2} + 1}$ 给出。求该粒子在 $t = 5$ 秒后所经过的路程。

Solve the initial-value problem for *x* as a function of *t.*

将 *x* 作为 *t* 的函数求解初值问题。

233.

233.

$\left( {t^{2} - 7t + 12} \right)\frac{dx}{dt} = 1,\left( {t > 4,x(5) = 0} \right)$

$\left( {t^{2} - 7t + 12} \right)\frac{dx}{dt} = 1,\left( {t > 4,x(5) = 0} \right)$

234\.

234\.

$(t + 5)\frac{dx}{dt} = x^{2} + 1,t > \text{−}5,x(1) = \text{tan}\mspace{2mu} 1$

$(t + 5)\frac{dx}{dt} = x^{2} + 1,t > \text{−}5,x(1) = \text{tan}\mspace{2mu} 1$

235.

235.

$\left( {2t^{3} - 2t^{2} + t - 1} \right)\frac{dx}{dt} = 3,x(2) = 0$

$\left( {2t^{3} - 2t^{2} + t - 1} \right)\frac{dx}{dt} = 3,x(2) = 0$

236\.

236\.

Find the *x*-coordinate of the centroid of the area bounded by

求由以下曲线围成的区域的形心的 *x* 坐标:

$y\left( {x^{2} - 9} \right) = 1,$ $y = 0,x = 4,\ \text{and}\ x = 5.$ (Round the answer to two decimal places.)

$y\left( {x^{2} - 9} \right) = 1,$ $y = 0,x = 4,\ \text{and}\ x = 5.$ (答案保留两位小数。)

237.

237.

Find the volume generated by revolving the area bounded by $y = \frac{1}{x^{3} + 7x^{2} + 6x}\text{,}\ x = 1,x = 7,\ \text{and}\ y = 0$ about the *y*-axis.

求由 $y = \frac{1}{x^{3} + 7x^{2} + 6x}\text{,}\ x = 1,x = 7,\ \text{and}\ y = 0$ 所围成区域绕 *y* 轴旋转所得的体积。

238\.

238\.

Find the area bounded by $y = \frac{x - 12}{x^{2} - 8x - 20},$ $y = 0,x = 2,\ \text{and}\ x = 4.$ (Round the answer to the nearest hundredth.)

求由 $y = \frac{x - 12}{x^{2} - 8x - 20}$、$y = 0$、$x = 2$、$x = 4$ 所围成区域的面积。(答案保留两位小数。)

239.

239.

Evaluate the integral $\int{\frac{dx}{x^{3} + 1}.}$

计算积分 $\int{\frac{dx}{x^{3} + 1}.}$

For the following problems, use the substitutions $\text{tan}\left( \frac{x}{2} \right) = t,$ $dx = \frac{2}{1 + t^{2}}dt,$ $\text{sin}\mspace{2mu} x = \frac{2t}{1 + t^{2}},$ and $\text{cos}\mspace{2mu} x = \frac{1 - t^{2}}{1 + t^{2}}.$

对于下列习题,使用换元 $\text{tan}\left( \frac{x}{2} \right) = t$、$dx = \frac{2}{1 + t^{2}}dt$、$\text{sin}\mspace{2mu} x = \frac{2t}{1 + t^{2}}$ 以及 $\text{cos}\mspace{2mu} x = \frac{1 - t^{2}}{1 + t^{2}}$。

240\.

240\.

$\int\frac{dx}{3 - 5\mspace{2mu}\text{sin}\mspace{2mu} x}$

$\int\frac{dx}{3 - 5\mspace{2mu}\text{sin}\mspace{2mu} x}$

241.

241.

Find the area under the curve $y = \frac{1}{1 + \text{sin}\mspace{2mu} x}$ between $x = 0$ and $x = \pi.$ (Assume the dimensions are in inches.)

求曲线 $y = \frac{1}{1 + \text{sin}\mspace{2mu} x}$ 在 $x = 0$ 与 $x = \pi$ 之间的面积。(假设尺寸单位为英寸。)

242\.

242\.

Given $\text{tan}\left( \frac{x}{2} \right) = t,$ derive the formulas $dx = \frac{2}{1 + t^{2}}dt,$ $\text{sin}\mspace{2mu} x = \frac{2t}{1 + t^{2}},$ and $\text{cos}\mspace{2mu} x = \frac{1 - t^{2}}{1 + t^{2}}.$

已知 $\text{tan}\left( \frac{x}{2} \right) = t$,推导公式 $dx = \frac{2}{1 + t^{2}}dt$、$\text{sin}\mspace{2mu} x = \frac{2t}{1 + t^{2}}$ 以及 $\text{cos}\mspace{2mu} x = \frac{1 - t^{2}}{1 + t^{2}}$。

243.

243.

Evaluate ${\int{\frac{\sqrt[3]{x - 8}}{x}dx}}.$

计算 ${\int{\frac{\sqrt[3]{x - 8}}{x}dx}}.$

3.5 Other Strategies for Integration 3.5 其他的积分策略

In addition to the techniques of integration we have already seen, several other tools are widely available to assist with the process of integration. Among these tools are integration tables, which are readily available in many books, including the appendices to this one. Also widely available are computer algebra systems (CAS), which are found on calculators and in many campus computer labs, and are free online.

除我们已经掌握的积分技巧之外,还有多种其他工具可广泛用于辅助积分过程。这些工具中包括积分表,它们在许多书中(包括本书附录)都很容易获得。同样广泛可用的是计算机代数系统(CAS),它们见于计算器以及许多校园计算机实验室中,并且可免费在线使用。

Tables of Integrals 积分表

Integration tables, if used in the right manner, can be a handy way either to evaluate or check an integral quickly. Keep in mind that when using a table to check an answer, it is possible for two completely correct solutions to look very different. For example, in Trigonometric Substitution, we found that, by using the substitution $x = \text{tan}\mspace{2mu}\theta,$ we can arrive at

积分表如果使用得当,便可以成为一种便捷的方法,既能快速计算积分,也能快速检验积分结果。请注意,当使用积分表来核对答案时,两个完全正确的解有可能看起来截然不同。例如,在三角换元中,我们发现,通过换元 $x = \text{tan}\mspace{2mu}\theta,$ 可以得到

$${\int\frac{dx}{\sqrt{1 + x^{2}}}} = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right) + C.$$

$${\int\frac{dx}{\sqrt{1 + x^{2}}}} = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right) + C.$$

However, using $x = \text{sinh}\mspace{2mu}\theta,$ we obtained a different solution—namely,

然而,使用换元 $x = \text{sinh}\mspace{2mu}\theta,$ 我们得到了另一个解——即

$${\int\frac{dx}{\sqrt{1 + x^{2}}}} = \text{sinh}^{-1}x + C.$$

$${\int\frac{dx}{\sqrt{1 + x^{2}}}} = \text{sinh}^{-1}x + C.$$

We later showed algebraically that the two solutions are equivalent. That is, we showed that $\text{sinh}^{-1}x = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$ In this case, the two antiderivatives that we found were actually equal. This need not be the case. However, as long as the difference in the two antiderivatives is a constant, they are equivalent.

我们后来用代数方法证明了这两个解是等价的。也就是说,我们证明了 $\text{sinh}^{-1}x = \text{ln}\left( {x + \sqrt{x^{2} + 1}} \right).$ 在这种情况下,我们找到的两个原函数实际上是相等的。但未必总是如此。然而,只要两个原函数的差是一个常数,它们就是等价的。

Using a Formula from a Table to Evaluate an Integral 利用积分表中的公式求积分

Use the table formula

使用积分表中的公式

$${\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du}} = - \frac{\sqrt{a^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{a} + C$$

$${\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du}} = - \frac{\sqrt{a^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{a} + C$$

to evaluate $\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx.}$

来计算 $\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx.}$

Solution 解答

If we look at integration tables, we see that several formulas contain expressions of the form $\sqrt{a^{2} - u^{2}}.$ This expression is actually similar to $\sqrt{16 - e^{2x}},$ where $a = 4$ and $u = e^{x}.$ Keep in mind that we must also have $du = e^{x}{dx}.$ Multiplying the numerator and the denominator of the given integral by $e^{x}$ should help to put this integral in a useful form. Thus, we now have

如果我们查看积分表,会发现若干公式含有形如 $\sqrt{a^{2} - u^{2}}$ 的表达式。这个表达式实际上与 $\sqrt{16 - e^{2x}}$ 相似,其中 $a = 4$ 且 $u = e^{x}.$ 请注意,我们还必须有 $du = e^{x}{dx}.$ 将所给积分的分子和分母同乘 $e^{x}$ 有助于把该积分化为有用的形式。于是,现在我们得到

$${\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx}} = {\int{\frac{\sqrt{16 - e^{2x}}}{e^{2x}}e^{x}dx.}}$$

$${\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx}} = {\int{\frac{\sqrt{16 - e^{2x}}}{e^{2x}}e^{x}dx.}}$$

Substituting $u = e^{x}$ and $du = e^{x}{dx}$ produces $\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du.}$ From the integration table (#88 in Appendix A),

代入 $u = e^{x}$ 与 $du = e^{x}{dx}$ 得到 $\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du.}$ 根据积分表(附录 A 中第 88 条),

$${\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du}} = - \frac{\sqrt{a^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{a} + C.$$

$${\int{\frac{\sqrt{a^{2} - u^{2}}}{u^{2}}du}} = - \frac{\sqrt{a^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{a} + C.$$

Thus,

于是,

$$\begin{array}{clccc} {\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx}} & {= {\int{\frac{\sqrt{16 - e^{2x}}}{e^{2x}}e^{x}dx}}} & & & {\text{Substitute}\ u = e^{x}\ \text{and}\ du = e^{x}dx.} \\ & {= {\int{\frac{\sqrt{4^{2} - u^{2}}}{u^{2}}du}}} & & & {\text{Apply the formula using}\ a = 4.} \\ & {= - \frac{\sqrt{4^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{4} + C} & & & {\text{Substitute}\ u = e^{x}.} \\ & {= - \frac{\sqrt{16 - e^{2x}}}{e^{x}} - \text{sin}^{-1}\left( \frac{e^{x}}{4} \right) + C.} & & & \end{array}$$

$$\begin{array}{clccc} {\int{\frac{\sqrt{16 - e^{2x}}}{e^{x}}dx}} & {= {\int{\frac{\sqrt{16 - e^{2x}}}{e^{2x}}e^{x}dx}}} & & & {\text{Substitute}\ u = e^{x}\ \text{and}\ du = e^{x}dx.} \\ & {= {\int{\frac{\sqrt{4^{2} - u^{2}}}{u^{2}}du}}} & & & {\text{Apply the formula using}\ a = 4.} \\ & {= - \frac{\sqrt{4^{2} - u^{2}}}{u} - \text{sin}^{-1}\frac{u}{4} + C} & & & {\text{Substitute}\ u = e^{x}.} \\ & {= - \frac{\sqrt{16 - e^{2x}}}{e^{x}} - \text{sin}^{-1}\left( \frac{e^{x}}{4} \right) + C.} & & & \end{array}$$

Computer Algebra Systems 计算机代数系统

If available, a CAS is a faster alternative to a table for solving an integration problem. Many such systems are widely available and are, in general, quite easy to use.

如果可用,计算机代数系统(CAS)是比积分表更快的替代方案,用于求解积分问题。许多此类系统广泛可用,并且一般来说相当易于使用。

Using a Computer Algebra System to Evaluate an Integral 使用计算机代数系统求积分

Use a computer algebra system to evaluate $\int{\frac{dx}{\sqrt{x^{2} - 4}}.}$ Compare this result with $\text{ln}\left| {\frac{\sqrt{x^{2} - 4}}{2} + \frac{x}{2}} \right| + C,$ a result we might have obtained if we had used trigonometric substitution.

使用计算机代数系统计算 $\int{\frac{dx}{\sqrt{x^{2} - 4}}.}$ 将此结果与 $\text{ln}\left| {\frac{\sqrt{x^{2} - 4}}{2} + \frac{x}{2}} \right| + C,$ 进行比较,后者是我们在使用三角换元时可能得到的结果。

Solution 解答

Using Wolfram Alpha, we obtain

使用 Wolfram Alpha,我们得到

$${\int\frac{dx}{\sqrt{x^{2} - 4}}} = \text{ln}\left| {\sqrt{x^{2} - 4} + x} \right| + C.$$

$${\int\frac{dx}{\sqrt{x^{2} - 4}}} = \text{ln}\left| {\sqrt{x^{2} - 4} + x} \right| + C.$$

Notice that

注意

$$\text{ln}\left| {\frac{\sqrt{x^{2} - 4}}{2} + \frac{x}{2}} \right| + C = \text{ln}\left| \frac{\sqrt{x^{2} - 4} + x}{2} \right| + C = \text{ln}\left| {\sqrt{x^{2} - 4} + x} \right| - \text{ln}\mspace{2mu} 2 + C.$$

$$\text{ln}\left| {\frac{\sqrt{x^{2} - 4}}{2} + \frac{x}{2}} \right| + C = \text{ln}\left| \frac{\sqrt{x^{2} - 4} + x}{2} \right| + C = \text{ln}\left| {\sqrt{x^{2} - 4} + x} \right| - \text{ln}\mspace{2mu} 2 + C.$$

Since these two antiderivatives differ by only a constant, the solutions are equivalent. We could have also demonstrated that each of these antiderivatives is correct by differentiating them.

由于这两个原函数仅相差一个常数,因此这些解是等价的。我们也可以通过将它们求导来证明这两个原函数都是正确的。

You can access an integral calculator for more examples.

你可以访问积分计算器以获取更多示例。

Using a CAS to Evaluate an Integral 使用 CAS 求积分

Evaluate $\int^{}\text{sin}^{3}x\mspace{2mu} dx$ using a CAS. Compare the result to $\frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x + C,$ the result we might have obtained using the technique for integrating odd powers of $\text{sin}\mspace{2mu} x$ discussed earlier in this chapter.

使用 CAS 计算 $\int^{}\text{sin}^{3}x\mspace{2mu} dx$。将结果与 $\frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x + C,$ 进行比较,后者是我们在本章前面讨论过的、用于积分 $\text{sin}\mspace{2mu} x$ 奇次幂的技巧可能得到的结果。

Solution 解答

Using Wolfram Alpha, we obtain

使用 Wolfram Alpha,我们得到

$${\int{\text{sin}^{3}x\mspace{2mu} dx}} = \frac{1}{12}\left( {\text{cos}\left( {3x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x} \right) + C.$$

$${\int{\text{sin}^{3}x\mspace{2mu} dx}} = \frac{1}{12}\left( {\text{cos}\left( {3x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x} \right) + C.$$

This looks quite different from $\frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x + C.$ To see that these antiderivatives are equivalent, we can make use of a few trigonometric identities:

这看起来与 $\frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x + C.$ 大不相同。要看出这两个原函数是等价的,我们可以利用几个三角恒等式:

$$\begin{array}{cl} {\frac{1}{12}(\text{cos}\left( {3x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} & {= \frac{1}{12}(\text{cos}\left( {x + 2x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(\text{cos}(x)\text{cos}\left( {2x} \right) - \text{sin}(x)\text{sin}\left( {2x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(\text{cos}\mspace{2mu} x\left( {2\mspace{2mu}\text{cos}^{2}x - 1} \right) - \text{sin}\mspace{2mu} x\left( {2\mspace{2mu}\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(2\text{cos}^{3}x - \text{cos}\mspace{2mu} x - 2\mspace{2mu}\text{cos}\mspace{2mu} x\left( {1 - \text{cos}^{2}x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(4\text{cos}^{3}x - 12\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x.} \end{array}$$

$$\begin{array}{cl} {\frac{1}{12}(\text{cos}\left( {3x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} & {= \frac{1}{12}(\text{cos}\left( {x + 2x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(\text{cos}(x)\text{cos}\left( {2x} \right) - \text{sin}(x)\text{sin}\left( {2x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(\text{cos}\mspace{2mu} x\left( {2\mspace{2mu}\text{cos}^{2}x - 1} \right) - \text{sin}\mspace{2mu} x\left( {2\mspace{2mu}\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(2\text{cos}^{3}x - \text{cos}\mspace{2mu} x - 2\mspace{2mu}\text{cos}\mspace{2mu} x\left( {1 - \text{cos}^{2}x} \right) - 9\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{12}(4\text{cos}^{3}x - 12\mspace{2mu}\text{cos}\mspace{2mu} x)} \\ & {= \frac{1}{3}\text{cos}^{3}x - \text{cos}\mspace{2mu} x.} \end{array}$$

Thus, the two antiderivatives are identical.

于是,这两个原函数完全相同。

We may also use a CAS to compare the graphs of the two functions, as shown in the following figure.

我们也可以用一个 CAS 来比较这两个函数的图像,如下图所示。

Use a CAS to evaluate $\int{\frac{dx}{\sqrt{x^{2} + 4}}.}$

使用 CAS 计算 $\int{\frac{dx}{\sqrt{x^{2} + 4}}.}$

Section 3.5 Exercises 3.5 节习题

Use a table of integrals to evaluate the following integrals.

使用积分表计算下列积分。

244\.

244\.

$\int\limits_{0}^{4}{\frac{x}{\sqrt{1 + 2x}}dx}$

$\int\limits_{0}^{4}{\frac{x}{\sqrt{1 + 2x}}dx}$

245.

245.

$\int{\frac{x + 3}{x^{2} + 2x + 2}dx}$

$\int{\frac{x + 3}{x^{2} + 2x + 2}dx}$

246\.

246\.

$\int{x^{3}\sqrt{1 + 2x^{2}}\mspace{2mu} dx}$

$\int{x^{3}\sqrt{1 + 2x^{2}}\mspace{2mu} dx}$

247.

247.

$\int{\frac{1}{\sqrt{x^{2} + 6x}}dx}$

$\int{\frac{1}{\sqrt{x^{2} + 6x}}dx}$

248\.

248\.

$\int{\frac{x}{x + 1}dx}$

$\int{\frac{x}{x + 1}dx}$

249.

249.

$\int{x \cdot 2^{x^{2}}dx}$

$\int{x \cdot 2^{x^{2}}dx}$

250\.

250\.

$\int{\frac{1}{4x^{2} + 25}dx}$

$\int{\frac{1}{4x^{2} + 25}dx}$

251.

251.

$\int\frac{dy}{\sqrt{4 - y^{2}}}$

$\int\frac{dy}{\sqrt{4 - y^{2}}}$

252\.

252\.

$\int{\text{sin}^{3}(2x)\text{cos}(2x)dx}$

$\int{\text{sin}^{3}(2x)\text{cos}(2x)dx}$

253.

253.

$\int{\text{csc}(2w)\text{cot}(2w)dw}$

$\int{\text{csc}(2w)\text{cot}(2w)dw}$

254\.

254\.

$\int{2^{y}dy}$

$\int{2^{y}dy}$

255.

255.

$\int_{0}^{1}\frac{3x\mspace{2mu} dx}{\sqrt{x^{2} + 8}}$

$\int_{0}^{1}\frac{3x\mspace{2mu} dx}{\sqrt{x^{2} + 8}}$

256\.

256\.

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

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

257.

257.

$\int_{0}^{\pi\text{/}2}{\text{tan}^{2}\left( \frac{x}{2} \right)dx}$

$\int_{0}^{\pi\text{/}2}{\text{tan}^{2}\left( \frac{x}{2} \right)dx}$

258\.

258\.

$\int{\text{cos}^{3}x\mspace{2mu} dx}$

$\int{\text{cos}^{3}x\mspace{2mu} dx}$

259.

259.

$\int{\text{tan}^{5}\left( {3x} \right)dx}$

$\int{\text{tan}^{5}\left( {3x} \right)dx}$

260\.

260\.

$\int{\text{sin}^{2}y\mspace{2mu}\text{cos}^{3}ydy}$

$\int{\text{sin}^{2}y\mspace{2mu}\text{cos}^{3}ydy}$

Use a CAS to evaluate the following integrals. Tables can also be used to verify the answers.

使用 CAS 计算下列积分。也可用积分表来验证答案。

261.

261.

\[T\] $\int\frac{dw}{1 + \text{sec}\left( \frac{w}{2} \right)}$

\[T\] $\int\frac{dw}{1 + \text{sec}\left( \frac{w}{2} \right)}$

262\.

262\.

\[T\] $\int\frac{dw}{1 - \text{cos}\left( {7w} \right)}$

\[T\] $\int\frac{dw}{1 - \text{cos}\left( {7w} \right)}$

263.

263.

\[T\] $\int_{0}^{t}\frac{dt}{4\mspace{2mu}\text{cos}\mspace{2mu} t + 3\mspace{2mu}\text{sin}\mspace{2mu} t}$

\[T\] $\int_{0}^{t}\frac{dt}{4\mspace{2mu}\text{cos}\mspace{2mu} t + 3\mspace{2mu}\text{sin}\mspace{2mu} t}$

264\.

264\.

\[T\] $\int{\frac{\sqrt{x^{2} - 9}}{3x}dx}$

\[T\] $\int{\frac{\sqrt{x^{2} - 9}}{3x}dx}$

265.

265.

\[T\] $\int\frac{dx}{x^{1\text{/}2} + x^{1\text{/}3}}$

\[T\] $\int\frac{dx}{x^{1\text{/}2} + x^{1\text{/}3}}$

266\.

266\.

\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$

\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$

267.

267.

\[T\] $\int{x^{3}\text{sin}\mspace{2mu} x\mspace{2mu} dx}$

\[T\] $\int{x^{3}\text{sin}\mspace{2mu} x\mspace{2mu} dx}$

268\.

268\.

\[T\] $\int{x\sqrt{x^{4} - 9}\mspace{2mu} dx}$

\[T\] $\int{x\sqrt{x^{4} - 9}\mspace{2mu} dx}$

269.

269.

\[T\] $\int{\frac{x}{1 + e^{\text{−}x^{2}}}dx}$

\[T\] $\int{\frac{x}{1 + e^{\text{−}x^{2}}}dx}$

270\.

270\.

\[T\] $\int{\frac{\sqrt{3 - 5x}}{2x}dx}$

\[T\] $\int{\frac{\sqrt{3 - 5x}}{2x}dx}$

271.

271.

\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$

\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$

272\.

272\.

\[T\] $\int{e^{x}\text{cos}^{-1}(e^{x})dx}$

\[T\] $\int{e^{x}\text{cos}^{-1}(e^{x})dx}$

Use a calculator or CAS to evaluate the following integrals.

使用计算器或 CAS 计算下列积分。

273.

273.

\[T\] $\int_{0}^{\pi\text{/}4}{\text{cos}(2x)dx}$

\[T\] $\int_{0}^{\pi\text{/}4}{\text{cos}(2x)dx}$

274\.

274\.

\[T\] $\int_{0}^{1}{x \cdot e^{\text{−}x^{2}}dx}$

\[T\] $\int_{0}^{1}{x \cdot e^{\text{−}x^{2}}dx}$

275.

275.

\[T\] $\int_{0}^{8}{\frac{2x}{\sqrt{x^{2} + 36}}dx}$

\[T\] $\int_{0}^{8}{\frac{2x}{\sqrt{x^{2} + 36}}dx}$

276\.

276\.

\[T\] $\int_{0}^{2\text{/}\sqrt{3}}{\frac{1}{4 + 9x^{2}}dx}$

\[T\] $\int_{0}^{2\text{/}\sqrt{3}}{\frac{1}{4 + 9x^{2}}dx}$

277.

277.

\[T\] $\int\frac{dx}{x^{2} + 4x + 13}$

\[T\] $\int\frac{dx}{x^{2} + 4x + 13}$

278\.

278\.

\[T\] $\int\frac{dx}{1 + \text{sin}\mspace{2mu} x}$

\[T\] $\int\frac{dx}{1 + \text{sin}\mspace{2mu} x}$

Use tables to evaluate the integrals. You may need to complete the square or change variables to put the integral into a form given in the table.

使用积分表计算这些积分。你可能需要配方或换元,以把积分化为积分表中给出的形式。

279.

279.

$\int\frac{dx}{x^{2} + 2x + 10}$

$\int\frac{dx}{x^{2} + 2x + 10}$

280\.

280\.

$\int\frac{dx}{\sqrt{x^{2} - 6x}}$

$\int\frac{dx}{\sqrt{x^{2} - 6x}}$

281.

281.

$\int{\frac{e^{x}}{\sqrt{e^{2x} - 4}}dx}$

$\int{\frac{e^{x}}{\sqrt{e^{2x} - 4}}dx}$

282\.

282\.

$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x + 2\mspace{2mu}\text{sin}\mspace{2mu} x}dx}$

$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x + 2\mspace{2mu}\text{sin}\mspace{2mu} x}dx}$

283.

283.

$\int{\frac{\text{arctan}\left( x^{3} \right)}{x^{4}}dx}$

$\int{\frac{\text{arctan}\left( x^{3} \right)}{x^{4}}dx}$

284\.

284\.

$\int{\frac{\text{ln}|x|\text{arcsin}\left( {\text{ln}|x|} \right)}{x}dx}$

$\int{\frac{\text{ln}|x|\text{arcsin}\left( {\text{ln}|x|} \right)}{x}dx}$

Use tables to perform the integration.

使用积分表完成积分。

285.

285.

$\int\frac{dx}{\sqrt{x^{2} + 16}}$

$\int\frac{dx}{\sqrt{x^{2} + 16}}$

286\.

286\.

$\int{\frac{3x}{2x + 7}dx}$

$\int{\frac{3x}{2x + 7}dx}$

287.

287.

$\int\frac{dx}{1 - \text{cos}\left( {4x} \right)}$

$\int\frac{dx}{1 - \text{cos}\left( {4x} \right)}$

288\.

288\.

$\int\frac{dx}{\sqrt{4x + 1}}$

$\int\frac{dx}{\sqrt{4x + 1}}$

289.

289.

Find the area bounded by $y = \frac{5}{4 + 25x^{2}},x = 0,y = 0,\text{and}\ x = 4.$ Use a table of integrals or a CAS.

求由 $y = \frac{5}{4 + 25x^{2}},x = 0,y = 0,\text{and}\ x = 4.$ 所围成区域的面积。使用积分表或 CAS。

290\.

290\.

The region bounded between the curve $y = \frac{1}{\sqrt{1 + \text{cos}\mspace{2mu} x}},0.3 \leq x \leq 1.1,$ and the *x*-axis is revolved about the *x*-axis to generate a solid. Use a table of integrals to find the volume of the solid generated. (Round the answer to two decimal places.)

介于曲线 $y = \frac{1}{\sqrt{1 + \text{cos}\mspace{2mu} x}},0.3 \leq x \leq 1.1,$ 与 *x* 轴之间、并绕 *x* 轴旋转而成的区域生成一个立体。使用积分表求该所生成立体的体积。(答案保留两位小数。)

291.

291.

Use substitution and a table of integrals to find the area of the surface generated by revolving the curve $y = e^{x},0 \leq x \leq 3,$ about the *x*-axis. (Round the answer to two decimal places.)

使用换元法和积分表,求由曲线 $y = e^{x},0 \leq x \leq 3,$ 绕 *x* 轴旋转所生成的曲面面积。(答案保留两位小数。)

292\.

292\.

\[T\] Use an integral table and a calculator to find the area of the surface generated by revolving the curve $y = \frac{x^{2}}{2},0 \leq x \leq 1,$ about the *x*-axis. (Round the answer to two decimal places.)

\[T\] 使用积分表和计算器,求由曲线 $y = \frac{x^{2}}{2},0 \leq x \leq 1,$ 绕 *x* 轴旋转所生成的曲面面积。(答案保留两位小数。)

293.

293.

\[T\] Use a CAS or tables to find the area of the surface generated by revolving the curve $y = \text{cos}\mspace{2mu} x,0 \leq x \leq \frac{\pi}{2},$ about the *x*-axis. (Round the answer to two decimal places.)

\[T\] 使用 CAS 或积分表,求由曲线 $y = \text{cos}\mspace{2mu} x,0 \leq x \leq \frac{\pi}{2},$ 绕 *x* 轴旋转所生成的曲面面积。(答案保留两位小数。)

294\.

294\.

Find the length of the curve $y = \frac{x^{2}}{4}$ over $\left\lbrack {0,8} \right\rbrack.$

求曲线 $y = \frac{x^{2}}{4}$ 在 $\left\lbrack {0,8} \right\rbrack$ 上的弧长。

295.

295.

Find the length of the curve $y = e^{x}$ over $\left\lbrack {0,\text{ln}(2)} \right\rbrack.$

求曲线 $y = e^{x}$ 在 $\left\lbrack {0,\text{ln}(2)} \right\rbrack$ 上的弧长。

296\.

296\.

Find the area of the surface formed by revolving the graph of $y = 2\sqrt{x}$ over the interval $\left\lbrack {0,9} \right\rbrack$ about the *x*-axis.

求由图像 $y = 2\sqrt{x}$ 在 $\left\lbrack {0,9} \right\rbrack$ 上绕 *x* 轴旋转所形成的曲面面积。

297.

297.

Find the average value of the function $f(x) = \frac{1}{x^{2} + 1}$ over the interval $\left\lbrack {-3,3} \right\rbrack.$

求函数 $f(x) = \frac{1}{x^{2} + 1}$ 在 $\left\lbrack {-3,3} \right\rbrack$ 上的平均值。

298\.

298\.

Approximate the arc length of the curve $y = \text{tan}\left( {\pi x} \right)$ over the interval $\left\lbrack {0,\frac{1}{4}} \right\rbrack.$ (Round the answer to three decimal places.)

近似计算曲线 $y = \text{tan}\left( {\pi x} \right)$ 在 $\left\lbrack {0,\frac{1}{4}} \right\rbrack$ 上的弧长。(答案保留三位小数。)

3.6 Numerical Integration 3.6 数值积分

The antiderivatives of many functions either cannot be expressed or cannot be expressed easily in closed form (that is, in terms of known functions). Consequently, rather than evaluate definite integrals of these functions directly, we resort to various techniques of numerical integration to approximate their values. In this section we explore several of these techniques. In addition, we examine the process of estimating the error in using these techniques.

许多函数的原函数要么无法表示,要么无法以闭形式(即,用已知函数表示)轻易表示。因此,与其直接计算这些函数的定积分,我们转而求助于各种数值积分技巧来近似它们的值。在本节中,我们将探讨其中若干技巧。此外,我们还将考察估计使用这些技巧时误差的过程。

The Midpoint Rule 中点法则

Earlier in this text we defined the definite integral of a function over an interval as the limit of Riemann sums. In general, any Riemann sum of a function $f(x)$ over an interval $\lbrack a,b\rbrack$ may be viewed as an estimate of ${\int_{a}^{b}{f(x)dx}}.$ Recall that a Riemann sum of a function $f(x)$ over an interval $\lbrack a,b\rbrack$ is obtained by selecting a partition

在本书前面,我们将函数在一个区间上的定积分定义为黎曼和的极限。一般来说,函数 $f(x)$ 在区间 $\lbrack a,b\rbrack$ 上的任一黎曼和都可视为 ${\int_{a}^{b}{f(x)dx}}$ 的一个估计值。回想一下,函数 $f(x)$ 在区间 $\lbrack a,b\rbrack$ 上的黎曼和是通过选取一个分割得到的

$$P = \left\\{ {x_{0},x_{1},x_{2}\text{,…},x_{n}} \right\\},\ \text{where}\ a = x_{0} < x_{1} < x_{2} < \cdots < x_{n} = b$$

$$P = \left\\{ {x_{0},x_{1},x_{2}\text{,…},x_{n}} \right\\},\ \text{where}\ a = x_{0} < x_{1} < x_{2} < \cdots < x_{n} = b$$

and a set

以及一组点

$$S = \left\\{ {x_{1}^{*},x_{2}^{*}\text{,…},x_{n}^{*}} \right\\},\ \text{where}\ x_{i - 1} \leq x_{i}^{*} \leq x_{i}\ \text{for all}\ i.$$

$$S = \left\\{ {x_{1}^{*},x_{2}^{*}\text{,…},x_{n}^{*}} \right\\},\ \text{where}\ x_{i - 1} \leq x_{i}^{*} \leq x_{i}\ \text{for all}\ i.$$

The Riemann sum corresponding to the partition $P$ and the set $S$ is given by ${\sum\limits_{i = 1}^{n}{f(x_{i}^{*})\text{Δ}x_{i}}},$ where $\text{Δ}x_{i} = x_{i} - x_{i - 1},$ the length of the *i*th subinterval.

对应于分割 $P$ 与点集 $S$ 的黎曼和为 ${\sum\limits_{i = 1}^{n}{f(x_{i}^{*})\text{Δ}x_{i}}}$,其中 $\text{Δ}x_{i} = x_{i} - x_{i - 1}$,即第 *i* 个子区间的长度。

The midpoint rule for estimating a definite integral uses a Riemann sum with subintervals of equal width and the midpoints, $m_{i},$ of each subinterval in place of $x_{i}^{*}.$ Formally, we state a theorem regarding the convergence of the midpoint rule as follows.

用于估计定积分的中点法则采用等宽子区间的黎曼和,并以每个子区间的中点 $m_{i}$ 代替 $x_{i}^{*}$。下面我们正式给出关于中点法则收敛性的一个定理。

The Midpoint Rule 中点法则

Assume that $f(x)$ is continuous on $\left\lbrack {a,b} \right\rbrack.$ Let *n* be a positive integer and $\text{Δ}x = \frac{b - a}{n}.$ If $\left\lbrack {a,b} \right\rbrack$ is divided into $n$ subintervals, each of length $\text{Δ}x,$ and $m_{i}$ is the midpoint of the *i*th subinterval, set

假设 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续。令 *n* 为正整数,且 $\text{Δ}x = \frac{b - a}{n}$。若 $\left\lbrack {a,b} \right\rbrack$ 被分成 $n$ 个子区间,每个长度为 $\text{Δ}x$,且 $m_{i}$ 为第 *i* 个子区间的中点,则令

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

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

Then $\underset{n\rightarrow\infty}{\text{lim}}M_{n} = {\int_{a}^{b}{f(x)dx}}.$

那么 $\underset{n\rightarrow\infty}{\text{lim}}M_{n} = {\int_{a}^{b}{f(x)dx}}$。

As we can see in Figure 3.13, if $f(x) \geq 0$ over $\lbrack a,b\rbrack,$ then $\sum\limits_{i = 1}^{n}f(m_{i})\text{Δ}x$ corresponds to the sum of the areas of rectangles approximating the area between the graph of $f(x)$ and the *x*-axis over $\left\lbrack {a,b} \right\rbrack.$ The graph shows the rectangles corresponding to $M_{4}$ for a nonnegative function over a closed interval $\lbrack a,b\rbrack.$

如图 3.13 所示,若 $f(x) \geq 0$ 在 $\lbrack a,b\rbrack$ 上成立,则 $\sum\limits_{i = 1}^{n}f(m_{i})\text{Δ}x$ 对应于逼近 $f(x)$ 图像与 *x* 轴之间在区间 $\left\lbrack {a,b} \right\rbrack$ 上面积的各个矩形面积之和。图中展示了对闭区间 $\lbrack a,b\rbrack$ 上非负函数对应于 $M_{4}$ 的矩形。

Using the Midpoint Rule with $M_{4}$ 使用 $M_{4}$ 的中点法则

Use the midpoint rule to estimate $\int_{0}^{1}{x^{2}dx}$ using four subintervals. Compare the result with the actual value of this integral.

用中点法则以四个子区间估计 $\int_{0}^{1}{x^{2}dx}$。将结果与这个积分的精确值进行比较。

Solution 解答

Each subinterval has length $\text{Δ}x = \frac{1 - 0}{4} = \frac{1}{4}.$ Therefore, the subintervals consist of

每个子区间的长度为 $\text{Δ}x = \frac{1 - 0}{4} = \frac{1}{4}$。因此,这些子区间由以下部分组成

$$\left\lbrack {0,\frac{1}{4}} \right\rbrack,\left\lbrack {\frac{1}{4},\frac{1}{2}} \right\rbrack,\left\lbrack {\frac{1}{2},\frac{3}{4}} \right\rbrack,\ \text{and}\ \left\lbrack {\frac{3}{4},1} \right\rbrack.$$

$$\left\lbrack {0,\frac{1}{4}} \right\rbrack,\left\lbrack {\frac{1}{4},\frac{1}{2}} \right\rbrack,\left\lbrack {\frac{1}{2},\frac{3}{4}} \right\rbrack,\ \text{and}\ \left\lbrack {\frac{3}{4},1} \right\rbrack.$$

The midpoints of these subintervals are $\left\\{ {\frac{1}{8},\frac{3}{8},\frac{5}{8},\frac{7}{8}} \right\\}.$ Thus,

这些子区间的中点为 $\left\\{ {\frac{1}{8},\frac{3}{8},\frac{5}{8},\frac{7}{8}} \right\\}$。于是

$$M_{4} = \frac{1}{4}f\left( \frac{1}{8} \right) + \frac{1}{4}f\left( \frac{3}{8} \right) + \frac{1}{4}f\left( \frac{5}{8} \right) + \frac{1}{4}f\left( \frac{7}{8} \right) = \frac{1}{4} \cdot \frac{1}{64} + \frac{1}{4} \cdot \frac{9}{64} + \frac{1}{4} \cdot \frac{25}{64} + \frac{1}{4} \cdot \frac{49}{64} = \frac{21}{64}.$$

$$M_{4} = \frac{1}{4}f\left( \frac{1}{8} \right) + \frac{1}{4}f\left( \frac{3}{8} \right) + \frac{1}{4}f\left( \frac{5}{8} \right) + \frac{1}{4}f\left( \frac{7}{8} \right) = \frac{1}{4} \cdot \frac{1}{64} + \frac{1}{4} \cdot \frac{9}{64} + \frac{1}{4} \cdot \frac{25}{64} + \frac{1}{4} \cdot \frac{49}{64} = \frac{21}{64}.$$

Since

由于

$${\int_{0}^{1}{x^{2}dx = \frac{1}{3}}}\ \text{and}\ \left| {\frac{1}{3} - \frac{21}{64}} \right| = \frac{1}{192} \approx 0.0052,$$

$${\int_{0}^{1}{x^{2}dx = \frac{1}{3}}}\ \text{and}\ \left| {\frac{1}{3} - \frac{21}{64}} \right| = \frac{1}{192} \approx 0.0052,$$

we see that the midpoint rule produces an estimate that is somewhat close to the actual value of the definite integral.

可见中点法则给出的估计值与定积分的精确值相当接近。

Using the Midpoint Rule with $M_{6}$ 使用 $M_{6}$ 的中点法则

Use $M_{6}$ to estimate the length of the curve $y = \frac{1}{2}x^{2}$ on $\lbrack 1,4\rbrack.$

用 $M_{6}$ 估计曲线 $y = \frac{1}{2}x^{2}$ 在 $\lbrack 1,4\rbrack$ 上的长度。

Solution 解答

The length of $y = \frac{1}{2}x^{2}$ on $\lbrack 1,4\rbrack$ is

曲线 $y = \frac{1}{2}x^{2}$ 在 $\lbrack 1,4\rbrack$ 上的长度为

$${\int_{1}^{4}{\sqrt{1 + \left( \frac{dy}{dx} \right)^{2}}\mspace{2mu} dx}}.$$

$${\int_{1}^{4}{\sqrt{1 + \left( \frac{dy}{dx} \right)^{2}}\mspace{2mu} dx}}.$$

Since $\frac{dy}{dx} = x,$ this integral becomes ${\int_{1}^{4}{\sqrt{1 + x^{2}}\mspace{2mu} dx}}.$

由于 $\frac{dy}{dx} = x$,该积分化为 ${\int_{1}^{4}{\sqrt{1 + x^{2}}\mspace{2mu} dx}}$。

If $\lbrack 1,4\rbrack$ is divided into six subintervals, then each subinterval has length $\text{Δ}x = \frac{4 - 1}{6} = \frac{1}{2}$ and the midpoints of the subintervals are $\left\\{ {\frac{5}{4},\frac{7}{4},\frac{9}{4},\frac{11}{4},\frac{13}{4},\frac{15}{4}} \right\\}.$ If we set $f(x) = \sqrt{1 + x^{2}},$

若 $\lbrack 1,4\rbrack$ 被分成六个子区间,则每个子区间的长度为 $\text{Δ}x = \frac{4 - 1}{6} = \frac{1}{2}$,且各子区间的中点为 $\left\\{ {\frac{5}{4},\frac{7}{4},\frac{9}{4},\frac{11}{4},\frac{13}{4},\frac{15}{4}} \right\\}$。若令 $f(x) = \sqrt{1 + x^{2}}$,

$$\begin{array}{cl} M_{6} & {= \frac{1}{2}f\left( \frac{5}{4} \right) + \frac{1}{2}f\left( \frac{7}{4} \right) + \frac{1}{2}f\left( \frac{9}{4} \right) + \frac{1}{2}f\left( \frac{11}{4} \right) + \frac{1}{2}f\left( \frac{13}{4} \right) + \frac{1}{2}f\left( \frac{15}{4} \right)} \\ & {\approx \frac{1}{2}\left( {1.6008 + 2.0156 + 2.4622 + 2.9262 + 3.4004 + 3.8810} \right) = 8.1431.} \end{array}$$

$$\begin{array}{cl} M_{6} & {= \frac{1}{2}f\left( \frac{5}{4} \right) + \frac{1}{2}f\left( \frac{7}{4} \right) + \frac{1}{2}f\left( \frac{9}{4} \right) + \frac{1}{2}f\left( \frac{11}{4} \right) + \frac{1}{2}f\left( \frac{13}{4} \right) + \frac{1}{2}f\left( \frac{15}{4} \right)} \\ & {\approx \frac{1}{2}\left( {1.6008 + 2.0156 + 2.4622 + 2.9262 + 3.4004 + 3.8810} \right) = 8.1431.} \end{array}$$

Use the midpoint rule with $n = 2$ to estimate ${\int_{1}^{2}{\frac{1}{x}dx}}.$

用中点法则取 $n = 2$ 估计 ${\int_{1}^{2}{\frac{1}{x}dx}}$。

The Trapezoidal Rule 梯形法则

We can also approximate the value of a definite integral by using trapezoids rather than rectangles. In Figure 3.14, the area beneath the curve is approximated by trapezoids rather than by rectangles.

我们也可以用梯形而非矩形来近似定积分的值。在图 3.14 中,曲线下方的面积用梯形而非矩形来逼近。

The trapezoidal rule for estimating definite integrals uses trapezoids rather than rectangles to approximate the area under a curve. To gain insight into the final form of the rule, consider the trapezoids shown in Figure 3.14. We assume that the length of each subinterval is given by $\text{Δ}x.$ First, recall that the area of a trapezoid with a height of *h* and bases of length $b_{1}$ and $b_{2}$ is given by $\text{Area} = \frac{1}{2}h(b_{1} + b_{2}).$ We see that the first trapezoid has a height $\text{Δ}x$ and parallel bases of length $f(x_{0})$ and $f(x_{1}).$ Thus, the area of the first trapezoid in Figure 3.14 is

用于估计定积分的梯形法则使用梯形而非矩形来逼近曲线下方的面积。为了理解该法则的最终形式,考虑图 3.14 中所示的梯形。我们假设每个子区间的长度由 $\text{Δ}x$ 给出。首先,回想一下,高为 *h*、两底边长分别为 $b_{1}$ 和 $b_{2}$ 的梯形面积由 $\text{Area} = \frac{1}{2}h(b_{1} + b_{2})$ 给出。我们看到第一个梯形的高为 $\text{Δ}x$,两平行底边长分别为 $f(x_{0})$ 和 $f(x_{1})$。于是,图 3.14 中第一个梯形的面积为

$$\frac{1}{2}\text{Δ}x(f(x_{0}) + f(x_{1})).$$

$$\frac{1}{2}\text{Δ}x(f(x_{0}) + f(x_{1})).$$

The areas of the remaining three trapezoids are

其余三个梯形的面积为

$$\frac{1}{2}\text{Δ}x(f(x_{1}) + f(x_{2})),\frac{1}{2}\text{Δ}x(f(x_{2}) + f(x_{3})),\text{and}\ \frac{1}{2}\text{Δ}x(f(x_{3}) + f(x_{4})).$$

$$\frac{1}{2}\text{Δ}x(f(x_{1}) + f(x_{2})),\frac{1}{2}\text{Δ}x(f(x_{2}) + f(x_{3})),\text{and}\ \frac{1}{2}\text{Δ}x(f(x_{3}) + f(x_{4})).$$

Consequently,

因此

$${\int_{a}^{b}{f(x)dx \approx \frac{1}{2}\text{Δ}x(f(x_{0}) + f(x_{1})) + \frac{1}{2}\text{Δ}x(f(x_{1}) + f(x_{2})) + \frac{1}{2}\text{Δ}x(f(x_{2}) + f(x_{3})) + \frac{1}{2}\text{Δ}x(f(x_{3}) + f(x_{4}))}}.$$

$${\int_{a}^{b}{f(x)dx \approx \frac{1}{2}\text{Δ}x(f(x_{0}) + f(x_{1})) + \frac{1}{2}\text{Δ}x(f(x_{1}) + f(x_{2})) + \frac{1}{2}\text{Δ}x(f(x_{2}) + f(x_{3})) + \frac{1}{2}\text{Δ}x(f(x_{3}) + f(x_{4}))}}.$$

After taking out a common factor of $\frac{1}{2}\text{Δ}x$ and combining like terms, we have

提取公因子 $\frac{1}{2}\text{Δ}x$ 并合并同类项后,我们得到

$$\int_{a}^{b}{f(x)dx \approx \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + 2f\left( x_{3} \right) + f(x_{4})} \right).}$$

$$\int_{a}^{b}{f(x)dx \approx \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + 2f\left( x_{3} \right) + f(x_{4})} \right).}$$

Generalizing, we formally state the following rule.

一般地,我们正式陈述如下法则。

The Trapezoidal Rule 梯形法则

Assume that $f(x)$ is continuous over $\left\lbrack {a,b} \right\rbrack.$ Let *n* be a positive integer and $\text{Δ}x = \frac{b - a}{n}.$ Let $\left\lbrack {a,b} \right\rbrack$ be divided into $n$ subintervals, each of length $\text{Δ}x,$ with endpoints at $P = \left\\{ x_{0},x_{1},x_{2}\text{…},x_{n} \right\\}.$ Set

假设 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续。令 *n* 为正整数,且 $\text{Δ}x = \frac{b - a}{n}$。设 $\left\lbrack {a,b} \right\rbrack$ 被分成 $n$ 个子区间,每个长度为 $\text{Δ}x$,端点为 $P = \left\\{ x_{0},x_{1},x_{2}\text{…},x_{n} \right\\}$。令

$$T_{n} = \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + \cdots + 2f\left( x_{n - 1} \right) + f(x_{n})} \right).$$ (3.11)

$$T_{n} = \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + \cdots + 2f\left( x_{n - 1} \right) + f(x_{n})} \right).$$ (3.11)

Then, $\underset{n\rightarrow\text{+}\infty}{\text{lim}}T_{n} = {\int_{a}^{b}{f(x)dx}}.$

那么,$\underset{n\rightarrow\text{+}\infty}{\text{lim}}T_{n} = {\int_{a}^{b}{f(x)dx}}$。

Before continuing, let’s make a few observations about the trapezoidal rule. First of all, it is useful to note that

在继续之前,我们先对梯形法则作几点说明。首先,值得注意的是

$$T_{n} = \frac{1}{2}\left( {L_{n} + R_{n}} \right)\ \text{where}\ L_{n} = \sum\limits_{i = 1}^{n}f(x_{i - 1})\text{Δ}x\ \text{and}\ R_{n} = \sum\limits_{i = 1}^{n}f(x_{i})\text{Δ}x.$$

$$T_{n} = \frac{1}{2}\left( {L_{n} + R_{n}} \right)\ \text{where}\ L_{n} = \sum\limits_{i = 1}^{n}f(x_{i - 1})\text{Δ}x\ \text{and}\ R_{n} = \sum\limits_{i = 1}^{n}f(x_{i})\text{Δ}x.$$

That is, $L_{n}$ and $R_{n}$ approximate the integral using the left-hand and right-hand endpoints of each subinterval, respectively. In addition, a careful examination of Figure 3.15 leads us to make the following observations about using the trapezoidal rules and midpoint rules to estimate the definite integral of a nonnegative function. The trapezoidal rule tends to overestimate the value of a definite integral systematically over intervals where the function is concave up and to underestimate the value of a definite integral systematically over intervals where the function is concave down. On the other hand, the midpoint rule tends to average out these errors somewhat by partially overestimating and partially underestimating the value of the definite integral over these same types of intervals. This leads us to hypothesize that, in general, the midpoint rule tends to be more accurate than the trapezoidal rule.

也就是说,$L_{n}$ 和 $R_{n}$ 分别使用每个子区间的左端点和右端点来逼近该积分。此外,仔细考察图 3.15 可以使我们对使用梯形法则和中点法则估计非负函数的定积分得出如下观察。当函数在某区间上凹向上时,梯形法则会系统性地高估定积分的值;当函数在某区间上凹向下时,梯形法则会系统性地低估定积分的值。另一方面,中点法则在同一类区间上对积分值部分高估、部分低估,从而在相当程度上使这些误差相互抵消。这使我们推测:一般来说,中点法则往往比梯形法则更精确。

Using the Trapezoidal Rule 使用梯形法则

Use the trapezoidal rule to estimate $\int_{0}^{1}{x^{2}dx}$ using four subintervals.

用梯形法则以四个子区间估计 $\int_{0}^{1}{x^{2}dx}$。

Solution 解答

The endpoints of the subintervals consist of elements of the set $P = \left\\{ {0,\frac{1}{4},\frac{1}{2},\frac{3}{4},1} \right\\}$ and $\text{Δ}x = \frac{1 - 0}{4} = \frac{1}{4}.$ Thus,

各子区间的端点由集合 $P = \left\\{ {0,\frac{1}{4},\frac{1}{2},\frac{3}{4},1} \right\\}$ 中的元素组成,且 $\text{Δ}x = \frac{1 - 0}{4} = \frac{1}{4}$。于是

$$\begin{array}{cl} {\int_{0}^{1}{x^{2}dx}} & {\approx \frac{1}{2} \cdot \frac{1}{4}\left( {f(0) + 2f\left( \frac{1}{4} \right) + 2f\left( \frac{1}{2} \right) + 2f\left( \frac{3}{4} \right) + f(1)} \right)} \\ & {= \frac{1}{8}\left( {0 + 2 \cdot \frac{1}{16} + 2 \cdot \frac{1}{4} + 2 \cdot \frac{9}{16} + 1} \right)} \\ & {= \frac{11}{32}.} \end{array}$$

$$\begin{array}{cl} {\int_{0}^{1}{x^{2}dx}} & {\approx \frac{1}{2} \cdot \frac{1}{4}\left( {f(0) + 2f\left( \frac{1}{4} \right) + 2f\left( \frac{1}{2} \right) + 2f\left( \frac{3}{4} \right) + f(1)} \right)} \\ & {= \frac{1}{8}\left( {0 + 2 \cdot \frac{1}{16} + 2 \cdot \frac{1}{4} + 2 \cdot \frac{9}{16} + 1} \right)} \\ & {= \frac{11}{32}.} \end{array}$$

Use the trapezoidal rule with $n = 2$ to estimate ${\int_{1}^{2}{\frac{1}{x}dx}}.$

用梯形法则取 $n = 2$ 估计 ${\int_{1}^{2}{\frac{1}{x}dx}}$。

Absolute and Relative Error 绝对误差与相对误差

An important aspect of using these numerical approximation rules consists of calculating the error in using them for estimating the value of a definite integral. We first need to define absolute error and relative error.

使用这些数值逼近法则的一个重要方面是计算它们用于估计定积分值时所产生的误差。我们首先需要定义绝对误差与相对误差。

If $B$ is our estimate of some quantity having an actual value of $A,$ then the absolute error is given by $\left| {A - B} \right|.$ The relative error is the error as a percentage of the absolute value and is given by $\left| \frac{A - B}{A} \right| = \left| \frac{A - B}{A} \right| \cdot 100\text{\%}.$

如果 $B$ 是某量为 $A$ 的估计值,则绝对误差由 $\left| {A - B} \right|$ 给出。相对误差是作为绝对值之百分比的误差,由 $\left| \frac{A - B}{A} \right| = \left| \frac{A - B}{A} \right| \cdot 100\text{\%}$ 给出。

Calculating Error in the Midpoint Rule 计算中点法则的误差

Calculate the absolute and relative error in the estimate of $\int_{0}^{1}{x^{2}dx}$ using the midpoint rule, found in Example 3.39.

计算用中点法则(见示例 3.39)估计 $\int_{0}^{1}{x^{2}dx}$ 的绝对误差与相对误差。

Solution 解答

The calculated value is $\int_{0}^{1}{x^{2}dx = \frac{1}{3}}$ and our estimate from the example is $M_{4} = \frac{21}{64}.$ Thus, the absolute error is given by $\left| {\left( \frac{1}{3} \right) - \left( \frac{21}{64} \right)} \right| = \frac{1}{192} \approx 0.0052.$ The relative error is

计算值为 $\int_{0}^{1}{x^{2}dx = \frac{1}{3}}$,而示例给出的估计为 $M_{4} = \frac{21}{64}$。因此,绝对误差为 $\left| {\left( \frac{1}{3} \right) - \left( \frac{21}{64} \right)} \right| = \frac{1}{192} \approx 0.0052$。相对误差为

$$\frac{1\text{/}192}{1\text{/}3} = \frac{1}{64} \approx 0.015625 \approx 1.6\text{\%}.$$

$$\frac{1\text{/}192}{1\text{/}3} = \frac{1}{64} \approx 0.015625 \approx 1.6\text{\%}.$$

Calculating Error in the Trapezoidal Rule 计算梯形法则的误差

Calculate the absolute and relative error in the estimate of $\int_{0}^{1}{x^{2}dx}$ using the trapezoidal rule, found in Example 3.41.

计算用梯形法则(见示例 3.41)估计 $\int_{0}^{1}{x^{2}dx}$ 的绝对误差与相对误差。

Solution 解答

The calculated value is $\int_{0}^{1}{x^{2}dx = \frac{1}{3}}$ and our estimate from the example is $T_{4} = \frac{11}{32}.$ Thus, the absolute error is given by $\left| {\frac{1}{3} - \frac{11}{32}} \right| = \frac{1}{96} \approx 0.0104.$ The relative error is given by

计算值为 $\int_{0}^{1}{x^{2}dx = \frac{1}{3}}$,而示例给出的估计为 $T_{4} = \frac{11}{32}$。于是,绝对误差由 $\left| {\frac{1}{3} - \frac{11}{32}} \right| = \frac{1}{96} \approx 0.0104$ 给出。相对误差由下式给出

$$\frac{1\text{/}96}{1\text{/}3} = 0.03125 \approx 3.1\text{\%}.$$

$$\frac{1\text{/}96}{1\text{/}3} = 0.03125 \approx 3.1\text{\%}.$$

In an earlier checkpoint, we estimated $\int_{1}^{2}{\frac{1}{x}dx}$ to be $\frac{24}{35}$ using $T_{2}.$ The actual value of this integral is $\text{ln}\mspace{2mu} 2.$ Using $\frac{24}{35} \approx 0.6857$ and $\text{ln}\mspace{2mu} 2 \approx 0.6931,$ calculate the absolute error and the relative error.

在前面一个检查点中,我们用 $T_{2}$ 估计 $\int_{1}^{2}{\frac{1}{x}dx}$ 为 $\frac{24}{35}$。该积分的精确值为 $\text{ln}\mspace{2mu} 2$。利用 $\frac{24}{35} \approx 0.6857$ 和 $\text{ln}\mspace{2mu} 2 \approx 0.6931$,计算绝对误差与相对误差。

In the two previous examples, we were able to compare our estimate of an integral with the actual value of the integral; however, we do not typically have this luxury. In general, if we are approximating an integral, we are doing so because we cannot compute the exact value of the integral itself easily. Therefore, it is often helpful to be able to determine an upper bound for the error in an approximation of an integral. The following theorem provides error bounds for the midpoint and trapezoidal rules. The theorem is stated without proof.

在前两个示例中,我们能够将积分的估计值与该积分的精确值进行比较;然而,通常我们并没有这样的好运气。一般来说,如果我们要逼近一个积分,那是因为我们无法轻易计算出积分本身的精确值。因此,能够确定积分近似误差的上界通常是有帮助的。下面的定理给出了中点法则与梯形法则的误差界。该定理只陈述而不予证明。

Error Bounds for the Midpoint and Trapezoidal Rules 中点法则与梯形法则的误差界

Let $f(x)$ be a continuous function over $\left\lbrack {a,b} \right\rbrack,$ having a second derivative $f^{''}(x)$ over this interval. If $M$ is the maximum value of $\left| {f^{''}(x)} \right|$ over $\lbrack a,b\rbrack,$ then the upper bounds for the error in using $M_{n}$ and $T_{n}$ to estimate $\int_{a}^{b}{f(x)dx}$ are

设 $f(x)$ 为 $\left\lbrack {a,b} \right\rbrack$ 上的连续函数,且在该区间上具有二阶导数 $f^{''}(x)$。若 $M$ 为 $\left| {f^{''}(x)} \right|$ 在 $\lbrack a,b\rbrack$ 上的最大值,则使用 $M_{n}$ 与 $T_{n}$ 估计 $\int_{a}^{b}{f(x)dx}$ 时误差的上界为

$$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}}$$ (3.12)

$$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}}$$ (3.12)

and

以及

$$\text{Error in}\ T_{n} \leq \frac{M{(b - a)}^{3}}{12n^{2}}.$$ (3.13)

$$\text{Error in}\ T_{n} \leq \frac{M{(b - a)}^{3}}{12n^{2}}.$$ (3.13)

We can use these bounds to determine the value of $n$ necessary to guarantee that the error in an estimate is less than a specified value.

我们可以利用这些界来确定所需的 $n$ 值,以保证估计的误差小于某一指定值。

Determining the Number of Intervals to Use 确定所需区间数

What value of $n$ should be used to guarantee that an estimate of $\int_{0}^{1}{e^{x^{2}}dx}$ is accurate to within 0.01 if we use the midpoint rule?

若使用中点法则,应取多大的 $n$ 才能保证对 $\int_{0}^{1}{e^{x^{2}}dx}$ 的估计精确到 0.01 以内?

Solution 解答

We begin by determining the value of $M,$ the maximum value of $\left| {f^{''}(x)} \right|$ over $\lbrack 0,1\rbrack$ for $f(x) = e^{x^{2}}.$ Since $f^{\prime}(x) = 2xe^{x^{2}},$ we have

我们首先确定 $M$ 的值,即对于 $f(x) = e^{x^{2}}$,$\left| {f^{''}(x)} \right|$ 在 $\lbrack 0,1\rbrack$ 上的最大值。由于 $f^{\prime}(x) = 2xe^{x^{2}}$,我们有

$$f^{\text{''}}(x) = 2e^{x^{2}} + 4x^{2}e^{x^{2}}.$$

$$f^{\text{''}}(x) = 2e^{x^{2}} + 4x^{2}e^{x^{2}}.$$

Thus,

于是

$$\left| {f^{''}(x)} \right| = 2e^{x^{2}}\left( {1 + 2x^{2}} \right) \leq 2 \cdot e \cdot 3 = 6e.$$

$$\left| {f^{''}(x)} \right| = 2e^{x^{2}}\left( {1 + 2x^{2}} \right) \leq 2 \cdot e \cdot 3 = 6e.$$

From the error-bound Equation 3.12, we have

由误差界公式 (3.12),我们有

$$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}} \leq \frac{6e{(1 - 0)}^{3}}{24n^{2}} = \frac{6e}{24n^{2}}.$$

$$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}} \leq \frac{6e{(1 - 0)}^{3}}{24n^{2}} = \frac{6e}{24n^{2}}.$$

Now we solve the following inequality for $n\text{:}$

现在我们就 $n\text{:}$ 解下列不等式

$$\frac{6e}{24n^{2}} \leq 0.01.$$

$$\frac{6e}{24n^{2}} \leq 0.01.$$

Thus, $n \geq \sqrt{\frac{600e}{24}} \approx 8.24.$ Since $n$ must be an integer satisfying this inequality, a choice of $n = 9$ would guarantee that $\left| {\int_{0}^{1}{e^{x^{2}}dx - M_{n}}} \right| < 0.01.$

于是 $n \geq \sqrt{\frac{600e}{24}} \approx 8.24$。由于 $n$ 必须是满足该不等式的整数,取 $n = 9$ 即可保证 $\left| {\int_{0}^{1}{e^{x^{2}}dx - M_{n}}} \right| < 0.01$。

Analysis 分析

We might have been tempted to round $8.24$ down and choose $n = 8,$ but this would be incorrect because we must have an integer greater than or equal to $8.24.$ We need to keep in mind that the error estimates provide an upper bound only for the error. The actual estimate may, in fact, be a much better approximation than is indicated by the error bound.

我们或许会想将 $8.24$ 向下取整而取 $n = 8$,但这是不对的,因为我们必须取一个大于或等于 $8.24$ 的整数。我们需要记住,误差估计只给出了误差的一个上界。事实上,实际的估计值可能比误差界所表明的要好得多。

Use Equation 3.13 to find an upper bound for the error in using $M_{4}$ to estimate ${\int_{0}^{1}{x^{2}dx}}.$

利用公式 (3.13) 求用 $M_{4}$ 估计 ${\int_{0}^{1}{x^{2}dx}}$ 时误差的一个上界。

Simpson's Rule 辛普森法则

With the midpoint rule, we estimated areas of regions under curves by using rectangles. In a sense, we approximated the curve with piecewise constant functions. With the trapezoidal rule, we approximated the curve by using piecewise linear functions. What if we were, instead, to approximate a curve using piecewise quadratic functions? With Simpson's rule, we do just this. We partition the interval into an even number of subintervals, each of equal width. Over the first pair of subintervals we approximate $\int_{x_{0}}^{x_{2}}{f(x)dx}$ with $\int_{x_{0}}^{x_{2}}{p(x)dx,}$ where $p(x) = Ax^{2} + Bx + C$ is the quadratic function passing through $(x_{0},f\left( x_{0} \right)),$ $(x_{1},f\left( x_{1} \right)),$ and $(x_{2},f\left( x_{2} \right))$ (Figure 3.16). Over the next pair of subintervals we approximate $\int_{x_{2}}^{x_{4}}{f(x)dx}$ with the integral of another quadratic function passing through $(x_{2},f\left( x_{2} \right)),$ $(x_{3},f\left( x_{3} \right)),$ and $(x_{4},f\left( x_{4} \right)).$ This process is continued with each successive pair of subintervals.

在使用中点法则时,我们用矩形估计曲线下方区域的面积。从某种意义上说,我们用分段常数函数逼近曲线。在使用梯形法则时,我们用分段线性函数逼近曲线。那么,如果改用分段二次函数来逼近曲线会怎样?辛普森法则正是这样做的。我们将区间划分为偶数个子区间,每个子区间等宽。在第一对子区间上,我们用 $\int_{x_{0}}^{x_{2}}{f(x)dx}$ 逼近 $\int_{x_{0}}^{x_{2}}{p(x)dx,}$,其中 $p(x) = Ax^{2} + Bx + C$ 是通过 $(x_{0},f\left( x_{0} \right)),$ $(x_{1},f\left( x_{1} \right)),$ 和 $(x_{2},f\left( x_{2} \right))$ 的二次函数(图 3.16)。在下一对子区间上,我们用另一个经过点 $(x_{2},f\left( x_{2} \right)),$ $(x_{3},f\left( x_{3} \right)),$ 和 $(x_{4},f\left( x_{4} \right))$ 的二次函数的积分逼近 $\int_{x_{2}}^{x_{4}}{f(x)dx}$。这个过程对每一对连续的子区间继续下去。

To understand the formula that we obtain for Simpson's rule, we begin by deriving a formula for this approximation over the first two subintervals. As we go through the derivation, we need to keep in mind the following relationships:

为了理解我们得到的辛普森法则公式,我们首先推导前两个子区间上该近似的公式。在进行推导时,我们需要牢记以下关系:

$$\begin{array}{l} {f\left( x_{0} \right) = p\left( x_{0} \right) = Ax_{0}{}^{2} + Bx_{0} + C} \\ {f\left( x_{1} \right) = p\left( x_{1} \right) = Ax_{1}{}^{2} + Bx_{1} + C} \\ {f\left( x_{2} \right) = p\left( x_{2} \right) = Ax_{2}{}^{2} + Bx_{2} + C} \end{array}$$

$$\begin{array}{l} {f\left( x_{0} \right) = p\left( x_{0} \right) = Ax_{0}{}^{2} + Bx_{0} + C} \\ {f\left( x_{1} \right) = p\left( x_{1} \right) = Ax_{1}{}^{2} + Bx_{1} + C} \\ {f\left( x_{2} \right) = p\left( x_{2} \right) = Ax_{2}{}^{2} + Bx_{2} + C} \end{array}$$

$x_{2} - x_{0} = 2\text{Δ}x,$ where $\text{Δ}x$ is the length of a subinterval.

$x_{2} - x_{0} = 2\text{Δ}x,$ 其中 $\text{Δ}x$ 是子区间的长度。

$$x_{2} + x_{0} = 2x_{1},\ \text{since}\ x_{1} = \frac{(x_{2} + x_{0})}{2}.$$

$$x_{2} + x_{0} = 2x_{1},\ \text{since}\ x_{1} = \frac{(x_{2} + x_{0})}{2}.$$

Thus,

因此,

$$\begin{matrix} {\int_{x_{0}}^{x_{2}}{f(x)dx}} & {\approx {\int_{x_{0}}^{x_{2}}{p(x)dx}}} & & & \\ & {= {\int_{x_{0}}^{x_{2}}{(Ax^{2} + Bx + C)dx}}} & & & \\ & {= \frac{A}{3}x^{3} + \frac{B}{2}x^{2} + Cx\left| \begin{matrix} {}^{x_{2}} \\ {}_{x_{0}} \end{matrix} \right.} & & & \text{Find the antiderivative.} \\ & {= \frac{A}{3}\left( {x_{2}{}^{3} - x_{0}{}^{3}} \right) + \frac{B}{2}\left( {x_{2}{}^{2} - x_{0}{}^{2}} \right) + C(x_{2} - x_{0})} & & & \text{Evaluate the antiderivative.} \\ & {= \frac{A}{3}\left( {x_{2} - x_{0}} \right)\left( {x_{2}{}^{2} + x_{2}x_{0} + x_{0}{}^{2}} \right)} & & & \\ & {+ \frac{B}{2}\left( {x_{2} - x_{0}} \right)\left( {x_{2} + x_{0}} \right) + C(x_{2} - x_{0})} & & & \\ & {= \frac{x_{2} - x_{0}}{6}\left( {2A\left( {x_{2}{}^{2} + x_{2}x_{0} + x_{0}{}^{2}} \right) + 3B(x_{2} + x_{0}) + 6C} \right)} & & & {\text{Factor out}\ \frac{x_{2} - x_{0}}{6}.} \\ & {= \frac{\text{Δ}x}{3}\left( {\left( {Ax_{2}{}^{2} + Bx_{2} + C} \right) + (Ax_{0}{}^{2} + Bx_{0} + C} \right)} & & & \\ & {+ A\left( {x_{2}{}^{2} + 2x_{2}x_{0} + x_{0}{}^{2}} \right) + 2B\left( {x_{2} + x_{0}} \right) + 4C)} & & & \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + f\left( x_{0} \right) + A\left( {x_{2} + x_{0}} \right)^{2} + 2B\left( {x_{2} + x_{0}} \right) + 4C} \right)} & & & \text{Rearrange the terms.} \\ & & & & \begin{array}{l} \text{Factor and substitute.} \\ {f\left( x_{2} \right) = Ax_{2}{}^{2} + Bx_{2} + C\ \text{and}} \\ {f\left( x_{0} \right) = Ax_{0}{}^{2} + Bx_{0} + C.} \end{array} \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + 4f\left( x_{1} \right) + f\left( x_{0} \right)} \right).} & & & {\text{Substitute}\ x_{2} + x_{0} = 2x_{1}.} \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + 4f\left( x_{1} \right) + f\left( x_{0} \right)} \right).} & & & \begin{array}{l} \text{Expand and substitute} \\ {f\left( x_{1} \right) = Ax_{1}{}^{2} + Bx_{1}\text{+}C.} \end{array} \end{matrix}$$

$$\begin{matrix} {\int_{x_{0}}^{x_{2}}{f(x)dx}} & {\approx {\int_{x_{0}}^{x_{2}}{p(x)dx}}} & & & \\ & {= {\int_{x_{0}}^{x_{2}}{(Ax^{2} + Bx + C)dx}}} & & & \\ & {= \frac{A}{3}x^{3} + \frac{B}{2}x^{2} + Cx\left| \begin{matrix} {}^{x_{2}} \\ {}_{x_{0}} \end{matrix} \right.} & & & \text{Find the antiderivative.} \\ & {= \frac{A}{3}\left( {x_{2}{}^{3} - x_{0}{}^{3}} \right) + \frac{B}{2}\left( {x_{2}{}^{2} - x_{0}{}^{2}} \right) + C(x_{2} - x_{0})} & & & \text{Evaluate the antiderivative.} \\ & {= \frac{A}{3}\left( {x_{2} - x_{0}} \right)\left( {x_{2}{}^{2} + x_{2}x_{0} + x_{0}{}^{2}} \right)} & & & \\ & {+ \frac{B}{2}\left( {x_{2} - x_{0}} \right)\left( {x_{2} + x_{0}} \right) + C(x_{2} - x_{0})} & & & \\ & {= \frac{x_{2} - x_{0}}{6}\left( {2A\left( {x_{2}{}^{2} + x_{2}x_{0} + x_{0}{}^{2}} \right) + 3B(x_{2} + x_{0}) + 6C} \right)} & & & {\text{Factor out}\ \frac{x_{2} - x_{0}}{6}.} \\ & {= \frac{\text{Δ}x}{3}\left( {\left( {Ax_{2}{}^{2} + Bx_{2} + C} \right) + (Ax_{0}{}^{2} + Bx_{0} + C} \right)} & & & \\ & {+ A\left( {x_{2}{}^{2} + 2x_{2}x_{0} + x_{0}{}^{2}} \right) + 2B\left( {x_{2} + x_{0}} \right) + 4C)} & & & \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + f\left( x_{0} \right) + A\left( {x_{2} + x_{0}} \right)^{2} + 2B\left( {x_{2} + x_{0}} \right) + 4C} \right)} & & & \text{Rearrange the terms.} \\ & & & & \begin{array}{l} \text{Factor and substitute.} \\ {f\left( x_{2} \right) = Ax_{2}{}^{2} + Bx_{2} + C\ \text{and}} \\ {f\left( x_{0} \right) = Ax_{0}{}^{2} + Bx_{0} + C.} \end{array} \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + 4f\left( x_{1} \right) + f\left( x_{0} \right)} \right).} & & & {\text{Substitute}\ x_{2} + x_{0} = 2x_{1}.} \\ & {= \frac{\text{Δ}x}{3}\left( {f\left( x_{2} \right) + 4f\left( x_{1} \right) + f\left( x_{0} \right)} \right).} & & & \begin{array}{l} \text{Expand and substitute} \\ {f\left( x_{1} \right) = Ax_{1}{}^{2} + Bx_{1}\text{+}C.} \end{array} \end{matrix}$$

If we approximate $\int_{x_{2}}^{x_{4}}{f(x)dx}$ using the same method, we see that we have

如果我们用同样的方法逼近 $\int_{x_{2}}^{x_{4}}{f(x)dx}$,我们会得到

$$\int_{x_{2}}^{x_{4}}{f(x)dx \approx \frac{\text{Δ}x}{3}\left( {f\left( x_{4} \right) + 4f\left( x_{3} \right) + f\left( x_{2} \right)} \right).}$$

$$\int_{x_{2}}^{x_{4}}{f(x)dx \approx \frac{\text{Δ}x}{3}\left( {f\left( x_{4} \right) + 4f\left( x_{3} \right) + f\left( x_{2} \right)} \right).}$$

Combining these two approximations, we get

将这两个近似合并,我们得到

$$\int_{x_{2}}^{x_{4}}{f(x)dx = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + f\left( x_{4} \right)} \right).}$$

$$\int_{x_{2}}^{x_{4}}{f(x)dx = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + f\left( x_{4} \right)} \right).}$$

The pattern continues as we add pairs of subintervals to our approximation. The general rule may be stated as follows.

当我们向近似中加入成对的子区间时,这种模式持续下去。一般法则可表述如下。

Simpson's Rule

辛普森法则

Assume that $f(x)$ is continuous over $\left\lbrack {a,b} \right\rbrack.$ Let *n* be a positive even integer and $\text{Δ}x = \frac{b - a}{n}.$ Let $\left\lbrack {a,b} \right\rbrack$ be divided into $n$ subintervals, each of length $\text{Δ}x,$ with endpoints at $P = \left\\{ x_{0},x_{1},x_{2}\text{,…},x_{n} \right\\}.$ Set

假设 $f(x)$ 在 $\left\lbrack {a,b} \right\rbrack$ 上连续。设 *n* 为正偶数,且 $\text{Δ}x = \frac{b - a}{n}$。将 $\left\lbrack {a,b} \right\rbrack$ 划分为 $n$ 个子区间,每个长度为 $\text{Δ}x$,端点为 $P = \left\\{ x_{0},x_{1},x_{2}\text{,…},x_{n} \right\\}$。令

$$S_{n} = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)} \right).$$ (3.14)

$$S_{n} = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)} \right).$$ (3.14)

Then,

那么,

$$\underset{n\rightarrow\text{+}\infty}{\text{lim}}S_{n} = {\int_{a}^{b}{f(x)dx.}}$$

$$\underset{n\rightarrow\text{+}\infty}{\text{lim}}S_{n} = {\int_{a}^{b}{f(x)dx.}}$$

Just as the trapezoidal rule is the average of the left-hand and right-hand rules for estimating definite integrals, Simpson's rule may be obtained from the midpoint and trapezoidal rules by using a weighted average. It can be shown that $S_{2n} = \left( \frac{2}{3} \right)M_{n} + \left( \frac{1}{3} \right)T_{n}.$

正如梯形法则是对估计定积分的左端法则与右端法则的平均,辛普森法则也可以通过中点法则与梯形法则的加权平均得到。可以证明 $S_{2n} = \left( \frac{2}{3} \right)M_{n} + \left( \frac{1}{3} \right)T_{n}.$

It is also possible to put a bound on the error when using Simpson's rule to approximate a definite integral. The bound in the error is given by the following rule:

当使用辛普森法则逼近定积分时,也可以对误差给出一个界。误差的界由以下法则给出:

Let $f(x)$ be a continuous function over $\lbrack a,b\rbrack$ having a fourth derivative, $f^{(4)}(x),$ over this interval. If $M$ is the maximum value of $\left| {f^{(4)}(x)} \right|$ over $\lbrack a,b\rbrack,$ then the upper bound for the error in using $S_{n}$ to estimate $\int_{a}^{b}{f(x)dx}$ is given by

设 $f(x)$ 在 $\lbrack a,b\rbrack$ 上连续,且在此区间上有四阶导数 $f^{(4)}(x)$。若 $M$ 是 $\left| {f^{(4)}(x)} \right|$ 在 $\lbrack a,b\rbrack$ 上的最大值,则用 $S_{n}$ 估计 $\int_{a}^{b}{f(x)dx}$ 时误差的上界为

$$\text{Error in}\ S_{n} \leq \frac{M{(b - a)}^{5}}{180n^{4}}.$$ (3.15)

$$\text{Error in}\ S_{n} \leq \frac{M{(b - a)}^{5}}{180n^{4}}.$$ (3.15)

Applying Simpson's Rule 1

应用辛普森法则 1

Use $S_{2}$ to approximate ${\int_{0}^{1}{x^{3}dx}}.$ Estimate a bound for the error in $S_{2}.$

用 $S_{2}$ 逼近 ${\int_{0}^{1}{x^{3}dx}}$。估计 $S_{2}$ 中误差的界。

Solution

解答

Since $\lbrack 0,1\rbrack$ is divided into two intervals, each subinterval has length $\text{Δ}x = \frac{1 - 0}{2} = \frac{1}{2}.$ The endpoints of these subintervals are $\left\\{ {0,\frac{1}{2},1} \right\\}.$ If we set $f(x) = x^{3},$ then

由于 $\lbrack 0,1\rbrack$ 被划分为两个区间,每个子区间的长度为 $\text{Δ}x = \frac{1 - 0}{2} = \frac{1}{2}$。这些子区间的端点为 $\left\\{ {0,\frac{1}{2},1} \right\\}$。若设 $f(x) = x^{3}$,则

$S_{4} = \frac{1}{3} \cdot \frac{1}{2}\left( {f(0) + 4f\left( \frac{1}{2} \right) + f(1)} \right) = \frac{1}{6}\left( {0 + 4 \cdot \frac{1}{8} + 1} \right) = \frac{1}{4}.$ Since $f^{(4)}(x) = 0$ and consequently $M = 0,$ we see that

$S_{4} = \frac{1}{3} \cdot \frac{1}{2}\left( {f(0) + 4f\left( \frac{1}{2} \right) + f(1)} \right) = \frac{1}{6}\left( {0 + 4 \cdot \frac{1}{8} + 1} \right) = \frac{1}{4}$。因为 $f^{(4)}(x) = 0$,从而 $M = 0$,我们看到

$$\text{Error in}\ S_{2} \leq \frac{0{(1)}^{5}}{180 \cdot 2^{4}} = 0.$$

$$\text{Error in}\ S_{2} \leq \frac{0{(1)}^{5}}{180 \cdot 2^{4}} = 0.$$

This bound indicates that the value obtained through Simpson's rule is exact. A quick check will verify that, in fact, ${\int_{0}^{1}{x^{3}dx = \frac{1}{4}}}.$

这个界表明通过辛普森法则得到的值是精确的。简单的检验可以验证,事实上 ${\int_{0}^{1}{x^{3}dx = \frac{1}{4}}}$。

Applying Simpson's Rule 2

应用辛普森法则 2

Use $S_{6}$ to estimate the length of the curve $y = \frac{1}{2}x^{2}$ over $\lbrack 1,4\rbrack.$

用 $S_{6}$ 估计曲线 $y = \frac{1}{2}x^{2}$ 在 $\lbrack 1,4\rbrack$ 上的弧长。

Solution

解答

The length of $y = \frac{1}{2}x^{2}$ over $\lbrack 1,4\rbrack$ is ${\int_{1}^{4}{\sqrt{1 + x^{2}}\mspace{2mu} dx}}.$ If we divide $\lbrack 1,4\rbrack$ into six subintervals, then each subinterval has length $\text{Δ}x = \frac{4 - 1}{6} = \frac{1}{2},$ and the endpoints of the subintervals are $\left\\{ {1,\frac{3}{2},2,\frac{5}{2},3,\frac{7}{2},4} \right\\}.$ Setting $f(x) = \sqrt{1 + x^{2}},$

曲线 $y = \frac{1}{2}x^{2}$ 在 $\lbrack 1,4\rbrack$ 上的弧长为 ${\int_{1}^{4}{\sqrt{1 + x^{2}}\mspace{2mu} dx}}$。若将 $\lbrack 1,4\rbrack$ 划分为六个子区间,则每个子区间的长度为 $\text{Δ}x = \frac{4 - 1}{6} = \frac{1}{2}$,子区间的端点为 $\left\\{ {1,\frac{3}{2},2,\frac{5}{2},3,\frac{7}{2},4} \right\\}$。令 $f(x) = \sqrt{1 + x^{2}}$,

$$S_{6} = \frac{1}{3} \cdot \frac{1}{2}\left( {f(1) + 4f\left( \frac{3}{2} \right) + 2f(2) + 4f\left( \frac{5}{2} \right) + 2f(3) + 4f\left( \frac{7}{2} \right) + f(4)} \right).$$

$$S_{6} = \frac{1}{3} \cdot \frac{1}{2}\left( {f(1) + 4f\left( \frac{3}{2} \right) + 2f(2) + 4f\left( \frac{5}{2} \right) + 2f(3) + 4f\left( \frac{7}{2} \right) + f(4)} \right).$$

After substituting, we have

代入后,我们有

$$\begin{array}{cl} S_{6} & {= \frac{1}{6}\left( {1.4142 + 4 \cdot 1.80278 + 2 \cdot 2.23607 + 4 \cdot 2.69258 + 2 \cdot 3.16228 + 4 \cdot 3.64005 + 4.12311} \right)} \\ & {\approx 8.14594.} \end{array}$$

$$\begin{array}{cl} S_{6} & {= \frac{1}{6}\left( {1.4142 + 4 \cdot 1.80278 + 2 \cdot 2.23607 + 4 \cdot 2.69258 + 2 \cdot 3.16228 + 4 \cdot 3.64005 + 4.12311} \right)} \\ & {\approx 8.14594.} \end{array}$$

Use $S_{2}$ to estimate ${\int_{1}^{2}{\frac{1}{x}dx}}.$

用 $S_{2}$ 估计 ${\int_{1}^{2}{\frac{1}{x}dx}}$。

Section 3.6 Exercises 3.6 节习题

Approximate the following integrals using either the midpoint rule, trapezoidal rule, or Simpson's rule as indicated. (Round answers to three decimal places.)

使用所指出的中点法则、梯形法则或辛普森法则之一逼近下列积分。(答案保留三位小数。)

299.

299.

${\int_{1}^{2}\frac{dx}{x}};$ trapezoidal rule; $n = 5$

${\int_{1}^{2}\frac{dx}{x}}$;梯形法则;$n = 5$

300\.

300\.

${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}};$ trapezoidal rule; $n = 6$

${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}}$;梯形法则;$n = 6$

301.

301.

${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}};$ trapezoidal rule; $n = 3$

${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}}$;梯形法则;$n = 3$

302\.

302\.

${\int_{0}^{12}{x^{2}dx}};$ midpoint rule; $n = 6$

${\int_{0}^{12}{x^{2}dx}}$;中点法则;$n = 6$

303.

303.

${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}};$ midpoint rule; $n = 3$

${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}}$;中点法则;$n = 3$

304\.

304\.

Use the midpoint rule with eight subdivisions to estimate ${\int_{2}^{4}{x^{2}dx}}.$

用具有八个细分区间的中点法则估计 ${\int_{2}^{4}{x^{2}dx}}$。

305.

305.

Use the trapezoidal rule with four subdivisions to estimate ${\int_{2}^{4}{x^{2}dx}}.$

用具有四个细分区间的梯形法则估计 ${\int_{2}^{4}{x^{2}dx}}$。

306\.

306\.

Find the exact value of ${\int_{2}^{4}{x^{2}dx}}.$ Find the error of approximation between the exact value and the value calculated using the trapezoidal rule with four subdivisions. Draw a graph to illustrate.

求 ${\int_{2}^{4}{x^{2}dx}}$ 的精确值。求出精确值与使用具有四个细分区间的梯形法则计算所得值之间的近似误差。画图说明。

Approximate the integral to three decimal places using the indicated rule.

使用所指出的法则将积分近似到三位小数。

307.

307.

${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}};$ trapezoidal rule; $n = 6$

${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}}$;梯形法则;$n = 6$

308\.

308\.

${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}};$ trapezoidal rule; $n = 6$

${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}}$;梯形法则;$n = 6$

309.

309.

${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}};$ trapezoidal rule; $n = 3$

${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}}$;梯形法则;$n = 3$

310\.

310\.

${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}};$ trapezoidal rule; $n = 4$

${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}}$;梯形法则;$n = 4$

311.

311.

${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}};$ Simpson's rule; $n = 4$

${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}}$;辛普森法则;$n = 4$

312\.

312\.

${\int_{0}^{0.4}{\text{sin}(x^{2})dx}};$ trapezoidal rule; $n = 4$

${\int_{0}^{0.4}{\text{sin}(x^{2})dx}}$;梯形法则;$n = 4$

313.

313.

${\int_{0}^{0.4}{\text{sin}(x^{2})dx}};$ Simpson's rule; $n = 4$

${\int_{0}^{0.4}{\text{sin}(x^{2})dx}}$;辛普森法则;$n = 4$

314\.

314\.

${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}};$ trapezoidal rule; $n = 4$

${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}}$;梯形法则;$n = 4$

315.

315.

${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}};$ Simpson's rule; $n = 4$

${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}}$;辛普森法则;$n = 4$

316\.

316\.

Evaluate $\int_{0}^{1}\frac{dx}{1 + x^{2}}$ exactly and show that the result is ${\pi\text{/}4}.$ Then, find the approximate value of the integral using the trapezoidal rule with $n = 4$ subdivisions. Use the result to approximate the value of $\pi.$

精确计算 $\int_{0}^{1}\frac{dx}{1 + x^{2}}$ 并证明结果为 ${\pi\text{/}4}$。然后,用具有 $n = 4$ 个细分区间的梯形法则求该积分的近似值。利用结果近似 $\pi$ 的值。

317.

317.

Approximate $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ using the midpoint rule with four subdivisions to four decimal places.

用具有四个细分区间的中点法则将 $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ 近似到四位小数。

318\.

318\.

Approximate $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ using the trapezoidal rule with eight subdivisions to four decimal places.

用具有八个细分区间的梯形法则将 $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ 近似到四位小数。

319.

319.

Use the trapezoidal rule with four subdivisions to estimate $\int_{0}^{0.8}{x^{3}dx}$ to four decimal places.

用具有四个细分区间的梯形法则将 $\int_{0}^{0.8}{x^{3}dx}$ 估计到四位小数。

320\.

320\.

Use the trapezoidal rule with four subdivisions to estimate ${\int_{0}^{0.8}{x^{3}dx}}.$ Compare this value with the exact value and find the error estimate.

用具有四个细分区间的梯形法则估计 ${\int_{0}^{0.8}{x^{3}dx}}$。将此值与精确值比较,并求误差估计。

321.

321.

Using Simpson's rule with four subdivisions, find ${\int_{0}^{\pi\text{/}2}{\text{cos}(x)dx}}.$

用具有四个细分区间的辛普森法则求 ${\int_{0}^{\pi\text{/}2}{\text{cos}(x)dx}}$。

322\.

322\.

Show that the exact value of $\int_{0}^{1}{xe^{\text{−}x}dx = 1 - \frac{2}{e}.}$ Find the absolute error if you approximate the integral using the midpoint rule with 16 subdivisions.

证明 $\int_{0}^{1}{xe^{\text{−}x}dx = 1 - \frac{2}{e}}$ 的精确值。若用具有 16 个细分区间的中点法则逼近该积分,求绝对误差。

323.

323.

Given $\int_{0}^{1}{xe^{\text{−}x}dx = 1 - \frac{2}{e},}$ use the trapezoidal rule with 16 subdivisions to approximate the integral and find the absolute error.

已知 $\int_{0}^{1}{xe^{\text{−}x}dx = 1 - \frac{2}{e}}$,用具有 16 个细分区间的梯形法则逼近该积分并求绝对误差。

324\.

324\.

Find an upper bound for the error in estimating $\int_{0}^{3}{(5x + 4)dx}$ using the trapezoidal rule with six steps.

用具有六个步长的梯形法则估计 $\int_{0}^{3}{(5x + 4)dx}$ 时,求误差的上界。

325.

325.

Find an upper bound for the error in estimating $\int_{4}^{5}{\frac{1}{\left( {x - 1} \right)^{2}}dx}$ using the trapezoidal rule with seven subdivisions.

用具有七个细分区间的梯形法则估计 $\int_{4}^{5}{\frac{1}{\left( {x - 1} \right)^{2}}dx}$ 时,求误差的上界。

326\.

326\.

Find an upper bound for the error in estimating $\int_{0}^{3}{(6x^{2} - 1)dx}$ using Simpson's rule with $n = 10$ steps.

用具有 $n = 10$ 个步长的辛普森法则估计 $\int_{0}^{3}{(6x^{2} - 1)dx}$ 时,求误差的上界。

327.

327.

Find an upper bound for the error in estimating $\int_{2}^{5}{\frac{1}{x - 1}dx}$ using Simpson's rule with $n = 10$ steps.

用具有 $n = 10$ 个步长的辛普森法则估计 $\int_{2}^{5}{\frac{1}{x - 1}dx}$ 时,求误差的上界。

328\.

328\.

Find an upper bound for the error in estimating $\int_{0}^{\pi}{2x\mspace{2mu}\text{cos}(x)dx}$ using Simpson's rule with four steps.

用具有四个步长的辛普森法则估计 $\int_{0}^{\pi}{2x\mspace{2mu}\text{cos}(x)dx}$ 时,求误差的上界。

329.

329.

Estimate the minimum number of subintervals needed to approximate the integral $\int_{1}^{4}{\left( {5x^{2} + 8} \right)dx}$ with an error magnitude of less than 0.0001 using the trapezoidal rule.

用梯形法则将积分 $\int_{1}^{4}{\left( {5x^{2} + 8} \right)dx}$ 近似到误差绝对值小于 0.0001,估计所需的最少子区间数。

330\.

330\.

Determine a value of *n* such that the trapezoidal rule will approximate $\int_{0}^{1}{\sqrt{1 + x^{2}}\mspace{2mu} dx}$ with an error of no more than 0.01.

确定一个 *n* 值,使得梯形法则对 $\int_{0}^{1}{\sqrt{1 + x^{2}}\mspace{2mu} dx}$ 的近似误差不超过 0.01。

331.

331.

Estimate the minimum number of subintervals needed to approximate the integral $\int_{2}^{3}{\left( {2x^{3} + 4x} \right)dx}$ with an error of magnitude less than 0.0001 using the trapezoidal rule.

用梯形法则将积分 $\int_{2}^{3}{\left( {2x^{3} + 4x} \right)dx}$ 近似到误差绝对值小于 0.0001,估计所需的最少子区间数。

332\.

332\.

Estimate the minimum number of subintervals needed to approximate the integral $\int_{3}^{4}{\frac{1}{{(x - 1)}^{2}}dx}$ with an error magnitude of less than 0.0001 using the trapezoidal rule.

用梯形法则将积分 $\int_{3}^{4}{\frac{1}{{(x - 1)}^{2}}dx}$ 近似到误差绝对值小于 0.0001,估计所需的最少子区间数。

333.

333.

Use Simpson's rule with four subdivisions to approximate the area under the probability density function $y = \frac{1}{\sqrt{2\pi}}e^{{\text{−}x^{2}}\text{/}2}$ from $x = 0$ to $x = 0.4.$

用具有四个细分区间的辛普森法则,逼近概率密度函数 $y = \frac{1}{\sqrt{2\pi}}e^{{\text{−}x^{2}}\text{/}2}$ 在 $x = 0$ 到 $x = 0.4$ 下方的面积。

334\.

334\.

Use Simpson's rule with $n = 14$ to approximate (to three decimal places) the area of the region bounded by the graphs of $y = 0,$ $x = 0,$ and $x = {\pi\text{/}2}.$

用 $n = 14$ 的辛普森法则(近似到三位小数)逼近由图像 $y = 0,$ $x = 0,$ 和 $x = {\pi\text{/}2}$ 所围成区域的面积。

335.

335.

The length of one arch of the curve $y = 3\mspace{2mu}\text{sin}(2x)$ is given by $L = {\int_{0}^{\pi\text{/}2}{\sqrt{1 + 36\mspace{2mu}\text{cos}^{2}(2x)}\mspace{2mu} dx}}.$ Estimate *L* using the trapezoidal rule with $n = 6.$

曲线 $y = 3\mspace{2mu}\text{sin}(2x)$ 一个拱形的弧长由 $L = {\int_{0}^{\pi\text{/}2}{\sqrt{1 + 36\mspace{2mu}\text{cos}^{2}(2x)}\mspace{2mu} dx}}$ 给出。用具有 $n = 6$ 的梯形法则估计 *L*。

336\.

336\.

The length of the ellipse $x = a\mspace{2mu}\text{cos}(t),y = b\mspace{2mu}\text{sin}(t),0 \leq t \leq 2\pi$ is given by $L = 4a{\int_{0}^{\pi\text{/}2}{\sqrt{1 - e^{2}\text{cos}^{2}(t)}\mspace{2mu} dt}},$ where *e* is the eccentricity of the ellipse. Use Simpson's rule with $n = 6$ subdivisions to estimate the length of the ellipse when $a = 2$ and $e = 1\text{/}3.$

椭圆 $x = a\mspace{2mu}\text{cos}(t),y = b\mspace{2mu}\text{sin}(t),0 \leq t \leq 2\pi$ 的弧长由 $L = 4a{\int_{0}^{\pi\text{/}2}{\sqrt{1 - e^{2}\text{cos}^{2}(t)}\mspace{2mu} dt}}$ 给出,其中 *e* 为椭圆的离心率。当 $a = 2$ 且 $e = 1\text{/}3$ 时,用具有 $n = 6$ 个细分区间的辛普森法则估计该椭圆的长度。

337.

337.

Estimate the area of the surface generated by revolving the curve $y = \text{cos}(2x),0 \leq x \leq \frac{\pi}{4}$ about the *x*-axis. Use the trapezoidal rule with six subdivisions.

估计将曲线 $y = \text{cos}(2x),0 \leq x \leq \frac{\pi}{4}$ 绕 *x* 轴旋转所生成的曲面面积。使用具有六个细分区间的梯形法则。

338\.

338\.

Estimate the area of the surface generated by revolving the curve $y = 2x^{2},$ $0 \leq x \leq 3$ about the *x-*axis. Use Simpson's rule with $n = 6.$

估计将曲线 $y = 2x^{2},$ $0 \leq x \leq 3$ 绕 *x-*轴旋转所生成的曲面面积。使用具有 $n = 6$ 的辛普森法则。

339.

339.

The growth rate of a certain tree (in feet) is given by $y = \frac{2}{t + 1} + e^{\text{−}t^{2}\text{/}2},$ where *t* is time in years. Estimate the growth of the tree through the end of the second year by using Simpson's rule, using two subintervals. (Round the answer to the nearest hundredth.)

某棵树(以英尺计)的生长速率由 $y = \frac{2}{t + 1} + e^{\text{−}t^{2}\text{/}2}$ 给出,其中 *t* 为以年计的时间。用辛普森法则、取两个子区间,估计该树到第二年末的生长量。(答案四舍五入到百分位。)

340\.

340\.

\[T\] Use a calculator to approximate $\int_{0}^{1}{\text{sin}\left( {\pi x} \right)dx}$ using the midpoint rule with 25 subdivisions. Compute the relative error of approximation.

\[T\] 用计算器、采用具有 25 个细分区间的中点法则逼近 $\int_{0}^{1}{\text{sin}\left( {\pi x} \right)dx}$。计算近似的相对误差。

341.

341.

\[T\] Given ${\int_{1}^{5}{\left( {3x^{2} - 2x} \right)dx}} = 100,$ approximate the value of this integral using the trapezoidal rule with 16 subdivisions and determine the absolute error.

\[T\] 已知 ${\int_{1}^{5}{\left( {3x^{2} - 2x} \right)dx}} = 100$,用具有 16 个细分区间的梯形法则逼近该积分的值,并确定绝对误差。

342\.

342\.

Given that we know the Fundamental Theorem of Calculus, why would we want to develop numerical methods for definite integrals?

既然我们已知微积分基本定理,为什么还要为定积分发展数值方法?

343.

343.

The table represents the coordinates $\left( {x, y} \right)$ that give the boundary of a lot. The units of measurement are meters. Use the trapezoidal rule to estimate the number of square meters of land that is in this lot.

该表给出了确定一块地边界的坐标 $\left( {x, y} \right)$。计量单位为米。用梯形法则估计这块地的平方米数。
*x**y**x**y*
012560095
10012570088
20012080075
30011290035
4009010000
50090
*x**y**x**y*
012560095
10012570088
20012080075
30011290035
4009010000
50090

344\.

344\.

Choose the correct answer. When Simpson's rule is used to approximate the definite integral, it is necessary that the number of partitions be\_\_\_\_

选择正确答案。当使用辛普森法则逼近定积分时,划分数必须\_\_\_\_

1. an even number

1. 偶数

2. odd number

2. 奇数

3. either an even or an odd number

3. 偶数或奇数均可

4. a multiple of 4

4. 4 的倍数

345.

345.

The "Simpson" sum is based on the area under a \_\_\_\_.

“辛普森”和是基于\_\_\_\_下方的面积。

346\.

346\.

The error formula for Simpson's rule depends on\_\_\_.

辛普森法则的误差公式依赖于\_\_\_。

1. $f(x)$

1. $f(x)$

2. $f^{\prime}(x)$

2. $f^{\prime}(x)$

3. $f^{(4)}(x)$

3. $f^{(4)}(x)$

4. the number of steps

4. 步数

3.7 Improper Integrals 3.7 反常积分

Is the area between the graph of $f(x) = \frac{1}{x}$ and the *x*-axis over the interval $\lbrack 1,\text{+}\infty)$ finite or infinite? If this same region is revolved about the *x*-axis, is the volume finite or infinite? Surprisingly, the area of the region described is infinite, but the volume of the solid obtained by revolving this region about the *x*-axis is finite.

函数 $f(x) = \frac{1}{x}$ 的图像与 *x* 轴在区间 $\lbrack 1,\text{+}\infty)$ 上所夹的面积是有限还是无限?如果将该区域绕 *x* 轴旋转,所得体积是有限还是无限?令人惊讶的是,所描述区域的面积是无限的,但将该区域绕 *x* 轴旋转所得立体的体积却是有限的。

In this section, we define integrals over an infinite interval as well as integrals of functions containing a discontinuity on the interval. Integrals of these types are called improper integrals. We examine several techniques for evaluating improper integrals, all of which involve taking limits.

在本节中,我们定义无穷区间上的积分,以及含有区间内间断点的函数的积分。这类积分称为反常积分。我们考察几种计算反常积分的方法,它们都涉及取极限。

Integrating over an Infinite Interval 在无穷区间上积分

How should we go about defining an integral of the type ${\int_{a}^{+ \infty}{f(x)dx}}?$ We can integrate $\int_{a}^{t}{f(x)dx}$ for any value of $t,$ so it is reasonable to look at the behavior of this integral as we substitute larger values of $t.$ Figure 3.17 shows that $\int_{a}^{t}{f(x)dx}$ may be interpreted as area for various values of $t.$ In other words, we may define an improper integral as a limit, taken as one of the limits of integration increases or decreases without bound.

我们应当如何定义形如 ${\int_{a}^{+ \infty}{f(x)dx}}$ 的积分?对于任意 $t$ 的值,我们都能计算 $\int_{a}^{t}{f(x)dx}$,因此考察当 $t$ 取越来越大的值时该积分的行为是合理的。图 3.17 表明,$\int_{a}^{t}{f(x)dx}$ 对于 $t$ 的不同取值可解释为面积。换言之,我们可以把一个反常积分定义为一个极限,该极限在一个积分限无限增大或减小时取得。

1. Let $f(x)$ be continuous over an interval of the form $\lbrack a,\text{+}\infty).$ Then

1. 设 $f(x)$ 在区间 $\lbrack a,\text{+}\infty)$ 上连续。则

$$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx,}}}$$ (3.16)

$$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx,}}}$$ (3.16)

provided this limit exists.

假设该极限存在。

2. Let $f(x)$ be continuous over an interval of the form $(\text{−}\infty,b\rbrack.$ Then

2. 设 $f(x)$ 在区间 $(\text{−}\infty,b\rbrack$ 上连续。则

$$\int_{\text{−}\infty}^{b}{f(x)dx = \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{b}{f(x)dx,}}}$$ (3.17)

$$\int_{\text{−}\infty}^{b}{f(x)dx = \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{b}{f(x)dx,}}}$$ (3.17)

provided this limit exists.

假设该极限存在。

In each case, if the limit exists, then the improper integral is said to converge. If the limit does not exist, then the improper integral is said to diverge.

在上述两种情形中,若极限存在,则称该反常积分收敛;若极限不存在,则称该反常积分发散。

3. Let $f(x)$ be continuous over $(\text{−}\infty,\text{+}\infty).$ Then

3. 设 $f(x)$ 在 $(\text{−}\infty,\text{+}\infty)$ 上连续。则

$$\int_{\text{−}\infty}^{+ \infty}{f(x)dx = {\int_{\text{−}\infty}^{0}{f(x)dx + {\int_{0}^{+ \infty}{f(x)dx,}}}}}$$ (3.18)

$$\int_{\text{−}\infty}^{+ \infty}{f(x)dx = {\int_{\text{−}\infty}^{0}{f(x)dx + {\int_{0}^{+ \infty}{f(x)dx,}}}}}$$ (3.18)

provided that $\int_{\text{−}\infty}^{0}{f(x)dx}$ and $\int_{0}^{+ \infty}{f(x)dx}$ both converge. If either one or both of these two integrals diverge, then $\int_{\text{−}\infty}^{+ \infty}{f(x)dx}$ diverges. (It can be shown that, in fact, $\int_{\text{−}\infty}^{+ \infty}{f(x)dx = {\int_{\text{−}\infty}^{a}{f(x)dx + {\int_{a}^{+ \infty}{f(x)dx}}}}}$ for any value of $a.)$

假设 $\int_{\text{−}\infty}^{0}{f(x)dx}$ 与 $\int_{0}^{+ \infty}{f(x)dx}$ 都收敛。若这两个积分中有一个或两个都发散,则 $\int_{\text{−}\infty}^{+ \infty}{f(x)dx}$ 发散。(事实上可以证明,对任意 $a$ 的值,都有 $\int_{\text{−}\infty}^{+ \infty}{f(x)dx = {\int_{\text{−}\infty}^{a}{f(x)dx + {\int_{a}^{+ \infty}{f(x)dx}}}}}$。)

In our first example, we return to the question we posed at the start of this section: Is the area between the graph of $f(x) = \frac{1}{x}$ and the $x$-axis over the interval $\lbrack 1,\text{+}\infty)$ finite or infinite?

在我们的第一个示例中,我们回到本节开头提出的问题:$f(x) = \frac{1}{x}$ 的图像与 $x$ 轴在区间 $\lbrack 1,\text{+}\infty)$ 上的面积是有限还是无限?

Finding an Area 求面积

Determine whether the area between the graph of $f(x) = \frac{1}{x}$ and the *x*-axis over the interval $\lbrack 1,\text{+}\infty)$ is finite or infinite.

判断 $f(x) = \frac{1}{x}$ 的图像与 x 轴在区间 $\lbrack 1,\text{+}\infty)$ 上的面积是有限还是无限。

Solution 解答

We first do a quick sketch of the region in question, as shown in the following graph.

我们首先对所讨论的区域作一草图,如下图所示。

We can see that the area of this region is given by $A = {\int_{1}^{\infty}{\frac{1}{x}dx}}.$ Then we have

可以看出,该区域的面积为 $A = {\int_{1}^{\infty}{\frac{1}{x}dx}}$。于是我们有

$$\begin{array}{clccc} A & {= {\int_{1}^{\infty}{\frac{1}{x}dx}}} & & & \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{\frac{1}{x}dx}}} & & & \text{Rewrite the improper integral as a limit.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\text{ln}|x|\left| {}_{\begin{matrix} \\ 1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}(\text{ln}|t| - \text{ln}\mspace{2mu} 1)} & & & \text{Evaluate the antiderivative.} \\ & {= \text{+}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

$$\begin{array}{clccc} A & {= {\int_{1}^{\infty}{\frac{1}{x}dx}}} & & & \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{\frac{1}{x}dx}}} & & & \text{Rewrite the improper integral as a limit.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\text{ln}|x|\left| {}_{\begin{matrix} \\ 1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}(\text{ln}|t| - \text{ln}\mspace{2mu} 1)} & & & \text{Evaluate the antiderivative.} \\ & {= \text{+}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

Since the improper integral diverges to $+ \infty,$ the area of the region is infinite.

由于该反常积分发散到 $+ \infty,$ 该区域的面积为无限。

Finding a Volume 求体积

Find the volume of the solid obtained by revolving the region bounded by the graph of $f(x) = \frac{1}{x}$ and the *x*-axis over the interval $\lbrack 1,\text{+}\infty)$ about the $x$-axis.

求由 $f(x) = \frac{1}{x}$ 的图像与 x 轴在区间 $\lbrack 1,\text{+}\infty)$ 上所围成区域绕 $x$ 轴旋转所得立体的体积。

Solution 解答

The solid is shown in Figure 3.19. Using the disk method, we see that the volume *V* is

该立体如图 3.19 所示。利用圆盘法,可得体积 *V* 为

$$V = \pi{\int_{1}^{+ \infty}{\frac{1}{x^{2}}dx}}.$$

$$V = \pi{\int_{1}^{+ \infty}{\frac{1}{x^{2}}dx}}.$$

Then we have

于是我们有

$$\begin{array}{clccc} V & {= \pi{\int_{1}^{+ \infty}{\frac{1}{x^{2}}dx}}} & & & \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{\frac{1}{x^{2}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}} - \frac{1}{x}\left| {}_{\begin{matrix} \\ 1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}\ \frac{1}{t} + 1} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \pi.} & & & \end{array}$$

$$\begin{array}{clccc} V & {= \pi{\int_{1}^{+ \infty}{\frac{1}{x^{2}}dx}}} & & & \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{\frac{1}{x^{2}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}} - \frac{1}{x}\left| {}_{\begin{matrix} \\ 1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \pi\underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}\ \frac{1}{t} + 1} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \pi.} & & & \end{array}$$

The improper integral converges to $\pi.$ Therefore, the volume of the solid of revolution is $\pi.$

该反常积分收敛到 $\pi.$ 因此,旋转体的体积为 $\pi.$

In conclusion, although the area of the region between the *x*-axis and the graph of $f(x) = 1\text{/}x$ over the interval $\lbrack 1,\text{+}\infty)$ is infinite, the volume of the solid generated by revolving this region about the *x*-axis is finite. The solid generated is known as *Gabriel’s Horn*.

总之,尽管 x 轴与 $f(x) = 1\text{/}x$ 的图像在区间 $\lbrack 1,\text{+}\infty)$ 上所围成区域的面积为无限,但将此区域绕 x 轴旋转所得立体的体积却是有限的。所得到的立体称为 *Gabriel’s Horn*(加百列号角)。

Visit this website to read more about Gabriel’s Horn.

访问此网站以了解更多关于 Gabriel’s Horn 的内容。

Chapter Opener: Traffic Accidents in a City 章节开篇:城市中的交通事故

In the chapter opener, we stated the following problem: Suppose that at a busy intersection, traffic accidents occur at an average rate of one every three months. After residents complained, changes were made to the traffic lights at the intersection. It has now been ten months since the changes were made and there have been no accidents. Were the changes effective or is the 10-month interval without an accident a result of chance?

在章节开篇中,我们提出了如下问题:假设在一个繁忙的十字路口,交通事故平均三个月发生一起。居民投诉后,该路口的交通信号灯做了改动。自改动以来已过去十个月,期间没有发生事故。这些改动是否有效,还是这连续十个月无事故只是偶然的结果?

Solution 解答

Revise to: Let $x$ represent the amount of time it takes for the next accident to occur. We want to know how likely it is that $x > 10$. Define the rate parameter $\lambda$ to be the average number of accidents per month. According to probability theory, for $a > 0$,

改写如下:令 $x$ 表示下一起事故发生所经过的时间。我们想知道 $x > 10$ 的概率有多大。定义比率参数 $\lambda$ 为平均每月发生的事故数。根据概率论,对于 $a > 0$,

$$P\left( {x > a} \right) = {\int_{a}^{\infty}\lambda e^{- \lambda x}}dx,$$

$$P\left( {x > a} \right) = {\int_{a}^{\infty}\lambda e^{- \lambda x}}dx,$$

In this example, since one accident happens every three months, on average, $\lambda = \frac{1}{3}$. The desired probability is:

在此例中,由于平均三个月发生一起事故,故 $\lambda = \frac{1}{3}$。所求概率为:

$$\begin{array}{l} {P(x > 10) = \int_{10}^{\infty}\frac{1}{3}e^{- \frac{1}{3}x}dx} \\ {= \lim\limits_{t\rightarrow\infty}\int_{10}^{t}\frac{1}{3}e^{- \frac{1}{3}x}dx} \\ {= \lim\limits_{t\rightarrow\infty} - e^{- \frac{1}{3}x}|_{10}^{t}} \\ {= \lim\limits_{t\rightarrow\infty}\left( - e^{- \frac{t}{3}} + e^{- \frac{10}{3}} \right)} \\ {\approx 0.0357} \end{array}$$

$$\begin{array}{l} {P(x > 10) = \int_{10}^{\infty}\frac{1}{3}e^{- \frac{1}{3}x}dx} \\ {= \lim\limits_{t\rightarrow\infty}\int_{10}^{t}\frac{1}{3}e^{- \frac{1}{3}x}dx} \\ {= \lim\limits_{t\rightarrow\infty} - e^{- \frac{1}{3}x}|_{10}^{t}} \\ {= \lim\limits_{t\rightarrow\infty}\left( - e^{- \frac{t}{3}} + e^{- \frac{10}{3}} \right)} \\ {\approx 0.0357} \end{array}$$

The value $3.8\ \times\ 10^{-11}$ represents the probability of no accidents in 8 months under the initial conditions. Since this value is very, very small, it is reasonable to conclude the changes were effective.

数值 $3.8\ \times\ 10^{-11}$ 表示在初始条件下 8 个月内无事故的概率。由于该值非常小,可以合理地得出结论:这些改动是有效的。

Evaluating an Improper Integral over an Infinite Interval 在无穷区间上计算反常积分

Evaluate ${\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}}.$ State whether the improper integral converges or diverges.

计算 ${\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}}$。说明该反常积分是收敛还是发散。

Solution 解答

Begin by rewriting $\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}$ as a limit using Equation 3.17 from the definition. Thus,

首先利用定义中的公式 3.17,将 $\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}$ 改写为一个极限。于是,

$$\begin{array}{clccl} {\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}} & {= \underset{x\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{0}{\frac{1}{x^{2} + 4}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{1}{2}\text{tan}^{-1}\frac{x}{2}\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 0 \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \frac{1}{2}\underset{t\rightarrow\text{−}\infty}{\text{lim}}(\text{tan}^{-1}0 - \text{tan}^{-1}\frac{t}{2})} & & & \text{Evaluate the antiderivative.} \\ & {= \frac{\pi}{4}.} & & & \text{Evaluate the limit and simplify.} \end{array}$$

$$\begin{array}{clccl} {\int_{\text{−}\infty}^{0}{\frac{1}{x^{2} + 4}dx}} & {= \underset{x\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{0}{\frac{1}{x^{2} + 4}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{1}{2}\text{tan}^{-1}\frac{x}{2}\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 0 \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \frac{1}{2}\underset{t\rightarrow\text{−}\infty}{\text{lim}}(\text{tan}^{-1}0 - \text{tan}^{-1}\frac{t}{2})} & & & \text{Evaluate the antiderivative.} \\ & {= \frac{\pi}{4}.} & & & \text{Evaluate the limit and simplify.} \end{array}$$

The improper integral converges to $\frac{\pi}{4}.$

该反常积分收敛到 $\frac{\pi}{4}.$

Evaluating an Improper Integral on $(\text{−}\infty,\text{+}\infty)$ 在 $(\text{−}\infty,\text{+}\infty)$ 上计算反常积分

Evaluate ${\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}}.$ State whether the improper integral converges or diverges.

计算 ${\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}}$。说明该反常积分是收敛还是发散。

Solution 解答

Start by splitting up the integral:

首先将该积分拆分:

$${\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx = {\int_{\text{−}\infty}^{0}{xe^{x}dx + {\int_{0}^{+ \infty}{xe^{x}dx}}}}}}.$$

$${\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx = {\int_{\text{−}\infty}^{0}{xe^{x}dx + {\int_{0}^{+ \infty}{xe^{x}dx}}}}}}.$$

If either $\int_{\text{−}\infty}^{0}{xe^{x}dx}$ or $\int_{0}^{+ \infty}{xe^{x}dx}$ diverges, then $\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}$ diverges. Compute each integral separately. For the first integral,

若 $\int_{\text{−}\infty}^{0}{xe^{x}dx}$ 或 $\int_{0}^{+ \infty}{xe^{x}dx}$ 中有一个发散,则 $\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}$ 发散。分别计算每个积分。对于第一个积分,

$$\begin{array}{clccl} {\int_{\text{−}\infty}^{0}{xe^{x}dx}} & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{0}{xe^{x}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\left( {xe^{x} - e^{x}} \right)\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 0 \\ \end{matrix}} \right.} & & & \begin{array}{l} \text{Use integration by parts to find the} \\ {\text{antiderivative. (Here}\ u = x\ \text{and}\ dv = e^{x}{dx}.)} \end{array} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\left( {-1 - te^{t} + e^{t}} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= -1.} & & & \begin{array}{l} {\text{Evaluate the limit.}\ \textit{Note:}\ \underset{t\rightarrow\text{−}\infty}{\text{lim}}te^{t}\ \text{is}} \\ {\text{indeterminate of the form}\ 0 \cdot \infty.\ \text{Thus,}} \\ {\underset{t\rightarrow\text{−}\infty}{\text{lim}}te^{t} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{t}{e^{\text{−}t}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{-1}{e^{\text{−}t}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}} - e^{t} = 0\ \text{by}} \\ \text{L’Hôpital’s Rule.} \end{array} \end{array}$$

$$\begin{array}{clccl} {\int_{\text{−}\infty}^{0}{xe^{x}dx}} & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{0}{xe^{x}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\left( {xe^{x} - e^{x}} \right)\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 0 \\ \end{matrix}} \right.} & & & \begin{array}{l} \text{Use integration by parts to find the} \\ {\text{antiderivative. (Here}\ u = x\ \text{and}\ dv = e^{x}{dx}.)} \end{array} \\ & {= \underset{t\rightarrow\text{−}\infty}{\text{lim}}\left( {-1 - te^{t} + e^{t}} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= -1.} & & & \begin{array}{l} {\text{Evaluate the limit.}\ \textit{Note:}\ \underset{t\rightarrow\text{−}\infty}{\text{lim}}te^{t}\ \text{is}} \\ {\text{indeterminate of the form}\ 0 \cdot \infty.\ \text{Thus,}} \\ {\underset{t\rightarrow\text{−}\infty}{\text{lim}}te^{t} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{t}{e^{\text{−}t}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}\frac{-1}{e^{\text{−}t}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}} - e^{t} = 0\ \text{by}} \\ \text{L’Hôpital’s Rule.} \end{array} \end{array}$$

The first improper integral converges. For the second integral,

第一个反常积分收敛。对于第二个积分,

$$\begin{array}{clccl} {\int_{0}^{+ \infty}{xe^{x}dx}} & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{0}^{t}{xe^{x}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {xe^{x} - e^{x}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {te^{t} - e^{t} + 1} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\left( {t - 1} \right)e^{t} + 1} \right)} & & & {\text{Rewrite.}\ (te^{t} - e^{t}\ \text{is indeterminate.)}} \\ & {= \text{+}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

$$\begin{array}{clccl} {\int_{0}^{+ \infty}{xe^{x}dx}} & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{0}^{t}{xe^{x}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {xe^{x} - e^{x}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {te^{t} - e^{t} + 1} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\left( {t - 1} \right)e^{t} + 1} \right)} & & & {\text{Rewrite.}\ (te^{t} - e^{t}\ \text{is indeterminate.)}} \\ & {= \text{+}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

Thus, $\int_{0}^{+ \infty}{xe^{x}dx}$ diverges. Since this integral diverges, $\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}$ diverges as well.

因此,$\int_{0}^{+ \infty}{xe^{x}dx}$ 发散。由于该积分发散,$\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}$ 也随之发散。

Evaluate ${\int_{-3}^{+ \infty}{e^{\text{−}x}dx}}.$ State whether the improper integral converges or diverges.

计算 ${\int_{-3}^{+ \infty}{e^{\text{−}x}dx}}$。说明该反常积分是收敛还是发散。

Integrating a Discontinuous Integrand 对不连续被积函数积分

Now let’s examine integrals of functions containing an infinite discontinuity in the interval over which the integration occurs. Consider an integral of the form $\int_{a}^{b}{f(x)dx,}$ where $f(x)$ is continuous over $\lbrack a,b)$ and discontinuous at $b.$ Since the function $f(x)$ is continuous over $\lbrack a,t\rbrack$ for all values of $t$ satisfying $a < t < b,$ the integral $\int_{a}^{t}{f(x)dx}$ is defined for all such values of $t.$ Thus, it makes sense to consider the values of $\int_{a}^{t}{f(x)dx}$ as $t$ approaches $b$ for $a < t < b.$ That is, we define ${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow b^{-}}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}},$ provided this limit exists. Figure 3.21 illustrates $\int_{a}^{t}{f(x)dx}$ as areas of regions for values of $t$ approaching $b.$

现在我们来考察被积函数在积分区间中含有无穷间断点的积分。考虑形如 $\int_{a}^{b}{f(x)dx,}$ 的积分,其中 $f(x)$ 在 $\lbrack a,b)$ 上连续,而在 $b$ 处不连续。由于对于所有满足 $a < t < b$ 的 $t$,函数 $f(x)$ 在 $\lbrack a,t\rbrack$ 上连续,因此积分 $\int_{a}^{t}{f(x)dx}$ 对所有这样的 $t$ 都有定义。于是,考虑当 $a < t < b$ 时 $t$ 趋于 $b$ 的过程中 $\int_{a}^{t}{f(x)dx}$ 的值是合理的。也就是说,我们定义 ${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow b^{-}}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}},$ 只要该极限存在。图 3.21 将 $\int_{a}^{t}{f(x)dx}$ 表示为当 $t$ 趋于 $b$ 时各区域的面积。

We use a similar approach to define $\int_{a}^{b}{f(x)dx,}$ where $f(x)$ is continuous over $(a,b\rbrack$ and discontinuous at $a.$ We now proceed with a formal definition.

我们用类似的方法来定义 $\int_{a}^{b}{f(x)dx,}$,其中 $f(x)$ 在 $(a,b\rbrack$ 上连续,而在 $a$ 处不连续。现在我们给出正式的定义。

1. Let $f(x)$ be continuous over $\lbrack a,b).$ Then,

1. 设 $f(x)$ 在 $\lbrack a,b)$ 上连续。则

$${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow b^{-}}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}}.$$ (3.19)

$${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow b^{-}}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}}.$$ (3.19)

2. Let $f(x)$ be continuous over $(a,b\rbrack.$ Then,

2. 设 $f(x)$ 在 $(a,b\rbrack$ 上连续。则

$${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow a^{+}}{\text{lim}}{\int_{t}^{b}{f(x)dx}}}}.$$ (3.20)

$${\int_{a}^{b}{f(x)dx = \underset{t\rightarrow a^{+}}{\text{lim}}{\int_{t}^{b}{f(x)dx}}}}.$$ (3.20)

In each case, if the limit exists, then the improper integral is said to converge. If the limit does not exist, then the improper integral is said to diverge.

在上述两种情形中,若极限存在,则称该反常积分收敛;若极限不存在,则称该反常积分发散。

3. If $f(x)$ is continuous over $\lbrack a,b\rbrack$ except at a point $c$ in $(a,b),$ then

3. 若 $f(x)$ 在 $\lbrack a,b\rbrack$ 上连续,仅在 $(a,b)$ 中某点 $c$ 处不连续,则

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

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

provided both $\int_{a}^{c}{f(x)dx}$ and $\int_{c}^{b}{f(x)dx}$ converge. If either of these integrals diverges, then $\int_{a}^{b}{f(x)dx}$ diverges.

假设 $\int_{a}^{c}{f(x)dx}$ 与 $\int_{c}^{b}{f(x)dx}$ 都收敛。若这两个积分中有一个发散,则 $\int_{a}^{b}{f(x)dx}$ 发散。

The following examples demonstrate the application of this definition.

下面的示例展示了该定义的应用。

Integrating a Discontinuous Integrand 对不连续被积函数积分

Evaluate ${\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}},$ if possible. State whether the integral converges or diverges.

在可能的情况下计算 ${\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}}$。说明该积分是收敛还是发散。

Solution 解答

The function $f(x) = \frac{1}{\sqrt{4 - x}}$ is continuous over $\lbrack 0,4)$ and discontinuous at 4. Using Equation 3.19 from the definition, rewrite $\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}$ as a limit:

函数 $f(x) = \frac{1}{\sqrt{4 - x}}$ 在 $\lbrack 0,4)$ 上连续,在 4 处不连续。利用定义中的公式 3.19,将 $\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}$ 改写为一个极限:

$$\begin{array}{clccl} {\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}} & {= \underset{t\rightarrow 4^{-}}{\text{lim}}{\int_{0}^{t}{\frac{1}{\sqrt{4 - x}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 4^{-}}{\text{lim}}\left( {-2\sqrt{4 - x}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow 4^{-}}{\text{lim}}\left( {-2\sqrt{4 - t} + 4} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= 4.} & & & \text{Evaluate the limit.} \end{array}$$

$$\begin{array}{clccl} {\int_{0}^{4}{\frac{1}{\sqrt{4 - x}}dx}} & {= \underset{t\rightarrow 4^{-}}{\text{lim}}{\int_{0}^{t}{\frac{1}{\sqrt{4 - x}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 4^{-}}{\text{lim}}\left( {-2\sqrt{4 - x}} \right)\left| {}_{\begin{matrix} \\ 0 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow 4^{-}}{\text{lim}}\left( {-2\sqrt{4 - t} + 4} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= 4.} & & & \text{Evaluate the limit.} \end{array}$$

The improper integral converges.

该反常积分收敛。

Integrating a Discontinuous Integrand 对不连续被积函数积分

Evaluate ${\int_{0}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}}.$ State whether the integral converges or diverges.

计算 ${\int_{0}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}}$。说明该积分是收敛还是发散。

Solution 解答

Since $f(x) = x\mspace{2mu}\text{ln}\mspace{2mu} x$ is continuous over $(0,2\rbrack$ and is discontinuous at zero, we can rewrite the integral in limit form using Equation 3.20:

由于 $f(x) = x\mspace{2mu}\text{ln}\mspace{2mu} x$ 在 $(0,2\rbrack$ 上连续,而在 0 处不连续,我们可以利用公式 3.20 将该积分写成极限形式:

$$\begin{array}{clccl} {\int_{0}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}} & {= \underset{t\rightarrow 0^{+}}{\text{lim}}{\int_{t}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 0^{+}}{\text{lim}}\left( {\frac{1}{2}x^{2}\text{ln}\mspace{2mu} x - \frac{1}{4}x^{2}} \right)\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 2 \\ \end{matrix}} \right.} & & & \begin{array}{l} {\text{Evaluate}\ \int^{}x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx\ \text{using integration by parts}} \\ {\text{with}\ u = \text{ln}\mspace{2mu} x\ \text{and}\ dv = x{dx}.} \end{array} \\ & {= \underset{t\rightarrow 0^{+}}{\text{lim}}\left( {2\mspace{2mu}\text{ln}\mspace{2mu} 2 - 1 - \frac{1}{2}t^{2}\text{ln}\mspace{2mu} t + \frac{1}{4}t^{2}} \right).} & & & \text{Evaluate the antiderivative.} \\ & {= 2\mspace{2mu}\text{ln}\mspace{2mu} 2 - 1.} & & & \begin{array}{l} {\text{Evaluate the limit.}\ \underset{t\rightarrow 0^{+}}{\text{lim}}t^{2}\text{ln}\mspace{2mu} t\ \text{is indeterminate.}} \\ \text{To evaluate it, rewrite as a quotient and apply} \\ \text{L’Hôpital’s rule.} \end{array} \end{array}$$

$$\begin{array}{clccl} {\int_{0}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}} & {= \underset{t\rightarrow 0^{+}}{\text{lim}}{\int_{t}^{2}{x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 0^{+}}{\text{lim}}\left( {\frac{1}{2}x^{2}\text{ln}\mspace{2mu} x - \frac{1}{4}x^{2}} \right)\left| {}_{\begin{matrix} \\ t \end{matrix}}^{\begin{matrix} 2 \\ \end{matrix}} \right.} & & & \begin{array}{l} {\text{Evaluate}\ \int^{}x\mspace{2mu}\text{ln}\mspace{2mu} x\mspace{2mu} dx\ \text{using integration by parts}} \\ {\text{with}\ u = \text{ln}\mspace{2mu} x\ \text{and}\ dv = x{dx}.} \end{array} \\ & {= \underset{t\rightarrow 0^{+}}{\text{lim}}\left( {2\mspace{2mu}\text{ln}\mspace{2mu} 2 - 1 - \frac{1}{2}t^{2}\text{ln}\mspace{2mu} t + \frac{1}{4}t^{2}} \right).} & & & \text{Evaluate the antiderivative.} \\ & {= 2\mspace{2mu}\text{ln}\mspace{2mu} 2 - 1.} & & & \begin{array}{l} {\text{Evaluate the limit.}\ \underset{t\rightarrow 0^{+}}{\text{lim}}t^{2}\text{ln}\mspace{2mu} t\ \text{is indeterminate.}} \\ \text{To evaluate it, rewrite as a quotient and apply} \\ \text{L’Hôpital’s rule.} \end{array} \end{array}$$

The improper integral converges.

该反常积分收敛。

Integrating a Discontinuous Integrand 对不连续被积函数积分

Evaluate ${\int_{-1}^{1}{\frac{1}{x^{3}}dx}}.$ State whether the improper integral converges or diverges.

计算 ${\int_{-1}^{1}{\frac{1}{x^{3}}dx}}$。说明该反常积分是收敛还是发散。

Solution 解答

Since $f(x) = 1\text{/}x^{3}$ is discontinuous at zero, using Equation 3.21, we can write

由于 $f(x) = 1\text{/}x^{3}$ 在 0 处不连续,利用公式 3.21,可写出

$${\int_{-1}^{1}{\frac{1}{x^{3}}dx = {\int_{-1}^{0}{\frac{1}{x^{3}}dx + {\int_{0}^{1}{\frac{1}{x^{3}}dx}}}}}}.$$

$${\int_{-1}^{1}{\frac{1}{x^{3}}dx = {\int_{-1}^{0}{\frac{1}{x^{3}}dx + {\int_{0}^{1}{\frac{1}{x^{3}}dx}}}}}}.$$

If either of the two integrals diverges, then the original integral diverges. Begin with ${\int_{-1}^{0}{\frac{1}{x^{3}}dx}}:$

若这两个积分中有一个发散,则原积分发散。从 ${\int_{-1}^{0}{\frac{1}{x^{3}}dx}}$ 开始:

$$\begin{array}{clccl} {\int_{-1}^{0}{\frac{1}{x^{3}}dx}} & {= \underset{t\rightarrow 0^{-}}{\text{lim}}{\int_{-1}^{t}{\frac{1}{x^{3}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 0^{-}}{\text{lim}}\left( {- \frac{1}{2x^{2}}} \right)\left| {}_{\begin{matrix} \\ -1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow 0^{-}}{\text{lim}}\left( {- \frac{1}{2t^{2}} + \frac{1}{2}} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \text{−}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

$$\begin{array}{clccl} {\int_{-1}^{0}{\frac{1}{x^{3}}dx}} & {= \underset{t\rightarrow 0^{-}}{\text{lim}}{\int_{-1}^{t}{\frac{1}{x^{3}}dx}}} & & & \text{Rewrite as a limit.} \\ & {= \underset{t\rightarrow 0^{-}}{\text{lim}}\left( {- \frac{1}{2x^{2}}} \right)\left| {}_{\begin{matrix} \\ -1 \end{matrix}}^{\begin{matrix} t \\ \end{matrix}} \right.} & & & \text{Find the antiderivative.} \\ & {= \underset{t\rightarrow 0^{-}}{\text{lim}}\left( {- \frac{1}{2t^{2}} + \frac{1}{2}} \right)} & & & \text{Evaluate the antiderivative.} \\ & {= \text{−}\infty.} & & & \text{Evaluate the limit.} \end{array}$$

Therefore, $\int_{-1}^{0}{\frac{1}{x^{3}}dx}$ diverges. Since $\int_{-1}^{0}{\frac{1}{x^{3}}dx}$ diverges, $\int_{-1}^{1}{\frac{1}{x^{3}}dx}$ diverges.

因此,$\int_{-1}^{0}{\frac{1}{x^{3}}dx}$ 发散。由于 $\int_{-1}^{0}{\frac{1}{x^{3}}dx}$ 发散,$\int_{-1}^{1}{\frac{1}{x^{3}}dx}$ 也发散。

Evaluate ${\int_{0}^{2}{\frac{1}{x}dx}}.$ State whether the integral converges or diverges.

计算 ${\int_{0}^{2}{\frac{1}{x}dx}}$。说明该积分是收敛还是发散。

A Comparison Theorem 比较定理

It is not always easy or even possible to evaluate an improper integral directly; however, by comparing it with another carefully chosen integral, it may be possible to determine its convergence or divergence. To see this, consider two continuous functions $f(x)$ and $g(x)$ satisfying $0 \leq f(x) \leq g(x)$ for $x \geq a$ (Figure 3.22). In this case, we may view integrals of these functions over intervals of the form $\lbrack a,t\rbrack$ as areas, so we have the relationship

直接求反常积分的值并非总是一件容易的事,甚至常常不可能;然而,通过把它与另一个精心挑选的积分作比较,往往能够判定它是收敛还是发散。为了说明这一点,考虑两个连续函数 $f(x)$ 和 $g(x)$,满足对 $x \geq a$ 有 $0 \leq f(x) \leq g(x)$(图 3.22)。此时,我们可以把这两个函数在区间 $\lbrack a,t\rbrack$ 上的积分看作面积,于是得到如下关系

$$0 \leq {\int_{a}^{t}{f(x)dx \leq {\int_{a}^{t}{g(x)dx}}}}\ \text{for}\ t \geq a.$$

$$0 \leq {\int_{a}^{t}{f(x)dx \leq {\int_{a}^{t}{g(x)dx}}}}\ \text{for}\ t \geq a.$$

Thus, if

因此,如果

$$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = \text{+}\infty,}}}$$

$$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = \text{+}\infty,}}}$$

then

$\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = \text{+}\infty}}}$ as well. That is, if the area of the region between the graph of $f(x)$ and the *x*-axis over $\lbrack a,\text{+}\infty)$ is infinite, then the area of the region between the graph of $g(x)$ and the *x*-axis over $\lbrack a,\text{+}\infty)$ is infinite too.

$\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = \text{+}\infty}}}$ 亦然。也就是说,如果 $f(x)$ 的图像与 *x* 轴在 $\lbrack a,\text{+}\infty)$ 之间所围区域的面积无穷,那么 $g(x)$ 的图像与 *x* 轴在 $\lbrack a,\text{+}\infty)$ 之间所围区域的面积也无穷。

On the other hand, if

另一方面,如果

$\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = L}}}$ for some real number $L,$ then

$\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = L}}}$(对某个实数 $L$),则

$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}$ must converge to some value less than or equal to $L,$ since $\int_{a}^{t}{f(x)dx}$ increases as $t$ increases and $\int_{a}^{t}{f(x)dx \leq L}$ for all $t \geq a.$

$\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx}}}$ 必收敛到某个不超过 $L$ 的值,因为 $\int_{a}^{t}{f(x)dx}$ 随 $t$ 增大而增大,且对所有 $t \geq a$ 都有 $\int_{a}^{t}{f(x)dx \leq L}$。

If the area of the region between the graph of $g(x)$ and the *x*-axis over $\lbrack a,\text{+}\infty)$ is finite, then the area of the region between the graph of $f(x)$ and the *x*-axis over $\lbrack a,\text{+}\infty)$ is also finite.

如果 $g(x)$ 的图像与 *x* 轴在 $\lbrack a,\text{+}\infty)$ 之间所围区域的面积是有限的,那么 $f(x)$ 的图像与 *x* 轴在 $\lbrack a,\text{+}\infty)$ 之间所围区域的面积也是有限的。

These conclusions are summarized in the following theorem.

上述结论可归纳成如下定理。

A Comparison Theorem 比较定理

Let $f(x)$ and $g(x)$ be continuous over $\lbrack a,\text{+}\infty).$ Assume that $0 \leq f(x) \leq g(x)$ for $x \geq a.$

设 $f(x)$ 和 $g(x)$ 在 $\lbrack a,\text{+}\infty)$ 上连续。假设对 $x \geq a$ 有 $0 \leq f(x) \leq g(x)$。

1. If ${\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = \text{+}\infty}}}},$ then ${\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = \text{+}\infty}}}}.$

1. 若 ${\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = \text{+}\infty}}}},$ 则 ${\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = \text{+}\infty}}}}.$

2. If $\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = L,}}}$ where $L$ is a real number, then $\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = M}}}$ for some real number $M \leq L.$

2. 若 $\int_{a}^{+ \infty}{g(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{g(x)dx = L,}}}$,其中 $L$ 为实数,则存在某个实数 $M \leq L$,使得 $\int_{a}^{+ \infty}{f(x)dx = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx = M}}}$。

Applying the Comparison Theorem 应用比较定理

Use a comparison to show that $\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}$ converges.

利用比较法证明 $\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}$ 收敛。

Solution 解答

We can see that

可以看出

$$0 \leq \frac{1}{xe^{x}} \leq \frac{1}{e^{x}} = e^{\text{−}x},$$

$$0 \leq \frac{1}{xe^{x}} \leq \frac{1}{e^{x}} = e^{\text{−}x},$$

so if $\int_{1}^{+ \infty}{e^{\text{−}x}dx}$ converges, then so does ${\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}}.$ To evaluate ${\int_{1}^{+ \infty}{e^{\text{−}x}dx}},$ first rewrite it as a limit:

因此,若 $\int_{1}^{+ \infty}{e^{\text{−}x}dx}$ 收敛,则 ${\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}}$ 也收敛。为计算 ${\int_{1}^{+ \infty}{e^{\text{−}x}dx}}$,先把它改写为极限形式:

$$\begin{array}{cl} {{\int_{1}^{+ \infty}e^{\text{−}x}}dx} & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{e^{\text{−}x}dx}}} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}e^{\text{−}x}} \right)\left| \begin{matrix} t \\ 1 \end{matrix} \right.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}e^{\text{−}t} + e^{–1}} \right)} \\ & {= e^{–1}.} \end{array}$$

$$\begin{array}{cl} {{\int_{1}^{+ \infty}e^{\text{−}x}}dx} & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{1}^{t}{e^{\text{−}x}dx}}} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}e^{\text{−}x}} \right)\left| \begin{matrix} t \\ 1 \end{matrix} \right.} \\ & {= \underset{t\rightarrow\text{+}\infty}{\text{lim}}\left( {\text{−}e^{\text{−}t} + e^{–1}} \right)} \\ & {= e^{–1}.} \end{array}$$

Since $\int_{1}^{+ \infty}{e^{\text{−}x}dx}$ converges, so does ${\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}}.$

由于 $\int_{1}^{+ \infty}{e^{\text{−}x}dx}$ 收敛,故 ${\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}}$ 也收敛。

Applying the Comparison Theorem 应用比较定理

Use the comparison theorem to show that $\int_{1}^{+ \infty}{\frac{1}{x^{p}}dx}$ diverges for all $p < 1.$

利用比较定理证明:对所有 $p < 1$,$\int_{1}^{+ \infty}{\frac{1}{x^{p}}dx}$ 发散。

Solution 解答

For $p < 1,$ $1\text{/}x \leq 1\text{/}(x^{p})$ over $\lbrack 1,\text{+}\infty).$ In Example 3.47, we showed that ${\int_{1}^{+ \infty}{\frac{1}{x}dx = \text{+}\infty}}.$ Therefore, $\int_{1}^{+ \infty}{\frac{1}{x^{p}}dx}$ diverges for all $p < 1.$

当 $p < 1$ 时,在 $\lbrack 1,\text{+}\infty)$ 上有 $1\text{/}x \leq 1\text{/}(x^{p})$。在示例 3.47 中,我们已证明 ${\int_{1}^{+ \infty}{\frac{1}{x}dx = \text{+}\infty}}$。因此,对所有 $p < 1$,$\int_{1}^{+ \infty}{\frac{1}{x^{p}}dx}$ 发散。

Use a comparison to show that $\int_{e}^{+ \infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$ diverges.

利用比较法证明 $\int_{e}^{+ \infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$ 发散。

Laplace Transforms 拉普拉斯变换

In the last few chapters, we have looked at several ways to use integration for solving real-world problems. For this next project, we are going to explore a more advanced application of integration: integral transforms. Specifically, we describe the Laplace transform and some of its properties. The Laplace transform is used in engineering and physics to simplify the computations needed to solve some problems. It takes functions expressed in terms of time and *transforms* them to functions expressed in terms of frequency. It turns out that, in many cases, the computations needed to solve problems in the frequency domain are much simpler than those required in the time domain.

在前面几章中,我们已经看过几种用积分解决实际问题的办法。在这个项目中,我们要探讨积分的一个更进阶的应用:积分变换。具体而言,我们介绍拉普拉斯变换及其若干性质。拉普拉斯变换在工程与物理中用于简化求解某些问题所需的计算。它把用时间表示的函数*变换*为用频率表示的函数。事实证明,在很多情况下,在频域中求解问题所需的计算要比时域中所需的简单得多。

The Laplace transform is defined in terms of an integral as

拉普拉斯变换用积分定义如下

$$L\left\\{ {f(t)} \right\\} = F(s) = {\int_{0}^{\infty}{e^{\text{−}st}f(t)dt}}.$$

$$L\left\\{ {f(t)} \right\\} = F(s) = {\int_{0}^{\infty}{e^{\text{−}st}f(t)dt}}.$$

Note that the input to a Laplace transform is a function of time, $f(t),$ and the output is a function of frequency, $F(s).$ Although many real-world examples require the use of complex numbers (involving the imaginary number $i = \sqrt{-1}),$ in this project we limit ourselves to functions of real numbers.

注意,拉普拉斯变换的输入是时间函数 $f(t)$,输出是频率函数 $F(s)$。尽管许多实际例子需要用到复数(涉及虚数单位 $i = \sqrt{-1}$),但在本项目中我们只限于实值函数。

Let’s start with a simple example. Here we calculate the Laplace transform of $f(t) = t$. We have

我们先从一个简单的例子开始。这里我们计算 $f(t) = t$ 的拉普拉斯变换。有

$$L\left\\{ t \right\\} = {\int_{0}^{\infty}{te^{\text{−}st}dt}}.$$

$$L\left\\{ t \right\\} = {\int_{0}^{\infty}{te^{\text{−}st}dt}}.$$

This is an improper integral, so we express it in terms of a limit, which gives

这是一个反常积分,因此我们把它用极限表示,得到

$$L\left\\{ t \right\\} = {\int_{0}^{\infty}{te^{\text{−}st}dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{te^{\text{−}st}dt}}.$$

$$L\left\\{ t \right\\} = {\int_{0}^{\infty}{te^{\text{−}st}dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{te^{\text{−}st}dt}}.$$

Now we use integration by parts to evaluate the integral. Note that we are integrating with respect to *t*, so we treat the variable *s* as a constant. We have

现在我们用分部积分来计算这个积分。注意,我们是对 *t* 积分,因此把变量 *s* 视为常数。有

$$\begin{array}{rllccrll} u & = & t & & & {dv} & = & {e^{\text{−}st}dt} \\ {du} & = & {dt} & & & v & = & {- \frac{1}{s}e^{\text{−}st}.} \end{array}$$

$$\begin{array}{rllccrll} u & = & t & & & {dv} & = & {e^{\text{−}st}dt} \\ {du} & = & {dt} & & & v & = & {- \frac{1}{s}e^{\text{−}st}.} \end{array}$$

Then we obtain

于是得到

$$\begin{array}{cl} {\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{te^{\text{−}st}dt}}} & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left. \left\lbrack {- \frac{t}{s}e^{\text{−}st}} \right\rbrack \right|_{0}^{z} + \frac{1}{s}{\int_{0}^{z}{e^{\text{−}st}dt}}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz} + \frac{0}{s}e^{-0s}} \right\rbrack + \frac{1}{s}{\int_{0}^{z}{e^{\text{−}st}dt}}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz} + 0} \right\rbrack - \frac{1}{s}\left. \left\lbrack \frac{e^{\text{−}st}}{s} \right\rbrack \right|_{0}^{z}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz}} \right\rbrack - \frac{1}{s^{2}}\left\lbrack {e^{\text{−}sz} - 1} \right\rbrack} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {- \frac{z}{se^{sz}}} \right\rbrack - \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack \frac{1}{s^{2}e^{sz}} \right\rbrack + \underset{z\rightarrow\infty}{\text{lim}}\frac{1}{s^{2}}} \\ & {= 0 - 0 + \frac{1}{s^{2}}} \\ & {= \frac{1}{s^{2}}.} \end{array}$$

$$\begin{array}{cl} {\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{te^{\text{−}st}dt}}} & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left. \left\lbrack {- \frac{t}{s}e^{\text{−}st}} \right\rbrack \right|_{0}^{z} + \frac{1}{s}{\int_{0}^{z}{e^{\text{−}st}dt}}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz} + \frac{0}{s}e^{-0s}} \right\rbrack + \frac{1}{s}{\int_{0}^{z}{e^{\text{−}st}dt}}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz} + 0} \right\rbrack - \frac{1}{s}\left. \left\lbrack \frac{e^{\text{−}st}}{s} \right\rbrack \right|_{0}^{z}} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {\left\lbrack {- \frac{z}{s}e^{\text{−}sz}} \right\rbrack - \frac{1}{s^{2}}\left\lbrack {e^{\text{−}sz} - 1} \right\rbrack} \right\rbrack} \\ & {= \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack {- \frac{z}{se^{sz}}} \right\rbrack - \underset{z\rightarrow\infty}{\text{lim}}\left\lbrack \frac{1}{s^{2}e^{sz}} \right\rbrack + \underset{z\rightarrow\infty}{\text{lim}}\frac{1}{s^{2}}} \\ & {= 0 - 0 + \frac{1}{s^{2}}} \\ & {= \frac{1}{s^{2}}.} \end{array}$$

1. Calculate the Laplace transform of $f(t) = 1.$

1. 计算 $f(t) = 1$ 的拉普拉斯变换。

2. Calculate the Laplace transform of $f(t) = e^{-3t}.$

2. 计算 $f(t) = e^{-3t}$ 的拉普拉斯变换。

3. Calculate the Laplace transform of $f(t) = t^{2}.$ (Note, you will have to integrate by parts twice.)

3. 计算 $f(t) = t^{2}$ 的拉普拉斯变换。(注意,你需要分部积分两次。)

Laplace transforms are often used to solve differential equations. Differential equations are not covered in detail until later in this book; but, for now, let’s look at the relationship between the Laplace transform of a function and the Laplace transform of its derivative.

拉普拉斯变换常用于求解微分方程。本书要到后面才会详细讨论微分方程;不过现在,我们先来看看一个函数的拉普拉斯变换与其导数的拉普拉斯变换之间的关系。

Let’s start with the definition of the Laplace transform. We have

我们从拉普拉斯变换的定义出发。有

$$L\left\\{ {f(t)} \right\\} = {\int_{0}^{\infty}{e^{\text{−}st}f(t)dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}f(t)dt}}.$$

$$L\left\\{ {f(t)} \right\\} = {\int_{0}^{\infty}{e^{\text{−}st}f(t)dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}f(t)dt}}.$$

4. Use integration by parts to evaluate $\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}f(t)dt}}.$ (Let $u = f(t)$ and $dv = e^{\text{−}st}dt.)$

4. 用分部积分计算 $\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}f(t)dt}}$。(令 $u = f(t)$,$dv = e^{\text{−}st}dt$。)

After integrating by parts and evaluating the limit, you should see that

分部积分并求极限后,你会得到

$$L\left\\{ {f(t)} \right\\} = \frac{f(0)}{s} + \frac{1}{s}\left\lbrack {L\left\\{ {f^{\prime}(t)} \right\\}} \right\rbrack.$$

$$L\left\\{ {f(t)} \right\\} = \frac{f(0)}{s} + \frac{1}{s}\left\lbrack {L\left\\{ {f^{\prime}(t)} \right\\}} \right\rbrack.$$

Then,

于是,

$$L\left\\{ {f^{\prime}(t)} \right\\} = sL\left\\{ {f(t)} \right\\} - f(0).$$

$$L\left\\{ {f^{\prime}(t)} \right\\} = sL\left\\{ {f(t)} \right\\} - f(0).$$

Thus, differentiation in the time domain simplifies to multiplication by *s* in the frequency domain.

因此,时域中的微分简化为频域中乘以 *s*。

The final thing we look at in this project is how the Laplace transforms of $f(t)$ and its antiderivative are related. Let $g(t) = {\int_{0}^{t}f}(u)du.$ Then,

本项目最后要看的是 $f(t)$ 与其原函数的拉普拉斯变换之间的关系。令 $g(t) = {\int_{0}^{t}f}(u)du$。则

$$L\left\\{ {g(t)} \right\\} = {\int_{0}^{\infty}{e^{\text{−}st}g(t)dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}g(t)dt}}.$$

$$L\left\\{ {g(t)} \right\\} = {\int_{0}^{\infty}{e^{\text{−}st}g(t)dt}} = \underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}g(t)dt}}.$$

5. Use integration by parts to evaluate $\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}g(t)dt}}.$ (Let $u = g(t)$ and $dv = e^{\text{−}st}dt.$ Note, by the way, that we have defined $g(t),$ $du = f(t)dt.)$

5. 用分部积分计算 $\underset{z\rightarrow\infty}{\text{lim}}{\int_{0}^{z}{e^{\text{−}st}g(t)dt}}$。(令 $u = g(t)$,$dv = e^{\text{−}st}dt$。顺便提醒一下,我们定义的 $g(t)$ 满足 $du = f(t)dt$。)

As you might expect, you should see that

正如你可能预料的那样,你会得到

$$L\left\\{ {g(t)} \right\\} = \frac{1}{s} \cdot L\left\\{ {f(t)} \right\\}.$$

$$L\left\\{ {g(t)} \right\\} = \frac{1}{s} \cdot L\left\\{ {f(t)} \right\\}.$$

Integration in the time domain simplifies to division by *s* in the frequency domain.

时域中的积分简化为频域中除以 *s*。

Section 3.7 Exercises 3.7 节习题

Evaluate the following integrals. If the integral is not convergent, answer “divergent.”

计算下列积分。若积分不收敛,回答“divergent”(发散)。

347.

347.

$\int_{2}^{4}\frac{dx}{{(x - 3)}^{2}}$

$\int_{2}^{4}\frac{dx}{{(x - 3)}^{2}}$

348\.

348\.

${\int_{0}^{\infty}\frac{1}{4 + x^{2}}}dx$

${\int_{0}^{\infty}\frac{1}{4 + x^{2}}}dx$

349.

349.

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

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

350\.

350\.

$\int_{1}^{\infty}{\frac{1}{x\mspace{2mu}\text{ln}\mspace{2mu} x}dx}$

$\int_{1}^{\infty}{\frac{1}{x\mspace{2mu}\text{ln}\mspace{2mu} x}dx}$

351.

351.

$\int_{1}^{\infty}{xe^{\text{−}x}dx}$

$\int_{1}^{\infty}{xe^{\text{−}x}dx}$

352\.

352\.

$\int_{\text{−}\infty}^{\infty}{\frac{x}{x^{2} + 1}dx}$

$\int_{\text{−}\infty}^{\infty}{\frac{x}{x^{2} + 1}dx}$

353.

353.

Without integrating, determine whether the integral $\int_{1}^{\infty}{\frac{1}{\sqrt{x^{3} + 1}}dx}$ converges or diverges by comparing the function $f(x) = \frac{1}{\sqrt{x^{3} + 1}}$ with $g(x) = \frac{1}{\sqrt{x^{3}}}.$

不积分,通过比较函数 $f(x) = \frac{1}{\sqrt{x^{3} + 1}}$ 与 $g(x) = \frac{1}{\sqrt{x^{3}}}$ 来判断积分 $\int_{1}^{\infty}{\frac{1}{\sqrt{x^{3} + 1}}dx}$ 收敛还是发散。

354\.

354\.

Without integrating, determine whether the integral $\int_{1}^{\infty}{\frac{1}{\sqrt{x + 1}}dx}$ converges or diverges.

不积分,判断积分 $\int_{1}^{\infty}{\frac{1}{\sqrt{x + 1}}dx}$ 收敛还是发散。

Determine whether the improper integrals converge or diverge. If possible, determine the value of the integrals that converge.

判断下列反常积分收敛还是发散。若可能,求出收敛积分的值。

355.

355.

$\int_{0}^{\infty}{e^{\text{−}x}\text{cos}\mspace{2mu} x\mspace{2mu} dx}$

$\int_{0}^{\infty}{e^{\text{−}x}\text{cos}\mspace{2mu} x\mspace{2mu} dx}$

356\.

356\.

$\int_{1}^{\infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$

$\int_{1}^{\infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$

357.

357.

$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx}$

$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx}$

358\.

358\.

$\int_{0}^{1}{\text{ln}\mspace{2mu} x\mspace{2mu} dx}$

$\int_{0}^{1}{\text{ln}\mspace{2mu} x\mspace{2mu} dx}$

359.

359.

$\int_{\text{−}\infty}^{\infty}{\frac{1}{x^{2} + 1}dx}$

$\int_{\text{−}\infty}^{\infty}{\frac{1}{x^{2} + 1}dx}$

360\.

360\.

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

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

361.

361.

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

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

362\.

362\.

$\int_{0}^{\infty}{e^{\text{−}x}dx}$

$\int_{0}^{\infty}{e^{\text{−}x}dx}$

363.

363.

$\int_{0}^{\infty}{\text{sin}\mspace{2mu} x\mspace{2mu} dx}$

$\int_{0}^{\infty}{\text{sin}\mspace{2mu} x\mspace{2mu} dx}$

364\.

364\.

$\int_{\text{−}\infty}^{\infty}{\frac{e^{x}}{1 + e^{2x}}dx}$

$\int_{\text{−}\infty}^{\infty}{\frac{e^{x}}{1 + e^{2x}}dx}$

365.

365.

$\int_{0}^{1}\frac{dx}{\sqrt[3]{x}}$

$\int_{0}^{1}\frac{dx}{\sqrt[3]{x}}$

366\.

366\.

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

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

367.

367.

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

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

368\.

368\.

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

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

369.

369.

$\int_{0}^{3}{\frac{1}{x - 1}dx}$

$\int_{0}^{3}{\frac{1}{x - 1}dx}$

370\.

370\.

$\int_{1}^{\infty}{\frac{5}{x^{3}}dx}$

$\int_{1}^{\infty}{\frac{5}{x^{3}}dx}$

371.

371.

$\int_{3}^{5}{\frac{5}{{(x - 4)}^{2}}dx}$

$\int_{3}^{5}{\frac{5}{{(x - 4)}^{2}}dx}$

Determine the convergence of each of the following integrals by comparison with the given integral. If the integral converges, find the number to which it converges.

通过与所给积分比较,判断下列各积分的收敛性。若收敛,求出其收敛到的数值。

372\.

372\.

${\int_{1}^{\infty}\frac{dx}{x^{2} + 4x}};$ compare with ${\int_{1}^{\infty}\frac{dx}{x^{2}}}.$

${\int_{1}^{\infty}\frac{dx}{x^{2} + 4x}}$;与 ${\int_{1}^{\infty}\frac{dx}{x^{2}}}$ 比较。

373.

373.

${\int_{1}^{\infty}\frac{dx}{\sqrt{x} + 1}};$ compare with ${\int_{1}^{\infty}\frac{dx}{2\sqrt{x}}}.$

${\int_{1}^{\infty}\frac{dx}{\sqrt{x} + 1}}$;与 ${\int_{1}^{\infty}\frac{dx}{2\sqrt{x}}}$ 比较。

Evaluate the integrals. If the integral diverges, answer “diverges.”

计算下列积分。若积分发散,回答“diverges”(发散)。

374\.

374\.

$\int_{1}^{\infty}\frac{dx}{x^{e}}$

$\int_{1}^{\infty}\frac{dx}{x^{e}}$

375.

375.

$\int_{0}^{1}\frac{dx}{x^{\pi}}$

$\int_{0}^{1}\frac{dx}{x^{\pi}}$

376\.

376\.

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

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

377.

377.

$\int_{0}^{1}\frac{dx}{1 - x}$

$\int_{0}^{1}\frac{dx}{1 - x}$

378\.

378\.

$\int_{\text{−}\infty}^{0}\frac{dx}{x^{2} + 1}$

$\int_{\text{−}\infty}^{0}\frac{dx}{x^{2} + 1}$

379.

379.

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

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

380\.

380\.

$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$

$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$

381.

381.

$\int_{0}^{e}{\text{ln}(x)dx}$

$\int_{0}^{e}{\text{ln}(x)dx}$

382\.

382\.

$\int_{0}^{\infty}{xe^{\text{−}x}dx}$

$\int_{0}^{\infty}{xe^{\text{−}x}dx}$

383.

383.

$\int_{\text{−}\infty}^{\infty}{\frac{x}{\left( {x^{2} + 1} \right)^{2}}dx}$

$\int_{\text{−}\infty}^{\infty}{\frac{x}{\left( {x^{2} + 1} \right)^{2}}dx}$

384\.

384\.

$\int_{0}^{\infty}{e^{x}dx}$

$\int_{0}^{\infty}{e^{x}dx}$

Evaluate the improper integrals. Each of these integrals has an infinite discontinuity either at an endpoint or at an interior point of the interval.

计算下列反常积分。这些积分都在区间的端点或内点处有无穷间断点。

385.

385.

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

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

386\.

386\.

$\int_{-27}^{1}\frac{dx}{x^{2\text{/}3}}$

$\int_{-27}^{1}\frac{dx}{x^{2\text{/}3}}$

387.

387.

$\int_{0}^{3}\frac{dx}{\sqrt{9 - x^{2}}}$

$\int_{0}^{3}\frac{dx}{\sqrt{9 - x^{2}}}$

388\.

388\.

$\int_{6}^{24}\frac{dt}{t\sqrt{t^{2} - 36}}$

$\int_{6}^{24}\frac{dt}{t\sqrt{t^{2} - 36}}$

389.

389.

$\int_{0}^{4}{x\mspace{2mu}\text{ln}(4x)dx}$

$\int_{0}^{4}{x\mspace{2mu}\text{ln}(4x)dx}$

390\.

390\.

$\int_{0}^{3}{\frac{x}{\sqrt{9 - x^{2}}}dx}$

$\int_{0}^{3}{\frac{x}{\sqrt{9 - x^{2}}}dx}$

391.

391.

Evaluate ${\int_{.5}^{1}\frac{dx}{\sqrt{1 - x^{2}}}}.$ (Be careful!) (Express your answer using three decimal places.)

计算 ${\int_{.5}^{1}\frac{dx}{\sqrt{1 - x^{2}}}}$。(要小心!)(答案保留三位小数。)

392\.

392\.

Evaluate ${\int_{1}^{4}\frac{dx}{\sqrt{x^{2} - 1}}}.$ (Express the answer in exact form.)

计算 ${\int_{1}^{4}\frac{dx}{\sqrt{x^{2} - 1}}}$。(答案用精确形式表示。)

393.

393.

Evaluate ${\int_{2}^{\infty}\frac{dx}{{(x^{2} - 1)}^{3\text{/}2}}}.$

计算 ${\int_{2}^{\infty}\frac{dx}{{(x^{2} - 1)}^{3\text{/}2}}}.$

394\.

394\.

Find the area of the region in the first quadrant between the curve $y = e^{-6x}$ and the *x*-axis.

求第一象限内曲线 $y = e^{-6x}$ 与 *x* 轴之间的区域面积。

395.

395.

Find the area of the region bounded by the curve $y = \frac{7}{x^{2}},$ the *x*-axis, and on the left by $x = 1.$

求由曲线 $y = \frac{7}{x^{2}}$、*x* 轴以及左侧直线 $x = 1$ 所围成的区域面积。

396\.

396\.

Find the area under the curve $y = \frac{1}{\left( {x + 1} \right)^{3\text{/}2}},$ bounded on the left by $x = 3.$

求曲线 $y = \frac{1}{\left( {x + 1} \right)^{3\text{/}2}}$ 下方、左侧以 $x = 3$ 为界的区域面积。

397.

397.

Find the area under $y = \frac{5}{1 + x^{2}}$ in the first quadrant.

求第一象限内 $y = \frac{5}{1 + x^{2}}$ 下方的面积。

398\.

398\.

Find the volume of the solid generated by revolving about the *x*-axis the region under the curve $y = \frac{3}{x}$ from $x = 1$ to $x = \infty.$

求将曲线 $y = \frac{3}{x}$ 从 $x = 1$ 到 $x = \infty$ 下方的区域绕 *x* 轴旋转所得旋转体的体积。

399.

399.

Find the volume of the solid generated by revolving about the *y*-axis the region under the curve $y = 6e^{-2x}$ in the first quadrant.

求第一象限内曲线 $y = 6e^{-2x}$ 下方的区域绕 *y* 轴旋转所得旋转体的体积。

400\.

400\.

Find the volume of the solid generated by revolving about the *x*-axis the area under the curve $y = 3e^{\text{−}x}$ in the first quadrant.

第一象限内曲线 $y = 3e^{\text{−}x}$ 下方的区域绕 *x* 轴旋转所得旋转体的体积。

The Laplace transform of a continuous function over the interval $\lbrack 0,\infty)$ is defined by $F(s) = {\int_{0}^{\infty}{e^{\text{−}sx}f(x)dx}}$ (see the Student Project). This definition is used to solve some important initial-value problems in differential equations, as discussed later. The domain of *F* is the set of all real numbers *s* such that the improper integral converges. Find the Laplace transform *F* of each of the following functions and give the domain of *F*.

定义在区间 $\lbrack 0,\infty)$ 上的连续函数的拉普拉斯变换为 $F(s) = {\int_{0}^{\infty}{e^{\text{−}sx}f(x)dx}}$(见学生项目)。该定义用于求解微分方程中一些重要的初值问题,详见后文。*F* 的定义域是所有使该反常积分收敛的实数 *s* 的集合。求下列各函数的拉普拉斯变换 *F*,并给出 *F* 的定义域。

401.

401.

$f(x) = 1$

$f(x) = 1$

402\.

402\.

$f(x) = x$

$f(x) = x$

403.

403.

$f(x) = \text{cos}(2x)$

$f(x) = \text{cos}(2x)$

404\.

404\.

$f(x) = e^{ax}$

$f(x) = e^{ax}$

405.

405.

Use the formula for arc length to show that the circumference of the circle $x^{2} + y^{2} = 1$ is $2\pi.$

利用弧长公式证明圆 $x^{2} + y^{2} = 1$ 的周长为 $2\pi$。

A non-negative function is a probability density function if it satisfies the following definition: ${\int_{\text{−}\infty}^{\infty}{f(t)dt = 1}}.$ The probability that a random variable *x* lies between *a* and *b* is given by $P(a \leq x \leq b) = {\int_{a}^{b}{f(t)dt}}.$

若非负函数满足如下定义,则它是概率密度函数:${\int_{\text{−}\infty}^{\infty}{f(t)dt = 1}}$。随机变量 *x* 落在区间 *a* 与 *b* 之间的概率为 $P(a \leq x \leq b) = {\int_{a}^{b}{f(t)dt}}$。

406\.

406\.

Show that $f(x) = \left\{ \begin{matrix} {0\mspace{2mu}\text{if}\mspace{2mu} x < 0} \\ {7e^{-7x}\text{if}\mspace{2mu} x \geq 0} \end{matrix} \right.$ is a probability density function.

证明 $f(x) = \left\{ \begin{matrix} {0\mspace{2mu}\text{if}\mspace{2mu} x < 0} \\ {7e^{-7x}\text{if}\mspace{2mu} x \geq 0} \end{matrix} \right.$ 是一个概率密度函数。

407.

407.

Find the probability that *x* is between 0 and 0.3. (Use the function defined in the preceding problem.) Use four-place decimal accuracy.

求 *x* 落在 0 与 0.3 之间的概率。(使用前一题所定义的函数。)结果保留四位小数。

Key Terms 关键术语

absolute error
if $B$ is an estimate of some quantity having an actual value of $A,$ then the absolute error is given by $\left| {A - B} \right|$
computer algebra system (CAS)
technology used to perform many mathematical tasks, including integration
improper integral
an integral over an infinite interval or an integral of a function containing an infinite discontinuity on the interval; an improper integral is defined in terms of a limit. The improper integral converges if this limit is a finite real number; otherwise, the improper integral diverges
integration by parts
a technique of integration that allows the exchange of one integral for another using the formula $\int^{}u\ dv = uv - \int^{}v\ du$
integration table
a table that lists integration formulas
midpoint rule
a rule that uses a Riemann sum of the form $M_{n} = \sum\limits_{i = 1}^{n}f(m_{i})\text{Δ}x,$ where $m_{i}$ is the midpoint of the *i*th subinterval to approximate $\int_{a}^{b}{f(x)dx}$
numerical integration
the variety of numerical methods used to estimate the value of a definite integral, including the midpoint rule, trapezoidal rule, and Simpson’s rule
partial fraction decomposition
a technique used to break down a rational function into the sum of simple rational functions
power reduction formula
a rule that allows an integral of a power of a trigonometric function to be exchanged for an integral involving a lower power
relative error
error as a percentage of the absolute value, given by $\left| \frac{A - B}{A} \right| = \left| \frac{A - B}{A} \right| \cdot 100\text{\%}$
Simpson’s rule
a rule that approximates $\int_{a}^{b}{f(x)dx}$ using the integrals of a piecewise quadratic function. The approximation $S_{n}$ to $\int_{a}^{b}{f(x)dx}$ is given by $S_{n} = \frac{\text{Δ}x}{3}\begin{pmatrix}{f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + 4f\left( x_{5} \right)} \\ {+ \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)}\end{pmatrix}$
trapezoidal rule
a rule that approximates $\int_{a}^{b}{f(x)dx}$ using trapezoids
trigonometric integral
an integral involving powers and products of trigonometric functions
trigonometric substitution
an integration technique that converts an algebraic integral containing expressions of the form $\sqrt{a^{2} - x^{2}},$ $\sqrt{a^{2} + x^{2}},$ or $\sqrt{x^{2} - a^{2}}$ into a trigonometric integral
绝对误差
若 $B$ 是某个实际值为 $A$ 的量的估计值,则绝对误差由 $\left| {A - B} \right|$ 给出。
计算机代数系统(CAS)
用于执行许多数学任务(包括积分)的技术。
反常积分(广义积分)
在无穷区间上的积分,或被积函数在该区间中含有无穷间断点的积分;反常积分用极限来定义。若该极限为有限实数,则反常积分收敛;否则反常积分发散。
分部积分(法)
一种积分技巧,利用公式 $\int^{}u\ dv = uv - \int^{}v\ du$ 将一个积分替换为另一个积分。
积分表
列出积分公式的表。
中点法则(中点法)
一种利用形如 $M_{n} = \sum\limits_{i = 1}^{n}f(m_{i})\text{Δ}x$ 的黎曼和来近似 $\int_{a}^{b}{f(x)dx}$ 的法则,其中 $m_{i}$ 是第 *i* 个子区间的中点。
数值积分
用于估计定积分值的各种数值方法,包括中点法则、梯形法则和辛普森法则。
部分分式分解
一种将有理函数分解为若干简单有理函数之和的技巧。
降幂公式(递推公式)
一种将三角函数的幂次积分替换为较低幂次积分的法则。
相对误差
作为绝对值的百分比的误差,由 $\left| \frac{A - B}{A} \right| = \left| \frac{A - B}{A} \right| \cdot 100\text{\%}$ 给出。
辛普森法则
一种利用分段二次函数的积分来近似 $\int_{a}^{b}{f(x)dx}$ 的法则。对 $\int_{a}^{b}{f(x)dx}$ 的近似 $S_{n}$ 由 $S_{n} = \frac{\text{Δ}x}{3}\begin{pmatrix}{f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + 4f\left( x_{5} \right)} \\ {+ \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)}\end{pmatrix}$ 给出。
梯形法则(梯形法)
一种利用梯形来近似 $\int_{a}^{b}{f(x)dx}$ 的法则。
三角积分
含三角函数的幂与乘积的积分。
三角换元(法)
一种将含有 $\sqrt{a^{2} - x^{2}},$ $\sqrt{a^{2} + x^{2}},$ 或 $\sqrt{x^{2} - a^{2}}$ 形式的代数积分转化为三角积分的积分技巧。

Key Equations 关键公式

Integration by parts formula$\int{u\ dv = uv - {\int{v\ du}}}$
Integration by parts for definite integrals${\int_{a}^{b}{u\ dv}} = \left. {uv} \right|_{a}^{b} - {\int_{a}^{b}{v\ du}}$
Integration by parts formula$\int{u\ dv = uv - {\int{v\ du}}}$
Integration by parts for definite integrals${\int_{a}^{b}{u\ dv}} = \left. {uv} \right|_{a}^{b} - {\int_{a}^{b}{v\ du}}$

To integrate products involving $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ and $\text{cos}(bx),$ use the substitutions.

为积分含有 $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ 与 $\text{cos}(bx),$ 的乘积,使用这些代换。
Sine Products$\text{sin}\left( {ax} \right)\text{sin}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) - \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$
Sine and Cosine Products$\text{sin}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{sin}\left( {\left( {a - b} \right)x} \right) + \frac{1}{2}\text{sin}(\left( {a + b} \right)x)$
Cosine Products$\text{cos}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) + \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$
Power Reduction Formula$\int\text{sec}^{n}x~dx = \frac{\sec^{n - 2}x~\tan~x}{n - 1} + \frac{n - 2}{n - 1}\int\text{sec}^{n - 2}x\ dx;n \neq 1$
Power Reduction Formula$\int\text{tan}^{n}x\ dx = \frac{1}{n - 1}\text{tan}^{n - 1}x - \int\text{tan}^{n - 2}x\ dx$
Sine Products$\text{sin}\left( {ax} \right)\text{sin}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) - \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$
Sine and Cosine Products$\text{sin}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{sin}\left( {\left( {a - b} \right)x} \right) + \frac{1}{2}\text{sin}(\left( {a + b} \right)x)$
Cosine Products$\text{cos}\left( {ax} \right)\text{cos}\left( {bx} \right) = \frac{1}{2}\text{cos}(\left( {a - b} \right)x) + \frac{1}{2}\text{cos}(\left( {a + b} \right)x)$
Power Reduction Formula$\int\text{sec}^{n}x~dx = \frac{\sec^{n - 2}x~\tan~x}{n - 1} + \frac{n - 2}{n - 1}\int\text{sec}^{n - 2}x\ dx;n \neq 1$
Power Reduction Formula$\int\text{tan}^{n}x\ dx = \frac{1}{n - 1}\text{tan}^{n - 1}x - \int\text{tan}^{n - 2}x\ dx$
Midpoint rule$M_{n} = \sum\limits_{i = 1}^{n}f\left( m_{i} \right)\text{Δ}x$
Trapezoidal rule$T_{n} = \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + \cdots + 2f\left( x_{n - 1} \right) + f(x_{n})} \right)$
Simpson’s rule$S_{n} = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + 4f\left( x_{5} \right) + \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)} \right)$
Error bound for midpoint rule$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}}$
Error bound for trapezoidal rule$\text{Error in}\ T_{n} \leq \frac{M{(b - a)}^{3}}{12n^{2}}$
Error bound for Simpson’s rule$\text{Error in}\ S_{n} \leq \frac{M{(b - a)}^{5}}{180n^{4}}$
Midpoint rule$M_{n} = \sum\limits_{i = 1}^{n}f\left( m_{i} \right)\text{Δ}x$
Trapezoidal rule$T_{n} = \frac{1}{2}\text{Δ}x\left( {f(x_{0}) + 2f\left( x_{1} \right) + 2f(x_{2}) + \cdots + 2f\left( x_{n - 1} \right) + f(x_{n})} \right)$
Simpson’s rule$S_{n} = \frac{\text{Δ}x}{3}\left( {f\left( x_{0} \right) + 4f\left( x_{1} \right) + 2f\left( x_{2} \right) + 4f\left( x_{3} \right) + 2f\left( x_{4} \right) + 4f\left( x_{5} \right) + \cdots + 2f\left( x_{n - 2} \right) + 4f\left( x_{n - 1} \right) + f\left( x_{n} \right)} \right)$
Error bound for midpoint rule$\text{Error in}\ M_{n} \leq \frac{M\left( {b - a} \right)^{3}}{24n^{2}}$
Error bound for trapezoidal rule$\text{Error in}\ T_{n} \leq \frac{M{(b - a)}^{3}}{12n^{2}}$
Error bound for Simpson’s rule$\text{Error in}\ S_{n} \leq \frac{M{(b - a)}^{5}}{180n^{4}}$
Improper integrals$\begin{array}{l} {{\int_{a}^{+ \infty}{f(x)dx}} = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx}}} \\ {{\int_{\text{−}\infty}^{b}{f(x)dx}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{b}{f(x)dx}}} \\ {{\int_{\text{−}\infty}^{+ \infty}{f(x)dx}} = {\int_{\text{−}\infty}^{0}{f(x)dx + {\int_{0}^{+ \infty}{f(x)dx}}}}} \end{array}$
Improper integrals$\begin{array}{l} {{\int_{a}^{+ \infty}{f(x)dx}} = \underset{t\rightarrow\text{+}\infty}{\text{lim}}{\int_{a}^{t}{f(x)dx}}} \\ {{\int_{\text{−}\infty}^{b}{f(x)dx}} = \underset{t\rightarrow\text{−}\infty}{\text{lim}}{\int_{t}^{b}{f(x)dx}}} \\ {{\int_{\text{−}\infty}^{+ \infty}{f(x)dx}} = {\int_{\text{−}\infty}^{0}{f(x)dx + {\int_{0}^{+ \infty}{f(x)dx}}}}} \end{array}$

Key Concepts 关键概念

3.1 Integration by Parts 3.1 分部积分

3.2 Trigonometric Integrals 3.2 三角积分

1. Applying trigonometric identities to rewrite the integral so that it may be evaluated by *u*-substitution

1. 利用三角恒等式重写积分,使其可通过 *u* 换元计算

2. Using integration by parts

2. 使用分部积分

3. Applying trigonometric identities to rewrite products of sines and cosines with different arguments as the sum of individual sine and cosine functions

3. 利用三角恒等式将不同自变量的正弦与余弦的乘积重写为各个正弦与余弦函数之和

4. Applying reduction formulas

4. 使用递推公式

3.3 Trigonometric Substitution 3.3 三角换元

3.4 Partial Fractions 3.4 部分分式

3.5 Other Strategies for Integration 3.5 其他积分策略

3.6 Numerical Integration 3.6 数值积分

3.7 Improper Integrals 3.7 反常积分

Review Exercises 复习题

For the following exercises, determine whether the statement is true or false. Justify your answer with a proof or a counterexample.

对于以下习题,判断该命题为真还是为假。用证明或反例来支持你的答案。

408\.

408\.

$\int{e^{x}\text{sin}(x)dx}$ cannot be integrated by parts.

$\int{e^{x}\text{sin}(x)dx}$ 不能用分部积分计算。

409.

409.

$\int{\frac{1}{x^{4} + 1}dx}$ cannot be integrated using partial fractions.

$\int{\frac{1}{x^{4} + 1}dx}$ 不能用部分分式积分。

410\.

410\.

In numerical integration, increasing the number of points decreases the error.

在数值积分中,增加点数会减小误差。

411.

411.

Integration by parts can always yield the integral.

分部积分总能求出该积分。

For the following exercises, evaluate the integral using the specified method.

对于以下习题,用指定的方法计算该积分。

412\.

412\.

$\int{x^{2}\text{sin}(4x)dx}$ using integration by parts

$\int{x^{2}\text{sin}(4x)dx}$ 用分部积分

413.

413.

$\int{\frac{1}{x^{2}\sqrt{x^{2} + 16}}dx}$ using trigonometric substitution

$\int{\frac{1}{x^{2}\sqrt{x^{2} + 16}}dx}$ 用三角换元

414\.

414\.

$\int{\sqrt{x}\mspace{2mu}\text{ln}(x)dx}$ using integration by parts

$\int{\sqrt{x}\mspace{2mu}\text{ln}(x)dx}$ 用分部积分

415.

415.

$\int{\frac{3x}{x^{3} + 2x^{2} - 5x - 6}dx}$ using partial fractions

$\int{\frac{3x}{x^{3} + 2x^{2} - 5x - 6}dx}$ 用部分分式

416\.

416\.

$\int{\frac{x^{5}}{\left( {4x^{2} + 4} \right)^{5\text{/}2}}dx}$ using trigonometric substitution

$\int{\frac{x^{5}}{\left( {4x^{2} + 4} \right)^{5\text{/}2}}dx}$ 用三角换元

417.

417.

$\int{\frac{\sqrt{4 - \text{sin}^{2}(x)}}{\text{sin}^{2}(x)}\text{cos}(x)dx}$ using a table of integrals or a CAS

$\int{\frac{\sqrt{4 - \text{sin}^{2}(x)}}{\text{sin}^{2}(x)}\text{cos}(x)dx}$ 用积分表或 CAS

For the following exercises, integrate using whatever method you choose.

对于以下习题,用你选择的任意方法积分。

418\.

418\.

$\int{\text{sin}^{2}(x)\text{cos}^{2}(x)dx}$

$\int{\text{sin}^{2}(x)\text{cos}^{2}(x)dx}$

419.

419.

$\int{x^{3}\sqrt{x^{2} + 2}\mspace{2mu} dx}$

$\int{x^{3}\sqrt{x^{2} + 2}\mspace{2mu} dx}$

420\.

420\.

$\int{\frac{3x^{2} + 1}{x^{4} - 2x^{3} - x^{2} + 2x}dx}$

$\int{\frac{3x^{2} + 1}{x^{4} - 2x^{3} - x^{2} + 2x}dx}$

421.

421.

$\int{\frac{1}{x^{4} + 4}dx}$

$\int{\frac{1}{x^{4} + 4}dx}$

422\.

422\.

$\int{\frac{\sqrt{3 + 16x^{4}}}{x^{3}}dx}$

$\int{\frac{\sqrt{3 + 16x^{4}}}{x^{3}}dx}$

For the following exercises, approximate the integrals using the midpoint rule, trapezoidal rule, and Simpson’s rule using four subintervals, rounding to three decimals.

对于以下习题,用中点法则、梯形法则和辛普森法则,以四个子区间近似计算各积分,结果四舍五入到三位小数。

423.

423.

\[T\] ${\int_{1}^{2}\sqrt{x^{5} + 2}}dx$

\[T\] ${\int_{1}^{2}\sqrt{x^{5} + 2}}dx$

424\.

424\.

\[T\] ${\int_{0}^{\sqrt{\pi}}e^{\text{−}\text{sin}{(x^{2})}}}dx$

\[T\] ${\int_{0}^{\sqrt{\pi}}e^{\text{−}\text{sin}{(x^{2})}}}dx$

425.

425.

\[T\] ${\int_{1}^{4}\frac{\text{ln}\left( {1\text{/}x} \right)}{x}}dx$

\[T\] ${\int_{1}^{4}\frac{\text{ln}\left( {1\text{/}x} \right)}{x}}dx$

For the following exercises, evaluate the integrals, if possible.

对于以下习题,若可能,计算这些积分。

426\.

426\.

${\int_{1}^{\infty}\frac{1}{x^{n}}}dx,$ for what values of $n$ does this integral converge or diverge?

${\int_{1}^{\infty}\frac{1}{x^{n}}}dx,$ 对哪些 $n$ 的值该积分收敛或发散?

427.

427.

${\int_{1}^{\infty}\frac{e^{\text{−}x}}{x}}dx$

${\int_{1}^{\infty}\frac{e^{\text{−}x}}{x}}dx$

For the following exercises, consider the gamma function given by $\text{Γ}(a) = {\int_{0}^{\infty}{e^{\text{−}y}y^{a - 1}dy}}.$

对于以下习题,考虑由 $\text{Γ}(a) = {\int_{0}^{\infty}{e^{\text{−}y}y^{a - 1}dy}}.$ 给出的伽马函数。

428\.

428\.

Show that $\text{Γ}(a) = (a - 1)\text{Γ}(a - 1).$

证明 $\text{Γ}(a) = (a - 1)\text{Γ}(a - 1).$

429\.

429\.

Extend to show that $\text{Γ}(a) = (a - 1)\text{!},$ assuming $a$ is a positive integer.

进一步证明 $\text{Γ}(a) = (a - 1)\text{!},$ 假设 $a$ 为正整数。

The fastest car in the world, the Bugati Veyron, can reach a top speed of 408 km/h. The graph represents its velocity.

世界上最快的跑车 Bugati Veyron(布加迪威龙)最高时速可达 408 km/h。该图表示其速度。

430\.

430\.

\[T\] Use the graph to estimate the velocity every 20 sec and fit to a graph of the form $v(t) = a\mspace{2mu}\text{exp}^{bx}\text{sin}(cx) + d.$ (*Hint:* Consider the time units.)

\[T\] 利用图像估计每 20 秒的速度,并拟合为形如 $v(t) = a\mspace{2mu}\text{exp}^{bx}\text{sin}(cx) + d.$ 的曲线。(*提示:* 考虑时间单位。)

431.

431.

\[T\] Using your function from the previous problem, find exactly how far the Bugati Veyron traveled in the 1 min 40 sec included in the graph.

\[T\] 利用上一题得到的函数,精确求出 Bugati Veyron(布加迪威龙)在该图像所包含的 1 分 40 秒内行驶了多少距离。