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 分部积分
- 3.1.1 Recognize when to use integration by parts.
- 3.1.2 Use the integration-by-parts formula to solve integration problems.
- 3.1.3 Use the integration-by-parts formula for definite integrals.
- 3.1.1 识别何时使用分部积分。
- 3.1.2 使用分部积分公式计算积分问题。
- 3.1.3 对定积分使用分部积分公式。
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.
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.}}}$
This gives us
$$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 = 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
$${\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:
$${\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.}$
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:
$$\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}$$
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.
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{:}$
$$\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{:}$
$$\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.$
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.$
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.$
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.
Using Integration by Parts 使用分部积分
Evaluate $\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.$$
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.$
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,
$$\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
$$\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.$
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.$
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,
$$\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
$${\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
$$\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).$$
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.$$
Applying Integration by Parts When LIATE Doesn’t Quite Work 当 LIATE 法则不太适用时应用分部积分
Evaluate $\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
$$\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}$$
Applying Integration by Parts More Than Once 多次应用分部积分
Evaluate $\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
$$\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
$$\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.$$
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 = 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
$$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:
$$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
$$\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{:}$
$$\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}$$
Evaluate $\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
$${\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.$
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.$
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
$${\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
$$\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.$$
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.
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.
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
$$\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
$$\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.
Evaluate $\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.
1.
$\int{x^{3}e^{2x}dx}$
2\.
$\int{x^{3}\text{ln}(x)dx}$
3.
$\int{y^{3}\text{cos}\mspace{2mu} ydy}$
4\.
$\int{x^{2}\text{arctan}\mspace{2mu} x\ dx}$
5.
$\int{e^{3x}\text{sin}(2x)dx}$
Find the integral by using the simplest method. Not all problems require integration by parts.
6\.
$\int{v\mspace{2mu}\text{sin}\mspace{2mu} vdv}$
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}}.)$
8\.
$\int{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$
9.
$\int{\text{tan}^{-1}x\ dx}$
10\.
${\int x^{2}}e^{x}dx$
11.
$\int{x\mspace{2mu}\text{sin}(2x)dx}$
12\.
$\int{xe^{4x}dx}$
13.
$\int{xe^{\text{−}x}dx}$
14\.
$\int{x\mspace{2mu}\text{cos}\mspace{2mu} 3x\ dx}$
15.
${\int x^{2}}\text{cos}\mspace{2mu} x\ dx$
16\.
$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$
17.
$\int{\text{ln}(2x + 1)dx}$
18\.
${\int{x^{2}e^{4x}}}dx$
19.
$\int{e^{x}\text{sin}\mspace{2mu} x\ dx}$
20\.
$\int{e^{x}\text{cos}\mspace{2mu} x\ dx}$
21.
$\int{xe^{\text{−}x^{2}}dx}$
22\.
$\int{x^{2}e^{\text{−}x}dx}$
23.
$\int{\text{sin}(\text{ln}(2x))dx}$
24\.
$\int{cos(\text{ln}\mspace{2mu} x)dx}$
25.
$\int{{(\text{ln}\mspace{2mu} x)}^{2}dx}$
26\.
$\int{\text{ln}(x^{2})dx}$
27.
$\int{x^{2}\text{ln}\mspace{2mu} x\ dx}$
28\.
$\int{\text{sin}^{-1}x\ dx}$
29.
$\int{\text{cos}^{-1}(2x)dx}$
30\.
$\int{x\mspace{2mu}\text{arctan}\mspace{2mu} x\ dx}$
31.
$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$
32\.
$\int{x^{3}\text{cos}\mspace{2mu} x\ dx}$
33.
$\int{x^{3}\text{sin}\mspace{2mu} x\ dx}$
34\.
$\int{x^{3}e^{x}dx}$
35.
$\int{x\mspace{2mu}\text{sec}^{-1}x\ dx}$
36\.
$\int{x\mspace{2mu}\text{sec}^{2}x\ dx}$
37.
$\int{x\mspace{2mu}\text{cosh}\mspace{2mu} x\ dx}$
Compute the definite integrals. Use a graphing utility to confirm your answers.
38\.
$\int_{1\text{/}e}^{1}{\text{ln}\mspace{2mu} x\ dx}$
39.
$\int_{0}^{1}{xe^{-2x}dx}$ (Express the answer in exact form.)
40\.
$\int_{0}^{1}{e^{\sqrt{x}}dx\left( {\text{let}\ u = \sqrt{x}} \right)}$
41.
$\int_{1}^{e}{\text{ln}(x^{2})dx}$
42\.
$\int_{0}^{\pi}{x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$
43.
$\int_{\text{−}\pi}^{\pi}{x\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$ (Express the answer in exact form.)
44\.
$\int_{0}^{3}{\text{ln}(x^{2} + 1)dx}$ (Express the answer in exact form.)
45.
$\int_{0}^{\pi\text{/}2}{x^{2}\text{sin}\mspace{2mu} x\ dx}$ (Express the answer in exact form.)
46\.
$\int_{0}^{1}{x5^{x}dx}$ (Express the answer using five significant digits.)
47.
Evaluate $\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.
48\.
$\int{x^{n}e^{x}dx = x^{n}e^{x} - n{\int{x^{n - 1}e^{x}dx}}}$
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}}$
50\.
${\int{x^{n}\text{sin}\mspace{2mu} x\ dx}} = \underset{\_\_\_\_\_\_}{}$
51.
Integrate ${\int{2x\sqrt{2x - 3}}}dx$ using two methods:
1. Using parts, letting $dv = \sqrt{2x - 3}\mspace{2mu} dx$
2. Substitution, letting $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.
52\.
$\int{x\mspace{2mu}\text{ln}\mspace{2mu} x\ dx}$
53.
$\int{\frac{\text{ln}^{2}x}{x}dx}$
54\.
$\int{xe^{x}dx}$
55.
$\int{xe^{x^{2} - 3}dx}$
56\.
$\int{x^{2}\text{sin}\mspace{2mu} x\ dx}$
57.
$\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.
58\.
$y = 2xe^{\text{−}x}$ (Approximate answer to four decimal places.)
59.
$y = e^{\text{−}x}\text{sin}(\pi x)$ (Approximate answer to five decimal places.)
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\.
$y = \text{sin}\mspace{2mu} x,y = 0,x = 2\pi,x = 3\pi$ about the y-axis (Express the answer in exact form.)
61.
$y = e^{\text{−}x}$ $y = 0,x = -1x = 0;$ about $x = 1$ (Express the answer in exact form.)
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.)
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.)
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.)
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
$\frac{11\pi}{2} \leq x \leq \frac{13\pi}{2}.$ (Express the answer in exact form.)
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.)
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.)
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.)
3.2 Trigonometric Integrals 3.2 三角积分
- 3.2.1 Solve integration problems involving products and powers of $\text{sin}x$ and $\text{cos}x.$
- 3.2.2 Solve integration problems involving products and powers of $\text{tan}x$ and $\text{sec}x.$
- 3.2.3 Use reduction formulas to solve trigonometric integrals.
- 3.2.1 求解涉及 $\text{sin}x$ 与 $\text{cos}x$ 的乘积与幂的积分问题。
- 3.2.2 求解涉及 $\text{tan}x$ 与 $\text{sec}x$ 的乘积与幂的积分问题。
- 3.2.3 使用递推公式求解三角积分。
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.$
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.
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.$
Solution 解答
Use $u$-substitution and let $u = \text{cos}\mspace{2mu} x.$ In this case, $du = \text{−}\text{sin}\mspace{2mu} x\ dx.$ Thus,
$$\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.$
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.$
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,
$$\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.$
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}^{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}$$
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.$
Integrating an Even Power of $\text{sin}\mspace{2mu} x$ 积分 $\text{sin}\mspace{2mu} x$ 的偶次幂
Evaluate $\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,
$$\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.}$
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.
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:
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.$
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.)
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.
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.$
Solution 解答
Since the power on $\text{sin}\mspace{2mu} x$ is odd, use strategy 1. Thus,
$$\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.$
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,
$$\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{:}$
$$\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.$
Evaluate $\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.
To integrate products involving $\text{sin}(ax),$ $\text{sin}(bx),$ $\text{cos}(ax),$ and $\text{cos}(bx),$ use the substitutions
$$\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.$
Solution 解答
Apply the identity $\text{sin}(5x)\text{cos}(3x) = \frac{1}{2}\text{sin}(2x) + \frac{1}{2}\text{sin}(8x).$ Thus,
$$\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.$
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:
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$
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.$
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.
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.$
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.$
$$\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.
Evaluate $\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.$
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:
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}.$
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.)
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.
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.$
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.$
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,
$$\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.$
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,
$$\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.$
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,
$$\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.
Integrating $\int\text{sec}^{3}x\ dx$ 积分 $\int\text{sec}^{3}x\ dx$
Integrate $\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,
$$\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.$$
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
$$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
$$\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.$
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.$
$$\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.$
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.$
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}$$
Using a Reduction Formula 使用降幂公式
Evaluate $\int\text{tan}^{4}x\ dx.$
Solution
Applying the reduction formula for $\int\text{tan}^{4}x\ dx$ we have
$$\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.$
Section 3.2 Exercises 3.2 节习题
Fill in the blank to make a true statement.
69.
$\text{sin}^{2}x + \operatorname{\_\_\_\_\_\_\_} = 1$
70\.
$\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.
$\text{sin}^{2}x = \operatorname{\_\_\_\_\_\_\_}$
72\.
$\text{cos}^{2}x = \operatorname{\_\_\_\_\_\_\_}$
Evaluate each of the following integrals by *u*-substitution.
73.
$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$
74\.
$\int{\sqrt{\text{cos}\mspace{2mu} x}\mspace{2mu}\text{sin}\mspace{2mu} x\ dx}$
75.
$\int{\text{tan}^{5}(2x)\text{sec}^{2}(2x)dx}$
76\.
$\int{\text{sin}^{7}(2x)\text{cos}(2x)dx}$
77.
$\int{\text{tan}\left( \frac{x}{2} \right)\text{sec}^{2}\left( \frac{x}{2} \right)dx}$
78\.
$\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.)
79.
$\int{\text{sin}^{3}x\ dx}$
80\.
$\int{\text{cos}^{3}x\ dx}$
81.
$\int{\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x\ dx}$
82\.
$\int{\text{cos}^{5}x\ dx}$
83.
$\int{\text{sin}^{5}x\mspace{2mu}\text{cos}^{2}x\ dx}$
84\.
$\int{\text{sin}^{3}x\mspace{2mu}\text{cos}^{3}x\ dx}$
85.
${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}\mspace{2mu} x\ dx$
86\.
${\int\sqrt{\text{sin}\mspace{2mu} x}}\mspace{2mu}\text{cos}^{3}x\ dx$
87.
$\int{\text{sec}\mspace{2mu} x\mspace{2mu}\text{tan}\mspace{2mu} x\ dx}$
88\.
$\int{\text{tan}(5x)dx}$
89.
$\int{\text{tan}^{2}x\mspace{2mu}\text{sec}\mspace{2mu} x\ dx}$
90\.
$\int{\text{tan}\mspace{2mu} x\mspace{2mu}\text{sec}^{3}x\ dx}$
91.
$\int{\text{sec}^{4}x\ dx}$
92\.
$\int{\text{cot}\mspace{2mu} x\ dx}$
93.
$\int{\text{csc}\mspace{2mu} x\ dx}$
94\.
$\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.
$\int{\text{sin}^{2}ax\mspace{2mu}\text{cos}\mspace{2mu} ax\ dx}$
96\.
$\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.
$\int_{0}^{\pi}{\text{sin}^{2}x\ dx}$
98\.
$\int_{0}^{\pi}{\text{sin}^{4}x\ dx}$
99.
$\int{\text{cos}^{2}3x\ dx}$
100\.
$\int{\text{sin}^{2}x\mspace{2mu}\text{cos}^{2}x\ dx}$
101.
${\int{\text{sin}^{2}x\ dx}} + {\int{\text{cos}^{2}x\ dx}}$
102\.
$\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.
$\int_{0}^{2\pi}{\text{cos}\mspace{2mu} x\mspace{2mu}\text{sin}\mspace{2mu} 2x\ dx}$
104\.
$\int_{0}^{\pi}{\text{sin}\mspace{2mu} 3x\mspace{2mu}\text{sin}\mspace{2mu} 5x\ dx}$
105.
$\int{\text{cos}(99x)\text{sin}(101x)dx}$
106\.
$\int_{\text{−}\pi}^{\pi}{\text{cos}^{2}(3x)dx}$
107.
$\int_{0}^{2\pi}{\text{sin}\mspace{2mu} x\mspace{2mu}\text{sin}(2x)\text{sin}(3x)dx}$
108\.
${\int_{0}^{4\pi}{\text{cos}{{(x}\text{/}2})\text{sin}}}({x\text{/}2})dx$
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.)
110\.
$\int_{\text{−}\pi\text{/}3}^{\pi\text{/}3}{\sqrt{\text{sec}^{2}x - 1}\mspace{2mu} dx}$
111.
$\int_{0}^{\pi\text{/}2}{\sqrt{1 - \text{cos}(2x)}\mspace{2mu} dx}$
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}.$
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}.$
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.$
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.$
For the following exercises, solve the differential equations.
116\.
$\frac{dy}{dx} = \text{sin}^{2}x.$ The curve passes through point $(0,0).$
117.
$\frac{dy}{d\theta} = \text{sin}^{4}\left( {\pi\theta} \right)$
118\.
Find the length of the curve $y = \text{ln}(\text{csc}\mspace{2mu} x),\frac{\pi}{4} \leq x \leq \frac{\pi}{2}.$
119.
Find the length of the curve $y = \text{ln}(\text{sin}\mspace{2mu} x),\frac{\pi}{3} \leq x \leq \frac{\pi}{2}.$
120\.
Find the volume generated by revolving the curve $y = \text{cos}(3x)$ about the *x*-axis, $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.$
121.
Show that $\left\\{ \text{sin}(2x),\text{cos}(3x) \right\\}$ are orthogonal over the interval $\left\lbrack {\text{−}\pi,\pi} \right\rbrack.$
122\.
Evaluate ${\int_{\text{−}\pi}^{\pi}{\text{sin}(mx)\text{cos}(nx)dx}}.$
123.
Integrate $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\.
$\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.
$\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 三角换元(法)
- 3.3.1 Solve integration problems involving the square root of a sum or difference of two squares.
- 3.3.1 求解涉及两平方和或差的平方根的积分问题。
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.
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
$${\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.$$
Letting $1 - \text{sin}^{2}\theta = \text{cos}^{2}\theta,$ we now have
$$\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
$$\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
$$\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).$
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.
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.$
3. Simplify the expression.
4. Evaluate the integral using techniques from the section on trigonometric integrals.
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).$
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.$
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.
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}$$
Integrating an Expression Involving $\sqrt{a^{2} - x^{2}}$ 对一个含 $\sqrt{a^{2} - x^{2}}$ 的表达式积分
Evaluate $\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.
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}$$
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.
Solution 解答
Method 1
Let $u = 1 - x^{2}$ and hence $x^{2} = 1 - u.$ Thus, $du = -2x\mspace{2mu} dx.$ In this case, the integral becomes
$$\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
Let $x = \text{sin}\mspace{2mu}\theta.$ In this case, $dx = \text{cos}\mspace{2mu}\theta d\theta.$ Using this substitution, we have
$$\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).
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.
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.
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
$\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.)$
3. Simplify the expression.
4. Evaluate the integral using techniques from the section on trigonometric integrals.
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.)$
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.
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.
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}$$
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}$$
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.
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}}}.}$
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,
$$\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:
$$\frac{e^{y} - e^{\text{−}y}}{2} = x.$$
After multiplying both sides by $2e^{y}$ and rewriting, this equation becomes:
$$e^{2y} - 2xe^{y} - 1 = 0.$$
Use the quadratic equation to solve for $e^{y}\text{:}$
$$e^{y} = \frac{2x \pm \sqrt{4x^{2} + 4}}{2}.$$
Simplifying, we have:
$$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,
$$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).$$
After we make the final observation that, since $x + \sqrt{x^{2} + 1} > 0,$
$$\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.$
Solution
Because $\frac{dy}{dx} = 2x,$ the arc length is given by
$${\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,
$$\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.$
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.
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.
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
$$\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.$
3. Simplify the expression.
4. Evaluate the integral using techniques from the section on trigonometric integrals.
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.)$
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.$
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
$$\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.$
Section 3.3 Exercises 3.3 节习题
Simplify the following expressions by writing each one using a single trigonometric function.
126\.
$4 - 4\mspace{2mu}\text{sin}^{2}\theta$
127.
$9\mspace{2mu}\text{sec}^{2}\theta - 9$
128\.
$a^{2} + a^{2}\text{tan}^{2}\theta$
129.
$a^{2} + a^{2}\text{sinh}^{2}\theta$
130\.
$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.
$4x^{2} - 4x + 1$
132\.
$2x^{2} - 8x + 3$
133.
$\text{−}x^{2} - 2x + 4$
Integrate using the method of trigonometric substitution. Express the final answer in terms of the variable.
134\.
$\int\frac{dx}{\sqrt{4 - x^{2}}}$
135.
$\int\frac{dx}{\sqrt{x^{2} - a^{2}}}$
136\.
$\int{\sqrt{4 - x^{2}}\mspace{2mu} dx}$
137.
$\int\frac{dx}{\sqrt{1 + 9x^{2}}}$
138\.
$\int\frac{x^{2}dx}{\sqrt{1 - x^{2}}}$
139.
$\int\frac{dx}{x^{2}\sqrt{1 - x^{2}}}$
140\.
$\int\frac{dx}{{(1 + x^{2})}^{2}}$
141.
${\int\sqrt{x^{2} + 9}}dx$
142\.
$\int{\frac{\sqrt{x^{2} - 25}}{x}dx}$
143.
$\int\frac{\theta^{3}d\theta}{\sqrt{9 - \theta^{2}}}$
144\.
$\int\frac{dx}{\sqrt{x^{6} - x^{2}}}$
145.
${\int\sqrt{x^{6} - x^{8}}}dx$
146\.
$\int\frac{dx}{\left( {1 + x^{2}} \right)^{3\text{/}2}}$
147.
$\int\frac{dx}{\left( {x^{2} - 9} \right)^{3\text{/}2}}$
148\.
$\int\frac{\sqrt{1 + x^{2}}\mspace{2mu} dx}{x}$
149.
$\int\frac{x^{2}dx}{\sqrt{x^{2} - 1}}$
150\.
$\int\frac{x^{2}dx}{x^{2} + 4}$
151.
$\int\frac{dx}{x^{2}\sqrt{x^{2} + 1}}$
152\.
$\int\frac{x^{2}dx}{\sqrt{1 + x^{2}}}$
153.
$\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.*
154\.
$\int\frac{dx}{\sqrt{x^{2} - 1}}$
155.
$\int\frac{dx}{x\sqrt{1 - x^{2}}}$
156\.
${\int\sqrt{x^{2} - 1}}dx$
157.
$\int{\frac{\sqrt{x^{2} - 1}}{x^{2}}dx}$
158\.
$\int\frac{dx}{1 - x^{2}}$
159.
$\int{\frac{\sqrt{1 + x^{2}}}{x^{2}}dx}$
Use the technique of completing the square to evaluate the following integrals.
160\.
$\int{\frac{1}{x^{2} - 6x}dx}$
161.
$\int{\frac{1}{x^{2} + 2x + 1}dx}$
162\.
$\int{\frac{1}{\sqrt{\text{−}x^{2} + 2x + 8}}dx}$
163.
$\int{\frac{1}{\sqrt{\text{−}x^{2} + 10x}}dx}$
164\.
${\int\frac{1}{\sqrt{x^{2} + 4x - 12}}}dx$
165.
Evaluate the integral without using calculus: $\int_{-3}^{3}{\sqrt{9 - x^{2}}\mspace{2mu} dx.}$
166\.
Find the area enclosed by the ellipse $\frac{x^{2}}{4} + \frac{y^{2}}{9} = 1.$
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?
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.
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?
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?
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?
172\.
Evaluate $\int_{-1}^{1}\frac{x\mspace{2mu} dx}{x^{2} + 1}$
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.
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).
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.
Solve the initial-value problem for *y* as a function of *x*.
176\.
$\left( {x^{2} + 36} \right)\frac{dy}{dx} = 1,y(6) = 0$
177.
$\left( {64 - x^{2}} \right)\frac{dy}{dx} = 1,y(0) = 3$
178\.
Find the area bounded by $y = \frac{2}{\sqrt{64 - 4x^{2}}},x = 0,y = 0,\text{and}\ x = 2.$
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).
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.$
181.
Find the length of the curve $y = \sqrt{16 - x^{2}}$ between $x = 0$ and $x = 2.$
3.4 Partial Fractions 3.4 部分分式
- 3.4.1 Integrate a rational function using the method of partial fractions.
- 3.4.2 Recognize simple linear factors in a rational function.
- 3.4.3 Recognize repeated linear factors in a rational function.
- 3.4.4 Recognize quadratic factors in a rational function.
- 3.4.1 使用部分分式法积分有理函数。
- 3.4.2 识别有理函数中的互异一次因式。
- 3.4.3 识别有理函数中的重复一次因式。
- 3.4.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{.}$$
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{\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}.$$
Consequently,
$${\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}.$
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).$
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}}.$
Solution 解答
Since $\text{deg}\left( {x^{2} + 3x + 5} \right) \geq \text{deg}\left( {x + 1} \right),$ we perform long division to obtain
$$\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}$$
Visit this website for a review of long division of polynomials.
Evaluate $\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).$
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
$$\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.}$
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
$$\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)}.$$
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)
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*.
Rewrite Equation 3.8 in the form
$$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}$$
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
$$\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
$$-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}.$
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}.$
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:
$${\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.$$
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.}$
Solution 解答
Since $\text{degree}(x^{2} + 3x + 1) \geq \text{degree}(x^{2} - 4),$ we must perform long division of polynomials. This results in
$$\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)(x + 2)} = \frac{A}{x - 2} + \frac{B}{x + 2}.$$
Thus,
$$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.$
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.}}$$
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.$$
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}}.$
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
$${\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}.$
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}$$
Evaluate ${\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
$$\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.}$
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,
$$\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)
We then use the method of equating coefficients to find the values of $A,$ $B,$ and $C.$
$$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.$
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.$
Now that we have the values for $A,$ $B,$ and $C,$ we rewrite the original integral and evaluate it:
$$\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.)
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:
1. Make sure that $\text{degree}\left( {P(x)} \right) < \text{degree}(Q(x)).$ If not, perform long division of polynomials.
2. Factor $Q(x)$ into the product of linear and irreducible quadratic factors. An irreducible quadratic is a quadratic that has no real zeros.
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).$
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
$$\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
$$\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
$$\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
$$\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.
6. Last, rewrite the integral in its decomposed form and evaluate it using previously developed techniques or integration formulas.
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.$
Rational Expressions with an Irreducible Quadratic Factor 含不可约二次因式的有理表达式
Evaluate $\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
$$\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).$$
Solving for $A,B,$ and $C,$ we get $A = 3,$ $B = 2,$ and $C = -3.$
Thus,
$$\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}$$
*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.$
Partial Fractions with an Irreducible Quadratic Factor 含不可约二次因式的部分分式
Evaluate $\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
$$\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).$$
Applying either method, we get $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}} = \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
$$x^{2} + 2x + 4 = {(x + 1)}^{2} + 3.$$
By letting $u = x + 1$ and consequently $du = dx,$ we see that
$$\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.$$
Here again, we can drop the absolute value if we wish to do so, since $x^{2} + 2x + 4 > 0$ for all $x.$
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.
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.
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.}}$$
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
$$\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.$$
Solving, we obtain $A = 1,$ $B = 0,$ $C = -1,$ and $D = 0.$ Substituting back into the integral, we have
$$\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.}$
Section 3.4 Exercises 3.4 节习题
Express the rational function as a sum or difference of two simpler rational expressions.
182\.
$\frac{1}{(x - 3)(x - 2)}$
183.
$\frac{x^{2} + 1}{x(x + 1)(x + 2)}$
184\.
$\frac{1}{x^{3} - x}$
185.
$\frac{3x + 1}{x^{2}}$
186\.
$\frac{3x^{2}}{x^{2} + 1}$ (*Hint:* Use long division first.)
187.
$\frac{2x^{4}}{x^{2} - 2x}$
188\.
$\frac{1}{(x - 1)(x^{2} + 1)}$
189.
$\frac{1}{x^{2}(x - 1)}$
190\.
$\frac{x}{x^{2} - 4}$
191.
$\frac{1}{x(x - 1)(x - 2)(x - 3)}$
192\.
$\frac{1}{x^{4} - 1} = \frac{1}{(x + 1)(x - 1)\left( {x^{2} + 1} \right)}$
193.
$\frac{3x^{2}}{x^{3} - 1} = \frac{3x^{2}}{(x - 1)(x^{2} + x + 1)}$
194\.
$\frac{2x}{{(x + 2)}^{2}}$
195.
$\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\.
$\int\frac{dx}{(x - 3)(x - 2)}$
197.
$\int{\frac{3x}{x^{2} + 2x - 8}dx}$
198\.
$\int\frac{dx}{x^{3} - x}$
199.
$\int{\frac{x}{x^{2} - 4}dx}$
200\.
$\int\frac{dx}{x(x - 1)(x - 2)(x - 3)}$
201.
$\int{\frac{2x^{2} + 4x + 22}{x^{2} + 2x + 10}dx}$
202\.
$\int\frac{dx}{x^{2} - 5x + 6}$
203.
$\int{\frac{2 - x}{x^{2} + x}dx}$
204\.
$\int{\frac{2}{x^{2} - x - 6}dx}$
205.
$\int\frac{dx}{x^{3} - 2x^{2} - 4x + 8}$
206\.
$\int\frac{dx}{x^{4} - 10x^{2} + 9}$
Evaluate the following integrals, which have irreducible quadratic factors.
207.
$\int{\frac{2}{(x - 4)\left( {x^{2} + 2x + 6} \right)}dx}$
208\.
$\int{\frac{x^{2}}{x^{3} - x^{2} + 4x - 4}dx}$
209.
$\int{\frac{x^{3} + 6x^{2} + 3x + 6}{x^{3} + 2x^{2}}dx}$
210\.
$\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.
$\int{\frac{3x + 4}{\left( {x^{2} + 4} \right)(3 - x)}dx}$
212\.
$\int{\frac{2}{{(x + 2)}^{2}(2 - x)}dx}$
213.
$\int{\frac{3x + 4}{x^{3} - 2x - 4}dx}$ (*Hint:* Use the rational root theorem.)
Use substitution to convert the integrals to integrals of rational functions. Then use partial fractions to evaluate the integrals.
214\.
$\int_{0}^{1}{\frac{e^{x}}{36 - e^{2x}}dx}$ (Give the exact answer and the decimal equivalent. Round to five decimal places.)
215.
$\int{\frac{e^{x}}{e^{2x} - e^{x}}dx}$
216\.
$\int\frac{\text{sin}\mspace{2mu} x\mspace{2mu} dx}{1 - \text{cos}^{2}x}$
217.
$\int{\frac{\text{sin}\mspace{2mu} x}{\text{cos}^{2}x + \text{cos}\mspace{2mu} x - 6}dx}$
218\.
$\int{\frac{1 - \sqrt{x}}{1 + \sqrt{x}}dx}$
219.
$\int\frac{dt}{\left( {e^{t} - e^{\text{−}t}} \right)^{2}}$
220\.
$\int{\frac{1 + e^{x}}{1 - e^{x}}dx}$
221.
$\int\frac{dx}{1 + \sqrt{x + 1}}$
222\.
$\int\frac{dx}{\sqrt{x} + \sqrt[4]{x}}$
223.
$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}\mspace{2mu} x(1 - \text{sin}\mspace{2mu} x)}dx}$
224\.
$\int{\frac{e^{x}}{\left( {e^{2x} - 4} \right)^{2}}dx}$
225.
$\int\limits_{1}^{2}{\frac{1}{x^{2}\sqrt{4 - x^{2}}}dx}$
226\.
$\int{\frac{1}{2 + e^{\text{−}x}}dx}$
227.
$\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\.
${\int{\frac{1}{t - \sqrt[3]{t}}dt}}\mspace{2mu} t = x^{3}$
229.
${\int{\frac{1}{\sqrt{x} + \sqrt[3]{x}}dx}};x = u^{6}$
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.$
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.
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.
Solve the initial-value problem for *x* as a function of *t.*
233.
$\left( {t^{2} - 7t + 12} \right)\frac{dx}{dt} = 1,\left( {t > 4,x(5) = 0} \right)$
234\.
$(t + 5)\frac{dx}{dt} = x^{2} + 1,t > \text{−}5,x(1) = \text{tan}\mspace{2mu} 1$
235.
$\left( {2t^{3} - 2t^{2} + t - 1} \right)\frac{dx}{dt} = 3,x(2) = 0$
236\.
Find the *x*-coordinate of the centroid of the area bounded by
$y\left( {x^{2} - 9} \right) = 1,$ $y = 0,x = 4,\ \text{and}\ x = 5.$ (Round the answer to two decimal places.)
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.
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.)
239.
Evaluate the integral $\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}}.$
240\.
$\int\frac{dx}{3 - 5\mspace{2mu}\text{sin}\mspace{2mu} x}$
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.)
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}}.$
243.
Evaluate ${\int{\frac{\sqrt[3]{x - 8}}{x}dx}}.$
3.5 Other Strategies for Integration 3.5 其他的积分策略
- 3.5.1 Use a table of integrals to solve integration problems.
- 3.5.2 Use a computer algebra system (CAS) to solve integration problems.
- 3.5.1 使用积分表求解积分问题。
- 3.5.2 使用计算机代数系统(CAS)求解积分问题。
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.
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
$${\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,
$${\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.
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$$
to evaluate $\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
$${\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),
$${\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}$$
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.
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.
Solution 解答
Using Wolfram Alpha, we obtain
$${\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.$$
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.
Solution 解答
Using Wolfram Alpha, we obtain
$${\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:
$$\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.
Use a CAS to evaluate $\int{\frac{dx}{\sqrt{x^{2} + 4}}.}$
Section 3.5 Exercises 3.5 节习题
Use a table of integrals to evaluate the following integrals.
244\.
$\int\limits_{0}^{4}{\frac{x}{\sqrt{1 + 2x}}dx}$
245.
$\int{\frac{x + 3}{x^{2} + 2x + 2}dx}$
246\.
$\int{x^{3}\sqrt{1 + 2x^{2}}\mspace{2mu} dx}$
247.
$\int{\frac{1}{\sqrt{x^{2} + 6x}}dx}$
248\.
$\int{\frac{x}{x + 1}dx}$
249.
$\int{x \cdot 2^{x^{2}}dx}$
250\.
$\int{\frac{1}{4x^{2} + 25}dx}$
251.
$\int\frac{dy}{\sqrt{4 - y^{2}}}$
252\.
$\int{\text{sin}^{3}(2x)\text{cos}(2x)dx}$
253.
$\int{\text{csc}(2w)\text{cot}(2w)dw}$
254\.
$\int{2^{y}dy}$
255.
$\int_{0}^{1}\frac{3x\mspace{2mu} dx}{\sqrt{x^{2} + 8}}$
256\.
$\int_{-1\text{/}4}^{1\text{/}4}{\text{sec}^{2}(\pi x)\text{tan}\left( {\pi x} \right)dx}$
257.
$\int_{0}^{\pi\text{/}2}{\text{tan}^{2}\left( \frac{x}{2} \right)dx}$
258\.
$\int{\text{cos}^{3}x\mspace{2mu} dx}$
259.
$\int{\text{tan}^{5}\left( {3x} \right)dx}$
260\.
$\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.
261.
\[T\] $\int\frac{dw}{1 + \text{sec}\left( \frac{w}{2} \right)}$
262\.
\[T\] $\int\frac{dw}{1 - \text{cos}\left( {7w} \right)}$
263.
\[T\] $\int_{0}^{t}\frac{dt}{4\mspace{2mu}\text{cos}\mspace{2mu} t + 3\mspace{2mu}\text{sin}\mspace{2mu} t}$
264\.
\[T\] $\int{\frac{\sqrt{x^{2} - 9}}{3x}dx}$
265.
\[T\] $\int\frac{dx}{x^{1\text{/}2} + x^{1\text{/}3}}$
266\.
\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$
267.
\[T\] $\int{x^{3}\text{sin}\mspace{2mu} x\mspace{2mu} dx}$
268\.
\[T\] $\int{x\sqrt{x^{4} - 9}\mspace{2mu} dx}$
269.
\[T\] $\int{\frac{x}{1 + e^{\text{−}x^{2}}}dx}$
270\.
\[T\] $\int{\frac{\sqrt{3 - 5x}}{2x}dx}$
271.
\[T\] $\int\frac{dx}{x\sqrt{x - 1}}$
272\.
\[T\] $\int{e^{x}\text{cos}^{-1}(e^{x})dx}$
Use a calculator or CAS to evaluate the following integrals.
273.
\[T\] $\int_{0}^{\pi\text{/}4}{\text{cos}(2x)dx}$
274\.
\[T\] $\int_{0}^{1}{x \cdot e^{\text{−}x^{2}}dx}$
275.
\[T\] $\int_{0}^{8}{\frac{2x}{\sqrt{x^{2} + 36}}dx}$
276\.
\[T\] $\int_{0}^{2\text{/}\sqrt{3}}{\frac{1}{4 + 9x^{2}}dx}$
277.
\[T\] $\int\frac{dx}{x^{2} + 4x + 13}$
278\.
\[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.
$\int\frac{dx}{x^{2} + 2x + 10}$
280\.
$\int\frac{dx}{\sqrt{x^{2} - 6x}}$
281.
$\int{\frac{e^{x}}{\sqrt{e^{2x} - 4}}dx}$
282\.
$\int{\frac{\text{cos}\mspace{2mu} x}{\text{sin}^{2}x + 2\mspace{2mu}\text{sin}\mspace{2mu} x}dx}$
283.
$\int{\frac{\text{arctan}\left( x^{3} \right)}{x^{4}}dx}$
284\.
$\int{\frac{\text{ln}|x|\text{arcsin}\left( {\text{ln}|x|} \right)}{x}dx}$
Use tables to perform the integration.
285.
$\int\frac{dx}{\sqrt{x^{2} + 16}}$
286\.
$\int{\frac{3x}{2x + 7}dx}$
287.
$\int\frac{dx}{1 - \text{cos}\left( {4x} \right)}$
288\.
$\int\frac{dx}{\sqrt{4x + 1}}$
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.
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.)
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.)
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.)
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.)
294\.
Find the length of the curve $y = \frac{x^{2}}{4}$ over $\left\lbrack {0,8} \right\rbrack.$
295.
Find the length of the curve $y = e^{x}$ over $\left\lbrack {0,\text{ln}(2)} \right\rbrack.$
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.
297.
Find the average value of the function $f(x) = \frac{1}{x^{2} + 1}$ over the interval $\left\lbrack {-3,3} \right\rbrack.$
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.)
3.6 Numerical Integration 3.6 数值积分
- 3.6.1 Approximate the value of a definite integral by using the midpoint and trapezoidal rules.
- 3.6.2 Determine the absolute and relative error in using a numerical integration technique.
- 3.6.3 Estimate the absolute and relative error using an error-bound formula.
- 3.6.4 Recognize when the midpoint and trapezoidal rules over- or underestimate the true value of an integral.
- 3.6.5 Use Simpson’s rule to approximate the value of a definite integral to a given accuracy.
- 3.6.1 使用中点法则与梯形法则近似计算定积分的值。
- 3.6.2 确定使用数值积分技术时的绝对误差与相对误差。
- 3.6.3 利用误差界公式估计绝对误差与相对误差。
- 3.6.4 识别中点法则与梯形法则何时高估或低估积分的真值。
- 3.6.5 使用辛普森法则将定积分的值近似到给定的精度。
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
$$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.$$
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.
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.
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
$$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}}.$
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.$
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.
Solution 解答
Each subinterval has length $\text{Δ}x = \frac{1 - 0}{4} = \frac{1}{4}.$ Therefore, the subintervals consist of
$$\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,
$$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,$$
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.$
Solution 解答
The length of $y = \frac{1}{2}x^{2}$ on $\lbrack 1,4\rbrack$ is
$${\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}}.$
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}},$
$$\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}}.$
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.
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
$$\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})).$$
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}))}}.$$
After taking out a common factor of $\frac{1}{2}\text{Δ}x$ and combining like terms, we have
$$\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
$$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}}.$
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.$$
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.
Using the Trapezoidal Rule 使用梯形法则
Use the trapezoidal rule to estimate $\int_{0}^{1}{x^{2}dx}$ using four subintervals.
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,
$$\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}}.$
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{\%}.$
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.
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
$$\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.
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
$$\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.
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
$$\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)
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.
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?
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
$$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.$$
From the error-bound Equation 3.12, we have
$$\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{:}$
$$\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.$
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.
Use Equation 3.13 to find an upper bound for the error in using $M_{4}$ to estimate ${\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.
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}$$
$x_{2} - x_{0} = 2\text{Δ}x,$ where $\text{Δ}x$ is the length of a subinterval.
$$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}$$
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 \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).}$$
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
$$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.}}$$
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}.$
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
$$\text{Error in}\ S_{n} \leq \frac{M{(b - a)}^{5}}{180n^{4}}.$$ (3.15)
Applying Simpson's Rule 1
Use $S_{2}$ to approximate ${\int_{0}^{1}{x^{3}dx}}.$ Estimate a bound for the error in $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
$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
$$\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}}}.$
Applying Simpson's Rule 2
Use $S_{6}$ to estimate the length of the curve $y = \frac{1}{2}x^{2}$ over $\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}},$
$$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}$$
Use $S_{2}$ to estimate ${\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.
${\int_{1}^{2}\frac{dx}{x}};$ trapezoidal rule; $n = 5$
300\.
${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}};$ trapezoidal rule; $n = 6$
301.
${\int_{0}^{3}{\sqrt{4 + x^{3}}\mspace{2mu} dx}};$ trapezoidal rule; $n = 3$
302\.
${\int_{0}^{12}{x^{2}dx}};$ midpoint rule; $n = 6$
303.
${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}};$ midpoint rule; $n = 3$
304\.
Use the midpoint rule with eight subdivisions to estimate ${\int_{2}^{4}{x^{2}dx}}.$
305.
Use the trapezoidal rule with four subdivisions to estimate ${\int_{2}^{4}{x^{2}dx}}.$
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.
Approximate the integral to three decimal places using the indicated rule.
307.
${\int_{0}^{1}{\text{sin}^{2}\left( {\pi x} \right)dx}};$ trapezoidal rule; $n = 6$
308\.
${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}};$ trapezoidal rule; $n = 6$
309.
${\int_{0}^{3}{\frac{1}{1 + x^{3}}dx}};$ trapezoidal rule; $n = 3$
310\.
${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}};$ trapezoidal rule; $n = 4$
311.
${\int_{0}^{0.8}{e^{\text{−}x^{2}}dx}};$ Simpson's rule; $n = 4$
312\.
${\int_{0}^{0.4}{\text{sin}(x^{2})dx}};$ trapezoidal rule; $n = 4$
313.
${\int_{0}^{0.4}{\text{sin}(x^{2})dx}};$ Simpson's rule; $n = 4$
314\.
${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}};$ trapezoidal rule; $n = 4$
315.
${\int_{0.1}^{0.5}{\frac{\text{cos}\mspace{2mu} x}{x}dx}};$ Simpson's rule; $n = 4$
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.$
317.
Approximate $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ using the midpoint rule with four subdivisions to four decimal places.
318\.
Approximate $\int_{2}^{4}{\frac{1}{\text{ln}\mspace{2mu} x}dx}$ using the trapezoidal rule with eight subdivisions to four decimal places.
319.
Use the trapezoidal rule with four subdivisions to estimate $\int_{0}^{0.8}{x^{3}dx}$ to four decimal places.
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.
321.
Using Simpson's rule with four subdivisions, find ${\int_{0}^{\pi\text{/}2}{\text{cos}(x)dx}}.$
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.
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.
324\.
Find an upper bound for the error in estimating $\int_{0}^{3}{(5x + 4)dx}$ using the trapezoidal rule with six steps.
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.
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.
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.
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.
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.
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.
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.
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.
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.$
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}.$
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.$
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.$
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.
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.$
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.)
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.
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.
342\.
Given that we know the Fundamental Theorem of Calculus, why would we want to develop numerical methods for definite integrals?
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.
| *x* | *y* | *x* | *y* |
|---|---|---|---|
| 0 | 125 | 600 | 95 |
| 100 | 125 | 700 | 88 |
| 200 | 120 | 800 | 75 |
| 300 | 112 | 900 | 35 |
| 400 | 90 | 1000 | 0 |
| 500 | 90 |
| *x* | *y* | *x* | *y* |
|---|---|---|---|
| 0 | 125 | 600 | 95 |
| 100 | 125 | 700 | 88 |
| 200 | 120 | 800 | 75 |
| 300 | 112 | 900 | 35 |
| 400 | 90 | 1000 | 0 |
| 500 | 90 |
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
2. odd number
3. either an even or an odd number
4. a multiple of 4
345.
The "Simpson" sum is based on the area under a \_\_\_\_.
346\.
The error formula for Simpson's rule depends on\_\_\_.
1. $f(x)$
2. $f^{\prime}(x)$
3. $f^{(4)}(x)$
4. the number of steps
3.7 Improper Integrals 3.7 反常积分
- 3.7.1 Evaluate an integral over an infinite interval.
- 3.7.2 Evaluate an integral over a closed interval with an infinite discontinuity within the interval.
- 3.7.3 Use the comparison theorem to determine whether a definite integral is convergent.
- 3.7.1 计算无穷区间上的积分。
- 3.7.2 计算在区间内部含有无穷间断点的闭区间上的积分。
- 3.7.3 使用比较定理判断定积分是否收敛。
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.
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.
1. Let $f(x)$ be continuous over an interval of the form $\lbrack a,\text{+}\infty).$ Then
$$\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
$$\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
$$\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.)$
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?
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.
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
$$\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.
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.
Solution 解答
The solid is shown in Figure 3.19. Using the disk method, we see that the volume *V* is
$$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}$$
The improper integral converges to $\pi.$ Therefore, the volume of the solid of revolution is $\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*.
Visit this website to read more about 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$,
$$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:
$$\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.
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.
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,
$$\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}.$
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.
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}}}}}}.$$
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,
$$\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}$$
Thus, $\int_{0}^{+ \infty}{xe^{x}dx}$ diverges. Since this integral diverges, $\int_{\text{−}\infty}^{+ \infty}{xe^{x}dx}$ diverges as well.
Evaluate ${\int_{-3}^{+ \infty}{e^{\text{−}x}dx}}.$ State whether the improper integral converges or diverges.
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.$
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.
1. Let $f(x)$ be continuous over $\lbrack a,b).$ Then,
$${\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,
$${\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
$$\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.
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.
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:
$$\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.
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:
$$\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.
Solution 解答
Since $f(x) = 1\text{/}x^{3}$ is discontinuous at zero, using Equation 3.21, we can write
$${\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}}:$
$$\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.
Evaluate ${\int_{0}^{2}{\frac{1}{x}dx}}.$ State whether the integral converges or diverges.
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
$$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,}}}$$
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.
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}{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.$
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.
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.$
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}}}}.$
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.$
Applying the Comparison Theorem 应用比较定理
Use a comparison to show that $\int_{1}^{+ \infty}{\frac{1}{xe^{x}}dx}$ converges.
Solution 解答
We can see that
$$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:
$$\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}}.$
Applying the Comparison Theorem 应用比较定理
Use the comparison theorem to show that $\int_{1}^{+ \infty}{\frac{1}{x^{p}}dx}$ diverges for all $p < 1.$
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.$
Use a comparison to show that $\int_{e}^{+ \infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$ diverges.
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}}.$$
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.
Let’s start with a simple example. Here we calculate the Laplace transform of $f(t) = t$. We have
$$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}}.$$
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
$$\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}$$
1. Calculate the Laplace transform of $f(t) = 1.$
2. Calculate the Laplace transform of $f(t) = e^{-3t}.$
3. Calculate the Laplace transform of $f(t) = t^{2}.$ (Note, you will have to integrate by parts twice.)
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}}.$$
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.)$
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.$$
Then,
$$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.
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,
$$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.)$
As you might expect, you should see that
$$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.
Section 3.7 Exercises 3.7 节习题
Evaluate the following integrals. If the integral is not convergent, answer “divergent.”
347.
$\int_{2}^{4}\frac{dx}{{(x - 3)}^{2}}$
348\.
${\int_{0}^{\infty}\frac{1}{4 + x^{2}}}dx$
349.
$\int_{0}^{2}{\frac{1}{\sqrt{4 - x^{2}}}dx}$
350\.
$\int_{1}^{\infty}{\frac{1}{x\mspace{2mu}\text{ln}\mspace{2mu} x}dx}$
351.
$\int_{1}^{\infty}{xe^{\text{−}x}dx}$
352\.
$\int_{\text{−}\infty}^{\infty}{\frac{x}{x^{2} + 1}dx}$
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}}}.$
354\.
Without integrating, determine whether the integral $\int_{1}^{\infty}{\frac{1}{\sqrt{x + 1}}dx}$ converges or diverges.
Determine whether the improper integrals converge or diverge. If possible, determine the value of the integrals that converge.
355.
$\int_{0}^{\infty}{e^{\text{−}x}\text{cos}\mspace{2mu} x\mspace{2mu} dx}$
356\.
$\int_{1}^{\infty}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$
357.
$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{\sqrt{x}}dx}$
358\.
$\int_{0}^{1}{\text{ln}\mspace{2mu} x\mspace{2mu} dx}$
359.
$\int_{\text{−}\infty}^{\infty}{\frac{1}{x^{2} + 1}dx}$
360\.
$\int_{1}^{5}\frac{dx}{\sqrt{x - 1}}$
361.
$\int_{-2}^{2}\frac{dx}{\left( {1 + x} \right)^{2}}$
362\.
$\int_{0}^{\infty}{e^{\text{−}x}dx}$
363.
$\int_{0}^{\infty}{\text{sin}\mspace{2mu} x\mspace{2mu} dx}$
364\.
$\int_{\text{−}\infty}^{\infty}{\frac{e^{x}}{1 + e^{2x}}dx}$
365.
$\int_{0}^{1}\frac{dx}{\sqrt[3]{x}}$
366\.
$\int_{0}^{2}\frac{dx}{x^{3}}$
367.
$\int_{-1}^{2}\frac{dx}{x^{3}}$
368\.
$\int_{0}^{1}\frac{dx}{\sqrt{1 - x^{2}}}$
369.
$\int_{0}^{3}{\frac{1}{x - 1}dx}$
370\.
$\int_{1}^{\infty}{\frac{5}{x^{3}}dx}$
371.
$\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\.
${\int_{1}^{\infty}\frac{dx}{x^{2} + 4x}};$ compare with ${\int_{1}^{\infty}\frac{dx}{x^{2}}}.$
373.
${\int_{1}^{\infty}\frac{dx}{\sqrt{x} + 1}};$ compare with ${\int_{1}^{\infty}\frac{dx}{2\sqrt{x}}}.$
Evaluate the integrals. If the integral diverges, answer “diverges.”
374\.
$\int_{1}^{\infty}\frac{dx}{x^{e}}$
375.
$\int_{0}^{1}\frac{dx}{x^{\pi}}$
376\.
$\int_{0}^{1}\frac{dx}{\sqrt{1 - x}}$
377.
$\int_{0}^{1}\frac{dx}{1 - x}$
378\.
$\int_{\text{−}\infty}^{0}\frac{dx}{x^{2} + 1}$
379.
$\int_{-1}^{1}\frac{dx}{\sqrt{1 - x^{2}}}$
380\.
$\int_{0}^{1}{\frac{\text{ln}\mspace{2mu} x}{x}dx}$
381.
$\int_{0}^{e}{\text{ln}(x)dx}$
382\.
$\int_{0}^{\infty}{xe^{\text{−}x}dx}$
383.
$\int_{\text{−}\infty}^{\infty}{\frac{x}{\left( {x^{2} + 1} \right)^{2}}dx}$
384\.
$\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.
$\int_{0}^{9}\frac{dx}{\sqrt{9 - x}}$
386\.
$\int_{-27}^{1}\frac{dx}{x^{2\text{/}3}}$
387.
$\int_{0}^{3}\frac{dx}{\sqrt{9 - x^{2}}}$
388\.
$\int_{6}^{24}\frac{dt}{t\sqrt{t^{2} - 36}}$
389.
$\int_{0}^{4}{x\mspace{2mu}\text{ln}(4x)dx}$
390\.
$\int_{0}^{3}{\frac{x}{\sqrt{9 - x^{2}}}dx}$
391.
Evaluate ${\int_{.5}^{1}\frac{dx}{\sqrt{1 - x^{2}}}}.$ (Be careful!) (Express your answer using three decimal places.)
392\.
Evaluate ${\int_{1}^{4}\frac{dx}{\sqrt{x^{2} - 1}}}.$ (Express the answer in exact form.)
393.
Evaluate ${\int_{2}^{\infty}\frac{dx}{{(x^{2} - 1)}^{3\text{/}2}}}.$
394\.
Find the area of the region in the first quadrant between the curve $y = e^{-6x}$ and the *x*-axis.
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.$
396\.
Find the area under the curve $y = \frac{1}{\left( {x + 1} \right)^{3\text{/}2}},$ bounded on the left by $x = 3.$
397.
Find the area under $y = \frac{5}{1 + x^{2}}$ in the first quadrant.
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.$
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.
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.
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*.
401.
$f(x) = 1$
402\.
$f(x) = x$
403.
$f(x) = \text{cos}(2x)$
404\.
$f(x) = e^{ax}$
405.
Use the formula for arc length to show that the circumference of the circle $x^{2} + y^{2} = 1$ is $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}}.$
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.
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.
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.
| 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 分部积分
- The integration-by-parts formula allows the exchange of one integral for another, possibly easier, integral.
- 分部积分公式可用一个积分替换另一个(可能更简单的)积分。
- Integration by parts applies to both definite and indefinite integrals.
- 分部积分既适用于定积分,也适用于不定积分。
3.2 Trigonometric Integrals 3.2 三角积分
- Integrals of trigonometric functions can be evaluated by the use of various strategies. These strategies include
- 三角函数的积分可通过多种策略来计算。这些策略包括
1. Applying trigonometric identities to rewrite the integral so that it may be evaluated by *u*-substitution
2. Using integration by parts
3. Applying trigonometric identities to rewrite products of sines and cosines with different arguments as the sum of individual sine and cosine functions
4. Applying reduction formulas
3.3 Trigonometric Substitution 3.3 三角换元
- For integrals involving $\sqrt{a^{2} - x^{2}},$ use the substitution $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$
- 对于含 $\sqrt{a^{2} - x^{2}},$ 的积分,使用换元 $x = a\mspace{2mu}\text{sin}\mspace{2mu}\theta$ 与 $dx = a\mspace{2mu}\text{cos}\mspace{2mu}\theta d\theta.$
- For integrals involving $\sqrt{a^{2} + x^{2}},$ use the substitution $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ and $dx = a\mspace{2mu}\text{sec}^{2}\theta d\theta.$
- 对于含 $\sqrt{a^{2} + x^{2}},$ 的积分,使用换元 $x = a\mspace{2mu}\text{tan}\mspace{2mu}\theta$ 与 $dx = a\mspace{2mu}\text{sec}^{2}\theta d\theta.$
- For integrals involving $\sqrt{x^{2} - a^{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.$
- 对于含 $\sqrt{x^{2} - a^{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.$
3.4 Partial Fractions 3.4 部分分式
- Partial fraction decomposition is a technique used to break down a rational function into a sum of simple rational functions that can be integrated using previously learned techniques.
- 部分分式分解是一种将有理函数拆分成若干简单有理函数之和的技术,这些简单有理函数可用已学的方法积分。
- When applying partial fraction decomposition, we must make sure that the degree of the numerator is less than the degree of the denominator. If not, we need to perform long division before attempting partial fraction decomposition.
- 进行部分分式分解时,必须保证分子的次数小于分母的次数。否则,在尝试部分分式分解之前需要先做多项式长除法。
- The form the decomposition takes depends on the type of factors in the denominator. The types of factors include nonrepeated linear factors, repeated linear factors, nonrepeated irreducible quadratic factors, and repeated irreducible quadratic factors.
- 分解所取的形式取决于分母中因式的类型。因式类型包括互异一次因式、重复的一次因式、互异不可约二次因式和重复的不可约二次因式。
3.5 Other Strategies for Integration 3.5 其他积分策略
- An integration table may be used to evaluate indefinite integrals.
- 积分表可用于计算不定积分。
- A CAS (or computer algebra system) may be used to evaluate indefinite integrals.
- CAS(计算机代数系统)可用于计算不定积分。
- It may require some effort to reconcile equivalent solutions obtained using different methods.
- 协调用不同方法得到的等价解可能需要一些努力。
3.6 Numerical Integration 3.6 数值积分
- We can use numerical integration to estimate the values of definite integrals when a closed form of the integral is difficult to find or when an approximate value only of the definite integral is needed.
- 当积分的闭式解难以求得,或只需要定积分的近似值时,可用数值积分估计定积分的值。
- The most commonly used techniques for numerical integration are the midpoint rule, trapezoidal rule, and Simpson’s rule.
- 数值积分最常用的方法是中点法则、梯形法则和辛普森法则。
- The midpoint rule approximates the definite integral using rectangular regions whereas the trapezoidal rule approximates the definite integral using trapezoidal approximations.
- 中点法则用矩形区域来逼近定积分,而梯形法则用梯形近似来逼近定积分。
- Simpson’s rule approximates the definite integral by first approximating the original function using piecewise quadratic functions.
- 辛普森法则先使用分段二次函数逼近原函数,再据此逼近定积分。
3.7 Improper Integrals 3.7 反常积分
- Integrals of functions over infinite intervals are defined in terms of limits.
- 函数在无穷区间上的积分用极限来定义。
- Integrals of functions over an interval for which the function has a discontinuity at an endpoint may be defined in terms of limits.
- 函数在某端点处不连续的区间上的积分,也可用极限来定义。
- The convergence or divergence of an improper integral may be determined by comparing it with the value of an improper integral for which the convergence or divergence is known.
- 反常积分的收敛或发散性,可通过与已知收敛或发散性的反常积分的值进行比较来确定。
Review Exercises 复习题
For the following exercises, determine whether the statement is true or false. Justify your answer with a proof or a counterexample.
408\.
$\int{e^{x}\text{sin}(x)dx}$ cannot be integrated by parts.
409.
$\int{\frac{1}{x^{4} + 1}dx}$ cannot be integrated using partial fractions.
410\.
In numerical integration, increasing the number of points decreases the error.
411.
Integration by parts can always yield the integral.
For the following exercises, evaluate the integral using the specified method.
412\.
$\int{x^{2}\text{sin}(4x)dx}$ using integration by parts
413.
$\int{\frac{1}{x^{2}\sqrt{x^{2} + 16}}dx}$ using trigonometric substitution
414\.
$\int{\sqrt{x}\mspace{2mu}\text{ln}(x)dx}$ using integration by parts
415.
$\int{\frac{3x}{x^{3} + 2x^{2} - 5x - 6}dx}$ using partial fractions
416\.
$\int{\frac{x^{5}}{\left( {4x^{2} + 4} \right)^{5\text{/}2}}dx}$ using trigonometric substitution
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
For the following exercises, integrate using whatever method you choose.
418\.
$\int{\text{sin}^{2}(x)\text{cos}^{2}(x)dx}$
419.
$\int{x^{3}\sqrt{x^{2} + 2}\mspace{2mu} dx}$
420\.
$\int{\frac{3x^{2} + 1}{x^{4} - 2x^{3} - x^{2} + 2x}dx}$
421.
$\int{\frac{1}{x^{4} + 4}dx}$
422\.
$\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.
\[T\] ${\int_{1}^{2}\sqrt{x^{5} + 2}}dx$
424\.
\[T\] ${\int_{0}^{\sqrt{\pi}}e^{\text{−}\text{sin}{(x^{2})}}}dx$
425.
\[T\] ${\int_{1}^{4}\frac{\text{ln}\left( {1\text{/}x} \right)}{x}}dx$
For the following exercises, evaluate the integrals, if possible.
426\.
${\int_{1}^{\infty}\frac{1}{x^{n}}}dx,$ for what values of $n$ does this integral converge or diverge?
427.
${\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}}.$
428\.
Show that $\text{Γ}(a) = (a - 1)\text{Γ}(a - 1).$
429\.
Extend to show that $\text{Γ}(a) = (a - 1)\text{!},$ assuming $a$ is a positive integer.
The fastest car in the world, the Bugati Veyron, can reach a top speed of 408 km/h. The graph represents its velocity.
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.)
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.