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

6 Power Series 幂级数

本页译自 OpenStax《Calculus Volume 2》第 6 章 Power Series(幂级数):6.1–6.4 四节(幂级数与其函数/幂级数的性质/泰勒与麦克劳林级数/泰勒级数的应用)+ Chapter Review / Key Terms / Key Equations / Key Concepts / Review Exercises 全译,段段对照。公式经本地 MathJax 渲染,自定义宏已注入。

6.1 Power Series and Functions 6.1 幂级数与其函数

A power series is a type of series with terms involving a variable. More specifically, if the variable is *x*, then all the terms of the series involve powers of *x*. As a result, a power series can be thought of as an infinite polynomial. Power series are used to represent common functions and also to define new functions. In this section we define power series and show how to determine when a power series converges and when it diverges. We also show how to represent certain functions using power series.

幂级数是一类含有变量项的级数。更确切地说,若变量为 *x*,则级数的每一项都涉及 *x* 的幂。因此,幂级数可视为无穷多项式。幂级数用于表示常见函数,也可用于定义新的函数。本节我们定义幂级数,并说明如何判断幂级数何时收敛、何时发散。我们还说明如何用幂级数表示某些函数。

Form of a Power Series 幂级数的形式

A series of the form

形如

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯},$$

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯},$$

where *x* is a variable and the coefficients *cn* are constants, is known as a power series. The series

其中 *x* 是变量,系数 *cn* 为常数,称为幂级数。级数

$$1 + x + x^{2} + \text{⋯} = {\sum\limits_{n = 0}^{\infty}x^{n}}$$

$$1 + x + x^{2} + \text{⋯} = {\sum\limits_{n = 0}^{\infty}x^{n}}$$

is an example of a power series. Since this series is a geometric series with ratio $r = x,$ we know that it converges if $|x| < 1$ and diverges if $|x| \geq 1.$

是幂级数的一例。由于该级数是公比为 $r = x,$ 的几何级数,故当 $|x| < 1$ 时收敛,当 $|x| \geq 1$ 时发散。

A series of the form

形如

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$ (6.1)

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$ (6.1)

is a power series centered at $x = 0.$ A series of the form

是以 $x = 0$ 为中心的幂级数。形如

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + \text{⋯}$$ (6.2)

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + \text{⋯}$$ (6.2)

is a power series centered at $x = a.$

是以 $x = a$ 为中心的幂级数。

To make this definition precise, we stipulate that $x^{0} = 1$ and $\left( {x - a} \right)^{0} = 1$ even when $x = 0$ and $x = a,$ respectively.

为使该定义精确,我们规定 $x^{0} = 1$ 且 $\left( {x - a} \right)^{0} = 1$,即便分别在 $x = 0$ 与 $x = a$ 时也如此。

The series

级数

$${\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}} = 1 + x + \frac{x^{2}}{2\text{!}} + \frac{x^{3}}{3\text{!}} + \text{⋯}$$

$${\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}} = 1 + x + \frac{x^{2}}{2\text{!}} + \frac{x^{3}}{3\text{!}} + \text{⋯}$$

and

以及

$${\sum\limits_{n = 0}^{\infty}{n\text{!}x^{n}}} = 1 + x + 2\text{!}x^{2} + 3\text{!}x^{3} + \text{⋯}$$

$${\sum\limits_{n = 0}^{\infty}{n\text{!}x^{n}}} = 1 + x + 2\text{!}x^{2} + 3\text{!}x^{3} + \text{⋯}$$

are both power series centered at $x = 0.$ The series

都是以 $x = 0$ 为中心的幂级数。级数

$${\sum\limits_{n = 0}^{\infty}\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}} = 1 + \frac{x - 2}{2 \cdot 3} + \frac{\left( {x - 2} \right)^{2}}{3 \cdot 3^{2}} + \frac{\left( {x - 2} \right)^{3}}{4 \cdot 3^{3}} + \text{⋯}$$

$${\sum\limits_{n = 0}^{\infty}\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}} = 1 + \frac{x - 2}{2 \cdot 3} + \frac{\left( {x - 2} \right)^{2}}{3 \cdot 3^{2}} + \frac{\left( {x - 2} \right)^{3}}{4 \cdot 3^{3}} + \text{⋯}$$

is a power series centered at $x = 2.$

是以 $x = 2$ 为中心的幂级数。

Convergence of a Power Series 幂级数的收敛性

Since the terms in a power series involve a variable *x*, the series may converge for certain values of *x* and diverge for other values of *x*. For a power series centered at $x = a,$ the value of the series at $x = a$ is given by $c_{0}.$ Therefore, a power series always converges at its center. Some power series converge only at that value of *x*. Most power series, however, converge for more than one value of *x*. In that case, the power series either converges for all real numbers *x* or converges for all *x* in a finite interval. For example, the geometric series $\sum\limits_{n = 0}^{\infty}x^{n}$ converges for all *x* in the interval $\left( {-1,1} \right),$ but diverges for all *x* outside that interval. We now summarize these three possibilities for a general power series.

由于幂级数的项含有变量 *x*,级数可能对某些 *x* 值收敛而对其他 *x* 值发散。对于以 $x = a$ 为中心的幂级数,其在 $x = a$ 处的值为 $c_{0}.$ 因此,幂级数总在其中心点收敛。有些幂级数仅在该 *x* 值处收敛。然而多数幂级数对不止一个 *x* 值收敛。此时,幂级数要么对所有实数 *x* 收敛,要么对所有属于某有限区间的 *x* 收敛。例如,几何级数 $\sum\limits_{n = 0}^{\infty}x^{n}$ 在区间 $\left( {-1,1} \right)$ 内对所有 *x* 收敛,而在该区间外对所有 *x* 发散。下面我们总结一般幂级数的这三种可能情形。

Convergence of a Power Series 幂级数的收敛性

Consider the power series ${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}.$ The series satisfies exactly one of the following properties:

考虑幂级数 ${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}.$ 该级数恰好满足下列性质之一:
  1. The series converges at $x = a$ and diverges for all $x \neq a.$
  2. The series converges for all real numbers *x*.
  3. There exists a real number $R > 0$ such that the series converges if $\left| {x - a} \right| < R$ and diverges if $\left| {x - a} \right| > R.$ At the values *x* where $\left| {x - a} \right| = R,$ the series may converge or diverge.
  1. 级数在 $x = a$ 处收敛,而对所有 $x \neq a$ 发散。
  2. 级数对所有实数 *x* 收敛。
  3. 存在实数 $R > 0$,使得当 $\left| {x - a} \right| < R$ 时级数收敛,当 $\left| {x - a} \right| > R$ 时级数发散。在 $\left| {x - a} \right| = R$ 的 *x* 值处,级数可能收敛也可能发散。

Proof 证明

Suppose that the power series is centered at $a = 0.$ (For a series centered at a value of *a* other than zero, the result follows by letting $y = x - a$ and considering the series ${\sum\limits_{n = 1}^{\infty}{c_{n}y^{n}}}.)$ We must first prove the following fact:

设该幂级数以 $a = 0$ 为中心。(对于以非零的 *a* 为中心的级数,令 $y = x - a$ 并考虑级数 ${\sum\limits_{n = 1}^{\infty}{c_{n}y^{n}}}$ 即可得证。)我们必须先证明以下事实:

If there exists a real number $d \neq 0$ such that $\sum\limits_{n = 0}^{\infty}{c_{n}d^{n}}$ converges, then the series $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ converges absolutely for all *x* such that $|x| < |d|.$

若存在实数 $d \neq 0$ 使得 $\sum\limits_{n = 0}^{\infty}{c_{n}d^{n}}$ 收敛,则级数 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 对所有满足 $|x| < |d|$ 的 *x* 绝对收敛。

Since $\sum\limits_{n = 0}^{\infty}{c_{n}d^{n}}$ converges, the *n*th term $c_{n}d^{n}\rightarrow 0$ as $n\rightarrow\infty.$ Therefore, there exists an integer *N* such that $\left| {c_{n}d^{n}} \right| \leq 1$ for all $n \geq N.$ Writing

由于 $\sum\limits_{n = 0}^{\infty}{c_{n}d^{n}}$ 收敛,其第 *n* 项 $c_{n}d^{n}\rightarrow 0$ 当 $n\rightarrow\infty.$ 因此,存在整数 *N*,使得对所有 $n \geq N$ 有 $\left| {c_{n}d^{n}} \right| \leq 1$。写出

$$\left| {c_{n}x^{n}} \right| = \left| {c_{n}d^{n}} \right|\left| \frac{x}{d} \right|^{n},$$

$$\left| {c_{n}x^{n}} \right| = \left| {c_{n}d^{n}} \right|\left| \frac{x}{d} \right|^{n},$$

we conclude that, for all $n \geq N,$

我们可得,对所有 $n \geq N$,

$$\left| {c_{n}x^{n}} \right| \leq \left| \frac{x}{d} \right|^{n}.$$

$$\left| {c_{n}x^{n}} \right| \leq \left| \frac{x}{d} \right|^{n}.$$

The series

级数

$$\sum\limits_{n = N}^{\infty}\left| \frac{x}{d} \right|^{n}$$

$$\sum\limits_{n = N}^{\infty}\left| \frac{x}{d} \right|^{n}$$

is a geometric series that converges if $\left| \frac{x}{d} \right| < 1.$ Therefore, by the comparison test, we conclude that $\sum\limits_{n = N}^{\infty}{c_{n}x^{n}}$ also converges for $|x| < |d|.$ Since we can add a finite number of terms to a convergent series, we conclude that $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ converges for $|x| < |d|.$

是几何级数,当 $\left| \frac{x}{d} \right| < 1$ 时收敛。因此,由比较判别法可知 $\sum\limits_{n = N}^{\infty}{c_{n}x^{n}}$ 在 $|x| < |d|$ 时也收敛。由于可向收敛级数添加有限项,我们得出结论:$\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 在 $|x| < |d|$ 时收敛。

With this result, we can now prove the theorem. Consider the series

利用这一结果,我们现在可以证明该定理。考虑级数

$$\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$$

$$\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$$

and let *S* be the set of real numbers for which the series converges. Suppose that the set $S = \left\{ 0 \right\}.$ Then the series falls under case i. Suppose that the set *S* is the set of all real numbers. Then the series falls under case ii. Suppose that $S \neq \left\{ 0 \right\}$ and *S* is not the set of real numbers. Then there exists a real number $x* \neq 0$ such that the series does not converge. Thus, the series cannot converge for any *x* such that $|x| > \left| {x*} \right|.$ Therefore, the set *S* must be a bounded set, which means that it must have a smallest upper bound. (This fact follows from the Least Upper Bound Property for the real numbers, which is beyond the scope of this text and is covered in real analysis courses.) Call that smallest upper bound *R*. Since $S \neq \left\{ 0 \right\},$ the number $R > 0.$ Therefore, the series converges for all *x* such that $|x| < R,$ and the series falls into case iii.

令 *S* 为该级数收敛的实数集合。若 $S = \left\{ 0 \right\}$,则级数属于情形 i。若 *S* 为全体实数集,则级数属于情形 ii。若 $S \neq \left\{ 0 \right\}$ 且 *S* 不是实数集,则存在实数 $x* \neq 0$ 使得级数不收敛。于是,级数不可能对任意满足 $|x| > \left| {x*} \right|$ 的 *x* 收敛。因此,集合 *S* 必为有界集,从而必有最小上界。(这一事实源于实数的最小上界性质,超出本书范围,将在实分析课程中讨论。)称该最小上界为 *R*。由于 $S \neq \left\{ 0 \right\}$,数 $R > 0$。因此,级数对所有满足 $|x| < R$ 的 *x* 收敛,从而落入情形 iii。

If a series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ falls into case iii. of Convergence of a Power Series, then the series converges for all *x* such that $\left| {x - a} \right| < R$ for some $R > 0,$ and diverges for all *x* such that $\left| x - a \middle| > R. \right.$ The series may converge or diverge at the values *x* where $\left| {x - a} \right| = R.$ The set of values *x* for which the series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ converges is known as the interval of convergence. Since the series diverges for all values *x* where $\left| {x - a} \right| > R,$ the length of the interval is 2*R*, and therefore, the radius of the interval is *R*. The value *R* is called the radius of convergence. For example, since the series $\sum\limits_{n = 0}^{\infty}x^{n}$ converges for all values *x* in the interval $\left( {-1,1} \right)$ and diverges for all values *x* such that $|x| \geq 1,$ the interval of convergence of this series is $\left( {-1,1} \right).$ Since the length of the interval is 2, the radius of convergence is 1.

若级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 落入「幂级数的收敛性」的情形 iii,则对某些 $R > 0$,级数对所有满足 $\left| {x - a} \right| < R$ 的 *x* 收敛,而对所有满足 $\left| x - a \middle| > R. \right.$ 的 *x* 发散。在 $\left| {x - a} \right| = R$ 的 *x* 值处,级数可能收敛也可能发散。使级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 收敛的 *x* 值集合称为收敛区间。由于级数对所有满足 $\left| {x - a} \right| > R$ 的 *x* 发散,该区间长度为 2*R*,故区间半径为 *R*。该值 *R* 称为收敛半径。例如,由于级数 $\sum\limits_{n = 0}^{\infty}x^{n}$ 在区间 $\left( {-1,1} \right)$ 内对所有 *x* 收敛,而对所有满足 $|x| \geq 1$ 的 *x* 发散,故该级数的收敛区间为 $\left( {-1,1} \right)$。由于区间长度为 2,收敛半径为 1。

Consider the power series ${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}.$ The set of real numbers *x* where the series converges is the interval of convergence. If there exists a real number $R > 0$ such that the series converges for $\left| {x - a} \right| < R$ and diverges for $\left| {x - a} \right| > R,$ then *R* is the radius of convergence. If the series converges only at $x = a,$ we say the radius of convergence is $R = 0.$ If the series converges for all real numbers *x*, we say the radius of convergence is $R = \infty$ (Figure 6.2).

考虑幂级数 ${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}.$ 级数收敛的实数 *x* 集合即为收敛区间。若存在实数 $R > 0$,使得级数在 $\left| {x - a} \right| < R$ 时收敛、在 $\left| {x - a} \right| > R$ 时发散,则 *R* 为收敛半径。若级数仅在 $x = a$ 处收敛,我们说收敛半径为 $R = 0$。若级数对所有实数 *x* 收敛,我们说收敛半径为 $R = \infty$(图 6.2)。

To determine the interval of convergence for a power series, we typically apply the ratio test. In Example 6.1, we show the three different possibilities illustrated in Figure 6.2.

为确定幂级数的收敛区间,我们通常应用比值判别法。在示例 6.1 中,我们展示图 6.2 所说明的三种不同可能。

Finding the Interval and Radius of Convergence 求收敛区间与收敛半径

For each of the following series, find the interval and radius of convergence.

对下列各级数,求其收敛区间与收敛半径。

1. $\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$

1. $\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$

2. $\sum\limits_{n = 0}^{\infty}{n\text{!}x^{n}}$

2. $\sum\limits_{n = 0}^{\infty}{n\text{!}x^{n}}$

3. $\sum\limits_{n = 0}^{\infty}\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}$

3. $\sum\limits_{n = 0}^{\infty}\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}$

Solution 解答

1. To check for convergence, apply the ratio test. We have

1. 为检验收敛性,应用比值判别法。我们有

$$\begin{array}{cl} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\frac{x^{n + 1}}{\left( {n + 1} \right)\text{!}}}{\frac{x^{n}}{n\text{!}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{x^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{x^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{x^{n + 1}}{\left( {n + 1} \right) \cdot n\text{!}} \cdot \frac{n\text{!}}{x^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{x}{n + 1} \right|} \\ & {= |x|\underset{n\rightarrow\infty}{\text{lim}}\frac{1}{n + 1}} \\ & {= 0 < 1} \end{array}$$

$$\begin{array}{cl} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\frac{x^{n + 1}}{\left( {n + 1} \right)\text{!}}}{\frac{x^{n}}{n\text{!}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{x^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{x^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{x^{n + 1}}{\left( {n + 1} \right) \cdot n\text{!}} \cdot \frac{n\text{!}}{x^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{x}{n + 1} \right|} \\ & {= |x|\underset{n\rightarrow\infty}{\text{lim}}\frac{1}{n + 1}} \\ & {= 0 < 1} \end{array}$$

for all values of *x*. Therefore, the series converges for all real numbers *x*. The interval of convergence is $\left( {\text{−}\infty,\infty} \right)$ and the radius of convergence is $R = \infty.$

对所有 *x* 值成立。因此,级数对所有实数 *x* 收敛。收敛区间为 $\left( {\text{−}\infty,\infty} \right)$,收敛半径为 $R = \infty$。

2. Apply the ratio test. For $x \neq 0,$ we see that

2. 应用比值判别法。对 $x \neq 0$,可见

$$\begin{matrix} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\left( {n + 1} \right)\text{!}x^{n + 1}}{n\text{!}x^{n}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\left( {n + 1} \right)x} \right|} \\ & {= |x|\underset{n\rightarrow\infty}{\text{lim}}\left( {n + 1} \right)} \\ & {= \infty.} \end{matrix}$$

$$\begin{matrix} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\left( {n + 1} \right)\text{!}x^{n + 1}}{n\text{!}x^{n}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\left( {n + 1} \right)x} \right|} \\ & {= |x|\underset{n\rightarrow\infty}{\text{lim}}\left( {n + 1} \right)} \\ & {= \infty.} \end{matrix}$$

Therefore, the series diverges for all $x \neq 0.$ Since the series is centered at $x = 0,$ it must converge there, so the series converges only for $x = 0.$ The interval of convergence is the single value $x = 0$ and the radius of convergence is $R = 0.$

因此,级数对所有 $x \neq 0$ 发散。由于级数以 $x = 0$ 为中心,它必在该点收敛,故级数仅在 $x = 0$ 处收敛。收敛区间为单点 $x = 0$,收敛半径为 $R = 0$。

3. In order to apply the ratio test, consider

3. 为应用比值判别法,考虑

$$\begin{array}{cl} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\frac{\left( {x - 2} \right)^{n + 1}}{\left( {n + 2} \right)3^{n + 1}}}{\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{\left( {x - 2} \right)^{n + 1}}{\left( {n + 2} \right)3^{n + 1}} \cdot \frac{\left( {n + 1} \right)3^{n}}{\left( {x - 2} \right)^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\left( {x - 2} \right)\left( {n + 1} \right)}{3\left( {n + 2} \right)} \right|} \\ & {= \frac{|x - 2|}{3}.} \end{array}$$

$$\begin{array}{cl} \rho & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\frac{\left( {x - 2} \right)^{n + 1}}{\left( {n + 2} \right)3^{n + 1}}}{\frac{\left( {x - 2} \right)^{n}}{\left( {n + 1} \right)3^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| {\frac{\left( {x - 2} \right)^{n + 1}}{\left( {n + 2} \right)3^{n + 1}} \cdot \frac{\left( {n + 1} \right)3^{n}}{\left( {x - 2} \right)^{n}}} \right|} \\ & {= \underset{n\rightarrow\infty}{\text{lim}}\left| \frac{\left( {x - 2} \right)\left( {n + 1} \right)}{3\left( {n + 2} \right)} \right|} \\ & {= \frac{|x - 2|}{3}.} \end{array}$$

The ratio $\rho < 1$ if $\left| {x - 2} \right| < 3.$ Since $\left| {x - 2} \right| < 3$ implies that $-3 < x - 2 < 3,$ the series converges absolutely if $-1 < x < 5.$ The ratio $\rho > 1$ if $\left| {x - 2} \right| > 3.$ Therefore, the series diverges if $x < -1$ or $x > 5.$ The ratio test is inconclusive if $\rho = 1.$ The ratio $\rho = 1$ if and only if $x = -1$ or $x = 5.$ We need to test these values of *x* separately. For $x = -1,$ the series is given by

当 $\left| {x - 2} \right| < 3$ 时比值 $\rho < 1$。由于 $\left| {x - 2} \right| < 3$ 蕴含 $-3 < x - 2 < 3$,故当 $-1 < x < 5$ 时级数绝对收敛。当 $\left| {x - 2} \right| > 3$ 时比值 $\rho > 1$,因此当 $x < -1$ 或 $x > 5$ 时级数发散。当 $\rho = 1$ 时比值判别法失效。当且仅当 $x = -1$ 或 $x = 5$ 时 $\rho = 1$。我们需要单独检验这些 *x* 值。对 $x = -1$,级数由下式给出

$${\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}}{n + 1}} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \text{⋯}.$$

$${\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}}{n + 1}} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \text{⋯}.$$

Since this is the alternating harmonic series, it converges. Thus, the series converges at $x = -1.$ For $x = 5,$ the series is given by

这是交错调和级数,它收敛。因此,级数在 $x = -1$ 处收敛。对 $x = 5$,级数由下式给出

$${\sum\limits_{n = 0}^{\infty}\frac{1}{n + 1}} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \text{⋯}.$$

$${\sum\limits_{n = 0}^{\infty}\frac{1}{n + 1}} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \text{⋯}.$$

This is the harmonic series, which is divergent. Therefore, the power series diverges at $x = 5.$ We conclude that the interval of convergence is $\left\lbrack {-1,5} \right)$ and the radius of convergence is $R = 3.$

这是调和级数,它是发散的。因此,该幂级数在 $x = 5$ 处发散。我们得出结论:收敛区间为 $\left\lbrack {-1,5} \right)$,收敛半径为 $R = 3$。

Find the interval and radius of convergence for the series ${\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{\sqrt{n}}}.$

求级数 ${\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{\sqrt{n}}}$ 的收敛区间与收敛半径。

Representing Functions as Power Series 用幂级数表示函数

Being able to represent a function by an “infinite polynomial” is a powerful tool. Polynomial functions are the easiest functions to analyze, since they only involve the basic arithmetic operations of addition, subtraction, multiplication, and division. If we can represent a complicated function by an infinite polynomial, we can use the polynomial representation to differentiate or integrate it. In addition, we can use a truncated version of the polynomial expression to approximate values of the function. So, the question is, when can we represent a function by a power series?

能够用“无穷多项式”来表示一个函数,是极其有力的工具。多项式函数是最易于分析的函数,因为它们只涉及加、减、乘、除这些基本算术运算。如果我们能用无穷多项式来表示一个复杂的函数,就可以利用该多项式表示对其求导或积分。此外,我们还可以用该多项式表达式的截断形式来逼近函数的值。因此,问题便是:我们何时能够用一个幂级数来表示一个函数?

Consider again the geometric series

再次考虑几何级数。

$$1 + x + x^{2} + x^{3} + \text{⋯} = {\sum\limits_{n = 0}^{\infty}x^{n}}.$$ (6.3)

$$1 + x + x^{2} + x^{3} + \text{⋯} = {\sum\limits_{n = 0}^{\infty}x^{n}}.$$ (6.3)

Recall that the geometric series

回顾几何级数。

$$a + ar + ar^{2} + ar^{3} + \text{⋯}$$

$$a + ar + ar^{2} + ar^{3} + \text{⋯}$$

converges if and only if $|r| < 1.$ In that case, it converges to $\frac{a}{1 - r}.$ Therefore, if $|x| < 1,$ the series in Example 6.3 converges to $\frac{1}{1 - x}$ and we write

当且仅当 $|r| < 1.$ 时收敛。此时它收敛于 $\frac{a}{1 - r}.$。因此,若 $|x| < 1,$,则示例 6.3 中的级数收敛于 $\frac{1}{1 - x}$,我们写作

$$1 + x + x^{2} + x^{3} + \text{⋯} = \frac{1}{1 - x}\ \text{for}\ |x| < 1.$$

$$1 + x + x^{2} + x^{3} + \text{⋯} = \frac{1}{1 - x}\ \text{for}\ |x| < 1.$$

As a result, we are able to represent the function $f(x) = \frac{1}{1 - x}$ by the power series

于是,我们可以用幂级数来表示函数 $f(x) = \frac{1}{1 - x}$

$$1 + x + x^{2} + x^{3} + \text{⋯}\ \text{when}\ |x| < 1.$$

$$1 + x + x^{2} + x^{3} + \text{⋯}\ \text{when}\ |x| < 1.$$

We now show graphically how this series provides a representation for the function $f(x) = \frac{1}{1 - x}$ by comparing the graph of *f* with the graphs of several of the partial sums of this infinite series.

下面我们通过比较 *f* 的图像与该无穷级数的若干个部分和的图像,从图形上说明该级数是如何表示函数 $f(x) = \frac{1}{1 - x}$ 的。

Graphing a Function and Partial Sums of its Power Series 绘制函数及其幂级数部分和的图像

Sketch a graph of $f(x) = \frac{1}{1 - x}$ and the graphs of the corresponding partial sums $S_{N}(x) = {\sum\limits_{n = 0}^{N}x^{n}}$ for $N = 2,4,6$ on the interval $\left( {-1,1} \right).$ Comment on the approximation $S_{N}$ as *N* increases.

在区间 $\left( {-1,1} \right).$ 上,绘制 $f(x) = \frac{1}{1 - x}$ 以及相应的部分和 $S_{N}(x) = {\sum\limits_{n = 0}^{N}x^{n}}$($N = 2,4,6$)的图像。说明随着 *N* 增大,$S_{N}$ 的逼近情况。

Solution

解答

From the graph in Figure 6.3 you see that as *N* increases, $S_{N}$ becomes a better approximation for $f(x) = \frac{1}{1 - x}$ for *x* in the interval $\left( {-1,1} \right).$

由图 6.3 可见,随着 *N* 增大,对于区间 $\left( {-1,1} \right).$ 内的 *x*,$S_{N}$ 成为 $f(x) = \frac{1}{1 - x}$ 的更佳逼近。

Sketch a graph of $f(x) = \frac{1}{1 - x^{2}}$ and the corresponding partial sums $S_{N}(x) = {\sum\limits_{n = 0}^{N}x^{2n}}$ for $N = 2,4,6$ on the interval $\left( {-1,1} \right).$

在区间 $\left( {-1,1} \right).$ 上,绘制 $f(x) = \frac{1}{1 - x^{2}}$ 以及相应的部分和 $S_{N}(x) = {\sum\limits_{n = 0}^{N}x^{2n}}$($N = 2,4,6$)的图像。

Next we consider functions involving an expression similar to the sum of a geometric series and show how to represent these functions using power series.

接下来我们考虑含有类似几何级数和之表达式的函数,并说明如何用幂级数来表示这些函数。

Representing a Function with a Power Series 用幂级数表示函数

Use a power series to represent each of the following functions $f.$ Find the interval of convergence.

用幂级数表示下列各个函数 $f.$。求其收敛区间。

1. $f(x) = \frac{1}{1 + x^{3}}$

1. $f(x) = \frac{1}{1 + x^{3}}$

2. $f(x) = \frac{x^{2}}{4 - x^{2}}$

2. $f(x) = \frac{x^{2}}{4 - x^{2}}$

Solution

解答

1. You should recognize this function *f* as the sum of a geometric series, because

1. 应当把这个函数 *f* 看作一个几何级数的和,因为

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

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

Using the fact that, for $|r| < 1,\frac{a}{1 - r}$ is the sum of the geometric series

利用:对 $|r| < 1,\frac{a}{1 - r}$ 是几何级数的和

$${\sum\limits_{n = 0}^{\infty}a}r^{n} = a + ar + ar^{2} + \text{⋯},$$

$${\sum\limits_{n = 0}^{\infty}a}r^{n} = a + ar + ar^{2} + \text{⋯},$$

we see that, for $\left| {\text{−}x^{3}} \right| < 1,$

可见,对 $\left| {\text{−}x^{3}} \right| < 1,$,

$$\begin{array}{cl} \frac{1}{1 + x^{3}} & {= \frac{1}{1 - \left( {\text{−}x^{3}} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x^{3}} \right)^{n}}} \\ & {= 1 - x^{3} + x^{6} - x^{9} + \text{⋯}.} \end{array}$$

$$\begin{array}{cl} \frac{1}{1 + x^{3}} & {= \frac{1}{1 - \left( {\text{−}x^{3}} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x^{3}} \right)^{n}}} \\ & {= 1 - x^{3} + x^{6} - x^{9} + \text{⋯}.} \end{array}$$

Since this series converges if and only if $\left| {\text{−}x^{3}} \right| < 1,$ the interval of convergence is $\left( {-1,1} \right),$ and we have

由于该级数当且仅当 $\left| {\text{−}x^{3}} \right| < 1,$ 时收敛,故收敛区间为 $\left( {-1,1} \right),$,并且有

$$\frac{1}{1 + x^{3}} = 1 - x^{3} + x^{6} - x^{9} + \text{⋯}\ \text{for}\ |x| < 1.$$

$$\frac{1}{1 + x^{3}} = 1 - x^{3} + x^{6} - x^{9} + \text{⋯}\ \text{for}\ |x| < 1.$$

2. This function is not in the exact form of a sum of a geometric series. However, with a little algebraic manipulation, we can relate *f* to a geometric series. By factoring 4 out of the two terms in the denominator, we obtain

2. 这个函数并非严格呈几何级数和的形式。不过,经过一点代数变形,我们可以把 *f* 与几何级数联系起来。从分母的两项中提取因子 4,得到

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= \frac{x^{2}}{4\left( {1 - \frac{x^{2}}{4}} \right)}} \\ & {= \frac{x^{2}}{4\left( {1 - \left( \frac{x}{2} \right)^{2}} \right)}.} \end{array}$$

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= \frac{x^{2}}{4\left( {1 - \frac{x^{2}}{4}} \right)}} \\ & {= \frac{x^{2}}{4\left( {1 - \left( \frac{x}{2} \right)^{2}} \right)}.} \end{array}$$

Therefore, we have

于是我们有

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= \frac{x^{2}}{4\left( {1 - \left( \frac{x}{2} \right)^{2}} \right)}} \\ & {= \frac{\frac{x^{2}}{4}}{1 - \left( \frac{x}{2} \right)^{2}}} \\ & {= {\sum\limits_{n = 0}^{\infty}{\frac{x^{2}}{4}\left( \frac{x}{2} \right)^{2n}}}.} \end{array}$$

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= \frac{x^{2}}{4\left( {1 - \left( \frac{x}{2} \right)^{2}} \right)}} \\ & {= \frac{\frac{x^{2}}{4}}{1 - \left( \frac{x}{2} \right)^{2}}} \\ & {= {\sum\limits_{n = 0}^{\infty}{\frac{x^{2}}{4}\left( \frac{x}{2} \right)^{2n}}}.} \end{array}$$

The series converges as long as $\left| \left( \frac{x}{2} \right)^{2} \right| < 1$ (note that when $\left| \left( \frac{x}{2} \right)^{2} \right| = 1$ the series does not converge). Solving this inequality, we conclude that the interval of convergence is $\left( {-2,2} \right)$ and

只要 $\left| \left( \frac{x}{2} \right)^{2} \right| < 1$,该级数就收敛(注意当 $\left| \left( \frac{x}{2} \right)^{2} \right| = 1$ 时级数不收敛)。解这个不等式,我们得出收敛区间为 $\left( {-2,2} \right)$,并且

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 2}}{4^{n + 1}}}} \\ & {= \frac{x^{2}}{4} + \frac{x^{4}}{4^{2}} + \frac{x^{6}}{4^{3}} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \frac{x^{2}}{4 - x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 2}}{4^{n + 1}}}} \\ & {= \frac{x^{2}}{4} + \frac{x^{4}}{4^{2}} + \frac{x^{6}}{4^{3}} + \text{⋯}} \end{array}$$

for $|x| < 2.$

对 $|x| < 2.$ 成立。

Represent the function $f(x) = \frac{x^{3}}{2 - x}$ using a power series and find the interval of convergence.

用幂级数表示函数 $f(x) = \frac{x^{3}}{2 - x}$,并求其收敛区间。

In the remaining sections of this chapter, we will show ways of deriving power series representations for many other functions, and how we can make use of these representations to evaluate, differentiate, and integrate various functions.

在本章余下各节中,我们将展示如何为许多其他函数导出幂级数表示,以及如何利用这些表示来求值、求导与积分各类函数。

Section 6.1 Exercises 6.1 节习题

In the following exercises, state whether each statement is true, or give an example to show that it is false.

在以下习题中,判断下列各陈述为真还是为假;若为假,给出反例说明。

1.

1.

If $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ converges, then $a_{n}x^{n}\rightarrow 0$ as $n\rightarrow\infty.$

若 $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ 收敛,则 $a_{n}x^{n}\rightarrow 0$(当 $n\rightarrow\infty.$ 时)。

2\.

2\.

$\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ converges at $x = 0$ for any real numbers $a_{n}.$

$\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ converges at $x = 0$ for any real numbers $a_{n}.$

3.

3.

Given any sequence $a_{n},$ there is always some $R > 0,$ possibly very small, such that $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ converges on $\left( {\text{−}R,R} \right).$

对任意数列 $a_{n},$,总存在某个 $R > 0,$(可能很小),使得 $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ 在 $\left( {\text{−}R,R} \right).$ 上收敛。

4\.

4\.

If $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ has radius of convergence $R > 0$ and if $\left| b_{n} \right| \leq \left| a_{n} \right|$ for all *n*, then the radius of convergence of $\sum\limits_{n = 1}^{\infty}{b_{n}x^{n}}$ is greater than or equal to *R*.

若 $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ 的收敛半径为 $R > 0$,且对一切 *n* 有 $\left| b_{n} \right| \leq \left| a_{n} \right|$,则 $\sum\limits_{n = 1}^{\infty}{b_{n}x^{n}}$ 的收敛半径大于或等于 *R*。

5.

5.

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}\left( {x - 3} \right)^{n}}$ converges at $x = 6.$ At which of the following points might the series diverge? Use the fact that if $\sum{a_{n}\left( {x - c} \right)^{n}}$ converges at *x*, then it converges at any point closer to *c* than *x*.

设 $\sum\limits_{n = 0}^{\infty}{a_{n}\left( {x - 3} \right)^{n}}$ 在 $x = 6.$ 处收敛。下列哪些点处该级数可能发散?利用如下事实:若 $\sum{a_{n}\left( {x - c} \right)^{n}}$ 在 *x* 处收敛,则它在任何比 *x* 更接近 *c* 的点处都收敛。

1. $x = 1$

1. $x = 1$

2. $x = 2$

2. $x = 2$

3. $x = 3$

3. $x = 3$

4. $x = 0$

4. $x = 0$

5. $x = 5.99$

5. $x = 5.99$

6. $x = 0.000001$

6. $x = 0.000001$

6\.

6\.

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}\left( {x + 1} \right)^{n}}$ converges at $x = -2.$ At which of the following points must the series also converge? Use the fact that if $\sum{a_{n}\left( {x - c} \right)^{n}}$ converges at *x*, then it converges at any point closer to *c* than *x*.

设 $\sum\limits_{n = 0}^{\infty}{a_{n}\left( {x + 1} \right)^{n}}$ 在 $x = -2.$ 处收敛。下列哪些点处该级数必定也收敛?利用如下事实:若 $\sum{a_{n}\left( {x - c} \right)^{n}}$ 在 *x* 处收敛,则它在任何比 *x* 更接近 *c* 的点处都收敛。

1. $x = 2$

1. $x = 2$

2. $x = -1$

2. $x = -1$

3. $x = -3$

3. $x = -3$

4. $x = 0$

4. $x = 0$

5. $x = 0.99$

5. $x = 0.99$

6. $x = 0.000001$

6. $x = 0.000001$

In the following exercises, suppose that $\left| \frac{a_{n + 1}}{a_{n}} \right|\rightarrow 1$ as $n\rightarrow\infty.$ Find the radius of convergence for each series.

在以下习题中,设 $\left| \frac{a_{n + 1}}{a_{n}} \right|\rightarrow 1$(当 $n\rightarrow\infty.$)。求每个级数的收敛半径。

7.

7.

$\sum\limits_{n = 0}^{\infty}{a_{n}2^{n}x^{n}}$

$\sum\limits_{n = 0}^{\infty}{a_{n}2^{n}x^{n}}$

8\.

8\.

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}x^{n}}{2^{n}}$

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}x^{n}}{2^{n}}$

9.

9.

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}\pi^{n}x^{n}}{e^{n}}$

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}\pi^{n}x^{n}}{e^{n}}$

10\.

10\.

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}(-1)^{n}x^{n}}{10^{n}}$

$\sum\limits_{n = 0}^{\infty}\frac{a_{n}(-1)^{n}x^{n}}{10^{n}}$

11.

11.

$\sum\limits_{n = 0}^{\infty}{a_{n}(-1)^{n}x^{2n}}$

$\sum\limits_{n = 0}^{\infty}{a_{n}(-1)^{n}x^{2n}}$

12\.

12\.

$\sum\limits_{n = 0}^{\infty}{a_{n}(-4)^{n}x^{2n}}$

$\sum\limits_{n = 0}^{\infty}{a_{n}(-4)^{n}x^{2n}}$

In the following exercises, find the radius of convergence *R* and interval of convergence for $\sum{a_{n}x^{n}}$ with the given coefficients $a_{n}.$

在以下习题中,对系数为给定 $a_{n}.$ 的级数 $\sum{a_{n}x^{n}}$,求其收敛半径 *R* 与收敛区间。

13.

13.

$\sum\limits_{n = 1}^{\infty}\frac{\left( {2x} \right)^{n}}{n}$

$\sum\limits_{n = 1}^{\infty}\frac{\left( {2x} \right)^{n}}{n}$

14\.

14\.

$\sum\limits_{n = 1}^{\infty}{(-1)^{n}\frac{x^{n}}{\sqrt{n}}}$

$\sum\limits_{n = 1}^{\infty}{(-1)^{n}\frac{x^{n}}{\sqrt{n}}}$

15.

15.

$\sum\limits_{n = 1}^{\infty}\frac{nx^{n}}{2^{n}}$

$\sum\limits_{n = 1}^{\infty}\frac{nx^{n}}{2^{n}}$

16\.

16\.

$\sum\limits_{n = 1}^{\infty}\frac{nx^{n}}{e^{n}}$

$\sum\limits_{n = 1}^{\infty}\frac{nx^{n}}{e^{n}}$

17.

17.

$\sum\limits_{n = 1}^{\infty}\frac{n^{2}x^{n}}{2^{n}}$

$\sum\limits_{n = 1}^{\infty}\frac{n^{2}x^{n}}{2^{n}}$

18\.

18\.

$\sum\limits_{k = 1}^{\infty}\frac{k^{e}x^{k}}{e^{k}}$

$\sum\limits_{k = 1}^{\infty}\frac{k^{e}x^{k}}{e^{k}}$

19.

19.

$\sum\limits_{k = 1}^{\infty}\frac{\pi^{k}x^{k}}{k^{\pi}}$

$\sum\limits_{k = 1}^{\infty}\frac{\pi^{k}x^{k}}{k^{\pi}}$

20\.

20\.

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{n\text{!}}$

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{n\text{!}}$

21.

21.

$\sum\limits_{n = 1}^{\infty}\frac{10^{n}x^{n}}{n\text{!}}$

$\sum\limits_{n = 1}^{\infty}\frac{10^{n}x^{n}}{n\text{!}}$

22\.

22\.

${\sum\limits_{n = 1}^{\infty}(-1)^{n}}\frac{x^{n}}{\text{ln}\mspace{2mu}\left( {2n} \right)}$

${\sum\limits_{n = 1}^{\infty}(-1)^{n}}\frac{x^{n}}{\text{ln}\mspace{2mu}\left( {2n} \right)}$

In the following exercises, find the radius of convergence of each series.

在以下习题中,求每个级数的收敛半径。

23.

23.

$\sum\limits_{k = 1}^{\infty}\frac{\left( {k\text{!}} \right)^{2}x^{k}}{\left( {2k} \right)\text{!}}$

$\sum\limits_{k = 1}^{\infty}\frac{\left( {k\text{!}} \right)^{2}x^{k}}{\left( {2k} \right)\text{!}}$

24\.

24\.

$\sum\limits_{n = 1}^{\infty}\frac{\left( {2n} \right)\text{!}x^{n}}{n^{2n}}$

$\sum\limits_{n = 1}^{\infty}\frac{\left( {2n} \right)\text{!}x^{n}}{n^{2n}}$

25.

25.

${\sum\limits_{k = 1}^{\infty}\frac{k\text{!}}{1 \cdot 3 \cdot 5\text{⋯}\left( {2k - 1} \right)}}x^{k}$

${\sum\limits_{k = 1}^{\infty}\frac{k\text{!}}{1 \cdot 3 \cdot 5\text{⋯}\left( {2k - 1} \right)}}x^{k}$

26\.

26\.

$\sum\limits_{k = 1}^{\infty}{\frac{2 \cdot 4 \cdot 6\text{⋯}2k}{\left( {2k} \right)\text{!}}x^{k}}$

$\sum\limits_{k = 1}^{\infty}{\frac{2 \cdot 4 \cdot 6\text{⋯}2k}{\left( {2k} \right)\text{!}}x^{k}}$

27.

27.

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{\begin{pmatrix} {2n} \\ n \end{pmatrix}}$ where $\begin{pmatrix} n \\ k \end{pmatrix} = \frac{n\text{!}}{k\text{!}\left( {n - k} \right)\text{!}}$

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{\begin{pmatrix} {2n} \\ n \end{pmatrix}}$ 其中 $\begin{pmatrix} n \\ k \end{pmatrix} = \frac{n\text{!}}{k\text{!}\left( {n - k} \right)\text{!}}$

28\.

28\.

$\sum\limits_{n = 1}^{\infty}{\text{sin}^{2}nx^{n}}$

$\sum\limits_{n = 1}^{\infty}{\text{sin}^{2}nx^{n}}$

In the following exercises, use the ratio test to determine the radius of convergence of each series.

在以下习题中,用比值判别法确定每个级数的收敛半径。

29.

29.

$\sum\limits_{n = 1}^{\infty}{\frac{\left( {n\text{!}} \right)^{3}}{\left( {3n} \right)\text{!}}x^{n}}$

$\sum\limits_{n = 1}^{\infty}{\frac{\left( {n\text{!}} \right)^{3}}{\left( {3n} \right)\text{!}}x^{n}}$

30\.

30\.

$\sum\limits_{n = 1}^{\infty}{\frac{2^{3n}\left( {n\text{!}} \right)^{3}}{\left( {3n} \right)\text{!}}x^{n}}$

$\sum\limits_{n = 1}^{\infty}{\frac{2^{3n}\left( {n\text{!}} \right)^{3}}{\left( {3n} \right)\text{!}}x^{n}}$

31.

31.

$\sum\limits_{n = 1}^{\infty}{\frac{n\text{!}}{n^{n}}x^{n}}$

$\sum\limits_{n = 1}^{\infty}{\frac{n\text{!}}{n^{n}}x^{n}}$

32\.

32\.

$\sum\limits_{n = 1}^{\infty}{\frac{\left( {2n} \right)\text{!}}{n^{2n}}x^{n}}$

$\sum\limits_{n = 1}^{\infty}{\frac{\left( {2n} \right)\text{!}}{n^{2n}}x^{n}}$

In the following exercises, given that $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}}$ with convergence in $\left( {-1,1} \right),$ find the power series for each function with the given center *a*, and identify its interval of convergence.

在以下习题中,已知 $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}}$ 在 $\left( {-1,1} \right),$ 内收敛,求各函数在给定中心 *a* 处的幂级数,并指出其收敛区间。

33.

33.

$f(x) = \frac{1}{x};a = 1$ (*Hint*: $\frac{1}{x} = \frac{1}{1 - \left( {1 - x} \right)})$

$f(x) = \frac{1}{x};a = 1$(*提示*:$\frac{1}{x} = \frac{1}{1 - \left( {1 - x} \right)})$

34\.

34\.

$f(x) = \frac{1}{1 - x^{2}};a = 0$

$f(x) = \frac{1}{1 - x^{2}};a = 0$

35.

35.

$f(x) = \frac{x}{1 - x^{2}};a = 0$

$f(x) = \frac{x}{1 - x^{2}};a = 0$

36\.

36\.

$f(x) = \frac{1}{1 + x^{2}};a = 0$

$f(x) = \frac{1}{1 + x^{2}};a = 0$

37.

37.

$f(x) = \frac{x^{2}}{1 + x^{2}};a = 0$

$f(x) = \frac{x^{2}}{1 + x^{2}};a = 0$

38\.

38\.

$f(x) = \frac{1}{2 - x};a = 1$

$f(x) = \frac{1}{2 - x};a = 1$

39.

39.

$f(x) = \frac{1}{1 - 2x};a = 0.$

$f(x) = \frac{1}{1 - 2x};a = 0.$

40\.

40\.

$f(x) = \frac{1}{1 - 4x^{2}};a = 0$

$f(x) = \frac{1}{1 - 4x^{2}};a = 0$

41.

41.

$f(x) = \frac{x^{2}}{1 - 4x^{2}};a = 0$

$f(x) = \frac{x^{2}}{1 - 4x^{2}};a = 0$

42\.

42\.

$f(x) = \frac{x^{2}}{5 - 4x + x^{2}};a = 2$

$f(x) = \frac{x^{2}}{5 - 4x + x^{2}};a = 2$

Use the next exercise to find the radius of convergence of the given series in the subsequent exercises.

利用下一题来求其后各题所给级数的收敛半径。

43.

43.

Explain why, if $\left| a_{n} \right|^{1\text{/}n}\rightarrow r > 0,$ then $\left| {a_{n}x^{n}} \right|^{1\text{/}n}\rightarrow|x|r < 1$ whenever $|x| < \frac{1}{r}$ and, therefore, the radius of convergence of $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ is $R = \frac{1}{r}.$

说明:若 $\left| a_{n} \right|^{1\text{/}n}\rightarrow r > 0,$,则只要 $|x| < \frac{1}{r}$,就有 $\left| {a_{n}x^{n}} \right|^{1\text{/}n}\rightarrow|x|r < 1$,因此 $\sum\limits_{n = 1}^{\infty}{a_{n}x^{n}}$ 的收敛半径为 $R = \frac{1}{r}.$。

44\.

44\.

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{n^{n}}$

$\sum\limits_{n = 1}^{\infty}\frac{x^{n}}{n^{n}}$

45.

45.

$\sum\limits_{k = 1}^{\infty}{\left( \frac{k - 1}{2k + 3} \right)^{k}x^{k}}$

$\sum\limits_{k = 1}^{\infty}{\left( \frac{k - 1}{2k + 3} \right)^{k}x^{k}}$

46\.

46\.

$\sum\limits_{k = 1}^{\infty}{\left( \frac{2k^{2} - 1}{k^{2} + 3} \right)^{k}x^{k}}$

$\sum\limits_{k = 1}^{\infty}{\left( \frac{2k^{2} - 1}{k^{2} + 3} \right)^{k}x^{k}}$

47.

47.

${\sum\limits_{n = 1}^{\infty}a_{n}} = \left( {n^{1\text{/}n} - 1} \right)^{n}x^{n}$

${\sum\limits_{n = 1}^{\infty}a_{n}} = \left( {n^{1\text{/}n} - 1} \right)^{n}x^{n}$

48\.

48\.

Suppose that $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ such that $a_{n} = 0$ if *n* is even. Explain why $p(x) = - p\left( {\text{−}x} \right).$

设 $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 且当 *n* 为偶数时 $a_{n} = 0$。说明为何 $p(x) = - p\left( {\text{−}x} \right).$。

49.

49.

Suppose that $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ such that $a_{n} = 0$ if *n* is odd. Explain why $p(x) = p\left( {\text{−}x} \right).$

设 $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 且当 *n* 为奇数时 $a_{n} = 0$。说明为何 $p(x) = p\left( {\text{−}x} \right).$。

50\.

50\.

Suppose that $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ converges on $\left( {-1,1} \right\rbrack.$ Find the interval of convergence of $p\left( {Ax} \right).$

设 $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 在 $\left( {-1,1} \right\rbrack.$ 上收敛。求 $p\left( {Ax} \right).$ 的收敛区间。

51.

51.

Suppose that $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ converges on $\left( {-1,1} \right\rbrack.$ Find the interval of convergence of $p\left( {2x - 1} \right).$

设 $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 在 $\left( {-1,1} \right\rbrack.$ 上收敛。求 $p\left( {2x - 1} \right).$ 的收敛区间。

In the following exercises, suppose that $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ satisfies $\underset{n\rightarrow\infty}{\text{lim}}\frac{a_{n + 1}}{a_{n}} = 1$ where $a_{n} \geq 0$ for each *n*. State whether each series converges on the full interval $\left( {-1,1} \right),$ or if there is not enough information to draw a conclusion. Use the comparison test when appropriate.

在以下习题中,设 $p(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 满足 $\underset{n\rightarrow\infty}{\text{lim}}\frac{a_{n + 1}}{a_{n}} = 1$,其中对每个 *n* 有 $a_{n} \geq 0$。说明每个级数是否在整段区间 $\left( {-1,1} \right),$ 上收敛;若信息不足无法下结论,亦请说明。适当时使用比较判别法。

52\.

52\.

$\sum\limits_{n = 0}^{\infty}{a_{n}x^{2n}}$

$\sum\limits_{n = 0}^{\infty}{a_{n}x^{2n}}$

53.

53.

$\sum\limits_{n = 0}^{\infty}{a_{2n}x^{2n}}$

$\sum\limits_{n = 0}^{\infty}{a_{2n}x^{2n}}$

54\.

54\.

${\sum\limits_{n = 0}^{\infty}{a_{2n}x^{n}}}\ \left( {Hint\text{:}\ x = \text{±}\sqrt{x^{2}}} \right)$

${\sum\limits_{n = 0}^{\infty}{a_{2n}x^{n}}}\ \left( {Hint\text{:}\ x = \text{±}\sqrt{x^{2}}} \right)$

55.

55.

$\sum\limits_{n = 0}^{\infty}{a_{n^{2}}x^{n^{2}}}$ (*Hint*: Let $b_{k} = a_{k}$ if $k = n^{2}$ for some *n*, otherwise $b_{k} = 0.)$

$\sum\limits_{n = 0}^{\infty}{a_{n^{2}}x^{n^{2}}}$(*提示*:若对某个 *n* 有 $k = n^{2}$,令 $b_{k} = a_{k}$,否则令 $b_{k} = 0.)$。)

56\.

56\.

Suppose that $p(x)$ is a polynomial of degree *N*. Find the radius and interval of convergence of ${\sum\limits_{n = 1}^{\infty}{p(n)x^{n}}}.$

设 $p(x)$ 是次数为 *N* 的多项式。求 ${\sum\limits_{n = 1}^{\infty}{p(n)x^{n}}}.$ 的收敛半径与收敛区间。

57.

57.

\[T\] Plot the graphs of $\frac{1}{1 - x}$ and of the partial sums $S_{N} = {\sum\limits_{n = 0}^{N}x^{n}}$ for $n = 10,20,30$ on the interval $\left\lbrack {-0.99,0.99} \right\rbrack.$ Comment on the approximation of $\frac{1}{1 - x}$ by $S_{N}$ near $x = -1$ and near $x = 1$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-0.99,0.99} \right\rbrack.$ 上绘制 $\frac{1}{1 - x}$ 与部分和 $S_{N} = {\sum\limits_{n = 0}^{N}x^{n}}$($n = 10,20,30$)的图像。随着 *N* 增大,说明 $S_{N}$ 在 $x = -1$ 与 $x = 1$ 附近对 $\frac{1}{1 - x}$ 的逼近情况。

58\.

58\.

\[T\] Plot the graphs of $\text{−}\text{ln}\mspace{2mu}\left( {1 - x} \right)$ and of the partial sums $S_{N} = {\sum\limits_{n = 1}^{N}\frac{x^{n}}{n}}$ for $n = 10,50,100$ on the interval $\left\lbrack {-0.99,0.99} \right\rbrack.$ Comment on the behavior of the sums near $x = -1$ and near $x = 1$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-0.99,0.99} \right\rbrack.$ 上绘制 $\text{−}\text{ln}\mspace{2mu}\left( {1 - x} \right)$ 与部分和 $S_{N} = {\sum\limits_{n = 1}^{N}\frac{x^{n}}{n}}$($n = 10,50,100$)的图像。随着 *N* 增大,说明这些和在 $x = -1$ 与 $x = 1$ 附近的行为。

59.

59.

\[T\] Plot the graphs of the partial sums $S_{n} = {\sum\limits_{n = 1}^{N}\frac{x^{n}}{n^{2}}}$ for $n = 10,50,100$ on the interval $\left\lbrack {-0.99,0.99} \right\rbrack.$ Comment on the behavior of the sums near $x = -1$ and near $x = 1$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-0.99,0.99} \right\rbrack.$ 上绘制部分和 $S_{n} = {\sum\limits_{n = 1}^{N}\frac{x^{n}}{n^{2}}}$($n = 10,50,100$)的图像。随着 *N* 增大,说明这些和在 $x = -1$ 与 $x = 1$ 附近的行为。

60\.

60\.

\[T\] Plot the graphs of the partial sums $S_{N} = {\sum\limits_{n = 1}^{N}{\text{sin}\mspace{2mu} nx^{n}}}$ for $n = 10,50,100$ on the interval $\left\lbrack {-0.99,0.99} \right\rbrack.$ Comment on the behavior of the sums near $x = -1$ and near $x = 1$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-0.99,0.99} \right\rbrack.$ 上绘制部分和 $S_{N} = {\sum\limits_{n = 1}^{N}{\text{sin}\mspace{2mu} nx^{n}}}$($n = 10,50,100$)的图像。随着 *N* 增大,说明这些和在 $x = -1$ 与 $x = 1$ 附近的行为。

61.

61.

\[T\] Plot the graphs of the partial sums $S_{N} = {\sum\limits_{n = 0}^{N}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}}$ for $n = 3,5,10$ on the interval $\left\lbrack {-2\pi,2\pi} \right\rbrack.$ Comment on how these plots approximate $\text{sin}\mspace{2mu} x$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-2\pi,2\pi} \right\rbrack.$ 上绘制部分和 $S_{N} = {\sum\limits_{n = 0}^{N}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}}$($n = 3,5,10$)的图像。随着 *N* 增大,说明这些图像如何逼近 $\text{sin}\mspace{2mu} x$。

62\.

62\.

\[T\] Plot the graphs of the partial sums $S_{N} = {\sum\limits_{n = 0}^{N}{(-1)^{n}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}}$ for $n = 3,5,10$ on the interval $\left\lbrack {-2\pi,2\pi} \right\rbrack.$ Comment on how these plots approximate $\text{cos}\mspace{2mu} x$ as *N* increases.

\[T\] 在区间 $\left\lbrack {-2\pi,2\pi} \right\rbrack.$ 上绘制部分和 $S_{N} = {\sum\limits_{n = 0}^{N}{(-1)^{n}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}}$($n = 3,5,10$)的图像。随着 *N* 增大,说明这些图像如何逼近 $\text{cos}\mspace{2mu} x$。

6.2 Properties of Power Series 6.2 幂级数的性质

In the preceding section on power series and functions we showed how to represent certain functions using power series. In this section we discuss how power series can be combined, differentiated, or integrated to create new power series. This capability is particularly useful for a couple of reasons. First, it allows us to find power series representations for certain elementary functions, by writing those functions in terms of functions with known power series. For example, given the power series representation for $f(x) = \frac{1}{1 - x},$ we can find a power series representation for $f^{\prime}(x) = \frac{1}{\left( {1 - x} \right)^{2}}.$ Second, being able to create power series allows us to define new functions that cannot be written in terms of elementary functions. This capability is particularly useful for solving differential equations for which there is no solution in terms of elementary functions.

在前面关于幂级数与函数的章节中,我们展示了如何用幂级数表示某些函数。本节我们讨论如何对已知幂级数进行组合、求导或积分,以构造新的幂级数。这种能力特别有用,原因有几点。首先,它使我们得以把某些函数写成具有已知幂级数展开的函数,从而求得这些初等函数的幂级数表示。例如,已知 $f(x) = \frac{1}{1 - x}$ 的幂级数表示,我们就能求得 $f^{\prime}(x) = \frac{1}{\left( {1 - x} \right)^{2}}$ 的幂级数表示。其次,能够构造幂级数使我们得以定义那些无法用初等函数表示的新函数。这种能力对于求解没有初等函数解的微分方程特别有用。

Combining Power Series 幂级数的组合

If we have two power series with the same interval of convergence, we can add or subtract the two series to create a new power series, also with the same interval of convergence. Similarly, we can multiply a power series by a power of *x* or evaluate a power series at $x^{m}$ for a positive integer *m* to create a new power series. Being able to do this allows us to find power series representations for certain functions by using power series representations of other functions. For example, since we know the power series representation for $f(x) = \frac{1}{1 - x},$ we can find power series representations for related functions, such as

若有两个具有相同收敛区间的幂级数,我们可以把这两个级数相加或相减,从而构造一个新的幂级数,其收敛区间同样相同。类似地,我们可以把幂级数乘以 *x* 的幂,或在 $x^{m}$(*m* 为正整数)处求值,以构造新的幂级数。掌握这一操作使我们得以利用其他函数的幂级数表示,求得某些函数的幂级数表示。例如,既然我们已知 $f(x) = \frac{1}{1 - x}$ 的幂级数表示,我们就能求得相关函数(如)的幂级数表示:

$$y = \frac{3x}{1 - x^{2}}\ \text{and}\ y = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}.$$

$$y = \frac{3x}{1 - x^{2}}\ \text{and}\ y = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}.$$

In Combining Power Series we state results regarding addition or subtraction of power series, composition of a power series, and multiplication of a power series by a power of the variable. For simplicity, we state the theorem for power series centered at $x = 0.$ Similar results hold for power series centered at $x = a.$

在「幂级数的组合」中,我们陈述了关于幂级数的加法与减法、幂级数的复合,以及幂级数乘以变量的幂的结果。为简便起见,我们对以 $x = 0$ 为中心的幂级数陈述该定理。对于以 $x = a$ 为中心的幂级数,类似结论同样成立。

Combining Power Series 幂级数的组合

Suppose that the two power series $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ converge to the functions *f* and *g*, respectively, on a common interval *I*.

设两个幂级数 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ 分别在区间 *I* 上收敛到函数 *f* 与 *g*。

1. The power series $\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} \pm d_{n}x^{n}} \right)$ converges to $f \pm g$ on *I*.

1. 幂级数 $\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} \pm d_{n}x^{n}} \right)$ 在 *I* 上收敛到 $f \pm g$。

2. For any integer $m \geq 0$ and any real number *b*, the power series $\sum\limits_{n = 0}^{\infty}{bx^{m}c_{n}x^{n}}$ converges to $bx^{m}f(x)$ on *I*.

2. 对任意整数 $m \geq 0$ 与任意实数 *b*,幂级数 $\sum\limits_{n = 0}^{\infty}{bx^{m}c_{n}x^{n}}$ 在 *I* 上收敛到 $bx^{m}f(x)$。

3. For any integer $m \geq 0$ and any real number *b*, the series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {bx^{m}} \right)^{n}}$ converges to $f\left( {bx^{m}} \right)$ for all *x* such that $bx^{m}$ is in *I*.

3. 对任意整数 $m \geq 0$ 与任意实数 *b*,级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {bx^{m}} \right)^{n}}$ 对所有满足 $bx^{m} \in I$ 的 *x* 收敛到 $f\left( {bx^{m}} \right)$。

Proof 证明

We prove i. in the case of the series ${\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)}.$ Suppose that $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ converge to the functions *f* and *g*, respectively, on the interval *I*. Let *x* be a point in *I* and let $S_{N}(x)$ and $T_{N}(x)$ denote the *N*th partial sums of the series $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and ${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}},$ respectively. Then the sequence $\left\{ {S_{N}(x)} \right\}$ converges to $f(x)$ and the sequence $\left\{ {T_{N}(x)} \right\}$ converges to $g(x).$ Furthermore, the *N*th partial sum of $\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)$ is

我们证明 i. 在级数 ${\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)}$ 的情形。设 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ 分别在区间 *I* 上收敛到函数 *f* 与 *g*。取 *x* 为 *I* 中一点,令 $S_{N}(x)$ 与 $T_{N}(x)$ 分别表示级数 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 ${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}}$ 的第 *N* 个部分和。于是数列 $\left\{ {S_{N}(x)} \right\}$ 收敛到 $f(x)$,数列 $\left\{ {T_{N}(x)} \right\}$ 收敛到 $g(x)$。此外,$\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)$ 的第 *N* 个部分和为

$$\begin{array}{cl} {\sum\limits_{n = 0}^{N}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)} & {= {\sum\limits_{n = 0}^{N}{c_{n}x^{n}}} + {\sum\limits_{n = 0}^{N}{d_{n}x^{n}}}} \\ & {= S_{N}(x) + T_{N}(x).} \end{array}$$

$$\begin{array}{cl} {\sum\limits_{n = 0}^{N}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)} & {= {\sum\limits_{n = 0}^{N}{c_{n}x^{n}}} + {\sum\limits_{n = 0}^{N}{d_{n}x^{n}}}} \\ & {= S_{N}(x) + T_{N}(x).} \end{array}$$

Because

因为

$$\begin{array}{cl} {\underset{N\rightarrow\infty}{\text{lim}}\left( {S_{N}(x) + T_{N}(x)} \right)} & {= \underset{N\rightarrow\infty}{\text{lim}}S_{N}(x) + \underset{N\rightarrow\infty}{\text{lim}}T_{N}(x)} \\ & {= f(x) + g(x),} \end{array}$$

$$\begin{array}{cl} {\underset{N\rightarrow\infty}{\text{lim}}\left( {S_{N}(x) + T_{N}(x)} \right)} & {= \underset{N\rightarrow\infty}{\text{lim}}S_{N}(x) + \underset{N\rightarrow\infty}{\text{lim}}T_{N}(x)} \\ & {= f(x) + g(x),} \end{array}$$

we conclude that the series $\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)$ converges to $f(x) + g(x)~\text{on}~I.$

我们由此断定,级数 $\sum\limits_{n = 0}^{\infty}\left( {c_{n}x^{n} + d_{n}x^{n}} \right)$ 收敛到 $f(x) + g(x)~\text{on}~I$。

We examine products of power series in a later theorem. First, we show several applications of Combining Power Series and how to find the interval of convergence of a power series given the interval of convergence of a related power series.

我们将在后面的定理中讨论幂级数的乘积。首先,我们展示「幂级数的组合」的几个应用,并说明如何在已知相关幂级数收敛区间的情况下,求该幂级数的收敛区间。

Combining Power Series 幂级数的组合

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ is a power series whose interval of convergence is $\left( {-1,1} \right),$ and suppose that $\sum\limits_{n = 0}^{\infty}{b_{n}x^{n}}$ is a power series whose interval of convergence is $\left( {-2,2} \right).$

设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 是一个收敛区间为 $\left( {-1,1} \right)$ 的幂级数,并设 $\sum\limits_{n = 0}^{\infty}{b_{n}x^{n}}$ 是一个收敛区间为 $\left( {-2,2} \right)$ 的幂级数。

1. Find the interval of convergence of the series ${\sum\limits_{n = 0}^{\infty}\left( {a_{n}x^{n} + b_{n}x^{n}} \right)}.$

1. 求级数 ${\sum\limits_{n = 0}^{\infty}\left( {a_{n}x^{n} + b_{n}x^{n}} \right)}$ 的收敛区间。

2. Find the interval of convergence of the series ${\sum\limits_{n = 0}^{\infty}{a_{n}3^{n}x^{n}}}.$

2. 求级数 ${\sum\limits_{n = 0}^{\infty}{a_{n}3^{n}x^{n}}}$ 的收敛区间。

Solution 解答

1. Since the interval $\left( {-1,1} \right)$ is a common interval of convergence of the series $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ and ${\sum\limits_{n = 0}^{\infty}{b_{n}x^{n}}},$ the interval of convergence of the series $\sum\limits_{n = 0}^{\infty}\left( {a_{n}x^{n} + b_{n}x^{n}} \right)$ is $\left( {-1,1} \right).$

1. 由于 $\left( {-1,1} \right)$ 是级数 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 与 ${\sum\limits_{n = 0}^{\infty}{b_{n}x^{n}}}$ 的公共收敛区间,级数 $\sum\limits_{n = 0}^{\infty}\left( {a_{n}x^{n} + b_{n}x^{n}} \right)$ 的收敛区间为 $\left( {-1,1} \right)$。

2. Since $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ is a power series centered at zero with radius of convergence 1, it converges for all *x* in the interval $\left( {-1,1} \right).$ By Combining Power Series, the series

2. 由于 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 是一个以零为中心、收敛半径为 1 的幂级数,它在区间 $\left( {-1,1} \right)$ 内对所有 *x* 收敛。由「幂级数的组合」可知,级数

$${\sum\limits_{n = 0}^{\infty}{a_{n}3^{n}x^{n}}} = {\sum\limits_{n = 0}^{\infty}{a_{n}\left( {3x} \right)^{n}}}$$

$${\sum\limits_{n = 0}^{\infty}{a_{n}3^{n}x^{n}}} = {\sum\limits_{n = 0}^{\infty}{a_{n}\left( {3x} \right)^{n}}}$$

converges if 3*x* is in the interval $\left( {-1,1} \right).$ Therefore, the series converges for all *x* in the interval $\left( {- \frac{1}{3},\frac{1}{3}} \right).$

在 3*x* 属于区间 $\left( {-1,1} \right)$ 时收敛。因此,该级数在区间 $\left( {- \frac{1}{3},\frac{1}{3}} \right)$ 内对所有 *x* 收敛。

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ has an interval of convergence of $\left( {-1,1} \right).$ Find the interval of convergence of ${\sum\limits_{n = 0}^{\infty}{a_{n}\left( \frac{x}{2} \right)^{n}}}.$

设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 的收敛区间为 $\left( {-1,1} \right)$。求 ${\sum\limits_{n = 0}^{\infty}{a_{n}\left( \frac{x}{2} \right)^{n}}}$ 的收敛区间。

In the next example, we show how to use Combining Power Series and the power series for a function *f* to construct power series for functions related to *f*. Specifically, we consider functions related to the function $f(x) = \frac{1}{1 - x}$ and we use the fact that

在下例中,我们展示如何利用「幂级数的组合」以及函数 *f* 的幂级数,为与 *f* 相关的函数构造幂级数。具体地,我们考察与函数 $f(x) = \frac{1}{1 - x}$ 相关的函数,并利用如下事实:

$$\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}} = 1 + x + x^{2} + x^{3} + \text{⋯}$$

$$\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}} = 1 + x + x^{2} + x^{3} + \text{⋯}$$

for $|x| < 1.$

当 $|x| < 1$ 时成立。

Constructing Power Series from Known Power Series 由已知幂级数构造幂级数

Use the power series representation for $f(x) = \frac{1}{1 - x}$ combined with Combining Power Series to construct a power series for each of the following functions. Find the interval of convergence of the power series.

利用 $f(x) = \frac{1}{1 - x}$ 的幂级数表示,结合「幂级数的组合」,为下列各个函数构造幂级数。求该幂级数的收敛区间。

1. $f(x) = \frac{3x}{1 + x^{2}}$

1. $f(x) = \frac{3x}{1 + x^{2}}$

2. $f(x) = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}$

2. $f(x) = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}$

Solution 解答

1. First write $f(x)$ as

1. 首先将 $f(x)$ 写为

$$f(x) = 3x\left( \frac{1}{1 - \left( {\text{−}x^{2}} \right)} \right).$$

$$f(x) = 3x\left( \frac{1}{1 - \left( {\text{−}x^{2}} \right)} \right).$$

Using the power series representation for $f(x) = \frac{1}{1 - x}$ and parts ii. and iii. of Combining Power Series, we find that a power series representation for *f* is given by

利用 $f(x) = \frac{1}{1 - x}$ 的幂级数表示,以及「幂级数的组合」的第 ii. 与第 iii. 部分,我们求得 *f* 的一个幂级数表示为

$${\sum\limits_{n = 0}^{\infty}{3x\left( {\text{−}x^{2}} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{3(-1)^{n}x^{2n + 1}}}.$$

$${\sum\limits_{n = 0}^{\infty}{3x\left( {\text{−}x^{2}} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{3(-1)^{n}x^{2n + 1}}}.$$

Since the interval of convergence of the series for $\frac{1}{1 - x}$ is $\left( {-1,1} \right),$ the interval of convergence for this new series is the set of real numbers *x* such that $\left| x^{2} \right| < 1.$ Therefore, the interval of convergence is $\left( {-1,1} \right).$

由于 $\frac{1}{1 - x}$ 的级数收敛区间为 $\left( {-1,1} \right)$,这个新级数的收敛区间就是满足 $\left| x^{2} \right| < 1$ 的实数 *x* 的集合。因此,收敛区间为 $\left( {-1,1} \right)$。

2. To find the power series representation, use partial fractions to write $f(x) = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}$ as the sum of two fractions. We have

2. 为求幂级数表示,用部分分式把 $f(x) = \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)}$ 写成两个分式之和。我们有

$$\begin{array}{cl} \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)} & {= \frac{\text{−}{1\text{/}2}}{x - 1} + \frac{1\text{/}2}{x - 3}} \\ & {= \frac{1\text{/}2}{1 - x} - \frac{1\text{/}2}{3 - x}} \\ & {= \frac{1\text{/}2}{1 - x} - \frac{1\text{/}6}{1 - \frac{x}{3}}.} \end{array}$$

$$\begin{array}{cl} \frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)} & {= \frac{\text{−}{1\text{/}2}}{x - 1} + \frac{1\text{/}2}{x - 3}} \\ & {= \frac{1\text{/}2}{1 - x} - \frac{1\text{/}2}{3 - x}} \\ & {= \frac{1\text{/}2}{1 - x} - \frac{1\text{/}6}{1 - \frac{x}{3}}.} \end{array}$$

First, using part ii. of Combining Power Series, we obtain

首先,利用「幂级数的组合」的第 ii. 部分,我们得到

$$\frac{1\text{/}2}{1 - x} = {\sum\limits_{n = 0}^{\infty}{\frac{1}{2}x^{n}}}\ \text{for}\ |x| < 1.$$

$$\frac{1\text{/}2}{1 - x} = {\sum\limits_{n = 0}^{\infty}{\frac{1}{2}x^{n}}}\ \text{for}\ |x| < 1.$$

Then, using parts ii. and iii. of Combining Power Series, we have

接着,利用「幂级数的组合」的第 ii. 与第 iii. 部分,我们有

$$\frac{1\text{/}6}{1 - {x\text{/}3}} = {\sum\limits_{n = 0}^{\infty}{\frac{1}{6}\left( \frac{x}{3} \right)^{n}}}\ \text{for}\ |x| < 3.$$

$$\frac{1\text{/}6}{1 - {x\text{/}3}} = {\sum\limits_{n = 0}^{\infty}{\frac{1}{6}\left( \frac{x}{3} \right)^{n}}}\ \text{for}\ |x| < 3.$$

Since we are combining these two power series, the interval of convergence of the difference must be the smaller of these two intervals. Using this fact and part i. of Combining Power Series, we have

由于我们正组合这两个幂级数,其差的收敛区间必为这两个区间中较小的那个。利用这一事实以及「幂级数的组合」的第 i. 部分,我们有

$$\frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)} = {\sum\limits_{n = 0}^{\infty}{\left( {\frac{1}{2} - \frac{1}{6 \cdot 3^{n}}} \right)x^{n}}}$$

$$\frac{1}{\left( {x - 1} \right)\left( {x - 3} \right)} = {\sum\limits_{n = 0}^{\infty}{\left( {\frac{1}{2} - \frac{1}{6 \cdot 3^{n}}} \right)x^{n}}}$$

where the interval of convergence is $\left( {-1,1} \right).$

其收敛区间为 $\left( {-1,1} \right)$。

Use the series for $f(x) = \frac{1}{1 - x}$ on $|x| < 1$ to construct a series for $\frac{1}{\left( {1 - x} \right)\left( {x - 2} \right)}.$ Determine the interval of convergence.

利用 $f(x) = \frac{1}{1 - x}$ 在 $|x| < 1$ 上的级数,为 $\frac{1}{\left( {1 - x} \right)\left( {x - 2} \right)}$ 构造一个级数。确定其收敛区间。

In Example 6.5, we showed how to find power series for certain functions. In Example 6.6 we show how to do the opposite: given a power series, determine which function it represents.

在示例 6.5 中,我们展示了如何为某些函数求幂级数。在示例 6.6 中,我们将展示相反的过程:给定一个幂级数,确定它所表示的函数。

Finding the Function Represented by a Given Power Series 求给定幂级数所表示的函数

Consider the power series ${\sum\limits_{n = 0}^{\infty}{2^{n}x^{n}}}.$ Find the function *f* represented by this series. Determine the interval of convergence of the series.

考虑幂级数 ${\sum\limits_{n = 0}^{\infty}{2^{n}x^{n}}}$。求此级数所表示的函数 *f*。确定该级数的收敛区间。

Solution 解答

Writing the given series as

把所给级数写为

$${\sum\limits_{n = 0}^{\infty}{2^{n}x^{n}}} = {\sum\limits_{n = 0}^{\infty}\left( {2x} \right)^{n}},$$

$${\sum\limits_{n = 0}^{\infty}{2^{n}x^{n}}} = {\sum\limits_{n = 0}^{\infty}\left( {2x} \right)^{n}},$$

we can recognize this series as the power series for

我们可以认出该级数是如下函数的幂级数:

$$f(x) = \frac{1}{1 - 2x}.$$

$$f(x) = \frac{1}{1 - 2x}.$$

Since this is a geometric series, the series converges if and only if $\left| {2x} \right| < 1.$ Therefore, the interval of convergence is $\left( {- \frac{1}{2},\frac{1}{2}} \right).$

由于这是几何级数,该级数收敛当且仅当 $\left| {2x} \right| < 1$。因此,收敛区间为 $\left( {- \frac{1}{2},\frac{1}{2}} \right)$。

Find the function represented by the power series ${\sum\limits_{n = 0}^{\infty}{\frac{1}{3^{n}}x^{n}}}.$ Determine its interval of convergence.

求幂级数 ${\sum\limits_{n = 0}^{\infty}{\frac{1}{3^{n}}x^{n}}}$ 所表示的函数。确定其收敛区间。

Recall the questions posed in the chapter opener about which is the better way of receiving payouts from lottery winnings. We now revisit those questions and show how to use series to compare values of payments over time with a lump sum payment today. We will compute how much future payments are worth in terms of today's dollars, assuming we have the ability to invest winnings and earn interest. The value of future payments in terms of today's dollars is known as the *present value* of those payments.

请回想本章开篇提出的关于彩票奖金哪种领取方式更优的问题。我们现在重新讨论这些问题,并展示如何用级数把随时间的分期付款价值与今天的一次性总额付款进行比较。我们将计算未来各期付款按今天美元价值折算为多少,假定我们能够将奖金进行投资并获得利息。未来付款按今天美元价值折算的值,称为这些付款的*现值*。

Chapter Opener: Present Value of Future Winnings 章首问题:未来奖金的现值

Suppose you win the lottery and are given the following three options: (1) Receive 20 million dollars today; (2) receive 1.5 million dollars per year over the next 20 years; or (3) receive 1 million dollars per year indefinitely (being passed on to your heirs). Which is the best deal, assuming that the annual interest rate is 5%? We answer this by working through the following sequence of questions.

假设你中了彩票,并面临以下三种选择:(1) 今天领取 2000 万美元;(2) 在今后 20 年中每年领取 150 万美元;或 (3) 每年领取 100 万美元,无限期地领取(可传给继承人)。假定年利率为 5%,哪种方案最划算?我们将通过依次解答下列问题来回答。

1. How much is the 1.5 million dollars received annually over the course of 20 years worth in terms of today's dollars, assuming an annual interest rate of 5%?

1. 在年利率 5% 的假定下,今后 20 年中每年领取的 150 万美元,按今天美元价值折算价值多少?

2. Use the answer to part a. to find a general formula for the present value of payments of *C* dollars received each year over the next *n* years, assuming an average annual interest rate *r*.

2. 利用 (a) 的答案,求出今后 *n* 年中每年领取 *C* 美元付款的现值的一般公式,假定平均年利率为 *r*。

3. Find a formula for the present value if annual payments of *C* dollars continue indefinitely, assuming an average annual interest rate *r*.

3. 若每年 *C* 美元的付款无限期持续,求其现值的公式,假定平均年利率为 *r*。

4. Use the answer to part c. to determine the present value of 1 million dollars paid annually indefinitely.

4. 利用 (c) 的答案,确定每年支付 100 万美元、无限期持续时的现值。

5. Use your answers to parts a. and d. to determine which of the three options is best.

5. 利用 (a) 与 (d) 的答案,确定三种方案中哪一种最优。

Solution 解答

1. Consider the payment of 1.5 million dollars made at the end of the first year. If you were able to receive that payment today instead of one year from now, you could invest that money and earn 5% interest. Therefore, the present value of that money *P*1 satisfies $P_{1}\left( {1 + 0.05} \right) = 1.5\ \text{million dollars}.$ We conclude that

1. 考虑第一年末支付的 150 万美元。如果你今天就能收到这笔钱而非一年后,你就可以投资这笔钱并获得 5% 的利息。因此,这笔钱的现值 *P*1 满足 $P_{1}\left( {1 + 0.05} \right) = 1.5\ \text{million dollars}$。我们由此得到

$$P_{1} = \frac{1.5}{1.05} = \text{\$}1.429\ \text{million dollars}\text{.}$$

$$P_{1} = \frac{1.5}{1.05} = \text{\$}1.429\ \text{million dollars}\text{.}$$

Similarly, consider the payment of 1.5 million dollars made at the end of the second year. If you were able to receive that payment today, you could invest that money for two years, earning 5% interest, compounded annually. Therefore, the present value of that money *P*2 satisfies $P_{2}\left( {1 + 0.05} \right)^{2} = 1.5\ \text{million dollars}.$ We conclude that

类似地,考虑第二年末支付的 150 万美元。如果你今天就能收到这笔钱,你可以投资两年,按年复利获得 5% 利息。因此,这笔钱的现值 *P*2 满足 $P_{2}\left( {1 + 0.05} \right)^{2} = 1.5\ \text{million dollars}$。我们由此得到

$$P_{2} = \frac{1.5}{(1.05)^{2}} = \text{\$}1.361\ \text{million dollars}\text{.}$$

$$P_{2} = \frac{1.5}{(1.05)^{2}} = \text{\$}1.361\ \text{million dollars}\text{.}$$

The value of the future payments today is the sum of the present values $P_{1},P_{2},\text{…},P_{20}$ of each of those annual payments. The present value *Pk* satisfies

这些未来付款在今天的现值是每年付款各自现值 $P_{1},P_{2},\text{…},P_{20}$ 之和。现值 *Pk* 满足

$$P_{k} = \frac{1.5}{(1.05)^{k}}.$$

$$P_{k} = \frac{1.5}{(1.05)^{k}}.$$

Therefore,

因此,

$$\begin{array}{cl} P & {= \frac{1.5}{1.05} + \frac{1.5}{(1.05)^{2}} + \text{⋯} + \frac{1.5}{(1.05)^{20}}} \\ & {= \text{\$}18.693\ \text{million dollars}\text{.}} \end{array}$$

$$\begin{array}{cl} P & {= \frac{1.5}{1.05} + \frac{1.5}{(1.05)^{2}} + \text{⋯} + \frac{1.5}{(1.05)^{20}}} \\ & {= \text{\$}18.693\ \text{million dollars}\text{.}} \end{array}$$

2. Using the result from part a. we see that the present value *P* of *C* dollars paid annually over the course of *n* years, assuming an annual interest rate *r*, is given by

2. 利用 (a) 的结果可知,在年利率 *r* 下,*n* 年中每年支付 *C* 美元的现值 *P* 由下式给出

$$P = \frac{C}{1 + r} + \frac{C}{\left( {1 + r} \right)^{2}} + \text{⋯} + \frac{C}{\left( {1 + r} \right)^{n}}\ \text{dollars}\text{.}$$

$$P = \frac{C}{1 + r} + \frac{C}{\left( {1 + r} \right)^{2}} + \text{⋯} + \frac{C}{\left( {1 + r} \right)^{n}}\ \text{dollars}\text{.}$$

3. Using the result from part b. we see that the present value of an annuity that continues indefinitely is given by the infinite series

3. 利用 (b) 的结果可知,无限期持续的年金的现值由如下无穷级数给出

$$P = {\sum\limits_{n = 0}^{\infty}\frac{C}{\left( {1 + r} \right)^{n + 1}}}.$$

$$P = {\sum\limits_{n = 0}^{\infty}\frac{C}{\left( {1 + r} \right)^{n + 1}}}.$$

We can view the present value as a power series in *r*, which converges as long as $\left| \frac{1}{1 + r} \right| < 1.$ Since $r > 0,$ this series converges. Rewriting the series as

我们可以把现值看成关于 *r* 的幂级数,只要 $\left| \frac{1}{1 + r} \right| < 1$ 它就收敛。由于 $r > 0$,该级数收敛。把级数改写为

$$P = \frac{C}{\left( {1 + r} \right)}{\sum\limits_{n = 0}^{\infty}\left( \frac{1}{1 + r} \right)^{n}},$$

$$P = \frac{C}{\left( {1 + r} \right)}{\sum\limits_{n = 0}^{\infty}\left( \frac{1}{1 + r} \right)^{n}},$$

we recognize this series as the power series for

我们认出该级数是如下函数的幂级数

$$f(r) = \frac{1}{1 - \left( \frac{1}{1 + r} \right)} = \frac{1}{\left( \frac{r}{1 + r} \right)} = \frac{1 + r}{r}.$$

$$f(r) = \frac{1}{1 - \left( \frac{1}{1 + r} \right)} = \frac{1}{\left( \frac{r}{1 + r} \right)} = \frac{1 + r}{r}.$$

We conclude that the present value of this annuity is

我们由此断定,该年金的现值为

$$P = \frac{C}{1 + r} \cdot \frac{1 + r}{r} = \frac{C}{r}.$$

$$P = \frac{C}{1 + r} \cdot \frac{1 + r}{r} = \frac{C}{r}.$$

4. From the result to part c. we conclude that the present value *P* of $C = 1\ \text{million dollars}$ paid out every year indefinitely, assuming an annual interest rate $r = 0.05,$ is given by

4. 由 (c) 的结果我们断定,在年利率 $r = 0.05$ 下,每年无限期支付 $C = 1\ \text{million dollars}$ 的现值 *P* 由下式给出

$$P = \frac{1}{0.05} = 20\ \text{million dollars}\text{.}$$

$$P = \frac{1}{0.05} = 20\ \text{million dollars}\text{.}$$

5. From part a. we see that receiving \$1.5 million dollars over the course of 20 years is worth \$18.693 million dollars in today's dollars. From part d. we see that receiving \$1 million dollars per year indefinitely is worth \$20 million dollars in today's dollars. Therefore, either receiving a lump-sum payment of \$20 million dollars today or receiving \$1 million dollars indefinitely have the same present value.

5. 由 (a) 可知,20 年间领取 150 万美元按今天美元价值折算为 1869.3 万美元。由 (d) 可知,每年无限期领取 100 万美元按今天美元价值折算为 2000 万美元。因此,今天一次性领取 2000 万美元,与无限期每年领取 100 万美元,二者现值相同。

Multiplication of Power Series 幂级数的乘法

We can also create new power series by multiplying power series. Being able to multiply two power series provides another way of finding power series representations for functions.

我们还可以通过对幂级数相乘来构造新的幂级数。能够进行两个幂级数的相乘,为求函数的幂级数表示提供了另一种途径。

The way we multiply them is similar to how we multiply polynomials. For example, suppose we want to multiply

幂级数的相乘方式类似于多项式的相乘。例如,设我们要将下两式相乘

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$

$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$

and

以及

$${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}} = d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}.$$

$${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}} = d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}.$$

It appears that the product should satisfy

看来其乘积应满足

$$\begin{array}{cl} {\left( {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} \right)\left( {\sum\limits_{n = -0}^{\infty}{d_{n}x^{n}}} \right)} & {= \left( {c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}} \right) \cdot \left( {d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}} \right)} \\ & {= c_{0}d_{0} + \left( {c_{1}d_{0} + c_{0}d_{1}} \right)\mspace{2mu} x + \left( {c_{2}d_{0} + c_{1}d_{1} + c_{0}d_{2}} \right)\mspace{2mu} x^{2} + \text{⋯}.} \end{array}$$

$$\begin{array}{cl} {\left( {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} \right)\left( {\sum\limits_{n = -0}^{\infty}{d_{n}x^{n}}} \right)} & {= \left( {c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}} \right) \cdot \left( {d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}} \right)} \\ & {= c_{0}d_{0} + \left( {c_{1}d_{0} + c_{0}d_{1}} \right)\mspace{2mu} x + \left( {c_{2}d_{0} + c_{1}d_{1} + c_{0}d_{2}} \right)\mspace{2mu} x^{2} + \text{⋯}.} \end{array}$$

In Multiplying Power Series, we state the main result regarding multiplying power series, showing that if $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ converge on a common interval *I*, then we can multiply the series in this way, and the resulting series also converges on the interval *I*.

在"幂级数的乘法"中,我们给出关于幂级数相乘的主要结论:若 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ 在一个公共区间 *I* 上收敛,则我们可按此方式将这两个级数相乘,所得级数也在区间 *I* 上收敛。

Multiplying Power Series 幂级数的乘法

Suppose that the power series $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ converge to *f* and *g*, respectively, on a common interval *I*. Let

设幂级数 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 $\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}$ 在公共区间 *I* 上分别收敛于 *f* 与 *g*。令

$$\begin{array}{cl} e_{n} & {= c_{0}d_{n} + c_{1}d_{n - 1} + c_{2}d_{n - 2} + \text{⋯} + c_{n - 1}d_{1} + c_{n}d_{0}} \\ & {= {\sum\limits_{k = 0}^{n}{c_{k}d_{n - k}}}.} \end{array}$$

$$\begin{array}{cl} e_{n} & {= c_{0}d_{n} + c_{1}d_{n - 1} + c_{2}d_{n - 2} + \text{⋯} + c_{n - 1}d_{1} + c_{n}d_{0}} \\ & {= {\sum\limits_{k = 0}^{n}{c_{k}d_{n - k}}}.} \end{array}$$

Then

$$\left( {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} \right)\left( {\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}} \right) = {\sum\limits_{n = 0}^{\infty}{e_{n}x^{n}}}$$

$$\left( {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} \right)\left( {\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}} \right) = {\sum\limits_{n = 0}^{\infty}{e_{n}x^{n}}}$$

and

以及

$${\sum\limits_{n = 0}^{\infty}{e_{n}x^{n}}}\ \text{converges to}\ f(x) \cdot g(x)\ \text{on}\ I.$$

$${\sum\limits_{n = 0}^{\infty}{e_{n}x^{n}}}\ \text{converges to}\ f(x) \cdot g(x)\ \text{on}\ I.$$

The series ${\sum\limits_{n = 0}^{\infty}e_{n}}x^{n}$ is known as the Cauchy product of the series $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ and ${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}}.$

级数 ${\sum\limits_{n = 0}^{\infty}e_{n}}x^{n}$ 称为级数 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 与 ${\sum\limits_{n = 0}^{\infty}{d_{n}x^{n}}}$ 的柯西乘积。

We omit the proof of this theorem, as it is beyond the level of this text and is typically covered in a more advanced course. We now provide an example of this theorem by finding the power series representation for

我们略去该定理的证明,因为它超出了本教材的深浅层次,通常在更高阶的课程中讲授。下面我们通过求如下函数的幂级数表示来给出该定理的一个例子:

$$f(x) = \frac{1}{\left( {1 - x} \right)\left( {1 - x^{2}} \right)}$$

$$f(x) = \frac{1}{\left( {1 - x} \right)\left( {1 - x^{2}} \right)}$$

using the power series representations for

利用以下两个函数的幂级数表示

$$y = \frac{1}{1 - x}\ \text{and}\ y = \frac{1}{1 - x^{2}}.$$

$$y = \frac{1}{1 - x}\ \text{and}\ y = \frac{1}{1 - x^{2}}.$$

Multiplying Power Series 幂级数的乘法

Multiply the power series representation

将幂级数表示

$$\begin{array}{cl} \frac{1}{1 - x} & {= {\sum\limits_{n = 0}^{\infty}x^{n}}} \\ & {= 1 + x + x^{2} + x^{3} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \frac{1}{1 - x} & {= {\sum\limits_{n = 0}^{\infty}x^{n}}} \\ & {= 1 + x + x^{2} + x^{3} + \text{⋯}} \end{array}$$

for $\left| x \middle| < 1 \right.$ with the power series representation

(其中 $\left| x \middle| < 1 \right.$)与幂级数表示

$$\begin{array}{cl} \frac{1}{1 - x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\left( x^{2} \right)^{n}}} \\ & {= 1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \frac{1}{1 - x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\left( x^{2} \right)^{n}}} \\ & {= 1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \end{array}$$

for $|x| < 1$ to construct a power series for $f(x) = \frac{1}{\left( {1 - x} \right)\left( {1 - x^{2}} \right)}$ on the interval $\left( {-1,1} \right).$

其中 $|x| < 1$,以在区间 $\left( {-1,1} \right)$ 上构造 $f(x) = \frac{1}{\left( {1 - x} \right)\left( {1 - x^{2}} \right)}$ 的幂级数。

Solution 解答

We need to multiply

我们需要将

$$\left( {1 + x + x^{2} + x^{3} + \text{⋯}} \right)\left( {1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \right).$$

$$\left( {1 + x + x^{2} + x^{3} + \text{⋯}} \right)\left( {1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \right).$$

Writing out the first several terms, we see that the product is given by

写出前若干项,可见该乘积为

$$\begin{array}{l} {\left( {1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \right) + \left( {x + x^{3} + x^{5} + x^{7} + \text{⋯}} \right) + \left( {x^{2} + x^{4} + x^{6} + x^{8} + \text{⋯}} \right) + \left( {x^{3} + x^{5} + x^{7} + x^{9} + \text{⋯}} \right)} \\ {= 1 + x + \left( {1 + 1} \right)x^{2} + \left( {1 + 1} \right)x^{3} + \left( {1 + 1 + 1} \right)x^{4} + \left( {1 + 1 + 1} \right)x^{5} + \text{⋯}} \\ {= 1 + x + 2x^{2} + 2x^{3} + 3x^{4} + 3x^{5} + \text{⋯}.} \end{array}$$

$$\begin{array}{l} {\left( {1 + x^{2} + x^{4} + x^{6} + \text{⋯}} \right) + \left( {x + x^{3} + x^{5} + x^{7} + \text{⋯}} \right) + \left( {x^{2} + x^{4} + x^{6} + x^{8} + \text{⋯}} \right) + \left( {x^{3} + x^{5} + x^{7} + x^{9} + \text{⋯}} \right)} \\ {= 1 + x + \left( {1 + 1} \right)x^{2} + \left( {1 + 1} \right)x^{3} + \left( {1 + 1 + 1} \right)x^{4} + \left( {1 + 1 + 1} \right)x^{5} + \text{⋯}} \\ {= 1 + x + 2x^{2} + 2x^{3} + 3x^{4} + 3x^{5} + \text{⋯}.} \end{array}$$

Since the series for $y = \frac{1}{1 - x}$ and $y = \frac{1}{1 - x^{2}}$ both converge on the interval $\left( {-1,1} \right),$ the series for the product also converges on the interval $\left( {-1,1} \right).$

由于 $y = \frac{1}{1 - x}$ 与 $y = \frac{1}{1 - x^{2}}$ 的级数均在区间 $\left( {-1,1} \right)$ 上收敛,故其乘积的级数也在区间 $\left( {-1,1} \right)$ 上收敛。

Multiply the series $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}}$ by itself to construct a series for $\frac{1}{\left( {1 - x} \right)\left( {1 - x} \right)}.$

将级数 $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}}$ 自乘,以构造 $\frac{1}{\left( {1 - x} \right)\left( {1 - x} \right)}$ 的级数。

Differentiating and Integrating Power Series 幂级数的求导与积分

Consider a power series ${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$ that converges on some interval *I*, and let $f$ be the function defined by this series. Here we address two questions about $f.$

考虑幂级数 ${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$ 在某个区间 *I* 上收敛,并设 $f$ 为由该级数所定义的函数。在此我们讨论关于 $f.$ 的两个问题。

We know that, for a polynomial with a finite number of terms, we can evaluate the derivative by differentiating each term separately. Similarly, we can evaluate the indefinite integral by integrating each term separately. Here we show that we can do the same thing for convergent power series. That is, if

我们知道,对于有限项多项式,可以通过逐项求导来计算其导数。类似地,可以通过逐项积分来计算其不定积分。这里我们将说明,对于收敛的幂级数也可以做同样的事情。也就是说,如果

$$f(x) = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$

$$f(x) = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$$

converges on some interval *I*, then

在某个区间 *I* 上收敛,则

$$f^{\prime}(x) = c_{1} + 2c_{2}x + 3c_{3}x^{2} + \text{⋯}$$

$$f^{\prime}(x) = c_{1} + 2c_{2}x + 3c_{3}x^{2} + \text{⋯}$$

and

$${\int{f(x)\mspace{2mu} dx}} = C + c_{0}x + c_{1}\frac{x^{2}}{2} + c_{2}\frac{x^{3}}{3} + \text{⋯}$$

$${\int{f(x)\mspace{2mu} dx}} = C + c_{0}x + c_{1}\frac{x^{2}}{2} + c_{2}\frac{x^{3}}{3} + \text{⋯}$$

converges on *I*. As noted below, behavior at the endpoints of the interval must be investigated individually.

在 *I* 上收敛。如下所述,区间端点处的行为必须单独考察。

Evaluating the derivative and indefinite integral in this way is called term-by-term differentiation of a power series and term-by-term integration of a power series, respectively. The ability to differentiate and integrate power series term-by-term also allows us to use known power series representations to find power series representations for other functions. For example, given the power series for $f(x) = \frac{1}{1 - x},$ we can differentiate term-by-term to find the power series for $f^{\prime}(x) = \frac{1}{\left( {1 - x} \right)^{2}}.$ Similarly, using the power series for $g(x) = \frac{1}{1 + x},$ we can integrate term-by-term to find the power series for $G(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ an antiderivative of *g*. We show how to do this in Example 6.9 and Example 6.10. First, we state Term-by-Term Differentiation and Integration for Power Series, which provides the main result regarding differentiation and integration of power series.

以这种方式求导数与不定积分,分别称为幂级数的逐项求导与幂级数的逐项积分。对幂级数进行逐项求导与逐项积分的能力,也使我们能够利用已知的幂级数表示式来求其他函数的幂级数表示式。例如,给定 $f(x) = \frac{1}{1 - x},$ 的幂级数,我们可以逐项求导得到 $f^{\prime}(x) = \frac{1}{\left( {1 - x} \right)^{2}}.$ 的幂级数。类似地,利用 $g(x) = \frac{1}{1 + x},$ 的幂级数,我们可以逐项积分得到 $G(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ (*g* 的一个原函数)的幂级数。我们在示例 6.9 与示例 6.10 中演示具体做法。首先,我们陈述「幂级数的逐项求导与逐项积分」,它给出了关于幂级数求导与积分的主要结论。

Term-by-Term Differentiation and Integration for Power Series 幂级数的逐项求导与逐项积分

Suppose that the power series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ converges on the interval $\left( {a - R,a + R} \right)$ for some $R > 0.$ Let *f* be the function defined by the series

设幂级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 在区间 $\left( {a - R,a + R} \right)$ 上收敛,其中 $R > 0.$ 设 *f* 为由该级数定义的函数

$$\begin{array}{cl} {f(x)} & {= {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}} \\ & {= c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + c_{3}\left( {x - a} \right)^{3} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {f(x)} & {= {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}}} \\ & {= c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + c_{3}\left( {x - a} \right)^{3} + \text{⋯}} \end{array}$$

for $\left| {x - a} \right| < R.$ Then *f* is differentiable on the interval $\left( {a - R,a + R} \right)$ and we can find $f^{\prime}$ by differentiating the series term-by-term:

对 $\left| {x - a} \right| < R.$ 成立。则 *f* 在区间 $\left( {a - R,a + R} \right)$ 上可导,并且我们可以通过逐项求导该级数来求得 $f^{\prime}$:

$$\begin{array}{cl} {f^{\prime}(x)} & {= {\sum\limits_{n = 1}^{\infty}{nc_{n}\left( {x - a} \right)^{n - 1}}}} \\ & {= c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {f^{\prime}(x)} & {= {\sum\limits_{n = 1}^{\infty}{nc_{n}\left( {x - a} \right)^{n - 1}}}} \\ & {= c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}} \end{array}$$

for $\left| {x - a} \right| < R.$ Also, to find ${\int{f(x)\mspace{2mu} dx}},$ we can integrate the series term-by-term. The resulting series converges on $\left( {a - R,a + R} \right),$ and we have

对 $\left| {x - a} \right| < R.$ 成立。此外,为了求出 ${\int{f(x)\mspace{2mu} dx}},$ 我们可以逐项积分该级数。所得级数在 $\left( {a - R,a + R} \right),$ 上收敛,并且有

$$\begin{array}{cl} {\int{f(x)\mspace{2mu} dx}} & {= C + {\sum\limits_{n = 0}^{\infty}{c_{n}\frac{\left( {x - a} \right)^{n + 1}}{n + 1}}}} \\ & {= C + c_{0}\left( {x - a} \right) + c_{1}\frac{\left( {x - a} \right)^{2}}{2} + c_{2}\frac{\left( {x - a} \right)^{3}}{3} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {\int{f(x)\mspace{2mu} dx}} & {= C + {\sum\limits_{n = 0}^{\infty}{c_{n}\frac{\left( {x - a} \right)^{n + 1}}{n + 1}}}} \\ & {= C + c_{0}\left( {x - a} \right) + c_{1}\frac{\left( {x - a} \right)^{2}}{2} + c_{2}\frac{\left( {x - a} \right)^{3}}{3} + \text{⋯}} \end{array}$$

for $\left| {x - a} \right| < R.$

对 $\left| {x - a} \right| < R.$ 成立。

The proof of this result is beyond the scope of the text and is omitted. Note that although Term-by-Term Differentiation and Integration for Power Series guarantees the same radius of convergence when a power series is differentiated or integrated term-by-term, it says nothing about what happens at the endpoints. It is possible that the differentiated and integrated power series have different behavior at the endpoints than does the original series. We see this behavior in the next examples.

本结论的证明超出本书范围,故从略。需注意,尽管「幂级数的逐项求导与逐项积分」保证幂级数在逐项求导或逐项积分后具有相同的收敛半径,但它并未说明端点处会发生什么。逐项求导与逐项积分所得级数在端点处的行为,有可能与原级数不同。我们在接下来的示例中将会看到这种行为。

Differentiating Power Series 幂级数的求导

1. Use the power series representation

1. 利用幂级数表示式

$$\begin{array}{cl} {f(x)} & {= \frac{1}{1 - x}} \\ & {= {\sum\limits_{n = 0}^{\infty}x^{n}}} \\ & {= 1 + x + x^{2} + x^{3} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {f(x)} & {= \frac{1}{1 - x}} \\ & {= {\sum\limits_{n = 0}^{\infty}x^{n}}} \\ & {= 1 + x + x^{2} + x^{3} + \text{⋯}} \end{array}$$

for $|x| < 1$ to find a power series representation for

对 $|x| < 1$ 成立,求下列函数的幂级数表示式

$$g(x) = \frac{1}{\left( {1 - x} \right)^{2}}$$

$$g(x) = \frac{1}{\left( {1 - x} \right)^{2}}$$

on the interval $\left( {-1,1} \right).$ Determine whether the resulting series converges at the endpoints.

在区间 $\left( {-1,1} \right).$ 上。判断所得级数在端点处是否收敛。

2. Use the result of part a. to evaluate the sum of the series ${\sum\limits_{n = 0}^{\infty}\frac{n + 1}{4^{n}}}.$

2. 利用 (a) 部分的结论,求级数 ${\sum\limits_{n = 0}^{\infty}\frac{n + 1}{4^{n}}}.$ 的和。

Solution 解答

1. Since $g(x) = \frac{1}{\left( {1 - x} \right)^{2}}$ is the derivative of $f(x) = \frac{1}{1 - x},$ we can find a power series representation for *g* by differentiating the power series for *f* term-by-term. The result is

1. 由于 $g(x) = \frac{1}{\left( {1 - x} \right)^{2}}$ 是 $f(x) = \frac{1}{1 - x},$ 的导数,我们可以通过逐项求导 *f* 的幂级数得到 *g* 的幂级数表示式。结果为

$$\begin{array}{cl} {g(x)} & {= \frac{1}{\left( {1 - x} \right)^{2}}} \\ & {= \frac{d}{dx}\left( \frac{1}{1 - x} \right)} \\ & {= {\sum\limits_{n = 0}^{\infty}{\frac{d}{dx}\left( x^{n} \right)}}} \\ & {= \frac{d}{dx}\left( {1 + x + x^{2} + x^{3} + \text{⋯}} \right)} \\ & {= 0 + 1 + 2x + 3x^{2} + 4x^{3} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}}} \end{array}$$

$$\begin{array}{cl} {g(x)} & {= \frac{1}{\left( {1 - x} \right)^{2}}} \\ & {= \frac{d}{dx}\left( \frac{1}{1 - x} \right)} \\ & {= {\sum\limits_{n = 0}^{\infty}{\frac{d}{dx}\left( x^{n} \right)}}} \\ & {= \frac{d}{dx}\left( {1 + x + x^{2} + x^{3} + \text{⋯}} \right)} \\ & {= 0 + 1 + 2x + 3x^{2} + 4x^{3} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}}} \end{array}$$

for $|x| < 1.$ Term-by-Term Differentiation and Integration for Power Series does not guarantee anything about the behavior of this series at the endpoints. Testing the endpoints by using the divergence test, we find that the series diverges at both endpoints $x = \text{±}1.$ Note that this is the same result found in Example 6.8.

对 $|x| < 1.$ 成立。「幂级数的逐项求导与逐项积分」并未保证该级数在端点处的任何行为。利用发散判别法检验端点,我们发现该级数在两个端点 $x = \text{±}1.$ 处均发散。注意,这与示例 6.8 中得到的结果一致。

2. From part a. we know that

2. 由 (a) 部分我们知道

$${\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}} = \frac{1}{\left( {1 - x} \right)^{2}}.$$

$${\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}} = \frac{1}{\left( {1 - x} \right)^{2}}.$$

Therefore,

因此,

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}\frac{n + 1}{4^{n}}} & {= {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)\left( \frac{1}{4} \right)^{n}}}} \\ & {= \frac{1}{\left( {1 - \frac{1}{4}} \right)^{2}}} \\ & {= \frac{1}{\left( \frac{3}{4} \right)^{2}}} \\ & {= \frac{16}{9}.} \end{array}$$

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}\frac{n + 1}{4^{n}}} & {= {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)\left( \frac{1}{4} \right)^{n}}}} \\ & {= \frac{1}{\left( {1 - \frac{1}{4}} \right)^{2}}} \\ & {= \frac{1}{\left( \frac{3}{4} \right)^{2}}} \\ & {= \frac{16}{9}.} \end{array}$$

Differentiate the series $\frac{1}{\left( {1 - x} \right)^{2}} = {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}}$ term-by-term to find a power series representation for $\frac{2}{\left( {1 - x} \right)^{3}}$ on the interval $\left( {-1,1} \right).$

将级数 $\frac{1}{\left( {1 - x} \right)^{2}} = {\sum\limits_{n = 0}^{\infty}{\left( {n + 1} \right)x^{n}}}$ 逐项求导,以求 $\frac{2}{\left( {1 - x} \right)^{3}}$ 在区间 $\left( {-1,1} \right).$ 上的幂级数表示式。

Integrating Power Series 幂级数的积分

For each of the following functions *f*, find a power series representation for *f* by integrating the power series for $f^{\prime}$ and find its interval of convergence.

对下列每个函数 *f*,通过对 $f^{\prime}$ 的幂级数进行积分来求 *f* 的幂级数表示式,并求其收敛区间。

1. $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$

1. $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$

2. $f(x) = \text{tan}^{-1}x$

2. $f(x) = \text{tan}^{-1}x$

Solution 解答

1. For $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ the derivative is $f^{\prime}(x) = \frac{1}{1 + x}.$ We know that

1. 对于 $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ 其导数为 $f^{\prime}(x) = \frac{1}{1 + x}.$ 我们知道

$$\begin{array}{cl} \frac{1}{1 + x} & {= \frac{1}{1 - \left( {\text{−}x} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x} \right)^{n}}} \\ & {= 1 - x + x^{2} - x^{3} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \frac{1}{1 + x} & {= \frac{1}{1 - \left( {\text{−}x} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x} \right)^{n}}} \\ & {= 1 - x + x^{2} - x^{3} + \text{⋯}} \end{array}$$

for $|x| < 1.$ To find a power series for $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ we integrate the series term-by-term.

对 $|x| < 1.$ 成立。为了求 $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right),$ 的幂级数,我们将该级数逐项积分。

$$\begin{array}{cl} {\int{f^{\prime}(x)\mspace{2mu} dx}} & {= {\int{\left( {1 - x + x^{2} - x^{3} + \text{⋯}} \right)\mspace{2mu} dx}}} \\ & {= C + x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {\int{f^{\prime}(x)\mspace{2mu} dx}} & {= {\int{\left( {1 - x + x^{2} - x^{3} + \text{⋯}} \right)\mspace{2mu} dx}}} \\ & {= C + x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \text{⋯}} \end{array}$$

Since $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ is an antiderivative of $\frac{1}{1 + x},$ it remains to solve for the constant *C*. Since $\text{ln}\mspace{2mu}\left( {1 + 0} \right) = 0,$ we have $C = 0.$ Therefore, a power series representation for $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ is

由于 $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ 是 $\frac{1}{1 + x},$ 的一个原函数,剩下只需解出常数 *C*。因为 $\text{ln}\mspace{2mu}\left( {1 + 0} \right) = 0,$ 我们得到 $C = 0.$ 因此,$f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ 的一个幂级数表示式为

$$\begin{array}{cl} {\text{ln}\mspace{2mu}\left( {1 + x} \right)} & {= x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \text{⋯}} \\ & {= {\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}}} \end{array}$$

$$\begin{array}{cl} {\text{ln}\mspace{2mu}\left( {1 + x} \right)} & {= x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \text{⋯}} \\ & {= {\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}}} \end{array}$$

for $|x| < 1.$ Term-by-Term Differentiation and Integration for Power Series does not guarantee anything about the behavior of this power series at the endpoints. However, checking the endpoints, we find that at $x = 1$ the series is the alternating harmonic series, which converges. Also, at $x = -1,$ the series is the harmonic series, which diverges. It is important to note that, even though this series converges at $x = 1,$ Term-by-Term Differentiation and Integration for Power Series does not guarantee that the series actually converges to $\text{ln}\mspace{2mu}(2).$ In fact, the series does converge to $\text{ln}\mspace{2mu}(2),$ but showing this fact requires more advanced techniques. (Abel’s theorem, covered in more advanced texts, deals with this more technical point.) The interval of convergence is $\left( {-1,1} \right\rbrack.$

对 $|x| < 1.$ 成立。「幂级数的逐项求导与逐项积分」并未保证该幂级数在端点处的任何行为。然而,检验端点我们发现,在 $x = 1$ 处该级数为交错调和级数,它是收敛的;而在 $x = -1,$ 处该级数为调和级数,它是发散的。需要特别注意的是,尽管该级数在 $x = 1,$ 处收敛,「幂级数的逐项求导与逐项积分」并不保证该级数真的收敛到 $\text{ln}\mspace{2mu}(2).$ 事实上,该级数确实收敛到 $\text{ln}\mspace{2mu}(2),$ 但要证明这一点需要更高级的技巧(Abel 定理讨论了这个更技术性的问题,见于更高级的教材中)。其收敛区间为 $\left( {-1,1} \right\rbrack.$

2. The derivative of $f(x) = \text{tan}^{-1}x$ is $f^{\prime}(x) = \frac{1}{1 + x^{2}}.$ We know that

2. $f(x) = \text{tan}^{-1}x$ 的导数为 $f^{\prime}(x) = \frac{1}{1 + x^{2}}.$ 我们知道

$$\begin{array}{cl} \frac{1}{1 + x^{2}} & {= \frac{1}{1 - \left( {\text{−}x^{2}} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x^{2}} \right)^{n}}} \\ & {= 1 - x^{2} + x^{4} - x^{6} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \frac{1}{1 + x^{2}} & {= \frac{1}{1 - \left( {\text{−}x^{2}} \right)}} \\ & {= {\sum\limits_{n = 0}^{\infty}\left( {\text{−}x^{2}} \right)^{n}}} \\ & {= 1 - x^{2} + x^{4} - x^{6} + \text{⋯}} \end{array}$$

for $|x| < 1.$ To find a power series for $f(x) = \text{tan}^{-1}x,$ we integrate this series term-by-term.

对 $|x| < 1.$ 成立。为了求 $f(x) = \text{tan}^{-1}x,$ 的幂级数,我们将此级数逐项积分。

$$\begin{array}{cl} {\int{f^{\prime}(x)\mspace{2mu} dx}} & {= {\int{\left( {1 - x^{2} + x^{4} - x^{6} + \text{⋯}} \right)\mspace{2mu} dx}}} \\ & {= C + x - \frac{x^{3}}{3} + \frac{x^{5}}{5} - \frac{x^{7}}{7} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {\int{f^{\prime}(x)\mspace{2mu} dx}} & {= {\int{\left( {1 - x^{2} + x^{4} - x^{6} + \text{⋯}} \right)\mspace{2mu} dx}}} \\ & {= C + x - \frac{x^{3}}{3} + \frac{x^{5}}{5} - \frac{x^{7}}{7} + \text{⋯}} \end{array}$$

Since $\text{tan}^{-1}(0) = 0,$ we have $C = 0.$ Therefore, a power series representation for $f(x) = \text{tan}^{-1}x$ is

由于 $\text{tan}^{-1}(0) = 0,$ 我们得到 $C = 0.$ 因此,$f(x) = \text{tan}^{-1}x$ 的一个幂级数表示式为

$$\begin{array}{cl} {\text{tan}^{-1}x} & {= x - \frac{x^{3}}{3} + \frac{x^{5}}{5} - \frac{x^{7}}{7} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{2n + 1}}}} \end{array}$$

$$\begin{array}{cl} {\text{tan}^{-1}x} & {= x - \frac{x^{3}}{3} + \frac{x^{5}}{5} - \frac{x^{7}}{7} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{2n + 1}}}} \end{array}$$

for $|x| < 1.$ Again, Term-by-Term Differentiation and Integration for Power Series does not guarantee anything about the convergence of this series at the endpoints. However, checking the endpoints and using the alternating series test, we find that the series converges at $x = 1$ and $x = -1.$ As discussed in part a., using Abel’s theorem, it can be shown that the series actually converges to $\text{tan}^{-1}(1)$ and $\text{tan}^{-1}(-1)$ at $x = 1$ and $x = -1,$ respectively. Thus, the interval of convergence is $\left\lbrack {-1,1} \right\rbrack.$

对 $|x| < 1.$ 成立。同样,「幂级数的逐项求导与逐项积分」并未保证该级数在端点处的收敛性。然而,检验端点并利用交错级数判别法,我们发现该级数在 $x = 1$ 与 $x = -1.$ 处均收敛。如 (a) 部分所述,利用 Abel 定理可以证明,该级数分别确实收敛到 $\text{tan}^{-1}(1)$ 与 $\text{tan}^{-1}(-1)$,即在 $x = 1$ 与 $x = -1,$ 处。因此,其收敛区间为 $\left\lbrack {-1,1} \right\rbrack.$

Integrate the power series $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}}$ term-by-term to evaluate ${\int{\text{ln}\mspace{2mu}\left( {1 + x} \right)\mspace{2mu} dx}}.$

将幂级数 $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}}$ 逐项积分,以计算 ${\int{\text{ln}\mspace{2mu}\left( {1 + x} \right)\mspace{2mu} dx}}.$

Up to this point, we have shown several techniques for finding power series representations for functions. However, how do we know that these power series are unique? That is, given a function *f* and a power series for *f* at *a*, is it possible that there is a different power series for *f* at *a* that we could have found if we had used a different technique? The answer to this question is no. This fact should not seem surprising if we think of power series as polynomials with an infinite number of terms. Intuitively, if

至此,我们已经介绍了几种求函数的幂级数表示式的方法。然而,我们如何知道这些幂级数是唯一的?也就是说,给定一个函数 *f* 及其在 *a* 处的幂级数,是否可能存在另一个不同的、在 *a* 处表示 *f* 的幂级数(若采用不同方法就可能得到它)?这个问题的答案是「否」。如果我们把幂级数看作具有无穷多项的多项式,这一事实就不足为奇。直观上,如果

$$c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯} = d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}$$

$$c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯} = d_{0} + d_{1}x + d_{2}x^{2} + \text{⋯}$$

for all values *x* in some open interval *I* about zero, then the coefficients *cn* should equal *dn* for $n \geq 0.$ We now state this result formally in Uniqueness of Power Series.

对关于零的某开区间 *I* 中的所有 *x* 值都成立,那么系数 *cn* 应当等于 *dn*(对所有 $n \geq 0.$)。下面我们在「幂级数的唯一性」中正式陈述这一结论。

Uniqueness of Power Series 幂级数的唯一性

Let $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ and $\sum\limits_{n = 0}^{\infty}{d_{n}\left( {x - a} \right)^{n}}$ be two convergent power series such that

设 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 与 $\sum\limits_{n = 0}^{\infty}{d_{n}\left( {x - a} \right)^{n}}$ 是两个收敛的幂级数,且满足

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{d_{n}\left( {x - a} \right)^{n}}}$$

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{d_{n}\left( {x - a} \right)^{n}}}$$

for all *x* in an open interval containing *a*. Then $c_{n} = d_{n}$ for all $n \geq 0.$

对包含 *a* 的某开区间中的所有 *x* 成立。则 $c_{n} = d_{n}$ 对所有 $n \geq 0.$ 成立。

Proof 证明

Let

$$\begin{array}{cl} {f(x)} & {= c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + c_{3}\left( {x - a} \right)^{3} + \text{⋯}} \\ & {= d_{0} + d_{1}\left( {x - a} \right) + d_{2}\left( {x - a} \right)^{2} + d_{3}\left( {x - a} \right)^{3} + \text{⋯}.} \end{array}$$

$$\begin{array}{cl} {f(x)} & {= c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + c_{3}\left( {x - a} \right)^{3} + \text{⋯}} \\ & {= d_{0} + d_{1}\left( {x - a} \right) + d_{2}\left( {x - a} \right)^{2} + d_{3}\left( {x - a} \right)^{3} + \text{⋯}.} \end{array}$$

Then $f(a) = c_{0} = d_{0}.$ By Term-by-Term Differentiation and Integration for Power Series, we can differentiate both series term-by-term. Therefore,

则 $f(a) = c_{0} = d_{0}.$ 由「幂级数的逐项求导与逐项积分」,我们可以对两个级数都逐项求导。因此,

$$\begin{array}{cl} {f^{\prime}(x)} & {= c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}} \\ & {= d_{1} + 2d_{2}\left( {x - a} \right) + 3d_{3}\left( {x - a} \right)^{2} + \text{⋯},} \end{array}$$

$$\begin{array}{cl} {f^{\prime}(x)} & {= c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}} \\ & {= d_{1} + 2d_{2}\left( {x - a} \right) + 3d_{3}\left( {x - a} \right)^{2} + \text{⋯},} \end{array}$$

and thus, $f^{\prime}(a) = c_{1} = d_{1}.$ Similarly,

于是 $f^{\prime}(a) = c_{1} = d_{1}.$ 类似地,

$$\begin{array}{cl} {f^{''}(x)} & {= 2c_{2} + 3 \cdot 2c_{3}\left( {x - a} \right) + \text{⋯}} \\ & {= 2d_{2} + 3 \cdot 2d_{3}\left( {x - a} \right) + \text{⋯}} \end{array}$$

$$\begin{array}{cl} {f^{''}(x)} & {= 2c_{2} + 3 \cdot 2c_{3}\left( {x - a} \right) + \text{⋯}} \\ & {= 2d_{2} + 3 \cdot 2d_{3}\left( {x - a} \right) + \text{⋯}} \end{array}$$

implies that $f^{''}(a) = 2c_{2} = 2d_{2},$ and therefore, $c_{2} = d_{2}.$ More generally, for any integer $n \geq 0,f^{(n)}(a) = n\text{!}c_{n} = n\text{!}d_{n},$ and consequently, $c_{n} = d_{n}$ for all $n \geq 0.$

可得 $f^{''}(a) = 2c_{2} = 2d_{2},$ 从而 $c_{2} = d_{2}.$ 更一般地,对任意整数 $n \geq 0,f^{(n)}(a) = n\text{!}c_{n} = n\text{!}d_{n},$ 成立,因此 $c_{n} = d_{n}$ 对所有 $n \geq 0.$ 成立。

In this section we have shown how to find power series representations for certain functions using various algebraic operations, differentiation, or integration. At this point, however, we are still limited as to the functions for which we can find power series representations. Next, we show how to find power series representations for many more functions by introducing Taylor series.

本节我们展示了如何利用各种代数运算、求导或积分来求某些函数的幂级数表示式。然而,至此我们所能求得幂级数表示式的函数仍然有限。接下来,我们将引入泰勒级数,从而求出更多函数的幂级数表示式。

Section 6.2 Exercises 6.2 节习题

63.

63.

If $f(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ and $g(x) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{n}}{n\text{!}}}},$ find the power series of $\frac{1}{2}\left( {f(x) + g(x)} \right)$ and of $\frac{1}{2}\left( {f(x) - g(x)} \right).$

如果 $f(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ 且 $g(x) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{n}}{n\text{!}}}},$ 求 $\frac{1}{2}\left( {f(x) + g(x)} \right)$ 与 $\frac{1}{2}\left( {f(x) - g(x)} \right)$ 的幂级数。

64\.

64\.

If $C(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}$ and $S(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}},$ find the power series of $C(x) + S(x)$ and of $C(x) - S(x).$

如果 $C(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}$ 且 $S(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}},$ 求 $C(x) + S(x)$ 与 $C(x) - S(x)$ 的幂级数。

In the following exercises, use partial fractions to find the power series of each function.

在以下习题中,使用部分分式求各函数的幂级数。

65.

65.

$\frac{4}{\left( {x - 3} \right)\left( {x + 1} \right)}$

$\frac{4}{\left( {x - 3} \right)\left( {x + 1} \right)}$

66\.

66\.

$\frac{3}{\left( {x + 2} \right)\left( {x - 1} \right)}$

$\frac{3}{\left( {x + 2} \right)\left( {x - 1} \right)}$

67.

67.

$\frac{5}{\left( {x^{2} + 4} \right)\left( {x^{2} - 1} \right)}$

$\frac{5}{\left( {x^{2} + 4} \right)\left( {x^{2} - 1} \right)}$

68\.

68\.

$\frac{30}{\left( {x^{2} + 1} \right)\left( {x^{2} - 9} \right)}$

$\frac{30}{\left( {x^{2} + 1} \right)\left( {x^{2} - 9} \right)}$

In the following exercises, express each series as a rational function.

在以下习题中,将每个级数表示为有理函数。

69.

69.

$\sum\limits_{n = 1}^{\infty}\frac{1}{x^{n}}$

$\sum\limits_{n = 1}^{\infty}\frac{1}{x^{n}}$

70\.

70\.

$\sum\limits_{n = 1}^{\infty}\frac{1}{x^{2n}}$

$\sum\limits_{n = 1}^{\infty}\frac{1}{x^{2n}}$

71.

71.

$\sum\limits_{n = 1}^{\infty}\frac{1}{\left( {x - 3} \right)^{2n - 1}}$

$\sum\limits_{n = 1}^{\infty}\frac{1}{\left( {x - 3} \right)^{2n - 1}}$

72\.

72\.

$\sum\limits_{n = 1}^{\infty}\left( {\frac{1}{\left( {x - 3} \right)^{2n - 1}} - \frac{1}{\left( {x - 2} \right)^{2n - 1}}} \right)$

$\sum\limits_{n = 1}^{\infty}\left( {\frac{1}{\left( {x - 3} \right)^{2n - 1}} - \frac{1}{\left( {x - 2} \right)^{2n - 1}}} \right)$

The following exercises explore applications of annuities.

以下习题探讨年金的应用。

73.

73.

Calculate the present values *P* of an annuity in which \$10,000 is to be paid out annually for a period of 20 years, assuming interest rates of $r = 0.03,r = 0.05,$ and $r = 0.07.$

计算一项年金的现值 *P*,该年金在 20 年期间每年支付 \$10,000,假设利率分别为 $r = 0.03,r = 0.05,$ 和 $r = 0.07.$

74\.

74\.

Calculate the present values *P* of annuities in which \$9,000 is to be paid out annually perpetually, assuming interest rates of $r = 0.03,r = 0.05$ and $r = 0.07.$

计算年金的现值 *P*,其中 \$9,000 每年永久支付,假设利率为 $r = 0.03,r = 0.05$ 和 $r = 0.07.$

75.

75.

Calculate the annual payouts *C* to be given for 20 years on annuities having present value \$100,000 assuming respective interest rates of $r = 0.03,r = 0.05,$ and $r = 0.07.$

计算在现值为 \$100,000 的年金上,20 年期间每年支付的金额 *C*,假设相应利率分别为 $r = 0.03,r = 0.05,$ 和 $r = 0.07.$

76\.

76\.

Calculate the annual payouts *C* to be given perpetually on annuities having present value \$100,000 assuming respective interest rates of $r = 0.03,r = 0.05,$ and $r = 0.07.$

计算在现值为 \$100,000 的年金上,永久每年支付的金额 *C*,假设相应利率分别为 $r = 0.03,r = 0.05,$ 和 $r = 0.07.$

77.

77.

Suppose that an annuity has a present value $P = 1\ \text{million dollars}.$ What interest rate *r* would allow for perpetual annual payouts of \$50,000?

假设某年金现值为 $P = 1\ \text{million dollars}.$ 何种利率 *r* 能使每年永久支付 \$50,000?

78\.

78\.

Suppose that an annuity has a present value $P = 10\ \text{million dollars}\text{.}$ What interest rate *r* would allow for perpetual annual payouts of \$100,000?

假设某年金现值为 $P = 10\ \text{million dollars}\text{.}$ 何种利率 *r* 能使每年永久支付 \$100,000?

In the following exercises, express the sum of each power series in terms of geometric series, and then express the sum as a rational function.

在以下习题中,将每个幂级数的和用几何级数表示,然后将其和表示为有理函数。

79.

79.

$x + x^{2} - x^{3} + x^{4} + x^{5} - x^{6} + \text{⋯}$ (*Hint:* Group powers *x*3*k*, $x^{3k - 1},$ and $x^{3k - 2}.)$

$x + x^{2} - x^{3} + x^{4} + x^{5} - x^{6} + \text{⋯}$ (*提示:*将幂次 *x*3*k*、$x^{3k - 1}$ 与 $x^{3k - 2}$ 分组。)

80\.

80\.

$x + x^{2} - x^{3} - x^{4} + x^{5} + x^{6} - x^{7} - x^{8} + \text{⋯}$ (*Hint:* Group powers *x*4*k*, $x^{4k - 1},$ etc.)

$x + x^{2} - x^{3} - x^{4} + x^{5} + x^{6} - x^{7} - x^{8} + \text{⋯}$ (*提示:*将幂次 *x*4*k*、$x^{4k - 1}$ 等分组。)

81.

81.

$x - x^{2} - x^{3} + x^{4} - x^{5} - x^{6} + x^{7} - \text{⋯}$ (*Hint:* Group powers *x*3*k*, $x^{3k - 1},$ and $x^{3k - 2}.)$

$x - x^{2} - x^{3} + x^{4} - x^{5} - x^{6} + x^{7} - \text{⋯}$ (*提示:*将幂次 *x*3*k*、$x^{3k - 1}$ 与 $x^{3k - 2}$ 分组。)

82\.

82\.

$\frac{x}{2} + \frac{x^{2}}{4} - \frac{x^{3}}{8} + \frac{x^{4}}{16} + \frac{x^{5}}{32} - \frac{x^{6}}{64} + \text{⋯}$ (*Hint:* Group powers $\left( \frac{x}{2} \right)^{3k},\left( \frac{x}{2} \right)^{3k - 1},$ and $\left( \frac{x}{2} \right)^{3k - 2}.)$

$\frac{x}{2} + \frac{x^{2}}{4} - \frac{x^{3}}{8} + \frac{x^{4}}{16} + \frac{x^{5}}{32} - \frac{x^{6}}{64} + \text{⋯}$ (*提示:*将幂次 $\left( \frac{x}{2} \right)^{3k}$、$\left( \frac{x}{2} \right)^{3k - 1}$ 与 $\left( \frac{x}{2} \right)^{3k - 2}$ 分组。)

In the following exercises, find the power series of $f(x)g(x)$ given *f* and *g* as defined.

在以下习题中,已知 *f* 与 *g* 的定义,求 $f(x)g(x)$ 的幂级数。

83.

83.

$f(x) = 2{\sum\limits_{n = 0}^{\infty}x^{n}},g(x) = {\sum\limits_{n = 0}^{\infty}{nx^{n}}}$

$f(x) = 2{\sum\limits_{n = 0}^{\infty}x^{n}},g(x) = {\sum\limits_{n = 0}^{\infty}{nx^{n}}}$

84\.

84\.

$f(x) = {\sum\limits_{n = 1}^{\infty}x^{n}},g(x) = {\sum\limits_{n = 1}^{\infty}{\frac{1}{n}x^{n}}}.$ Express the coefficients of $f(x)g(x)$ in terms of $H_{n} = {\sum\limits_{k = 1}^{n}\frac{1}{k}}.$

$f(x) = {\sum\limits_{n = 1}^{\infty}x^{n}},g(x) = {\sum\limits_{n = 1}^{\infty}{\frac{1}{n}x^{n}}}.$ 将 $f(x)g(x)$ 的系数用 $H_{n} = {\sum\limits_{k = 1}^{n}\frac{1}{k}}$ 表示。

85.

85.

$f(x) = g(x) = {\sum\limits_{n = 1}^{\infty}\left( \frac{x}{2} \right)^{n}}$

$f(x) = g(x) = {\sum\limits_{n = 1}^{\infty}\left( \frac{x}{2} \right)^{n}}$

86\.

86\.

$f(x) = g(x) = {\sum\limits_{n = 1}^{\infty}{nx^{n}}}$

$f(x) = g(x) = {\sum\limits_{n = 1}^{\infty}{nx^{n}}}$

In the following exercises, differentiate the given series expansion of *f* term-by-term to obtain the corresponding series expansion for the derivative of *f*.

在以下习题中,对 *f* 的给定级数展开逐项求导,得到 *f* 导数的相应级数展开。

87.

87.

$f(x) = \frac{1}{1 + x} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{n}}}$

$f(x) = \frac{1}{1 + x} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{n}}}$

88\.

88\.

$f(x) = \frac{1}{1 - x^{2}} = {\sum\limits_{n = 0}^{\infty}x^{2n}}$

$f(x) = \frac{1}{1 - x^{2}} = {\sum\limits_{n = 0}^{\infty}x^{2n}}$

In the following exercises, integrate the given series expansion of $f$ term-by-term from zero to *x* to obtain the corresponding series expansion for the indefinite integral of $f.$

在以下习题中,对 $f$ 的给定级数展开从 0 到 *x* 逐项积分,得到 $f$ 不定积分的相应级数展开。

89.

89.

$f(x) = \frac{2x}{\left( {1 + x^{2}} \right)^{2}} = {\sum\limits_{n = 1}^{\infty}{(-1)^{n}\left( {2n} \right)x^{2n - 1}}}$

$f(x) = \frac{2x}{\left( {1 + x^{2}} \right)^{2}} = {\sum\limits_{n = 1}^{\infty}{(-1)^{n}\left( {2n} \right)x^{2n - 1}}}$

90\.

90\.

$f(x) = \frac{2x}{1 + x^{2}} = 2{\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{2n + 1}}}$

$f(x) = \frac{2x}{1 + x^{2}} = 2{\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{2n + 1}}}$

In the following exercises, evaluate each infinite series by identifying it as the value of a derivative or integral of geometric series.

在以下习题中,通过将每个无穷级数识别为几何级数的导数或积分的值,来求其值。

91.

91.

Evaluate $\sum\limits_{n = 1}^{\infty}\frac{n}{2^{n}}$ as $f^{\prime}\left( \frac{1}{2} \right)$ where $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

将 $\sum\limits_{n = 1}^{\infty}\frac{n}{2^{n}}$ 求值为 $f^{\prime}\left( \frac{1}{2} \right)$,其中 $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

92\.

92\.

Evaluate $\sum\limits_{n = 1}^{\infty}\frac{n}{3^{n}}$ as $f^{\prime}\left( \frac{1}{3} \right)$ where $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

将 $\sum\limits_{n = 1}^{\infty}\frac{n}{3^{n}}$ 求值为 $f^{\prime}\left( \frac{1}{3} \right)$,其中 $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

93.

93.

Evaluate $\sum\limits_{n = 2}^{\infty}\frac{n\left( {n - 1} \right)}{2^{n}}$ as $f^{''}\left( \frac{1}{2} \right)$ where $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

将 $\sum\limits_{n = 2}^{\infty}\frac{n\left( {n - 1} \right)}{2^{n}}$ 求值为 $f^{''}\left( \frac{1}{2} \right)$,其中 $f(x) = {\sum\limits_{n = 0}^{\infty}x^{n}}.$

94\.

94\.

Evaluate $\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}}{2n + 1}$ as $\int_{0}^{1}{f(t)\mspace{2mu} dt}$ where $f(x) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{2n}}} = \frac{1}{1 + x^{2}}.$

将 $\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}}{2n + 1}$ 求值为 $\int_{0}^{1}{f(t)\mspace{2mu} dt}$,其中 $f(x) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}x^{2n}}} = \frac{1}{1 + x^{2}}.$

In the following exercises, given that $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}},$ use term-by-term differentiation or integration to find power series for each function centered at the given point.

在以下习题中,已知 $\frac{1}{1 - x} = {\sum\limits_{n = 0}^{\infty}x^{n}},$ 使用逐项求导或积分,求各函数在给定点处的幂级数。

95.

95.

$f(x) = \text{ln}\mspace{2mu} x$ centered at $x = 1$ (*Hint:* $x = 1 - \left( {1 - x} \right))$

$f(x) = \text{ln}\mspace{2mu} x$ 以 $x = 1$ 为中心(*提示:* $x = 1 - \left( {1 - x} \right)$)

96\.

96\.

$\text{ln}\mspace{2mu}\left( {1 - x} \right)$ at $x = 0$

$\text{ln}\mspace{2mu}\left( {1 - x} \right)$ 在 $x = 0$ 处

97.

97.

$\text{ln}\mspace{2mu}\left( {1 - x^{2}} \right)$ at $x = 0$

$\text{ln}\mspace{2mu}\left( {1 - x^{2}} \right)$ 在 $x = 0$ 处

98\.

98\.

$f(x) = \frac{2x}{\left( {1 - x^{2}} \right)^{2}}$ at $x = 0$

$f(x) = \frac{2x}{\left( {1 - x^{2}} \right)^{2}}$ 在 $x = 0$ 处

99.

99.

$f(x) = \text{tan}^{-1}\left( x^{2} \right)$ at $x = 0$

$f(x) = \text{tan}^{-1}\left( x^{2} \right)$ 在 $x = 0$ 处

100\.

100\.

$f(x) = \text{ln}\mspace{2mu}\left( {1 + x^{2}} \right)$ at $x = 0$

$f(x) = \text{ln}\mspace{2mu}\left( {1 + x^{2}} \right)$ 在 $x = 0$ 处

101.

101.

$f(x) = {\int_{0}^{x}{\text{ln}\mspace{2mu} tdt}}$ where $\text{ln}\mspace{2mu}(x) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{\left( {x - 1} \right)^{n}}{n}}}$

$f(x) = {\int_{0}^{x}{\text{ln}\mspace{2mu} tdt}}$,其中 $\text{ln}\mspace{2mu}(x) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{\left( {x - 1} \right)^{n}}{n}}}$

102\.

102\.

\[T\] Evaluate the power series expansion $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{x^{n}}{n}}}$ at $x = 1$ to show that $\text{ln}\mspace{2mu}(2)$ is the sum of the alternating harmonic series. Use the alternating series test to determine how many terms of the sum are needed to estimate $\text{ln}\mspace{2mu}(2)$ accurate to within 0.001, and find such an approximation.

\[T\] 在 $x = 1$ 处求幂级数展开 $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{x^{n}}{n}}}$ 的值,以证明 $\text{ln}\mspace{2mu}(2)$ 是交错调和级数的和。使用交错级数判别法确定需要多少项来估计 $\text{ln}\mspace{2mu}(2)$ 使其精确到 0.001 以内,并求出该近似值。

103.

103.

\[T\] Subtract the infinite series of $\text{ln}\mspace{2mu}\left( {1 - x} \right)$ from $\text{ln}\mspace{2mu}\left( {1 + x} \right)$ to get a power series for $\text{ln}\mspace{2mu}\left( \frac{1 + x}{1 - x} \right).$ Evaluate at $x = \frac{1}{3}.$ What is the smallest *N* such that the *N*th partial sum of this series approximates $\text{ln}\mspace{2mu}(2)$ with an error less than 0.001?

\[T\] 从 $\text{ln}\mspace{2mu}\left( {1 + x} \right)$ 减去 $\text{ln}\mspace{2mu}\left( {1 - x} \right)$ 的无穷级数,得到 $\text{ln}\mspace{2mu}\left( \frac{1 + x}{1 - x} \right)$ 的幂级数。在 $x = \frac{1}{3}$ 处求值。最小的 *N* 是多少,使得该级数的第 *N* 项部分和逼近 $\text{ln}\mspace{2mu}(2)$ 的误差小于 0.001?

In the following exercises, using a substitution if indicated, express each series in terms of elementary functions and find the radius of convergence of the sum.

在以下习题中,若已指出则使用代换,将每个级数用初等函数表示,并求该和的收敛半径。

104\.

104\.

$\sum\limits_{k = 0}^{\infty}\left( {x^{k} - x^{2k + 1}} \right)$

$\sum\limits_{k = 0}^{\infty}\left( {x^{k} - x^{2k + 1}} \right)$

105.

105.

$\sum\limits_{k = 1}^{\infty}\frac{x^{3k}}{6k}$

$\sum\limits_{k = 1}^{\infty}\frac{x^{3k}}{6k}$

106\.

106\.

$\sum\limits_{k = 1}^{\infty}\left( {1 + x^{2}} \right)^{\text{−}k}$ using $y = \frac{1}{1 + x^{2}}$

$\sum\limits_{k = 1}^{\infty}\left( {1 + x^{2}} \right)^{\text{−}k}$ 使用 $y = \frac{1}{1 + x^{2}}$

107.

107.

$\sum\limits_{k = 1}^{\infty}2^{\text{−}kx}$ using $y = 2^{\text{−}x}$

$\sum\limits_{k = 1}^{\infty}2^{\text{−}kx}$ 使用 $y = 2^{\text{−}x}$

108\.

108\.

Show that, up to powers *x*3 and *y*3, $E(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ satisfies $E\left( {x + y} \right) = E(x)E(y).$

证明,到 *x*3 与 *y*3 次幂为止,$E(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ 满足 $E\left( {x + y} \right) = E(x)E(y).$

109.

109.

Differentiate the series $E(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ term-by-term to show that $E(x)$ is equal to its derivative.

对级数 $E(x) = {\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}$ 逐项求导,证明 $E(x)$ 等于其导数。

110\.

110\.

Show that if $f(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ is a sum of even powers, that is, $a_{n} = 0$ if *n* is odd, then $F = {\int_{0}^{x}{f(t)\mspace{2mu} dt}}$ is a sum of odd powers, while if *f* is a sum of odd powers, then *F* is a sum of even powers.

证明:若 $f(x) = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}}$ 为偶次幂之和(即若 *n* 为奇数,则 $a_{n} = 0$),则 $F = {\int_{0}^{x}{f(t)\mspace{2mu} dt}}$ 为奇次幂之和;而若 *f* 为奇次幂之和,则 *F* 为偶次幂之和。

111.

111.

\[T\] Suppose that the coefficients *an* of the series $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ are defined by the recurrence relation $a_{n} = \frac{a_{n - 1}}{n} + \frac{a_{n - 2}}{n\left( {n - 1} \right)}.$ For $a_{0} = 0$ and $a_{1} = 1,$ compute and plot the sums $S_{N} = {\sum\limits_{n = 0}^{N}{a_{n}x^{n}}}$ for $N = 2,3,4,5$ on $\left\lbrack {-1,1} \right\rbrack.$

\[T\] 假设级数 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 的系数 *an* 由递推关系 $a_{n} = \frac{a_{n - 1}}{n} + \frac{a_{n - 2}}{n\left( {n - 1} \right)}$ 定义。对于 $a_{0} = 0$ 和 $a_{1} = 1$,在 $\left\lbrack {-1,1} \right\rbrack$ 上计算并绘出 $N = 2,3,4,5$ 时的和 $S_{N} = {\sum\limits_{n = 0}^{N}{a_{n}x^{n}}}$。

112\.

112\.

\[T\] Suppose that the coefficients *an* of the series $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ are defined by the recurrence relation $a_{n} = \frac{a_{n - 1}}{\sqrt{n}} - \frac{a_{n - 2}}{\sqrt{n\left( {n - 1} \right)}}.$ For $a_{0} = 1$ and $a_{1} = 0,$ compute and plot the sums $S_{N} = {\sum\limits_{n = 0}^{N}{a_{n}x^{n}}}$ for $N = 2,3,4,5$ on $\left\lbrack {-1,1} \right\rbrack.$

\[T\] 假设级数 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 的系数 *an* 由递推关系 $a_{n} = \frac{a_{n - 1}}{\sqrt{n}} - \frac{a_{n - 2}}{\sqrt{n\left( {n - 1} \right)}}$ 定义。对于 $a_{0} = 1$ 和 $a_{1} = 0$,在 $\left\lbrack {-1,1} \right\rbrack$ 上计算并绘出 $N = 2,3,4,5$ 时的和 $S_{N} = {\sum\limits_{n = 0}^{N}{a_{n}x^{n}}}$。

113.

113.

\[T\] Given the power series expansion $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{x^{n}}{n}}},$ determine how many terms *N* of the sum evaluated at $x = -1\text{/}2$ are needed to approximate $\text{ln}\mspace{2mu}(2)$ accurate to within 1/1000. Evaluate the corresponding partial sum ${\sum\limits_{n = 1}^{N}{(-1)^{n - 1}\frac{x^{n}}{n}}}.$

\[T\] 给定幂级数展开 $\text{ln}\mspace{2mu}\left( {1 + x} \right) = {\sum\limits_{n = 1}^{\infty}{(-1)^{n - 1}\frac{x^{n}}{n}}}$,确定在 $x = -1\text{/}2$ 处求值的和需要多少项 *N* 才能将 $\text{ln}\mspace{2mu}(2)$ 逼近到 1/1000 的精度以内。求出相应的部分和 ${\sum\limits_{n = 1}^{N}{(-1)^{n - 1}\frac{x^{n}}{n}}}$。

114\.

114\.

\[T\] Given the power series expansion $\text{tan}^{-1}(x) = {\sum\limits_{k = 0}^{\infty}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}},$ use the alternating series test to determine how many terms *N* of the sum evaluated at $x = 1$ are needed to approximate $\text{tan}^{-1}(1) = \frac{\pi}{4}$ accurate to within 1/1000. Evaluate the corresponding partial sum ${\sum\limits_{k = 0}^{N}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}}.$

\[T\] 给定幂级数展开 $\text{tan}^{-1}(x) = {\sum\limits_{k = 0}^{\infty}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}}$,使用交错级数判别法确定在 $x = 1$ 处求值的和需要多少项 *N* 才能将 $\text{tan}^{-1}(1) = \frac{\pi}{4}$ 逼近到 1/1000 的精度以内。求出相应的部分和 ${\sum\limits_{k = 0}^{N}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}}$。

115.

115.

\[T\] Recall that $\text{tan}^{-1}\left( \frac{1}{\sqrt{3}} \right) = \frac{\pi}{6}.$ Assuming an exact value of $\left( \frac{1}{\sqrt{3}} \right),$ estimate $\frac{\pi}{6}$ by evaluating partial sums $S_{N}\left( \frac{1}{\sqrt{3}} \right)$ of the power series expansion $\text{tan}^{-1}(x) = {\sum\limits_{k = 0}^{\infty}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}}$ at $x = \frac{1}{\sqrt{3}}.$ What is the smallest number *N* such that $6S_{N}\left( \frac{1}{\sqrt{3}} \right)$ approximates *π* accurately to within 0.001? How many terms are needed for accuracy to within 0.00001?

\[T\] 回忆 $\text{tan}^{-1}\left( \frac{1}{\sqrt{3}} \right) = \frac{\pi}{6}。$ 假设 $\left( \frac{1}{\sqrt{3}} \right)$ 为精确值,通过在 $x = \frac{1}{\sqrt{3}}$ 处计算幂级数展开 $\text{tan}^{-1}(x) = {\sum\limits_{k = 0}^{\infty}{(-1)^{k}\frac{x^{2k + 1}}{2k + 1}}}$ 的部分和 $S_{N}\left( \frac{1}{\sqrt{3}} \right)$ 来估计 $\frac{\pi}{6}$。最小的 *N* 是多少,使得 $6S_{N}\left( \frac{1}{\sqrt{3}} \right)$ 逼近 *π* 的精度在 0.001 以内?要达到 0.00001 以内的精度需要多少项?

6.3 Taylor and Maclaurin Series 6.3 泰勒与麦克劳林级数

In the previous two sections we discussed how to find power series representations for certain types of functions––specifically, functions related to geometric series. Here we discuss power series representations for other types of functions. In particular, we address the following questions: Which functions can be represented by power series and how do we find such representations? If we can find a power series representation for a particular function $f$ and the series converges on some interval, how do we prove that the series actually converges to $f?$

在前两节中,我们讨论了如何求某些类型函数——特别是与几何级数相关的函数——的幂级数表示。这里我们将讨论其他类型函数的幂级数表示。具体而言,我们要解决以下问题:哪些函数可由幂级数表示?我们又如何求得这样的表示?如果我们能为某个特定函数 $f$ 找到幂级数表示,且该级数在某个区间上收敛,我们如何证明该级数确实收敛到 $f?$

Overview of Taylor/Maclaurin Series 泰勒/麦克劳林级数概述

Consider a function $f$ that has a power series representation at $x = a.$ Then the series has the form

考虑一个函数 $f$,它在 $x = a.$ 处具有幂级数表示。那么该级数具有如下形式

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}(x - a) + c_{2}{(x - a)}^{2} + \text{⋯}.$$ (6.4)

$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}(x - a) + c_{2}{(x - a)}^{2} + \text{⋯}.$$ (6.4)

What should the coefficients be? For now, we ignore issues of convergence, but instead focus on what the series should be, if one exists. We return to discuss convergence later in this section. If the series Equation 6.4 is a representation for $f$ at $x = a,$ we certainly want the series to equal $f(a)$ at $x = a.$ Evaluating the series at $x = a,$ we see that

系数应当是多少?目前我们暂不考虑收敛性问题,而是关注若该级数存在,它应当取何种形式。我们会在本节稍后讨论收敛性。若级数 (6.4) 是 $f$ 在 $x = a,$ 处的表示,我们自然希望该级数在 $x = a.$ 处等于 $f(a)$。将级数在 $x = a,$ 处求值,可得

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} & {= c_{0} + c_{1}\left( {a - a} \right) + c_{2}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= c_{0}.} \end{array}$$

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} & {= c_{0} + c_{1}\left( {a - a} \right) + c_{2}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= c_{0}.} \end{array}$$

Thus, the series equals $f(a)$ if the coefficient $c_{0} = f(a).$ In addition, we would like the first derivative of the power series to equal $f^{\prime}(a)$ at $x = a.$ Differentiating Equation 6.4 term-by-term, we see that

于是,若系数 $c_{0} = f(a).$ 则该级数在 $x = a.$ 处等于 $f(a)$。此外,我们希望该幂级数的一阶导数在 $x = a.$ 处等于 $f^{\prime}(a)$。对 (6.4) 式逐项求导,可得

$$\frac{d}{dx}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}.$$

$$\frac{d}{dx}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = c_{1} + 2c_{2}\left( {x - a} \right) + 3c_{3}\left( {x - a} \right)^{2} + \text{⋯}.$$

Therefore, at $x = a,$ the derivative is

因此,在 $x = a,$ 处,该导数为

$$\begin{array}{cl} & \\ & \\ {\frac{d}{dx}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= c_{1} + 2c_{2}\left( {a - a} \right) + 3c_{3}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= c_{1}.} \end{array}$$

$$\begin{array}{cl} & \\ & \\ {\frac{d}{dx}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= c_{1} + 2c_{2}\left( {a - a} \right) + 3c_{3}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= c_{1}.} \end{array}$$

Therefore, the derivative of the series equals $f^{\prime}(a)$ if the coefficient $c_{1} = f^{\prime}(a).$ Continuing in this way, we look for coefficients *cn* such that all the derivatives of the power series Equation 6.4 will agree with all the corresponding derivatives of $f$ at $x = a.$ The second and third derivatives of Equation 6.4 are given by

因此,若系数 $c_{1} = f^{\prime}(a).$ 则该级数的导数等于 $f^{\prime}(a)$。依此继续,我们寻找系数 *cn*,使得幂级数 (6.4) 的所有导数在 $x = a.$ 处与 $f$ 的相应导数全部吻合。(6.4) 式的二阶与三阶导数如下

$$\frac{d^{2}}{dx^{2}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = 2c_{2} + 3 \cdot 2c_{3}\left( {x - a} \right) + 4 \cdot 3c_{4}\left( {x - a} \right)^{2} + \text{⋯}$$

$$\frac{d^{2}}{dx^{2}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = 2c_{2} + 3 \cdot 2c_{3}\left( {x - a} \right) + 4 \cdot 3c_{4}\left( {x - a} \right)^{2} + \text{⋯}$$

and

$$\frac{d^{3}}{dx^{3}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = 3 \cdot 2c_{3} + 4 \cdot 3 \cdot 2c_{4}\left( {x - a} \right) + 5 \cdot 4 \cdot 3c_{5}\left( {x - a} \right)^{2} + \text{⋯}.$$

$$\frac{d^{3}}{dx^{3}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right) = 3 \cdot 2c_{3} + 4 \cdot 3 \cdot 2c_{4}\left( {x - a} \right) + 5 \cdot 4 \cdot 3c_{5}\left( {x - a} \right)^{2} + \text{⋯}.$$

Therefore, at $x = a,$ the second and third derivatives

因此,在 $x = a,$ 处,二阶与三阶导数为

$$\begin{array}{cl} {\frac{d^{2}}{dx^{2}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= 2c_{2} + 3 \cdot 2c_{3}\left( {a - a} \right) + 4 \cdot 3c_{4}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= 2c_{2}} \end{array}$$

$$\begin{array}{cl} {\frac{d^{2}}{dx^{2}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= 2c_{2} + 3 \cdot 2c_{3}\left( {a - a} \right) + 4 \cdot 3c_{4}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= 2c_{2}} \end{array}$$

and

$$\begin{array}{cl} {\frac{d^{3}}{dx^{3}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= 3 \cdot 2c_{3} + 4 \cdot 3 \cdot 2c_{4}\left( {a - a} \right) + 5 \cdot 4 \cdot 3c_{5}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= 3 \cdot 2c_{3}} \end{array}$$

$$\begin{array}{cl} {\frac{d^{3}}{dx^{3}}\left( {\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} \right)} & {= 3 \cdot 2c_{3} + 4 \cdot 3 \cdot 2c_{4}\left( {a - a} \right) + 5 \cdot 4 \cdot 3c_{5}\left( {a - a} \right)^{2} + \text{⋯}} \\ & {= 3 \cdot 2c_{3}} \end{array}$$

equal $f^{''}(a)$ and $f\text{'''}(a),$ respectively, if $c_{2} = \frac{f^{''}(a)}{2}$ and $c_{3} = \frac{f\text{'''}(a)}{3 \cdot 2}.$ More generally, we see that if $f$ has a power series representation at $x = a,$ then the coefficients should be given by $c_{n} = \frac{f^{(n)}(a)}{n\text{!}}.$ That is, the series should be

若 $c_{2} = \frac{f^{''}(a)}{2}$ 且 $c_{3} = \frac{f\text{'''}(a)}{3 \cdot 2}.$ 则分别等于 $f^{''}(a)$ 与 $f\text{'''}(a)$。更一般地,若 $f$ 在 $x = a,$ 处具有幂级数表示,则系数应取 $c_{n} = \frac{f^{(n)}(a)}{n\text{!}}.$ 也就是说,该级数应为

$${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3} + \text{⋯}.$$

$${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3} + \text{⋯}.$$

This power series for $f$ is known as the Taylor series for $f$ at $a.$ If $a = 0,$ then this series is known as the Maclaurin series for $f.$

函数 $f$ 的这个幂级数称为 $f$ 在 $a.$ 处的泰勒级数。若 $a = 0,$ 则该级数称为 $f$ 的麦克劳林级数。

If $f$ has derivatives of all orders at $x = a,$ then the Taylor series for the function $f$ at $a$ is

若 $f$ 在 $x = a,$ 处各阶可导,则函数在 $a$ 处的泰勒级数为

$${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} + \text{⋯}.$$ (6.5)

$${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} + \text{⋯}.$$ (6.5)

The Taylor series for $f$ at 0 is known as the Maclaurin series for $f.$

函数 $f$ 在 0 处的泰勒级数称为 $f$ 的麦克劳林级数。

Later in this section, we will show examples of finding Taylor series and discuss conditions under which the Taylor series for a function will converge to that function. Here, we state an important result. Recall from Uniqueness of Power Series that power series representations are unique. Therefore, if a function $f$ has a power series at $a,$ then it must be the Taylor series for $f$ at $a.$

在本节稍后,我们将给出求泰勒级数的例子,并讨论泰勒级数在何种条件下收敛于该函数。这里我们先陈述一个重要结论。由「幂级数的唯一性」可知,幂级数表示是唯一的。因此,若函数 $f$ 在 $a,$ 处具有幂级数,则它必为 $f$ 在 $a.$ 处的泰勒级数。

Uniqueness of Taylor Series 泰勒级数的唯一性

If a function $f$ has a power series at *a* that converges to $f$ on some open interval containing *a*, then that power series is the Taylor series for $f$ at *a*.

若函数 $f$ 在 *a* 处有一个幂级数,且它在某些包含 *a* 的开区间上收敛于 $f$,则该幂级数就是 $f$ 在 *a* 处的泰勒级数。

The proof follows directly from Uniqueness of Power Series.

该证明直接由「幂级数的唯一性」得出。

To determine if a Taylor series converges, we need to look at its sequence of partial sums. These partial sums are finite polynomials, known as Taylor polynomials.

要判断泰勒级数是否收敛,我们需要考察它的部分和数列。这些部分和是有限多项式,称为泰勒多项式。

Visit the MacTutor History of Mathematics archive to read brief biographies of Brook Taylor and Colin Maclaurin and how they developed the concepts named after them.

访问 MacTutor 数学史档案,阅读 Brook Taylor 与 Colin Maclaurin 的简短传记,了解他们如何提出以各自名字命名的这些概念。

Taylor Polynomials 泰勒多项式

The *n*th partial sum of the Taylor series for a function $f$ at $a$ is known as the *n*th Taylor polynomial. For example, the 0th, 1st, 2nd, and 3rd partial sums of the Taylor series are given by

函数 $f$ 在 $a$ 处的泰勒级数的第 *n* 个部分和称为第 *n* 个泰勒多项式。例如,泰勒级数的第 0、1、2、3 个部分和如下

$$\begin{array}{l} {p_{0}(x) = f(a),} \\ {p_{1}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right),} \\ {p_{2}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2},} \\ {p_{3}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3},} \end{array}$$

$$\begin{array}{l} {p_{0}(x) = f(a),} \\ {p_{1}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right),} \\ {p_{2}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2},} \\ {p_{3}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3},} \end{array}$$

respectively. These partial sums are known as the 0th, 1st, 2nd, and 3rd Taylor polynomials of $f$ at $a,$ respectively. If $a = 0,$ then these polynomials are known as Maclaurin polynomials for $f.$ We now provide a formal definition of Taylor and Maclaurin polynomials for a function $f.$

分别地,这些部分和称为 $f$ 在 $a,$ 处的第 0、1、2、3 个泰勒多项式。若 $a = 0,$ 则这些多项式称为 $f$ 的麦克劳林多项式。下面我们给出函数 $f$ 的泰勒多项式与麦克劳林多项式的正式定义。

If $f$ has *n* derivatives at $x = a,$ then the *n*th Taylor polynomial for $f$ at $a$ is

若 $f$ 在 $x = a,$ 处存在 *n* 阶导数,则 $f$ 在 $a$ 处的第 *n* 个泰勒多项式为

$$p_{n}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}.$$

$$p_{n}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \frac{f\text{'''}(a)}{3\text{!}}\left( {x - a} \right)^{3} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}.$$

The *n*th Taylor polynomial for $f$ at 0 is known as the *n*th Maclaurin polynomial for $f.$

$f$ 在 0 处的第 *n* 个泰勒多项式称为 $f$ 的第 *n* 个麦克劳林多项式。

We now show how to use this definition to find several Taylor polynomials for $f(x) = \text{ln}\mspace{2mu} x$ at $x = 1.$

下面我们演示如何利用该定义求出 $f(x) = \text{ln}\mspace{2mu} x$ 在 $x = 1.$ 处的若干泰勒多项式。

Finding Taylor Polynomials 求泰勒多项式

Find the Taylor polynomials $p_{0},p_{1},p_{2}$ and $p_{3}$ for $f(x) = \text{ln}\mspace{2mu} x$ at $x = 1.$ Use a graphing utility to compare the graph of $f$ with the graphs of $p_{0},p_{1},p_{2}$ and $p_{3}.$

求 $f(x) = \text{ln}\mspace{2mu} x$ 在 $x = 1.$ 处的泰勒多项式 $p_{0},p_{1},p_{2}$ 与 $p_{3}$。利用绘图工具比较 $f$ 的图像与 $p_{0},p_{1},p_{2}$ 和 $p_{3}$ 的图像。

Solution 解答

To find these Taylor polynomials, we need to evaluate $f$ and its first three derivatives at $x = 1.$

为求出这些泰勒多项式,我们需要在 $x = 1.$ 处计算 $f$ 及其前三阶导数。

$$\begin{array}{rllccrll} {f(x)} & = & {\text{ln}\mspace{2mu} x} & & & {f(1)} & = & 0 \\ {f^{\prime}(x)} & = & \frac{1}{x} & & & {f^{\prime}(1)} & = & 1 \\ {f^{''}(x)} & = & {- \frac{1}{x^{2}}} & & & {f^{''}(1)} & = & -1 \\ {f\text{'''}(x)} & = & \frac{2}{x^{3}} & & & {f\text{'''}(1)} & = & 2 \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & {\text{ln}\mspace{2mu} x} & & & {f(1)} & = & 0 \\ {f^{\prime}(x)} & = & \frac{1}{x} & & & {f^{\prime}(1)} & = & 1 \\ {f^{''}(x)} & = & {- \frac{1}{x^{2}}} & & & {f^{''}(1)} & = & -1 \\ {f\text{'''}(x)} & = & \frac{2}{x^{3}} & & & {f\text{'''}(1)} & = & 2 \end{array}$$

Therefore,

于是,

$$\begin{array}{cll} {p_{0}(x)} & = & {f(1) = 0,} \\ {p_{1}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) = x - 1,} \\ {p_{2}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) + \frac{f^{''}(1)}{2}\left( {x - 1} \right)^{2} = \left( {x - 1} \right) - \frac{1}{2}\left( {x - 1} \right)^{2},} \\ {p_{3}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) + \frac{f^{''}(1)}{2}\left( {x - 1} \right)^{2} + \frac{f\text{'''}(1)}{3\text{!}}\left( {x - 1} \right)^{3}} \\ & = & {\left( {x - 1} \right) - \frac{1}{2}\left( {x - 1} \right)^{2} + \frac{1}{3}\left( {x - 1} \right)^{3}.} \end{array}$$

$$\begin{array}{cll} {p_{0}(x)} & = & {f(1) = 0,} \\ {p_{1}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) = x - 1,} \\ {p_{2}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) + \frac{f^{''}(1)}{2}\left( {x - 1} \right)^{2} = \left( {x - 1} \right) - \frac{1}{2}\left( {x - 1} \right)^{2},} \\ {p_{3}(x)} & = & {f(1) + f^{\prime}(1)\left( {x - 1} \right) + \frac{f^{''}(1)}{2}\left( {x - 1} \right)^{2} + \frac{f\text{'''}(1)}{3\text{!}}\left( {x - 1} \right)^{3}} \\ & = & {\left( {x - 1} \right) - \frac{1}{2}\left( {x - 1} \right)^{2} + \frac{1}{3}\left( {x - 1} \right)^{3}.} \end{array}$$

The graphs of $y = f(x)$ and the first three Taylor polynomials are shown in Figure 6.5.

$y = f(x)$ 的图像与前三个泰勒多项式的图像如图 6.5 所示。

Find the Taylor polynomials $p_{0},p_{1},p_{2}$ and $p_{3}$ for $f(x) = \frac{1}{x^{2}}$ at $x = 1.$

求 $f(x) = \frac{1}{x^{2}}$ 在 $x = 1.$ 处的泰勒多项式 $p_{0},p_{1},p_{2}$ 与 $p_{3}$。

We now show how to find Maclaurin polynomials for *ex*, $\text{sin}\mspace{2mu} x,$ and $\text{cos}\mspace{2mu} x.$ As stated above, Maclaurin polynomials are Taylor polynomials centered at zero.

下面我们演示如何求 *ex*、$\text{sin}\mspace{2mu} x$ 与 $\text{cos}\mspace{2mu} x$ 的麦克劳林多项式。如前所述,麦克劳林多项式是以零为中心的泰勒多项式。

Finding Maclaurin Polynomials 求麦克劳林多项式

For each of the following functions, find formulas for the Maclaurin polynomials $p_{0},p_{1},p_{2}$ and $p_{3}.$ Find a formula for the *n*th Maclaurin polynomial and write it using sigma notation. Use a graphing utilty to compare the graphs of $p_{0},p_{1},p_{2}$ and $p_{3}$ with $f.$

对下列各个函数,求出其麦克劳林多项式 $p_{0},p_{1},p_{2}$ 与 $p_{3}$ 的公式。求出第 *n* 个麦克劳林多项式的公式,并用 sigma 记号写出。利用绘图工具比较 $p_{0},p_{1},p_{2}$ 和 $p_{3}$ 的图像与 $f$ 的图像。

1. $f(x) = e^{x}$

1. $f(x) = e^{x}$

2. $f(x) = \text{sin}\mspace{2mu} x$

2. $f(x) = \text{sin}\mspace{2mu} x$

3. $f(x) = \text{cos}\mspace{2mu} x$

3. $f(x) = \text{cos}\mspace{2mu} x$

Solution 解答

1. Since $f(x) = e^{x},$ we know that $f(x) = f^{\prime}(x) = f^{''}(x) = \text{⋯} = f^{(n)}(x) = e^{x}$ for all positive integers *n*. Therefore,

1. 由于 $f(x) = e^{x},$ 可知对一切正整数 *n* 都有 $f(x) = f^{\prime}(x) = f^{''}(x) = \text{⋯} = f^{(n)}(x) = e^{x}$。于是,

$$f(0) = f^{\prime}(0) = f^{''}(0) = \text{⋯} = f^{(n)}(0) = 1$$

$$f(0) = f^{\prime}(0) = f^{''}(0) = \text{⋯} = f^{(n)}(0) = 1$$

for all positive integers *n*. Therefore, we have

对一切正整数 *n* 成立。于是我们有

$$\begin{array}{cll} {p_{0}(x)} & = & {f(0) = 1,} \\ {p_{1}(x)} & = & {f(0) + f^{\prime}(0)x = 1 + x,} \\ {p_{2}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2\text{!}}x^{2} = 1 + x + \frac{1}{2}x^{2},} \\ {p_{3}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2}x^{2} + \frac{f\text{'''}(0)}{3\text{!}}x^{3}} \\ & = & {1 + x + \frac{1}{2}x^{2} + \frac{1}{3\text{!}}x^{3},} \\ {p_{n}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2}x^{2} + \frac{f\text{'''}(0)}{3\text{!}}x^{3} + \text{⋯} + \frac{f^{(n)}(0)}{n\text{!}}x^{n}} \\ & = & {1 + x + \frac{x^{2}}{2\text{!}} + \frac{x^{3}}{3\text{!}} + \text{⋯} + \frac{x^{n}}{n\text{!}}} \\ & = & {{\sum\limits_{k = 0}^{n}\frac{x^{k}}{k\text{!}}}.} \end{array}$$

$$\begin{array}{cll} {p_{0}(x)} & = & {f(0) = 1,} \\ {p_{1}(x)} & = & {f(0) + f^{\prime}(0)x = 1 + x,} \\ {p_{2}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2\text{!}}x^{2} = 1 + x + \frac{1}{2}x^{2},} \\ {p_{3}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2}x^{2} + \frac{f\text{'''}(0)}{3\text{!}}x^{3}} \\ & = & {1 + x + \frac{1}{2}x^{2} + \frac{1}{3\text{!}}x^{3},} \\ {p_{n}(x)} & = & {f(0) + f^{\prime}(0)x + \frac{f^{''}(0)}{2}x^{2} + \frac{f\text{'''}(0)}{3\text{!}}x^{3} + \text{⋯} + \frac{f^{(n)}(0)}{n\text{!}}x^{n}} \\ & = & {1 + x + \frac{x^{2}}{2\text{!}} + \frac{x^{3}}{3\text{!}} + \text{⋯} + \frac{x^{n}}{n\text{!}}} \\ & = & {{\sum\limits_{k = 0}^{n}\frac{x^{k}}{k\text{!}}}.} \end{array}$$

The function and the first three Maclaurin polynomials are shown in Figure 6.6.

该函数与前三个麦克劳林多项式的图像如图 6.6 所示。

2. For $f(x) = \text{sin}\mspace{2mu} x,$ the values of the function and its first four derivatives at $x = 0$ are given as follows:

2. 对 $f(x) = \text{sin}\mspace{2mu} x,$ 该函数在 $x = 0$ 处的值及其前四阶导数如下:

$$\begin{array}{rllccrll} {f(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f(0)} & = & 0 \\ {f^{\prime}(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f^{\prime}(0)} & = & 1 \\ {f^{''}(x)} & = & {\text{−}\text{sin}\mspace{2mu} x} & & & {f^{''}(0)} & = & 0 \\ {f\text{'''}(x)} & = & {\text{−}\text{cos}\mspace{2mu} x} & & & {f\text{'''}(0)} & = & -1 \\ {f^{(4)}(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f^{(4)}(0)} & = & 0. \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f(0)} & = & 0 \\ {f^{\prime}(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f^{\prime}(0)} & = & 1 \\ {f^{''}(x)} & = & {\text{−}\text{sin}\mspace{2mu} x} & & & {f^{''}(0)} & = & 0 \\ {f\text{'''}(x)} & = & {\text{−}\text{cos}\mspace{2mu} x} & & & {f\text{'''}(0)} & = & -1 \\ {f^{(4)}(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f^{(4)}(0)} & = & 0. \end{array}$$

Since the fourth derivative is $\text{sin}\mspace{2mu} x,$ the pattern repeats. That is, $f^{({2m})}(0) = 0$ and $f^{({2m + 1})}(0) = (-1)^{m}$ for $m \geq 0.$ Thus, we have

由于四阶导数为 $\text{sin}\mspace{2mu} x,$ 该规律循环出现。也就是说,对 $m \geq 0$ 有 $f^{({2m})}(0) = 0$ 且 $f^{({2m + 1})}(0) = (-1)^{m}$。于是我们有

$$\begin{array}{l} {p_{0}(x) = 0,} \\ {p_{1}(x) = 0 + x = x,} \\ {p_{2}(x) = 0 + x + 0 = x,} \\ {p_{3}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} = x - \frac{x^{3}}{3\text{!}},} \\ {p_{4}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} + 0 = x - \frac{x^{3}}{3\text{!}},} \\ {p_{5}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} + 0 + \frac{1}{5\text{!}}x^{5} = x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}},} \end{array}$$

$$\begin{array}{l} {p_{0}(x) = 0,} \\ {p_{1}(x) = 0 + x = x,} \\ {p_{2}(x) = 0 + x + 0 = x,} \\ {p_{3}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} = x - \frac{x^{3}}{3\text{!}},} \\ {p_{4}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} + 0 = x - \frac{x^{3}}{3\text{!}},} \\ {p_{5}(x) = 0 + x + 0 - \frac{1}{3\text{!}}x^{3} + 0 + \frac{1}{5\text{!}}x^{5} = x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}},} \end{array}$$

and for $m \geq 0,$

并且对 $m \geq 0,$

$$\begin{array}{cl} {p_{2m + 1}(x)} & {= p_{2m + 2}(x)} \\ & {= x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} - \text{⋯} + (-1)^{m}\frac{x^{2m + 1}}{\left( {2m + 1} \right)\text{!}}} \\ & {= {\sum\limits_{k = 0}^{m}{(-1)^{k}\frac{x^{2k + 1}}{\left( {2k + 1} \right)\text{!}}}}.} \end{array}$$

$$\begin{array}{cl} {p_{2m + 1}(x)} & {= p_{2m + 2}(x)} \\ & {= x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} - \text{⋯} + (-1)^{m}\frac{x^{2m + 1}}{\left( {2m + 1} \right)\text{!}}} \\ & {= {\sum\limits_{k = 0}^{m}{(-1)^{k}\frac{x^{2k + 1}}{\left( {2k + 1} \right)\text{!}}}}.} \end{array}$$

Graphs of the function and its Maclaurin polynomials are shown in Figure 6.7.

该函数与其麦克劳林多项式的图像如图 6.7 所示。

3. For $f(x) = \text{cos}\mspace{2mu} x,$ the values of the function and its first four derivatives at $x = 0$ are given as follows:

3. 对 $f(x) = \text{cos}\mspace{2mu} x,$ 该函数在 $x = 0$ 处的值及其前四阶导数如下:

$$\begin{array}{rllccrll} {f(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f(0)} & = & 1 \\ {f^{\prime}(x)} & = & {\text{−}\text{sin}\mspace{2mu} x} & & & {f^{\prime}(0)} & = & 0 \\ {f^{''}(x)} & = & {\text{−}\text{cos}\mspace{2mu} x} & & & {f^{''}(0)} & = & -1 \\ {f\text{'''}(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f\text{'''}(0)} & = & 0 \\ {f^{(4)}(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f^{(4)}(0)} & = & 1. \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f(0)} & = & 1 \\ {f^{\prime}(x)} & = & {\text{−}\text{sin}\mspace{2mu} x} & & & {f^{\prime}(0)} & = & 0 \\ {f^{''}(x)} & = & {\text{−}\text{cos}\mspace{2mu} x} & & & {f^{''}(0)} & = & -1 \\ {f\text{'''}(x)} & = & {\text{sin}\mspace{2mu} x} & & & {f\text{'''}(0)} & = & 0 \\ {f^{(4)}(x)} & = & {\text{cos}\mspace{2mu} x} & & & {f^{(4)}(0)} & = & 1. \end{array}$$

Since the fourth derivative is $\text{cos}\mspace{2mu} x,$ the pattern repeats. In other words, $f^{({2m})}(0) = (-1)^{m}$ and $f^{({2m + 1})} = 0$ for $m \geq 0.$ Therefore,

由于四阶导数为 $\text{cos}\mspace{2mu} x,$ 该规律循环出现。换言之,对 $m \geq 0$ 有 $f^{({2m})}(0) = (-1)^{m}$ 且 $f^{({2m + 1})} = 0$。因此,

$$\begin{array}{l} {p_{0}(x) = 1,} \\ {p_{1}(x) = 1 + 0 = 1,} \\ {p_{2}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} = 1, } \\ {p_{3}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 = 1 - \frac{x^{2}}{2\text{!}},} \\ {p_{4}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 + \frac{1}{4\text{!}}x^{4} = 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}},} \\ {p_{5}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 + \frac{1}{4\text{!}}x^{4} + 0 = 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}},} \end{array}$$

$$\begin{array}{l} {p_{0}(x) = 1,} \\ {p_{1}(x) = 1 + 0 = 1,} \\ {p_{2}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} = 1, } \\ {p_{3}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 = 1 - \frac{x^{2}}{2\text{!}},} \\ {p_{4}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 + \frac{1}{4\text{!}}x^{4} = 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}},} \\ {p_{5}(x) = 1 + 0 - \frac{1}{2\text{!}}x^{2} + 0 + \frac{1}{4\text{!}}x^{4} + 0 = 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}},} \end{array}$$

and for $n \geq 0,$

并且对 $n \geq 0,$

$$\begin{array}{cl} {p_{2m}(x)} & {= p_{2m + 1}(x)} \\ & {= 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}} - \text{⋯} + (-1)^{m}\frac{x^{2m}}{\left( {2m} \right)\text{!}}} \\ & {= {\sum\limits_{k = 0}^{m}(-1)^{k}}\frac{x^{2k}}{\left( {2k} \right)\text{!}}.} \end{array}$$

$$\begin{array}{cl} {p_{2m}(x)} & {= p_{2m + 1}(x)} \\ & {= 1 - \frac{x^{2}}{2\text{!}} + \frac{x^{4}}{4\text{!}} - \text{⋯} + (-1)^{m}\frac{x^{2m}}{\left( {2m} \right)\text{!}}} \\ & {= {\sum\limits_{k = 0}^{m}(-1)^{k}}\frac{x^{2k}}{\left( {2k} \right)\text{!}}.} \end{array}$$

Graphs of the function and the Maclaurin polynomials appear in Figure 6.8.

该函数与麦克劳林多项式的图像如图 6.8 所示。

Find formulas for the Maclaurin polynomials $p_{0},p_{1},p_{2}$ and $p_{3}$ for $f(x) = \frac{1}{1 + x}.$ Find a formula for the *n*th Maclaurin polynomial. Write your answer using sigma notation.

求 $f(x) = \frac{1}{1 + x}.$ 的麦克劳林多项式 $p_{0},p_{1},p_{2}$ 与 $p_{3}$ 的公式。求出第 *n* 个麦克劳林多项式的公式,并用 sigma 记号写出答案。

Taylor's Theorem with Remainder 带余项的泰勒定理

Recall that the *n*th Taylor polynomial for a function $f$ at *a* is the *n*th partial sum of the Taylor series for $f$ at *a*. Therefore, to determine if the Taylor series converges, we need to determine whether the sequence of Taylor polynomials $\left\{ p_{n} \right\}$ converges. However, not only do we want to know if the sequence of Taylor polynomials converges, we want to know if it converges to $f.$ To answer this question, we define the remainder $R_{n}(x)$ as

回顾:函数 $f$ 在 *a* 处的 *n* 阶泰勒多项式,是 $f$ 在 *a* 处的泰勒级数的 *n* 阶部分和。因此,要判断泰勒级数是否收敛,需要判断泰勒多项式序列 $\left\{ p_{n} \right\}$ 是否收敛。然而,我们不仅要知道泰勒多项式序列是否收敛,还要知道它是否收敛到 $f$。为回答这一问题,我们定义余项 $R_{n}(x)$ 为

$$R_{n}(x) = f(x) - p_{n}(x).$$

$$R_{n}(x) = f(x) - p_{n}(x).$$

For the sequence of Taylor polynomials to converge to $f,$ we need the remainder *Rn* to converge to zero. To determine if *Rn* converges to zero, we introduce Taylor's theorem with remainder. Not only is this theorem useful in proving that a Taylor series converges to its related function, but it will also allow us to quantify how well the *n*th Taylor polynomial approximates the function.

要使泰勒多项式序列收敛到 $f$,需要余项 *Rn* 收敛到零。为判断 *Rn* 是否收敛到零,我们引入带余项的泰勒定理。该定理不仅有助于证明泰勒级数收敛到其对应的函数,还能让我们定量估计 *n* 阶泰勒多项式对函数的逼近程度。

Here we look for a bound on $\left| R_{n} \right|.$ Consider the simplest case: $n = 0.$ Let *p*0 be the 0th Taylor polynomial at *a* for a function $f.$ The remainder *R*0 satisfies

这里我们对 $\left| R_{n} \right|$ 寻找一个上界。考虑最简单的情形:$n = 0$。设 *p*0 为函数 $f$ 在 *a* 处的 0 阶泰勒多项式。余项 *R*0 满足

$$\begin{array}{cl} {R_{0}(x)} & {= f(x) - p_{0}(x)} \\ & {= f(x) - f(a).} \end{array}$$

$$\begin{array}{cl} {R_{0}(x)} & {= f(x) - p_{0}(x)} \\ & {= f(x) - f(a).} \end{array}$$

If $f$ is differentiable on an interval *I* containing *a* and *x*, then by the Mean Value Theorem there exists a real number *c* between *a* and *x* such that $f(x) - f(a) = f^{\prime}(c)\left( {x - a} \right).$ Therefore,

若 $f$ 在包含 *a* 与 *x* 的区间 *I* 上可导,则由中值定理,存在 *a* 与 *x* 之间的实数 *c*,使得 $f(x) - f(a) = f^{\prime}(c)\left( {x - a} \right)$。于是

$$R_{0}(x) = f^{\prime}(c)\left( {x - a} \right).$$

$$R_{0}(x) = f^{\prime}(c)\left( {x - a} \right).$$

Using the Mean Value Theorem in a similar argument, we can show that if $f$ is *n* times differentiable on an interval *I* containing *a* and *x*, then the *n*th remainder *Rn* satisfies

用类似论证并借助中值定理,可证:若 $f$ 在包含 *a* 与 *x* 的区间 *I* 上 *n* 次可导,则 *n* 阶余项 *Rn* 满足

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$$

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$$

for some real number *c* between *a* and *x*. It is important to note that the value *c* in the numerator above is not the center *a*, but rather an unknown value *c* between *a* and *x*. This formula allows us to get a bound on the remainder *Rn*. If we happen to know that $\left| {f^{({n + 1})}(x)} \right|$ is bounded by some real number *M* on this interval *I*, then

其中 *c* 为 *a* 与 *x* 之间的某个实数。上式分子中的 *c* 并非中心 *a*,而是 *a* 与 *x* 之间的一个未知值 *c*,这一点很重要。此公式使我们可以对余项 *Rn* 给出上界。如果已知 $\left| {f^{({n + 1})}(x)} \right|$ 在此区间 *I* 上被某实数 *M* 所界,则

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

for all *x* in the interval *I*.

对区间 *I* 中的所有 *x* 成立。

We now state Taylor's theorem, which provides the formal relationship between a function $f$ and its *n*th degree Taylor polynomial $p_{n}(x).$ This theorem allows us to bound the error when using a Taylor polynomial to approximate a function value, and will be important in proving that a Taylor series for $f$ converges to $f.$

现在陈述泰勒定理,它给出函数 $f$ 与其 *n* 次泰勒多项式 $p_{n}(x)$ 之间的形式关系。该定理使我们在用泰勒多项式逼近函数值时能够控制误差,并且在证明 $f$ 的泰勒级数收敛到 $f$ 时也很重要。

Taylor's Theorem with Remainder 带余项的泰勒定理

Let $f$ be a function that can be differentiated $n + 1$ times on an interval *I* containing the real number *a*. Let *pn* be the *n*th Taylor polynomial of $f$ at *a* and let

设 $f$ 为在包含实数 *a* 的区间 *I* 上可 $n + 1$ 次求导的函数。设 *pn* 为 $f$ 在 *a* 处的 *n* 阶泰勒多项式,并令

$$R_{n}(x) = f(x) - p_{n}(x)$$

$$R_{n}(x) = f(x) - p_{n}(x)$$

be the *n*th remainder. Then for each *x* in the interval *I*, there exists a real number *c* between *a* and *x* such that

为 *n* 阶余项。则对区间 *I* 中每个 *x*,存在 *a* 与 *x* 之间的实数 *c*,使得

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}.$$

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}.$$

If there exists a real number *M* such that $\left| {f^{({n + 1})}(x)} \right| \leq M$ for all $x \in I,$ then

若存在实数 *M*,使得对一切 $x \in I$ 都有 $\left| {f^{({n + 1})}(x)} \right| \leq M$,则

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

for all *x* in *I*.

对 *I* 中所有 *x* 成立。

Proof 证明

Fix a point $x \in I$ and introduce the function *g* such that

取定点 $x \in I$,并引入函数 *g* 如下:

$$g(t) = f(x) - f(t) - f^{\prime}(t)\left( {x - t} \right) - \frac{f^{''}(t)}{2\text{!}}\left( {x - t} \right)^{2} - \text{⋯} - \frac{f^{(n)}(t)}{n\text{!}}\left( {x - t} \right)^{n} - R_{n}(x)\frac{\left( {x - t} \right)^{n + 1}}{\left( {x - a} \right)^{n + 1}}.$$

$$g(t) = f(x) - f(t) - f^{\prime}(t)\left( {x - t} \right) - \frac{f^{''}(t)}{2\text{!}}\left( {x - t} \right)^{2} - \text{⋯} - \frac{f^{(n)}(t)}{n\text{!}}\left( {x - t} \right)^{n} - R_{n}(x)\frac{\left( {x - t} \right)^{n + 1}}{\left( {x - a} \right)^{n + 1}}.$$

We claim that *g* satisfies the criteria of Rolle's theorem. Since *g* is a polynomial function (in *t*), it is a differentiable function. Also, *g* is zero at $t = a$ and $t = x$ because

我们断言 *g* 满足罗尔定理的条件。由于 *g* 是关于 *t* 的多项式函数,故可导。此外,*g* 在 $t = a$ 与 $t = x$ 处为零,因为

$$\begin{array}{cll} {g(a)} & = & {f(x) - f(a) - f^{\prime}(a)\left( {x - a} \right) - \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} - R_{n}(x)} \\ & = & {f(x) - p_{n}(x) - R_{n}(x)} \\ & = & {0,} \\ {g(x)} & = & {f(x) - f(x) - 0 - \text{⋯} - 0} \\ & = & 0. \end{array}$$

$$\begin{array}{cll} {g(a)} & = & {f(x) - f(a) - f^{\prime}(a)\left( {x - a} \right) - \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} - R_{n}(x)} \\ & = & {f(x) - p_{n}(x) - R_{n}(x)} \\ & = & {0,} \\ {g(x)} & = & {f(x) - f(x) - 0 - \text{⋯} - 0} \\ & = & 0. \end{array}$$

Therefore, *g* satisfies Rolle's theorem, and consequently, there exists *c* between *a* and *x* such that $g^{\prime}(c) = 0.$ We now calculate $g^{\prime}.$ Using the product rule, we note that

因此 *g* 满足罗尔定理的条件,从而存在 *a* 与 *x* 之间的 *c*,使得 $g^{\prime}(c) = 0$。下面计算 $g^{\prime}$。由乘积法则可知

$$\frac{d}{dt}\left\lbrack {\frac{f^{(n)}(t)}{n\text{!}}\left( {x - t} \right)^{n}} \right\rbrack = \frac{\text{−}f^{(n)}(t)}{\left( {n - 1} \right)\text{!}}\left( {x - t} \right)^{n - 1} + \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n}.$$

$$\frac{d}{dt}\left\lbrack {\frac{f^{(n)}(t)}{n\text{!}}\left( {x - t} \right)^{n}} \right\rbrack = \frac{\text{−}f^{(n)}(t)}{\left( {n - 1} \right)\text{!}}\left( {x - t} \right)^{n - 1} + \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n}.$$

Consequently,

于是

$$\begin{array}{cl} {g^{\prime}(t)} & {= \text{−}f^{\prime}(t) + \left\lbrack {f^{\prime}(t) - f^{''}(t)\left( {x - t} \right)} \right\rbrack + \left\lbrack {f^{''}(t)\left( {x - t} \right) - \frac{f\text{'''}(t)}{2\text{!}}\left( {x - t} \right)^{2}} \right\rbrack + \text{⋯}} \\ & {\mspace{25mu} + \left\lbrack {\frac{f^{(n)}(t)}{\left( {n - 1} \right)\text{!}}\left( {x - t} \right)^{n - 1} - \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n}} \right\rbrack + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - t} \right)^{n}}{\left( {x - a} \right)^{n + 1}}.} \end{array}$$

$$\begin{array}{cl} {g^{\prime}(t)} & {= \text{−}f^{\prime}(t) + \left\lbrack {f^{\prime}(t) - f^{''}(t)\left( {x - t} \right)} \right\rbrack + \left\lbrack {f^{''}(t)\left( {x - t} \right) - \frac{f\text{'''}(t)}{2\text{!}}\left( {x - t} \right)^{2}} \right\rbrack + \text{⋯}} \\ & {\mspace{25mu} + \left\lbrack {\frac{f^{(n)}(t)}{\left( {n - 1} \right)\text{!}}\left( {x - t} \right)^{n - 1} - \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n}} \right\rbrack + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - t} \right)^{n}}{\left( {x - a} \right)^{n + 1}}.} \end{array}$$

Notice that there is a telescoping effect. Therefore,

注意到这里出现消去(叠缩)效应。因此

$$g^{\prime}(t) = - \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - t} \right)^{n}}{\left( {x - a} \right)^{n + 1}}.$$

$$g^{\prime}(t) = - \frac{f^{({n + 1})}(t)}{n\text{!}}\left( {x - t} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - t} \right)^{n}}{\left( {x - a} \right)^{n + 1}}.$$

By Rolle's theorem, we conclude that there exists a number *c* between *a* and *x* such that $g^{\prime}(c) = 0.$ Since

由罗尔定理,我们推得存在 *a* 与 *x* 之间的数 *c*,使得 $g^{\prime}(c) = 0$。由于

$$g^{\prime}(c) = - \frac{f^{({n + 1})}(c)}{n\text{!}}\left( {x - c} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - c} \right)^{n}}{\left( {x - a} \right)^{n + 1}}$$

$$g^{\prime}(c) = - \frac{f^{({n + 1})}(c)}{n\text{!}}\left( {x - c} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - c} \right)^{n}}{\left( {x - a} \right)^{n + 1}}$$

we conclude that

我们推得

$$- \frac{f^{({n + 1})}(c)}{n\text{!}}\left( {x - c} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - c} \right)^{n}}{\left( {x - a} \right)^{n + 1}} = 0.$$

$$- \frac{f^{({n + 1})}(c)}{n\text{!}}\left( {x - c} \right)^{n} + \left( {n + 1} \right)R_{n}(x)\frac{\left( {x - c} \right)^{n}}{\left( {x - a} \right)^{n + 1}} = 0.$$

Adding the first term on the left-hand side to both sides of the equation and dividing both sides of the equation by $\frac{(n + 1)(x - c)^{n}}{(x - a)^{n + 1}},$ we conclude that

将等式左边第一项移到等式两边同时、并将等式两边同时除以 $\frac{(n + 1)(x - c)^{n}}{(x - a)^{n + 1}}$,我们推得

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$$

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$$

as desired. From this fact, it follows that if there exists *M* such that $\left| {f^{({n + 1})}(x)} \right| \leq M$ for all *x* in *I*, then

证毕。由此推得:若存在 *M*,使得对 *I* 中所有 *x* 都有 $\left| {f^{({n + 1})}(x)} \right| \leq M$,则

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}.$$

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}.$$

Not only does Taylor's theorem allow us to prove that a Taylor series converges to a function, but it also allows us to estimate the accuracy of Taylor polynomials in approximating function values. We begin by looking at linear and quadratic approximations of $f(x) = \sqrt[3]{x}$ at $x = 8$ and determine how accurate these approximations are at estimating $\sqrt[3]{11}.$

泰勒定理不仅能让我们证明泰勒级数收敛到某个函数,还能估计泰勒多项式逼近函数值的精度。我们先考察函数 $f(x) = \sqrt[3]{x}$ 在 $x = 8$ 处的线性与二次逼近,并判断这些逼近在估计 $\sqrt[3]{11}$ 时的准确程度。

Using Linear and Quadratic Approximations to Estimate Function Values 用线性与二次逼近估计函数值

Consider the function $f(x) = \sqrt[3]{x}.$

考虑函数 $f(x) = \sqrt[3]{x}$。

1. Find the first and second Taylor polynomials for $f$ at $x = 8.$ Use a graphing utility to compare these polynomials with $f$ near $x = 8.$

1. 求 $f$ 在 $x = 8$ 处的一阶与二阶泰勒多项式。利用绘图工具将这些多项式与 $f$ 在 $x = 8$ 附近进行比较。

2. Use these two polynomials to estimate $\sqrt[3]{11}.$

2. 用这两个多项式估计 $\sqrt[3]{11}$。

3. Use Taylor's theorem to bound the error.

3. 用泰勒定理给出误差上界。

Solution 解答

1. For $f(x) = \sqrt[3]{x},$ the values of the function and its first two derivatives at $x = 8$ are as follows:

1. 对于 $f(x) = \sqrt[3]{x}$,函数及其前两阶导数在 $x = 8$ 处的值如下:

$$\begin{array}{rllccrll} {f(x)} & = & \sqrt[3]{x} & & & {f(8)} & = & 2 \\ {f^{\prime}(x)} & = & \frac{1}{3x^{2\text{/}3}} & & & {f^{\prime}(8)} & = & \frac{1}{12} \\ {f^{''}(x)} & = & \frac{-2}{9x^{5\text{/}3}} & & & {f^{''}(8)} & = & {- \frac{1}{144}.} \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & \sqrt[3]{x} & & & {f(8)} & = & 2 \\ {f^{\prime}(x)} & = & \frac{1}{3x^{2\text{/}3}} & & & {f^{\prime}(8)} & = & \frac{1}{12} \\ {f^{''}(x)} & = & \frac{-2}{9x^{5\text{/}3}} & & & {f^{''}(8)} & = & {- \frac{1}{144}.} \end{array}$$

Thus, the first and second Taylor polynomials at $x = 8$ are given by

于是,$x = 8$ 处的一阶与二阶泰勒多项式为

$$\begin{array}{cll} {p_{1}(x)} & = & {f(8) + f^{\prime}(8)\left( {x - 8} \right)} \\ & = & {2 + \frac{1}{12}\left( {x - 8} \right)} \\ {p_{2}(x)} & = & {f(8) + f^{\prime}(8)\left( {x - 8} \right) + \frac{f^{''}(8)}{2\text{!}}\left( {x - 8} \right)^{2}} \\ & = & {2 + \frac{1}{12}\left( {x - 8} \right) - \frac{1}{288}\left( {x - 8} \right)^{2}.} \end{array}$$

$$\begin{array}{cll} {p_{1}(x)} & = & {f(8) + f^{\prime}(8)\left( {x - 8} \right)} \\ & = & {2 + \frac{1}{12}\left( {x - 8} \right)} \\ {p_{2}(x)} & = & {f(8) + f^{\prime}(8)\left( {x - 8} \right) + \frac{f^{''}(8)}{2\text{!}}\left( {x - 8} \right)^{2}} \\ & = & {2 + \frac{1}{12}\left( {x - 8} \right) - \frac{1}{288}\left( {x - 8} \right)^{2}.} \end{array}$$

The function and the Taylor polynomials are shown in Figure 6.9.

该函数与泰勒多项式如图 6.9 所示。

2. Using the first Taylor polynomial at $x = 8,$ we can estimate

2. 用 $x = 8$ 处的一阶泰勒多项式,可估计

$$\sqrt[3]{11} \approx p_{1}(11) = 2 + \frac{1}{12}\left( {11 - 8} \right) = 2.25.$$

$$\sqrt[3]{11} \approx p_{1}(11) = 2 + \frac{1}{12}\left( {11 - 8} \right) = 2.25.$$

Using the second Taylor polynomial at $x = 8,$ we obtain

用 $x = 8$ 处的二阶泰勒多项式,得到

$$\sqrt[3]{11} \approx p_{2}(11) = 2 + \frac{1}{12}\left( {11 - 8} \right) - \frac{1}{288}\left( {11 - 8} \right)^{2} = 2.21875.$$

$$\sqrt[3]{11} \approx p_{2}(11) = 2 + \frac{1}{12}\left( {11 - 8} \right) - \frac{1}{288}\left( {11 - 8} \right)^{2} = 2.21875.$$

3. By Taylor's Theorem with Remainder, there exists a *c* in the interval $\left( {8,11} \right)$ such that the remainder when approximating $\sqrt[3]{11}$ by the first Taylor polynomial satisfies

3. 由带余项的泰勒定理,在区间 $\left( {8,11} \right)$ 内存在 *c*,使得用一阶泰勒多项式逼近 $\sqrt[3]{11}$ 时余项满足

$$R_{1}(11) = \frac{f^{''}(c)}{2\text{!}}\left( {11 - 8} \right)^{2}.$$

$$R_{1}(11) = \frac{f^{''}(c)}{2\text{!}}\left( {11 - 8} \right)^{2}.$$

We do not know the exact value of *c*, so we find an upper bound on $R_{1}(11)$ by determining the maximum value of $f^{''}$ on the interval $\left( {8,11} \right).$ Since $f^{''}(x) = - \frac{2}{9x^{5\text{/}3}},$ the largest value for $\left| {f^{''}(x)} \right|$ on that interval occurs at $x = 8.$ Using the fact that $f^{''}(8) = - \frac{1}{144},$ we obtain

我们不知道 *c* 的精确值,因此通过确定 $f^{''}$ 在区间 $\left( {8,11} \right)$ 上的最大值来给出 $R_{1}(11)$ 的上界。由于 $f^{''}(x) = - \frac{2}{9x^{5\text{/}3}}$,$\left| {f^{''}(x)} \right|$ 在该区间上的最大值在 $x = 8$ 处取得。利用 $f^{''}(8) = - \frac{1}{144}$,得到

$$\left| {R_{1}(11)} \right| \leq \frac{1}{144 \cdot 2\text{!}}\left( {11 - 8} \right)^{2} = 0.03125.$$

$$\left| {R_{1}(11)} \right| \leq \frac{1}{144 \cdot 2\text{!}}\left( {11 - 8} \right)^{2} = 0.03125.$$

Similarly, to estimate $R_{2}(11),$ we use the fact that

类似地,为估计 $R_{2}(11)$,利用

$$R_{2}(11) = \frac{f\text{'''}(c)}{3\text{!}}\left( {11 - 8} \right)^{3}.$$

$$R_{2}(11) = \frac{f\text{'''}(c)}{3\text{!}}\left( {11 - 8} \right)^{3}.$$

Since $f\text{'''}(x) = \frac{10}{27x^{8\text{/}3}},$ the maximum value of $f\text{'''}$ on the interval $\left( {8,11} \right)$ is $f\text{'''}(8) \approx 0.0014468.$ Therefore, we have

由于 $f\text{'''}(x) = \frac{10}{27x^{8\text{/}3}}$,$f\text{'''}$ 在区间 $\left( {8,11} \right)$ 上的最大值为 $f\text{'''}(8) \approx 0.0014468$。于是

$$\left| {R_{2}(11)} \right| \leq \frac{0.0011468}{3\text{!}}\left( {11 - 8} \right)^{3} \approx 0.0065104.$$

$$\left| {R_{2}(11)} \right| \leq \frac{0.0011468}{3\text{!}}\left( {11 - 8} \right)^{3} \approx 0.0065104.$$

Find the first and second Taylor polynomials for $f(x) = \sqrt{x}$ at $x = 4.$ Use these polynomials to estimate $\sqrt{6}.$ Use Taylor's theorem to bound the error.

求 $f(x) = \sqrt{x}$ 在 $x = 4$ 处的一阶与二阶泰勒多项式。用这些多项式估计 $\sqrt{6}$。用泰勒定理给出误差上界。

Approximating sin *x* Using Maclaurin Polynomials 用麦克劳林多项式近似 sin *x*

From Example 6.12b., the Maclaurin polynomials for $\text{sin}\mspace{2mu} x$ are given by

由示例 6.12b.,函数 $\text{sin}\mspace{2mu} x$ 的麦克劳林多项式为

$$\begin{array}{cl} {p_{2m + 1}(x)} & {= p_{2m + 2}(x)} \\ & {= x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} - \frac{x^{7}}{7\text{!}} + \text{⋯} + (-1)^{m}\frac{x^{2m + 1}}{\left( {2m + 1} \right)\text{!}}} \end{array}$$

$$\begin{array}{cl} {p_{2m + 1}(x)} & {= p_{2m + 2}(x)} \\ & {= x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} - \frac{x^{7}}{7\text{!}} + \text{⋯} + (-1)^{m}\frac{x^{2m + 1}}{\left( {2m + 1} \right)\text{!}}} \end{array}$$

for $m = 0,1,2,\text{…}.$

其中 $m = 0,1,2,\text{…}$。

1. Use the fifth Maclaurin polynomial for $\text{sin}\mspace{2mu} x$ to approximate $\text{sin}\left( \frac{\pi}{18} \right)$ and bound the error.

1. 用 $\text{sin}\mspace{2mu} x$ 的五阶麦克劳林多项式逼近 $\text{sin}\left( \frac{\pi}{18} \right)$ 并给出误差上界。

2. For what values of *x* does the fifth Maclaurin polynomial approximate $\text{sin}\mspace{2mu} x$ to within 0.0001?

2. 对哪些 *x* 的值,五阶麦克劳林多项式对 $\text{sin}\mspace{2mu} x$ 的逼近误差在 0.0001 以内?

Solution 解答

1. The fifth Maclaurin polynomial is

1. 五阶麦克劳林多项式为

$$p_{5}(x) = x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}}.$$

$$p_{5}(x) = x - \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}}.$$

Using this polynomial, we can estimate as follows:

利用该多项式,可估计如下:

$$\begin{array}{cl} {\text{sin}\left( \frac{\pi}{18} \right)} & {\approx p_{5}\left( \frac{\pi}{18} \right)} \\ & {= \frac{\pi}{18} - \frac{1}{3\text{!}}\left( \frac{\pi}{18} \right)^{3} + \frac{1}{5\text{!}}\left( \frac{\pi}{18} \right)^{5}} \\ & {\approx 0.173648.} \end{array}$$

$$\begin{array}{cl} {\text{sin}\left( \frac{\pi}{18} \right)} & {\approx p_{5}\left( \frac{\pi}{18} \right)} \\ & {= \frac{\pi}{18} - \frac{1}{3\text{!}}\left( \frac{\pi}{18} \right)^{3} + \frac{1}{5\text{!}}\left( \frac{\pi}{18} \right)^{5}} \\ & {\approx 0.173648.} \end{array}$$

To estimate the error, use the fact that the sixth Maclaurin polynomial is $p_{6}(x) = p_{5}(x)$ and calculate a bound on $R_{6}\left( \frac{\pi}{18} \right).$ By Uniqueness of Taylor Series, the remainder is

为估计误差,利用六阶麦克劳林多项式为 $p_{6}(x) = p_{5}(x)$ 这一事实,并对 $R_{6}\left( \frac{\pi}{18} \right)$ 给出上界。由泰勒级数的唯一性,余项为

$$R_{6}\left( \frac{\pi}{18} \right) = \frac{f^{(7)}(c)}{7\text{!}}\left( \frac{\pi}{18} \right)^{7}$$

$$R_{6}\left( \frac{\pi}{18} \right) = \frac{f^{(7)}(c)}{7\text{!}}\left( \frac{\pi}{18} \right)^{7}$$

for some *c* between 0 and $\frac{\pi}{18}.$ Using the fact that $\left| {f^{(7)}(x)} \right| \leq 1$ for all *x*, we find that the magnitude of the error is at most

其中 *c* 为 0 与 $\frac{\pi}{18}$ 之间的某值。利用对一切 *x* 都有 $\left| {f^{(7)}(x)} \right| \leq 1$ 这一事实,得到误差的绝对值至多为

$$\frac{1}{7\text{!}} \cdot \left( \frac{\pi}{18} \right)^{7} \leq 9.8\ \times \ 10^{-10}.$$

$$\frac{1}{7\text{!}} \cdot \left( \frac{\pi}{18} \right)^{7} \leq 9.8\ \times \ 10^{-10}.$$

2. We need to find the values of *x* such that

2. 我们需要求出满足下式的 *x* 值:

$$\frac{1}{7\text{!}}|x|^{7} \leq 0.0001.$$

$$\frac{1}{7\text{!}}|x|^{7} \leq 0.0001.$$

Solving this inequality for *x*, we have that the fifth Maclaurin polynomial gives an estimate to within 0.0001 as long as $|x| < 0.907.$

解此关于 *x* 的不等式,得到只要 $|x| < 0.907$,五阶麦克劳林多项式给出的估计误差就在 0.0001 以内。

Use the fourth Maclaurin polynomial for $\text{cos}\mspace{2mu} x$ to approximate $\text{cos}\left( \frac{\pi}{12} \right).$

用 $\text{cos}\mspace{2mu} x$ 的四阶麦克劳林多项式逼近 $\text{cos}\left( \frac{\pi}{12} \right)$。

Now that we are able to bound the remainder $R_{n}(x),$ we can use this bound to prove that a Taylor series for $f$ at *a* converges to $f.$

既然我们已经能够对余项 $R_{n}(x)$ 给出上界,便可利用这一上界证明 $f$ 在 *a* 处的泰勒级数收敛到 $f$。

Representing Functions with Taylor and Maclaurin Series 用泰勒级数与麦克劳林级数表示函数

We now discuss issues of convergence for Taylor series. We begin by showing how to find a Taylor series for a function, and how to find its interval of convergence.

现在讨论泰勒级数的收敛性问题。我们先说明如何求一个函数的泰勒级数,以及如何求其收敛区间。

Finding a Taylor Series 求泰勒级数

Find the Taylor series for $f(x) = \frac{1}{x}$ at $x = 1.$ Determine the interval of convergence.

求 $f(x) = \frac{1}{x}$ 在 $x = 1$ 处的泰勒级数,并确定其收敛区间。

Solution 解答

For $f(x) = \frac{1}{x},$ the values of the function and its first four derivatives at $x = 1$ are

对于 $f(x) = \frac{1}{x}$,该函数及其前四阶导数在 $x = 1$ 处的值为

$$\begin{array}{rllccrll} {f(x)} & = & \frac{1}{x} & & & {f(1)} & = & 1 \\ {f^{\prime}(x)} & = & {- \frac{1}{x^{2}}} & & & {f^{\prime}(1)} & = & -1 \\ {f^{''}(x)} & = & \frac{2}{x^{3}} & & & {f^{''}(1)} & = & {2\text{!}} \\ {f\text{'''}(x)} & = & {- \frac{3 \cdot 2}{x^{4}}} & & & {f\text{'''}(1)} & = & {-3\text{!}} \\ {f^{(4)}(x)} & = & \frac{4 \cdot 3 \cdot 2}{x^{5}} & & & {f^{(4)}(1)} & = & {4\text{!.}} \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & \frac{1}{x} & & & {f(1)} & = & 1 \\ {f^{\prime}(x)} & = & {- \frac{1}{x^{2}}} & & & {f^{\prime}(1)} & = & -1 \\ {f^{''}(x)} & = & \frac{2}{x^{3}} & & & {f^{''}(1)} & = & {2\text{!}} \\ {f\text{'''}(x)} & = & {- \frac{3 \cdot 2}{x^{4}}} & & & {f\text{'''}(1)} & = & {-3\text{!}} \\ {f^{(4)}(x)} & = & \frac{4 \cdot 3 \cdot 2}{x^{5}} & & & {f^{(4)}(1)} & = & {4\text{!.}} \end{array}$$

That is, we have $f^{(n)}(1) = (-1)^{n}n\text{!}$ for all $n \geq 0.$ Therefore, the Taylor series for $f$ at $x = 1$ is given by

即对所有 $n \geq 0$,有 $f^{(n)}(1) = (-1)^{n}n\text{!}$。因此,$f$ 在 $x = 1$ 处的泰勒级数为

$${\sum\limits_{n = 0}^{\infty}{\frac{f^{(n)}(1)}{n\text{!}}\left( {x - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {x - 1} \right)^{n}}}.$$

$${\sum\limits_{n = 0}^{\infty}{\frac{f^{(n)}(1)}{n\text{!}}\left( {x - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {x - 1} \right)^{n}}}.$$

To find the interval of convergence, we use the ratio test. We find that

为求收敛区间,我们采用比值判别法。得到

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{\left| {(-1)^{n + 1}\left( {x - 1} \right)^{n + 1}} \right|}{\left| {(-1)^{n}\left( {x - 1} \right)^{n}} \right|} = \left| {x - 1} \right|.$$

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{\left| {(-1)^{n + 1}\left( {x - 1} \right)^{n + 1}} \right|}{\left| {(-1)^{n}\left( {x - 1} \right)^{n}} \right|} = \left| {x - 1} \right|.$$

Thus, the series converges if $\left| {x - 1} \right| < 1.$ That is, the series converges for $0 < x < 2.$ Next, we need to check the endpoints. At $x = 2,$ we see that

于是,当 $\left| {x - 1} \right| < 1$ 时级数收敛。即级数在 $0 < x < 2$ 时收敛。接下来需要检验端点。在 $x = 2$ 处,有

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {2 - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}(-1)^{n}}$$

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {2 - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}(-1)^{n}}$$

diverges by the divergence test. Similarly, at $x = 0,$

由发散判别法知该级数发散。同理,在 $x = 0$ 处,

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {0 - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}(-1)^{2n}} = {\sum\limits_{n = 0}^{\infty}1}$$

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\left( {0 - 1} \right)^{n}}} = {\sum\limits_{n = 0}^{\infty}(-1)^{2n}} = {\sum\limits_{n = 0}^{\infty}1}$$

diverges. Therefore, the interval of convergence is $\left( {0,2} \right).$

发散。因此,收敛区间为 $\left( {0,2} \right).$

Find the Taylor series for $f(x) = \frac{1}{2x}$ at $x = 2$ and determine its interval of convergence.

求 $f(x) = \frac{1}{2x}$ 在 $x = 2$ 处的泰勒级数,并确定其收敛区间。

We know that the Taylor series found in this example converges on the interval $\left( {0,2} \right),$ but how do we know it actually converges to $f?$ We consider this question in more generality in a moment, but for this example, we can answer this question by writing

我们知道本例中求得的泰勒级数在区间 $\left( {0,2} \right)$ 上收敛,但如何知道它确实收敛到 $f$ 呢?稍后我们会更一般地讨论这个问题;但就本例而言,可以通过写出下式来回答。

$$f(x) = \frac{1}{x} = \frac{1}{1 - \left( {1 - x} \right)}.$$

$$f(x) = \frac{1}{x} = \frac{1}{1 - \left( {1 - x} \right)}.$$

That is, $f$ can be represented by the geometric series ${\sum\limits_{n = 0}^{\infty}\left( {1 - x} \right)^{n}}.$ Since this is a geometric series, it converges to $\frac{1}{x}$ as long as $\left| {1 - x} \right| < 1.$ Therefore, the Taylor series found in Example 6.15 does converge to $f(x) = \frac{1}{x}$ on $\left( {0,2} \right).$

也就是说,$f$ 可由几何级数 ${\sum\limits_{n = 0}^{\infty}\left( {1 - x} \right)^{n}}$ 表示。由于这是几何级数,只要 $\left| {1 - x} \right| < 1$,它就收敛到 $\frac{1}{x}$。因此,例 6.15 中求得的泰勒级数在区间 $\left( {0,2} \right)$ 上确实收敛到 $f(x) = \frac{1}{x}$。

We now consider the more general question: if a Taylor series for a function $f$ converges on some interval, how can we determine if it actually converges to $f?$ To answer this question, recall that a series converges to a particular value if and only if its sequence of partial sums converges to that value. Given a Taylor series for $f$ at *a*, the *n*th partial sum is given by the *n*th Taylor polynomial *pn*. Therefore, to determine if the Taylor series converges to $f,$ we need to determine whether

现在考虑更一般的问题:若一个函数 $f$ 的泰勒级数在某个区间上收敛,如何判定它确实收敛到 $f$?要回答此问题,回顾级数收敛到某一值当且仅当它的部分和序列收敛到该值。给定 $f$ 在 *a* 处的泰勒级数,其第 *n* 个部分和由第 *n* 个泰勒多项式 *pn* 给出。因此,要判断泰勒级数是否收敛到 $f$,需要确定是否有

$$\underset{n\rightarrow\infty}{\text{lim}}p_{n}(x) = f(x).$$

$$\underset{n\rightarrow\infty}{\text{lim}}p_{n}(x) = f(x).$$

Since the remainder $R_{n}(x) = f(x) - p_{n}(x),$ the Taylor series converges to $f$ if and only if

由于余项 $R_{n}(x) = f(x) - p_{n}(x)$,泰勒级数收敛到 $f$ 当且仅当

$$\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0.$$

$$\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0.$$

We now state this theorem formally.

下面正式叙述该定理。

Convergence of Taylor Series 泰勒级数的收敛性

Suppose that $f$ has derivatives of all orders on an interval *I* containing *a*. Then the Taylor series

设 $f$ 在包含 *a* 的区间 *I* 上具有任意阶导数。则泰勒级数

$$\sum\limits_{n = 0}^{\infty}{\frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}}$$

$$\sum\limits_{n = 0}^{\infty}{\frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}}$$

converges to $f(x)$ for all *x* in *I* if and only if

对 *I* 中所有 *x* 收敛到 $f(x)$ 当且仅当

$$\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0$$

$$\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0$$

for all *x* in *I*.

对 *I* 中所有 *x* 成立。

With this theorem, we can prove that a Taylor series for $f$ at *a* converges to $f$ if we can prove that the remainder $R_{n}(x)\rightarrow 0.$ To prove that $R_{n}(x)\rightarrow 0,$ we typically use the bound

借助该定理,若能证明余项 $R_{n}(x)\rightarrow 0$,就能证明 $f$ 在 *a* 处的泰勒级数收敛到 $f$。要证 $R_{n}(x)\rightarrow 0$,通常采用如下估计

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

$$\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$$

from Taylor’s theorem with remainder.

该式来自带余项的泰勒定理。

In the next example, we find the Maclaurin series for *ex* and $\text{sin}\mspace{2mu} x$ and show that these series converge to the corresponding functions for all real numbers by proving that the remainders $R_{n}(x)\rightarrow 0$ for all real numbers *x*.

在下一例中,我们求 *ex* 与 $\text{sin}\mspace{2mu} x$ 的麦克劳林级数,并通过证明对所有实数 *x* 余项 $R_{n}(x)\rightarrow 0$,说明这些级数对所有实数都收敛到相应的函数。

Finding Maclaurin Series 求麦克劳林级数

For each of the following functions, find the Maclaurin series and its interval of convergence. Use Taylor’s Theorem with Remainder to prove that the Maclaurin series for $f$ converges to $f$ on that interval.

对下列每个函数,求其麦克劳林级数及收敛区间。利用带余项的泰勒定理证明该麦克劳林级数在区间上收敛到 $f$。

1. *ex*

1. *ex*

2. $\text{sin}\mspace{2mu} x$

2. $\text{sin}\mspace{2mu} x$

Solution 解答

1. Using the *n*th Maclaurin polynomial for *ex* found in Example 6.12a., we find that the Maclaurin series for *ex* is given by

1. 利用例 6.12a 中求得的 *ex* 的第 *n* 个麦克劳林多项式,可得 *ex* 的麦克劳林级数为

$${\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}.$$

$${\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}.$$

To determine the interval of convergence, we use the ratio test. Since

为确定收敛区间,采用比值判别法。由于

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{|x|^{n}} = \frac{|x|}{n + 1},$$

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{|x|^{n}} = \frac{|x|}{n + 1},$$

we have

我们有

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \underset{n\rightarrow\infty}{\text{lim}}\frac{|x|}{n + 1} = 0$$

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \underset{n\rightarrow\infty}{\text{lim}}\frac{|x|}{n + 1} = 0$$

for all *x*. Therefore, the series converges absolutely for all *x*, and thus, the interval of convergence is $\left( {\text{−}\infty,\infty} \right).$ To show that the series converges to *ex* for all *x*, we use the fact that $f^{(n)}(x) = e^{x}$ for all $n \geq 0$ and *ex* is an increasing function on $\left( {\text{−}\infty,\infty} \right).$ Therefore, for any real number *b*, the maximum value of *ex* for all $|x| \leq b$ is *eb*. Thus,

对所有 *x* 成立。因此,该级数对所有 *x* 绝对收敛,从而收敛区间为 $\left( {\text{−}\infty,\infty} \right)$。为证明该级数对所有 *x* 收敛到 *ex*,我们利用:对所有 $n \geq 0$ 有 $f^{(n)}(x) = e^{x}$,且 *ex* 在 $\left( {\text{−}\infty,\infty} \right)$ 上是递增函数。因此,对任意实数 *b*,当 $|x| \leq b$ 时 *ex* 的最大值为 *eb*。于是,

$$\left| {R_{n}(x)} \right| \leq \frac{e^{b}}{\left( {n + 1} \right)\text{!}}|x|^{n + 1}.$$

$$\left| {R_{n}(x)} \right| \leq \frac{e^{b}}{\left( {n + 1} \right)\text{!}}|x|^{n + 1}.$$

Since we just showed that

由于我们刚刚证明了

$$\sum\limits_{n = 0}^{\infty}\frac{|x|^{n}}{n\text{!}}$$

$$\sum\limits_{n = 0}^{\infty}\frac{|x|^{n}}{n\text{!}}$$

converges for all *x*, by the divergence test, we know that

对所有 *x* 收敛,由发散判别法知

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}} = 0$$

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}} = 0$$

for any real number *x*. By combining this fact with the squeeze theorem, the result is $\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0.$

对任意实数 *x* 成立。将此事实与夹逼定理结合,得到 $\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0$。

2. Using the *n*th Maclaurin polynomial for $\text{sin}\mspace{2mu} x$ found in Example 6.12b., we find that the Maclaurin series for $\text{sin}\mspace{2mu} x$ is given by

2. 利用例 6.12b 中求得的 $\text{sin}\mspace{2mu} x$ 的第 *n* 个麦克劳林多项式,可得 $\text{sin}\mspace{2mu} x$ 的麦克劳林级数为

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}}.$$

$${\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}}.$$

In order to apply the ratio test, consider

为应用比值判别法,考虑

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{|x|^{2n + 3}}{\left( {2n + 3} \right)\text{!}} \cdot \frac{\left( {2n + 1} \right)\text{!}}{|x|^{2n + 1}} = \frac{|x|^{2}}{\left( {2n + 3} \right)\left( {2n + 2} \right)}.$$

$$\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = \frac{|x|^{2n + 3}}{\left( {2n + 3} \right)\text{!}} \cdot \frac{\left( {2n + 1} \right)\text{!}}{|x|^{2n + 1}} = \frac{|x|^{2}}{\left( {2n + 3} \right)\left( {2n + 2} \right)}.$$

Since

由于

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{|x|^{2}}{\left( {2n + 3} \right)\left( {2n + 2} \right)} = 0$$

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{|x|^{2}}{\left( {2n + 3} \right)\left( {2n + 2} \right)} = 0$$

for all *x*, we obtain the interval of convergence as $\left( {\text{−}\infty,\infty} \right).$ To show that the Maclaurin series converges to $\text{sin}\mspace{2mu} x,$ look at $R_{n}(x).$ For each *x* there exists a real number *c* between 0 and *x* such that

对所有 *x* 成立,故收敛区间为 $\left( {\text{−}\infty,\infty} \right)$。为证明该麦克劳林级数收敛到 $\text{sin}\mspace{2mu} x$,考察 $R_{n}(x)$。对每个 *x*,在 0 与 *x* 之间存在实数 *c*,使得

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}x^{n + 1}.$$

$$R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}x^{n + 1}.$$

Since $\left| {f^{({n + 1})}(c)} \right| \leq 1$ for all integers *n* and all real numbers *c*, we have

由于对所有整数 *n* 与所有实数 *c* 有 $\left| {f^{({n + 1})}(c)} \right| \leq 1$,故

$$\left| {R_{n}(x)} \right| \leq \frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}}$$

$$\left| {R_{n}(x)} \right| \leq \frac{|x|^{n + 1}}{\left( {n + 1} \right)\text{!}}$$

for all real numbers *x*. Using the same idea as in part a., the result is $\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0$ for all *x*, and therefore, the Maclaurin series for $\text{sin}\mspace{2mu} x$ converges to $\text{sin}\mspace{2mu} x$ for all real *x*.

对所有实数 *x* 成立。采用与 (a) 部分相同的思路,可得对所有 *x* 有 $\underset{n\rightarrow\infty}{\text{lim}}R_{n}(x) = 0$,因此 $\text{sin}\mspace{2mu} x$ 的麦克劳林级数对所有实数 *x* 收敛到 $\text{sin}\mspace{2mu} x$。

Find the Maclaurin series for $f(x) = \text{cos}\mspace{2mu} x.$ Use the ratio test to show that the interval of convergence is $\left( {\text{−}\infty,\infty} \right).$ Show that the Maclaurin series converges to $\text{cos}\mspace{2mu} x$ for all real numbers *x*.

求 $f(x) = \text{cos}\mspace{2mu} x$ 的麦克劳林级数。用比值判别法证明收敛区间为 $\left( {\text{−}\infty,\infty} \right)$。证明该麦克劳林级数对所有实数 *x* 收敛到 $\text{cos}\mspace{2mu} x$。

Proving that *e* is Irrational 证明 *e* 是无理数

In this project, we use the Maclaurin polynomials for *ex* to prove that *e* is irrational. The proof relies on supposing that *e* is rational and arriving at a contradiction. Therefore, in the following steps, we suppose $e = {r\text{/}s}$ for some integers *r* and *s* where $s \neq 0.$

在本课题中,我们利用 *ex* 的麦克劳林多项式证明 *e* 是无理数。证明思路是先假设 *e* 是有理数,进而导出矛盾。因此,在以下步骤中,我们假设 $e = {r\text{/}s}$,其中 *r*、*s* 为某些整数且 $s \neq 0$。

1. Write the Maclaurin polynomials $p_{0}(x),p_{1}(x),p_{2}(x),p_{3}(x),p_{4}(x)$ for *ex*. Evaluate $p_{0}(1),p_{1}(1),p_{2}(1),p_{3}(1),p_{4}(1)$ to estimate *e*.

1. 写出 *ex* 的麦克劳林多项式 $p_{0}(x),p_{1}(x),p_{2}(x),p_{3}(x),p_{4}(x)$。计算 $p_{0}(1),p_{1}(1),p_{2}(1),p_{3}(1),p_{4}(1)$ 以估计 *e*。

2. Let $R_{n}(x)$ denote the remainder when using $p_{n}(x)$ to estimate *ex*. Therefore, $R_{n}(x) = e^{x} - p_{n}(x),$ and $R_{n}(1) = e - p_{n}(1).$ Assuming that $e = \frac{r}{s}$ for integers *r* and *s*, evaluate $R_{0}(1),R_{1}(1),R_{2}(1),R_{3}(1),R_{4}(1).$

2. 设 $R_{n}(x)$ 表示用 $p_{n}(x)$ 估计 *ex* 时的余项。于是 $R_{n}(x) = e^{x} - p_{n}(x)$,且 $R_{n}(1) = e - p_{n}(1)$。假设 $e = \frac{r}{s}$,其中 *r*、*s* 为整数,计算 $R_{0}(1),R_{1}(1),R_{2}(1),R_{3}(1),R_{4}(1)$。

3. Using the results from part 2, show that for each remainder $R_{0}(1),R_{1}(1),R_{2}(1),R_{3}(1),R_{4}(1),$ we can find an integer *k* such that $kR_{n}(1)$ is an integer for $n = 0,1,2,3,4.$

3. 利用第 2 部分的结果,证明对每一个余项 $R_{0}(1),R_{1}(1),R_{2}(1),R_{3}(1),R_{4}(1)$,都可找到整数 *k*,使得对 $n = 0,1,2,3,4$ 有 $kR_{n}(1)$ 为整数。

4. Write down the formula for the *n*th Maclaurin polynomial $p_{n}(x)$ for *ex* and the corresponding remainder $R_{n}(x).$ Show that $sn\text{!}R_{n}(1)$ is an integer.

4. 写出 *ex* 的第 *n* 个麦克劳林多项式 $p_{n}(x)$ 及其对应余项 $R_{n}(x)$ 的公式。证明 $sn\text{!}R_{n}(1)$ 是整数。

5. Use Taylor’s theorem to write down an explicit formula for $R_{n}(1).$ Conclude that $R_{n}(1) \neq 0,$ and therefore, $sn\text{!}R_{n}(1) \neq 0.$

5. 利用泰勒定理写出 $R_{n}(1)$ 的显式公式。由此得出 $R_{n}(1) \neq 0$,进而 $sn\text{!}R_{n}(1) \neq 0$。

6. Use Taylor’s theorem to find an estimate on $R_{n}(1).$ Use this estimate combined with the result from part 5 to show that $\left| {sn\text{!}R_{n}(1)} \right| < \frac{se}{n + 1}.$ Conclude that if *n* is large enough, then $\left| {sn\text{!}R_{n}(1)} \right| < 1.$ Therefore, $sn\text{!}R_{n}(1)$ is an integer with magnitude less than 1. Thus, $sn\text{!}R_{n}(1) = 0.$ But from part 5, we know that $sn\text{!}R_{n}(1) \neq 0.$ We have arrived at a contradiction, and consequently, the original supposition that *e* is rational must be false.

6. 利用泰勒定理给出 $R_{n}(1)$ 的估计。将此估计与第 5 部分的结果结合,证明 $\left| {sn\text{!}R_{n}(1)} \right| < \frac{se}{n + 1}$。由此推出:当 *n* 足够大时,$\left| {sn\text{!}R_{n}(1)} \right| < 1$。因此,$sn\text{!}R_{n}(1)$ 是绝对值小于 1 的整数。于是 $sn\text{!}R_{n}(1) = 0$。但由第 5 部分知 $sn\text{!}R_{n}(1) \neq 0$。这就导出了矛盾,因而原假设 *e* 为有理数必不成立。

Section 6.3 Exercises 6.3 节习题

In the following exercises, find the Taylor polynomials of degree two approximating the given function centered at the given point.

在以下习题中,求逼近给定函数、以给定点为中心的二次泰勒多项式。

116\.

116\.

$f(x) = 1 + x + x^{2}$ at $a = 1$

$f(x) = 1 + x + x^{2}$ 在 $a = 1$

117.

117.

$f(x) = 1 + x + x^{2}$ at $a = -1$

$f(x) = 1 + x + x^{2}$ 在 $a = -1$

118\.

118\.

$f(x) = \text{cos}\left( {2x} \right)$ at $a = \pi$

$f(x) = \text{cos}\left( {2x} \right)$ 在 $a = \pi$

119.

119.

$f(x) = \text{sin}\left( {2x} \right)$ at $a = \frac{\pi}{2}$

$f(x) = \text{sin}\left( {2x} \right)$ 在 $a = \frac{\pi}{2}$

120\.

120\.

$f(x) = \sqrt{x}$ at $a = 4$

$f(x) = \sqrt{x}$ 在 $a = 4$

121.

121.

$f(x) = \text{ln}\mspace{2mu} x$ at $a = 1$

$f(x) = \text{ln}\mspace{2mu} x$ 在 $a = 1$

122\.

122\.

$f(x) = \frac{1}{x}$ at $a = 1$

$f(x) = \frac{1}{x}$ 在 $a = 1$

123.

123.

$f(x) = e^{x}$ at $a = 1$

$f(x) = e^{x}$ 在 $a = 1$

In the following exercises, verify that the given choice of *n* in the remainder estimate $\left| R_{n} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1},$ where *M* is the maximum value of $\left| {f^{({n + 1})}(z)} \right|$ on the interval between *a* and the indicated point, yields $\left| R_{n} \right| \leq \frac{1}{1000}.$ Find the value of the Taylor polynomial *pn* of $f$ at the indicated point. If $\left| {\mathbf{R}n} \right|$ is not less than $1/1000$, determine what it is.

在以下习题中,验证余项估计 $\left| R_{n} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1},$ 中给定的 *n* 的选择(其中 *M* 是 $\left| {f^{({n + 1})}(z)} \right|$ 在 *a* 与所给点之间区间上的最大值)使得 $\left| R_{n} \right| \leq \frac{1}{1000}.$ 求 *pn* 所表示的 $f$ 在所给点的泰勒多项式的值。若 $\left| {\mathbf{R}n} \right|$ 不小于 $1/1000$,确定其值。

124\.

124\.

\[T\] $\sqrt{10};a = 9,n = 3$

\[T\] $\sqrt{10};a = 9,n = 3$

125.

125.

\[T\] $(28)^{1\text{/}3};a = 27,n = 1$

\[T\] $(28)^{1\text{/}3};a = 27,n = 1$

126\.

126\.

\[T\] $\text{sin}(6);a = 2\pi,n = 5$

\[T\] $\text{sin}(6);a = 2\pi,n = 5$

127.

127.

\[T\] *e*2; $a = 0,n = 9$

\[T\] *e*2; $a = 0,n = 9$

128\.

128\.

\[T\] $\text{cos}\left( \frac{\pi}{5} \right);a = 0,n = 4$

\[T\] $\text{cos}\left( \frac{\pi}{5} \right);a = 0,n = 4$

129.

129.

\[T\] $\text{ln}\mspace{2mu}(2);a = 1,n = 1000$

\[T\] $\text{ln}\mspace{2mu}(2);a = 1,n = 1000$

130\.

130\.

Integrate the approximation $\text{sin}\mspace{2mu} t \approx t - \frac{t^{3}}{6} + \frac{t^{5}}{120} - \frac{t^{7}}{5040}$ evaluated at *πt* to approximate ${\int_{0}^{1}{\frac{\text{sin}\mspace{2mu}\pi t}{\pi t}dt}}.$

将在 *πt* 处取值的近似式 $\text{sin}\mspace{2mu} t \approx t - \frac{t^{3}}{6} + \frac{t^{5}}{120} - \frac{t^{7}}{5040}$ 积分,以逼近 ${\int_{0}^{1}{\frac{\text{sin}\mspace{2mu}\pi t}{\pi t}dt}}.$

131.

131.

Integrate the approximation $e^{x} \approx 1 + x + \frac{x^{2}}{2} + \text{⋯} + \frac{x^{6}}{720}$ evaluated at −*x*2 to approximate ${\int_{0}^{1}{e^{\text{−}x^{2}}dx}}.$

将在 −*x*2 处取值的近似式 $e^{x} \approx 1 + x + \frac{x^{2}}{2} + \text{⋯} + \frac{x^{6}}{720}$ 积分,以逼近 ${\int_{0}^{1}{e^{\text{−}x^{2}}dx}}.$

In the following exercises, find the smallest value of *n* such that the remainder estimate $\left| R_{n} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1},$ where *M* is the maximum value of $\left| {f^{({n + 1})}(z)} \right|$ on the interval between *a* and the indicated point, yields $\left| R_{n} \right| \leq \frac{1}{1000}$ on the indicated interval.

在以下习题中,求最小的 *n*,使得余项估计 $\left| R_{n} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1},$ 中(其中 *M* 是 $\left| {f^{({n + 1})}(z)} \right|$ 在 *a* 与所给点之间区间上的最大值)在所给区间上给出 $\left| R_{n} \right| \leq \frac{1}{1000}$.

132\.

132\.

$f(x) = \text{sin}\mspace{2mu} x$ on $\left\lbrack {\text{−}\pi,\pi} \right\rbrack,a = 0$

$f(x) = \text{sin}\mspace{2mu} x$ 在 $\left\lbrack {\text{−}\pi,\pi} \right\rbrack,a = 0$

133.

133.

$f(x) = \text{cos}\mspace{2mu} x$ on $\left\lbrack {- \frac{\pi}{2},\frac{\pi}{2}} \right\rbrack,a = 0$

$f(x) = \text{cos}\mspace{2mu} x$ 在 $\left\lbrack {- \frac{\pi}{2},\frac{\pi}{2}} \right\rbrack,a = 0$

134\.

134\.

$f(x) = e^{-2x}$ on $\left\lbrack {-1,1} \right\rbrack,a = 0$

$f(x) = e^{-2x}$ 在 $\left\lbrack {-1,1} \right\rbrack,a = 0$

135.

135.

$f(x) = e^{\text{−}x}$ on $\left\lbrack {-3,3} \right\rbrack,a = 0$

$f(x) = e^{\text{−}x}$ 在 $\left\lbrack {-3,3} \right\rbrack,a = 0$

In the following exercises, the maximum of the right-hand side of the remainder estimate $\left| R_{1} \right| \leq \frac{\text{max}\left| {f^{''}(z)} \right|}{2}R^{2}$ on $\left\lbrack {a - R,a + R} \right\rbrack$ occurs at *a* or $a \pm R.$ Estimate the maximum value of *R* such that $\frac{\text{max}\left| {f^{''}(z)} \right|}{2}R^{2} \leq 0.1$ on $\left\lbrack {a - R,a + R} \right\rbrack$ by plotting this maximum as a function of *R*.

在以下习题中,余项估计 $\left| R_{1} \right| \leq \frac{\text{max}\left| {f^{''}(z)} \right|}{2}R^{2}$ 在 $\left\lbrack {a - R,a + R} \right\rbrack$ 上的右端最大值在 *a* 或 $a \pm R$ 处取得。通过将此最大值作为 *R* 的函数绘图,估计使得 $\frac{\text{max}\left| {f^{''}(z)} \right|}{2}R^{2} \leq 0.1$ 在 $\left\lbrack {a - R,a + R} \right\rbrack$ 上成立的 *R* 的最大值。

136\.

136\.

\[T\] *ex* approximated by $1 + x,a = 0$

\[T\] *ex* 由 $1 + x,a = 0$ 逼近

137.

137.

\[T\] $\text{sin}\mspace{2mu} x$ approximated by *x*, $a = 0$

\[T\] $\text{sin}\mspace{2mu} x$ 由 *x* 逼近,$a = 0$

138\.

138\.

\[T\] $\text{ln}\mspace{2mu} x$ approximated by $x - 1,a = 1$

\[T\] $\text{ln}\mspace{2mu} x$ 由 $x - 1,a = 1$ 逼近

139.

139.

\[T\] $\text{cos}\mspace{2mu} x$ approximated by $1,a = 0$

\[T\] $\text{cos}\mspace{2mu} x$ 由 $1,a = 0$ 逼近

In the following exercises, find the Taylor series of the given function centered at the indicated point.

在以下习题中,求给定函数在所给点处的泰勒级数。

140\.

140\.

$x^{4}$ at $a = -1$

$x^{4}$ 在 $a = -1$

141.

141.

$1 + x + x^{2} + x^{3}$ at $a = -1$

$1 + x + x^{2} + x^{3}$ 在 $a = -1$

142\.

142\.

$\text{sin}\mspace{2mu} x$ at $a = \pi$

$\text{sin}\mspace{2mu} x$ 在 $a = \pi$

143.

143.

$\text{cos}\mspace{2mu} x$ at $a = 2\pi$

$\text{cos}\mspace{2mu} x$ 在 $a = 2\pi$

144\.

144\.

$\text{sin}\mspace{2mu} x$ at $x = \frac{\pi}{2}$

$\text{sin}\mspace{2mu} x$ 在 $x = \frac{\pi}{2}$

145.

145.

$\text{cos}\mspace{2mu} x$ at $x = \frac{\pi}{2}$

$\text{cos}\mspace{2mu} x$ 在 $x = \frac{\pi}{2}$

146\.

146\.

$e^{x}$ at $a = -1$

$e^{x}$ 在 $a = -1$

147.

147.

$e^{x}$ at $a = 1$

$e^{x}$ 在 $a = 1$

148\.

148\.

$\frac{1}{\left( {x - 1} \right)^{2}}$ at $a = 0$ (*Hint:* Differentiate $\frac{1}{1 - x}.)$

$\frac{1}{\left( {x - 1} \right)^{2}}$ 在 $a = 0$(*提示:* 对 $\frac{1}{1 - x}.$ 求导)

149.

149.

$\frac{1}{\left( {x - 1} \right)^{3}}$ at $a = 0$

$\frac{1}{\left( {x - 1} \right)^{3}}$ 在 $a = 0$

150\.

150\.

$F(x) = {\int_{0}^{x}{\text{cos}\left( \sqrt{t} \right)\mspace{2mu} dt}};f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{n}}{\left( {2n} \right)\text{!}}}}$ at $a = 0$ (*Note*: $f$ is the Taylor series of $\text{cos}\left( \sqrt{t} \right).)$

$F(x) = {\int_{0}^{x}{\text{cos}\left( \sqrt{t} \right)\mspace{2mu} dt}};f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{n}}{\left( {2n} \right)\text{!}}}}$ 在 $a = 0$(*注:* $f$ 是 $\text{cos}\left( \sqrt{t} \right)$ 的泰勒级数。)

In the following exercises, compute the Taylor series of each function around $x = 1.$

在以下习题中,求各函数在 $x = 1$ 附近的泰勒级数。

151.

151.

$f(x) = 2 - x$

$f(x) = 2 - x$

152\.

152\.

$f(x) = x^{3}$

$f(x) = x^{3}$

153.

153.

$f(x) = \left( {x - 2} \right)^{2}$

$f(x) = \left( {x - 2} \right)^{2}$

154\.

154\.

$f(x) = \text{ln}\mspace{2mu} x$

$f(x) = \text{ln}\mspace{2mu} x$

155.

155.

$f(x) = \frac{1}{x}$

$f(x) = \frac{1}{x}$

156\.

156\.

$f(x) = \frac{1}{2x - x^{2}}$

$f(x) = \frac{1}{2x - x^{2}}$

157.

157.

$f(x) = \frac{x}{4x - 2x^{2} - 1}$

$f(x) = \frac{x}{4x - 2x^{2} - 1}$

158\.

158\.

$f(x) = e^{\text{−}x}$

$f(x) = e^{\text{−}x}$

159.

159.

$f(x) = e^{2x}$

$f(x) = e^{2x}$

\[T\] In the following exercises, identify the value of *x* such that the given series $\sum\limits_{n = 0}^{\infty}a_{n}$ is the value of the Maclaurin series of $f(x)$ at $x.$ Approximate the value of $f(x)$ using $S_{10} = {\sum\limits_{n = 0}^{10}a_{n}}.$

\[T\] 在以下习题中,确定 *x* 的值,使得所给级数 $\sum\limits_{n = 0}^{\infty}a_{n}$ 等于 $f(x)$ 在 $x$ 处的麦克劳林级数的值。用 $S_{10} = {\sum\limits_{n = 0}^{10}a_{n}}.$ 近似计算 $f(x)$ 的值。

160\.

160\.

$\sum\limits_{n = 0}^{\infty}\frac{1}{n\text{!}}$

$\sum\limits_{n = 0}^{\infty}\frac{1}{n\text{!}}$

161.

161.

$\sum\limits_{n = 0}^{\infty}\frac{2^{n}}{n\text{!}}$

$\sum\limits_{n = 0}^{\infty}\frac{2^{n}}{n\text{!}}$

162\.

162\.

$\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( {2\pi} \right)^{2n}}{\left( {2n} \right)\text{!}}$

$\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( {2\pi} \right)^{2n}}{\left( {2n} \right)\text{!}}$

163.

163.

$\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( {2\pi} \right)^{2n + 1}}{\left( {2n + 1} \right)\text{!}}$

$\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( {2\pi} \right)^{2n + 1}}{\left( {2n + 1} \right)\text{!}}$

The following exercises make use of the functions $S_{5}(x) = x - \frac{x^{3}}{6} + \frac{x^{5}}{120}$ and $C_{4}(x) = 1 - \frac{x^{2}}{2} + \frac{x^{4}}{24}$ on $\lbrack\text{−}\pi,\pi\rbrack.$

以下习题用到函数 $S_{5}(x) = x - \frac{x^{3}}{6} + \frac{x^{5}}{120}$ 与 $C_{4}(x) = 1 - \frac{x^{2}}{2} + \frac{x^{4}}{24}$,定义于 $\lbrack\text{−}\pi,\pi\rbrack.$

164\.

164\.

\[T\] Plot $\text{sin}^{2}x - \left( {S_{5}(x)} \right)^{2}$ on $\lbrack\text{−}\pi,\pi\rbrack.$ Compare the maximum difference with the square of the Taylor remainder estimate for $\text{sin}\mspace{2mu} x.$

\[T\] 在 $\lbrack\text{−}\pi,\pi\rbrack$ 上绘制 $\text{sin}^{2}x - \left( {S_{5}(x)} \right)^{2}$ 的图像。将最大差值与 $\text{sin}\mspace{2mu} x$ 的泰勒余项估计的平方作比较。

165.

165.

\[T\] Plot $\text{cos}^{2}x - \left( {C_{4}(x)} \right)^{2}$ on $\lbrack\text{−}\pi,\pi\rbrack.$ Compare the maximum difference with the square of the Taylor remainder estimate for $\text{cos}\mspace{2mu} x.$

\[T\] 在 $\lbrack\text{−}\pi,\pi\rbrack$ 上绘制 $\text{cos}^{2}x - \left( {C_{4}(x)} \right)^{2}$ 的图像。将最大差值与 $\text{cos}\mspace{2mu} x$ 的泰勒余项估计的平方作比较。

166\.

166\.

\[T\] Plot $\left| {2S_{5}(x)C_{4}(x) - \text{sin}\left( {2x} \right)} \right|$ on $\lbrack\text{−}\pi,\pi\rbrack.$

\[T\] 在 $\lbrack\text{−}\pi,\pi\rbrack$ 上绘制 $\left| {2S_{5}(x)C_{4}(x) - \text{sin}\left( {2x} \right)} \right|$ 的图像。

167.

167.

\[T\] Compare $\frac{S_{5}(x)}{C_{4}(x)}$ on $\left\lbrack {-1,1} \right\rbrack$ to $\text{tan}\mspace{2mu} x.$ Compare this with the Taylor remainder estimate for the approximation of $\text{tan}\mspace{2mu} x$ by $x + \frac{x^{3}}{3} + \frac{2x^{5}}{15}.$

\[T\] 在 $\left\lbrack {-1,1} \right\rbrack$ 上将 $\frac{S_{5}(x)}{C_{4}(x)}$ 与 $\text{tan}\mspace{2mu} x$ 比较。将此与用 $x + \frac{x^{3}}{3} + \frac{2x^{5}}{15}$ 逼近 $\text{tan}\mspace{2mu} x$ 的泰勒余项估计作比较。

168\.

168\.

\[T\] Plot $e^{x} - e_{4}(x)$ where $e_{4}(x) = 1 + x + \frac{x^{2}}{2} + \frac{x^{3}}{6} + \frac{x^{4}}{24}$ on $\lbrack 0,2\rbrack.$ Compare the maximum error with the Taylor remainder estimate.

\[T\] 在 $\lbrack 0,2\rbrack$ 上绘制 $e^{x} - e_{4}(x)$,其中 $e_{4}(x) = 1 + x + \frac{x^{2}}{2} + \frac{x^{3}}{6} + \frac{x^{4}}{24}$。将最大误差与泰勒余项估计作比较。

169.

169.

(Taylor approximations and root finding.) Recall that Newton’s method $x_{n + 1} = x_{n} - \frac{f\left( x_{n} \right)}{f\prime\left( x_{n} \right)}$ approximates solutions of $f(x) = 0$ near the input $x_{0}.$

(泰勒逼近与求根。)回顾牛顿法 $x_{n + 1} = x_{n} - \frac{f\left( x_{n} \right)}{f\prime\left( x_{n} \right)}$ 逼近 $f(x) = 0$ 在输入 $x_{0}$ 附近的解。

1. If $f$ and $g$ are inverse functions, explain why a solution of $g(x) = a$ is the value $f(a)\ \text{of}\ f.$

1. 若 $f$ 与 $g$ 互为反函数,解释 $g(x) = a$ 的解为何等于 $f(a)\ \text{of}\ f$ 的值。

2. Let $p_{N}(x)$ be the $N\mspace{2mu}\text{th}$ degree Maclaurin polynomial of $e^{x}.$ Use Newton’s method to approximate solutions of $p_{N}(x) - 2 = 0$ for $N = 4,5,6.$

2. 设 $p_{N}(x)$ 为 $e^{x}$ 的 $N\mspace{2mu}\text{th}$ 次麦克劳林多项式。用牛顿法逼近 $p_{N}(x) - 2 = 0$ 在 $N = 4,5,6$ 时的解。

3. Explain why the approximate roots of $p_{N}(x) - 2 = 0$ are approximate values of $\text{ln}\mspace{2mu}(2).$

3. 解释为何 $p_{N}(x) - 2 = 0$ 的近似根是 $\text{ln}\mspace{2mu}(2)$ 的近似值。

In the following exercises, use the fact that if $q(x) = {\sum\limits_{n = 1}^{\infty}{a_{n}\left( {x - c} \right)^{n}}}$ converges in an interval containing $c,$ then $\underset{x\rightarrow c}{\text{lim}}q(x) = a_{0}^{}$ to evaluate each limit using Taylor series.

在以下习题中,利用如下事实:若 $q(x) = {\sum\limits_{n = 1}^{\infty}{a_{n}\left( {x - c} \right)^{n}}}$ 在包含 $c$ 的某个区间内收敛,则 $\underset{x\rightarrow c}{\text{lim}}q(x) = a_{0}^{}$,用泰勒级数计算各极限。

170\.

170\.

$\underset{x\rightarrow 0}{\text{lim}}\frac{\text{cos}\mspace{2mu} x - 1}{x^{2}}$

$\underset{x\rightarrow 0}{\text{lim}}\frac{\text{cos}\mspace{2mu} x - 1}{x^{2}}$

171.

171.

$\underset{x\rightarrow 0}{\text{lim}}\frac{\text{ln}\mspace{2mu}\left( {1 - x^{2}} \right)}{x^{2}}$

$\underset{x\rightarrow 0}{\text{lim}}\frac{\text{ln}\mspace{2mu}\left( {1 - x^{2}} \right)}{x^{2}}$

172\.

172\.

$\underset{x\rightarrow 0}{\text{lim}}\frac{e^{x^{2}} - x^{2} - 1}{x^{4}}$

$\underset{x\rightarrow 0}{\text{lim}}\frac{e^{x^{2}} - x^{2} - 1}{x^{4}}$

173.

173.

$\underset{x\rightarrow 0^{+}}{\text{lim}}\frac{\text{cos}\left( \sqrt{x} \right) - 1}{2x}$

$\underset{x\rightarrow 0^{+}}{\text{lim}}\frac{\text{cos}\left( \sqrt{x} \right) - 1}{2x}$

6.4 Working with Taylor Series 6.4 泰勒级数的应用

In the preceding section, we defined Taylor series and showed how to find the Taylor series for several common functions by explicitly calculating the coefficients of the Taylor polynomials. In this section we show how to use those Taylor series to derive Taylor series for other functions. We then present two common applications of power series. First, we show how power series can be used to solve differential equations. Second, we show how power series can be used to evaluate integrals when the antiderivative of the integrand cannot be expressed in terms of elementary functions. In one example, we consider $\left. \int e^{\text{−}x^{2}} \right.dx,$ an integral that arises frequently in probability theory.

在前一节中,我们定义了泰勒级数,并通过对泰勒多项式的系数进行显式计算,给出了求若干常用函数的泰勒级数的方法。本节我们说明如何借助这些泰勒级数推导出其他函数的泰勒级数。随后我们介绍幂级数的两种常见应用。第一,说明如何用幂级数求解微分方程。第二,说明当被积函数的原函数无法用初等函数表示时,如何用幂级数计算积分。在一个例子中,我们考虑 $\left. \int e^{\text{−}x^{2}} \right.dx,$ 这个在概率论中频繁出现的积分。

The Binomial Series 二项级数

Our first goal in this section is to determine the Maclaurin series for the function $f(x) = \left( {1 + x} \right)^{r}$ for all real numbers $r.$ The Maclaurin series for this function is known as the binomial series. We begin by considering the simplest case: $r$ is a nonnegative integer. We recall that, for $r = 0,1,2,3,4,f(x) = \left( {1 + x} \right)^{r}$ can be written as

本节的首要目标是确定函数 $f(x) = \left( {1 + x} \right)^{r}$ 对所有实数 $r$ 的麦克劳林级数。该函数的麦克劳林级数称为二项级数。我们先考虑最简单的情形:$r$ 为非负整数。回顾一下,当 $r = 0,1,2,3,4,f(x) = \left( {1 + x} \right)^{r}$ 可写成

$$\begin{array}{l} \\ {f(x) = \left( {1 + x} \right)^{0} = 1,} \\ {f(x) = \left( {1 + x} \right)^{1} = 1 + x,} \\ {f(x) = \left( {1 + x} \right)^{2} = 1 + 2x + x^{2},} \\ {f(x) = \left( {1 + x} \right)^{3} = 1 + 3x + 3x^{2} + x^{3},} \\ {f(x) = \left( {1 + x} \right)^{4} = 1 + 4x + 6x^{2} + 4x^{3} + x^{4}.} \end{array}$$

$$\begin{array}{l} \\ {f(x) = \left( {1 + x} \right)^{0} = 1,} \\ {f(x) = \left( {1 + x} \right)^{1} = 1 + x,} \\ {f(x) = \left( {1 + x} \right)^{2} = 1 + 2x + x^{2},} \\ {f(x) = \left( {1 + x} \right)^{3} = 1 + 3x + 3x^{2} + x^{3},} \\ {f(x) = \left( {1 + x} \right)^{4} = 1 + 4x + 6x^{2} + 4x^{3} + x^{4}.} \end{array}$$

The expressions on the right-hand side are known as binomial expansions and the coefficients are known as binomial coefficients. More generally, for any nonnegative integer $r,$ the binomial coefficient of $x^{n}$ in the binomial expansion of $\left( {1 + x} \right)^{r}$ is given by

右端的表达式称为二项展开式,其系数称为二项式系数。更一般地,对任意非负整数 $r,$ 在 $\left( {1 + x} \right)^{r}$ 的二项展开式中 $x^{n}$ 的二项式系数由下式给出

$$\left( \begin{array}{l} r \\ n \end{array} \right) = \frac{r\text{!}}{n\text{!}\left( {r - n} \right)\text{!}}$$ (6.6)

$$\left( \begin{array}{l} r \\ n \end{array} \right) = \frac{r\text{!}}{n\text{!}\left( {r - n} \right)\text{!}}$$ (6.6)

and

以及

$$\begin{array}{cl} {f(x)} & {= \left( {1 + x} \right)^{r}} \\ & {= \left( \begin{array}{l} r \\ 0 \end{array} \right)1 + \left( \begin{array}{l} r \\ 1 \end{array} \right)x + \left( \begin{array}{l} r \\ 2 \end{array} \right)x^{2} + \left( \begin{array}{l} r \\ 3 \end{array} \right)x^{3} + \text{⋯} + \left( \begin{array}{l} r \\ {r - 1} \end{array} \right)x^{r - 1} + \left( \begin{array}{l} r \\ r \end{array} \right)x^{r}} \\ & {= {\sum\limits_{n = 0}^{r}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}}.} \end{array}$$ (6.7)

$$\begin{array}{cl} {f(x)} & {= \left( {1 + x} \right)^{r}} \\ & {= \left( \begin{array}{l} r \\ 0 \end{array} \right)1 + \left( \begin{array}{l} r \\ 1 \end{array} \right)x + \left( \begin{array}{l} r \\ 2 \end{array} \right)x^{2} + \left( \begin{array}{l} r \\ 3 \end{array} \right)x^{3} + \text{⋯} + \left( \begin{array}{l} r \\ {r - 1} \end{array} \right)x^{r - 1} + \left( \begin{array}{l} r \\ r \end{array} \right)x^{r}} \\ & {= {\sum\limits_{n = 0}^{r}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}}.} \end{array}$$ (6.7)

For example, using this formula for $r = 5,$ we see that

例如,取 $r = 5$ 应用该公式,我们有

$$\begin{array}{cl} {f(x)} & {= \left( {1 + x} \right)^{5}} \\ & {= \left( \begin{array}{l} 5 \\ 0 \end{array} \right)1 + \left( \begin{array}{l} 5 \\ 1 \end{array} \right)x + \left( \begin{array}{l} 5 \\ 2 \end{array} \right)x^{2} + \left( \begin{array}{l} 5 \\ 3 \end{array} \right)x^{3} + \left( \begin{array}{l} 5 \\ 4 \end{array} \right)x^{4} + \left( \begin{array}{l} 5 \\ 5 \end{array} \right)x^{5}} \\ & {= \frac{5\text{!}}{0\text{!}5\text{!}}1 + \frac{5\text{!}}{1\text{!}4\text{!}}x + \frac{5\text{!}}{2\text{!}3\text{!}}x^{2} + \frac{5\text{!}}{3\text{!}2\text{!}}x^{3} + \frac{5\text{!}}{4\text{!}1\text{!}}x^{4} + \frac{5\text{!}}{5\text{!}0\text{!}}x^{5}} \\ & {= 1 + 5x + 10x^{2} + 10x^{3} + 5x^{4} + x^{5}.} \end{array}$$

$$\begin{array}{cl} {f(x)} & {= \left( {1 + x} \right)^{5}} \\ & {= \left( \begin{array}{l} 5 \\ 0 \end{array} \right)1 + \left( \begin{array}{l} 5 \\ 1 \end{array} \right)x + \left( \begin{array}{l} 5 \\ 2 \end{array} \right)x^{2} + \left( \begin{array}{l} 5 \\ 3 \end{array} \right)x^{3} + \left( \begin{array}{l} 5 \\ 4 \end{array} \right)x^{4} + \left( \begin{array}{l} 5 \\ 5 \end{array} \right)x^{5}} \\ & {= \frac{5\text{!}}{0\text{!}5\text{!}}1 + \frac{5\text{!}}{1\text{!}4\text{!}}x + \frac{5\text{!}}{2\text{!}3\text{!}}x^{2} + \frac{5\text{!}}{3\text{!}2\text{!}}x^{3} + \frac{5\text{!}}{4\text{!}1\text{!}}x^{4} + \frac{5\text{!}}{5\text{!}0\text{!}}x^{5}} \\ & {= 1 + 5x + 10x^{2} + 10x^{3} + 5x^{4} + x^{5}.} \end{array}$$

We now consider the case when the exponent $r$ is any real number, not necessarily a nonnegative integer. If $r$ is not a nonnegative integer, then $f(x) = \left( {1 + x} \right)^{r}$ cannot be written as a finite polynomial. However, we can find a power series for $f.$ Specifically, we look for the Maclaurin series for $f.$ To do this, we find the derivatives of $f$ and evaluate them at $x = 0.$

现在我们考虑指数 $r$ 为任意实数(不必为非负整数)的情形。若 $r$ 不是非负整数,则 $f(x) = \left( {1 + x} \right)^{r}$ 不能写成有限多项式。不过,我们可以为 $f$ 求出一个幂级数。具体地,我们寻求 $f$ 的麦克劳林级数。为此,我们求出 $f$ 的各阶导数并在 $x = 0$ 处取值。

$$\begin{array}{rllccrll} {f(x)} & = & \left( {1 + x} \right)^{r} & & & {f(0)} & = & 1 \\ {f^{\prime}(x)} & = & {r\left( {1 + x} \right)^{r - 1}} & & & {f\prime(0)} & = & r \\ {f^{''}(x)} & = & {r\left( {r - 1} \right)\left( {1 + x} \right)^{r - 2}} & & & {f^{''}(0)} & = & {r\left( {r - 1} \right)} \\ {f\text{'''}(x)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\left( {1 + x} \right)^{r - 3}} & & & {f\text{'''}(0)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)} \\ {f^{(n)}(x)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)\left( {1 + x} \right)^{r - n}} & & & {f^{(n)}(0)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)} \end{array}$$

$$\begin{array}{rllccrll} {f(x)} & = & \left( {1 + x} \right)^{r} & & & {f(0)} & = & 1 \\ {f^{\prime}(x)} & = & {r\left( {1 + x} \right)^{r - 1}} & & & {f\prime(0)} & = & r \\ {f^{''}(x)} & = & {r\left( {r - 1} \right)\left( {1 + x} \right)^{r - 2}} & & & {f^{''}(0)} & = & {r\left( {r - 1} \right)} \\ {f\text{'''}(x)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\left( {1 + x} \right)^{r - 3}} & & & {f\text{'''}(0)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)} \\ {f^{(n)}(x)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)\left( {1 + x} \right)^{r - n}} & & & {f^{(n)}(0)} & = & {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)} \end{array}$$

We conclude that the coefficients in the binomial series are given by

我们得出结论:二项级数中的系数由下式给出

$$\frac{f^{(n)}(0)}{n\text{!}} = \frac{r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}.$$ (6.8)

$$\frac{f^{(n)}(0)}{n\text{!}} = \frac{r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}.$$ (6.8)

We note that if $r$ is a nonnegative integer, then the $\left( {r + 1} \right)\text{st}$ derivative $f^{({r + 1})}$ is the zero function, and the series terminates. In addition, if $r$ is a nonnegative integer, then Equation 6.8 for the coefficients agrees with Equation 6.6 for the coefficients, and the formula for the binomial series agrees with Equation 6.7 for the finite binomial expansion. More generally, to denote the binomial coefficients for any real number $r,$ we define

我们注意到,若 $r$ 为非负整数,则 $\left( {r + 1} \right)\text{st}$ 阶导数 $f^{({r + 1})}$ 为零函数,级数就此终止。此外,若 $r$ 为非负整数,则关于系数的式 6.8 与式 6.6 一致,且二项级数的公式与有限二项展开的式 6.7 一致。更一般地,为表示任意实数 $r$ 的二项式系数,我们定义

$$\left( \begin{array}{l} r \\ n \end{array} \right) = \frac{r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}.$$

$$\left( \begin{array}{l} r \\ n \end{array} \right) = \frac{r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}.$$

With this notation, we can write the binomial series for $\left( {1 + x} \right)^{r}$ as

采用这一记号,我们可将 $\left( {1 + x} \right)^{r}$ 的二项级数写为

$$\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n} = 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}.}$$ (6.9)

$$\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n} = 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}.}$$ (6.9)

We now need to determine the interval of convergence for the binomial series Equation 6.9. We apply the ratio test. Consequently, we consider

现在我们需要找出二项级数(式 6.9)的收敛区间。我们应用比值判别法。于是,我们考察

$$\begin{array}{cl} \frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} & {= \frac{\left| {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n} \right)} \right||x|^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{\left| {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)} \right||x|^{n}}} \\ & {= \frac{\left| {r - n} \right||x|}{\left| {n + 1} \right|}.} \end{array}$$

$$\begin{array}{cl} \frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} & {= \frac{\left| {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n} \right)} \right||x|^{n + 1}}{\left( {n + 1} \right)\text{!}} \cdot \frac{n\text{!}}{\left| {r\left( {r - 1} \right)\left( {r - 2} \right)\text{⋯}\left( {r - n + 1} \right)} \right||x|^{n}}} \\ & {= \frac{\left| {r - n} \right||x|}{\left| {n + 1} \right|}.} \end{array}$$

Since

由于

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = |x| < 1$$

$$\underset{n\rightarrow\infty}{\text{lim}}\frac{\left| a_{n + 1} \right|}{\left| a_{n} \right|} = |x| < 1$$

if and only if $|x| < 1,$ we conclude that the interval of convergence for the binomial series is $\left( {-1,1} \right).$ The behavior at the endpoints depends on $r.$ It can be shown that for $r \geq 0$ the series converges at both endpoints; for $-1 < r < 0,$ the series converges at $x = 1$ and diverges at $x = -1;$ and for $r < -1,$ the series diverges at both endpoints. The binomial series does converge to $\left( {1 + x} \right)^{r}$ in $\left( {-1,1} \right)$ for all real numbers $r,$ but proving this fact by showing that the remainder $R_{n}(x)\rightarrow 0$ is difficult.

当且仅当 $|x| < 1$ 时,我们得出结论:二项级数的收敛区间为 $\left( {-1,1} \right).$ 在端点处的性态依赖于 $r.$ 可以证明:当 $r \geq 0$ 时,级数在两个端点都收敛;当 $-1 < r < 0$ 时,级数在 $x = 1$ 处收敛、在 $x = -1$ 处发散;当 $r < -1$ 时,级数在两个端点都发散。对任意实数 $r,$ 二项级数在 $\left( {-1,1} \right)$ 内确实收敛到 $\left( {1 + x} \right)^{r},$ 但要证明这一结论(即证明余项 $R_{n}(x)\rightarrow 0$)是困难的。

For any real number $r,$ the Maclaurin series for $f(x) = \left( {1 + x} \right)^{r}$ is the binomial series. It converges to $f$ for $|x| < 1,$ and we write

对任意实数 $r,$ 函数 $f(x) = \left( {1 + x} \right)^{r}$ 的麦克劳林级数就是二项级数。当 $|x| < 1$ 时它收敛到 $f,$ 我们写作

$$\begin{array}{cl} \left( {1 + x} \right)^{r} & {= {\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}}} \\ & {= 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}} \end{array}$$

$$\begin{array}{cl} \left( {1 + x} \right)^{r} & {= {\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}}} \\ & {= 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}} \end{array}$$

for $|x| < 1.$

其中 $|x| < 1.$

We can use this definition to find the binomial series for $f(x) = \sqrt{1 + x}$ and use the series to approximate $\sqrt{1.5}.$

我们可以利用这一定义求出 $f(x) = \sqrt{1 + x}$ 的二项级数,并用该级数近似计算 $\sqrt{1.5}.$

Finding Binomial Series 求二项级数

1. Find the binomial series for $f(x) = \sqrt{1 + x}.$

1. 求 $f(x) = \sqrt{1 + x}$ 的二项级数。

2. Use the third-order Maclaurin polynomial $p_{3}(x)$ to estimate $\sqrt{1.5}.$ Use Taylor’s theorem to bound the error. Use a graphing utility to compare the graphs of $f$ and $p_{3}.$

2. 利用三阶麦克劳林多项式 $p_{3}(x)$ 估计 $\sqrt{1.5}.$ 用泰勒定理给出误差界。利用绘图工具比较 $f$ 与 $p_{3}$ 的图像。

Solution 解答

1. Here $r = \frac{1}{2}.$ Using the definition for the binomial series, we obtain

1. 此处 $r = \frac{1}{2}.$ 利用二项级数的定义,我们得到

$$\begin{array}{cl} \sqrt{1 + x} & {= 1 + \frac{1}{2}x + \frac{\left( {1\text{/}2} \right)\left( {\text{−}{1\text{/}2}} \right)}{2\text{!}}x^{2} + \frac{\left( {1\text{/}2} \right)\left( {\text{−}{1\text{/}2}} \right)\left( {\text{−}{3\text{/}2}} \right)}{3\text{!}}x^{3} + \text{⋯}} \\ & {= 1 + \frac{1}{2}x - \frac{1}{2\text{!}}\ \frac{1}{2^{2}}x^{2} + \frac{1}{3\text{!}}\ \frac{1 \cdot 3}{2^{3}}x^{3} - \text{⋯} + \frac{(-1)^{n + 1}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 3} \right)}{2^{n}}x^{n} + \text{⋯}} \\ & {= 1 + {\sum\limits_{n = 1}^{\infty}{\frac{(-1)^{n + 1}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 3} \right)}{2^{n}}x^{n}.}}} \end{array}$$

$$\begin{array}{cl} \sqrt{1 + x} & {= 1 + \frac{1}{2}x + \frac{\left( {1\text{/}2} \right)\left( {\text{−}{1\text{/}2}} \right)}{2\text{!}}x^{2} + \frac{\left( {1\text{/}2} \right)\left( {\text{−}{1\text{/}2}} \right)\left( {\text{−}{3\text{/}2}} \right)}{3\text{!}}x^{3} + \text{⋯}} \\ & {= 1 + \frac{1}{2}x - \frac{1}{2\text{!}}\ \frac{1}{2^{2}}x^{2} + \frac{1}{3\text{!}}\ \frac{1 \cdot 3}{2^{3}}x^{3} - \text{⋯} + \frac{(-1)^{n + 1}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 3} \right)}{2^{n}}x^{n} + \text{⋯}} \\ & {= 1 + {\sum\limits_{n = 1}^{\infty}{\frac{(-1)^{n + 1}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 3} \right)}{2^{n}}x^{n}.}}} \end{array}$$

2. From the result in part a. the third-order Maclaurin polynomial is

2. 由 (a) 部分的结果,三阶麦克劳林多项式为

$$p_{3}(x) = 1 + \frac{1}{2}x - \frac{1}{8}x^{2} + \frac{1}{16}x^{3}.$$

$$p_{3}(x) = 1 + \frac{1}{2}x - \frac{1}{8}x^{2} + \frac{1}{16}x^{3}.$$

Therefore,

因此,

$$\begin{array}{cl} \sqrt{1.5} & {= \sqrt{1 + 0.5}} \\ & {\approx 1 + \frac{1}{2}(0.5) - \frac{1}{8}(0.5)^{2} + \frac{1}{16}(0.5)^{3}} \\ & {\approx 1.2266.} \end{array}$$

$$\begin{array}{cl} \sqrt{1.5} & {= \sqrt{1 + 0.5}} \\ & {\approx 1 + \frac{1}{2}(0.5) - \frac{1}{8}(0.5)^{2} + \frac{1}{16}(0.5)^{3}} \\ & {\approx 1.2266.} \end{array}$$

From Taylor’s theorem, the error satisfies

由泰勒定理,误差满足

$$R_{3}(0.5) = \frac{f^{(4)}(c)}{4\text{!}}(0.5)^{4}$$

$$R_{3}(0.5) = \frac{f^{(4)}(c)}{4\text{!}}(0.5)^{4}$$

for some $c$ between $0$ and $0.5.$ Since $f^{(4)}(x) = - \frac{15}{2^{4}\left( {1 + x} \right)^{7\text{/}2}},$ and the maximum value of $\left| {f^{(4)}(x)} \right|$ on the interval $\left( {0,0.5} \right)$ occurs at $x = 0,$ we have

其中 $c$ 介于 $0$ 与 $0.5$ 之间。由于 $f^{(4)}(x) = - \frac{15}{2^{4}\left( {1 + x} \right)^{7\text{/}2}},$ 且 $\left| {f^{(4)}(x)} \right|$ 在区间 $\left( {0,0.5} \right)$ 上的最大值在 $x = 0$ 处取得,我们有

$$\left| {R_{3}(0.5)} \right| \leq \frac{15}{4\text{!}2^{4}}(0.5)^{4} \approx 0.00244.$$

$$\left| {R_{3}(0.5)} \right| \leq \frac{15}{4\text{!}2^{4}}(0.5)^{4} \approx 0.00244.$$

The function and the Maclaurin polynomial $p_{3}$ are graphed in Figure 6.10.

函数与麦克劳林多项式 $p_{3}$ 的图像见图 6.10。

Find the binomial series for $f(x) = \frac{1}{\left( {1 + x} \right)^{2}}.$

求 $f(x) = \frac{1}{\left( {1 + x} \right)^{2}}$ 的二项级数。

Common Functions Expressed as Taylor Series 用泰勒级数表示常用函数

At this point, we have derived Maclaurin series for exponential, trigonometric, and logarithmic functions, as well as functions of the form $f(x) = \left( {1 + x} \right)^{r}.$ In Table 6.1, we summarize the results of these series. We remark that the convergence of the Maclaurin series for $f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ at the endpoint $x = 1$ and the Maclaurin series for $f(x) = \text{tan}^{-1}x$ at the endpoints $x = 1$ and $x = -1$ relies on a more advanced theorem than we present here. (Refer to Abel’s theorem for a discussion of this more technical point.)

至此,我们已导出指数函数、三角函数、对数函数,以及形如 $f(x) = \left( {1 + x} \right)^{r}$ 的函数的麦克劳林级数。在表 6.1 中,我们汇总了这些级数的结果。我们指出,$f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$ 的麦克劳林级数在端点 $x = 1$ 处的收敛性,以及 $f(x) = \text{tan}^{-1}x$ 的麦克劳林级数在端点 $x = 1$ 与 $x = -1$ 处的收敛性,依赖于比本文更高级的定理。(关于这一技术性细节,请参阅 Abel 定理。)
FunctionMaclaurin SeriesInterval of Convergence
$f(x) = \frac{1}{1 - x}$$\sum\limits_{n = 0}^{\infty}x^{n}$$-1 < x < 1$
$f(x) = e^{x}$$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$$\text{−}\infty < x < \infty$
$f(x) = \text{sin}\mspace{2mu} x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}$$\text{−}\infty < x < \infty$
$f(x) = \text{cos}\mspace{2mu} x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}$$\text{−}\infty < x < \infty$
$f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$$\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}$$-1 < x \leq 1$
$f(x) = \text{tan}^{-1}x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{2n + 1}}$$-1 \leq x \leq 1$
$f(x) = \left( {1 + x} \right)^{r}$$\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}$$-1 < x < 1$
函数麦克劳林级数收敛区间
$f(x) = \frac{1}{1 - x}$$\sum\limits_{n = 0}^{\infty}x^{n}$$-1 < x < 1$
$f(x) = e^{x}$$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$$\text{−}\infty < x < \infty$
$f(x) = \text{sin}\mspace{2mu} x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}}$$\text{−}\infty < x < \infty$
$f(x) = \text{cos}\mspace{2mu} x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n}}{\left( {2n} \right)\text{!}}}$$\text{−}\infty < x < \infty$
$f(x) = \text{ln}\mspace{2mu}\left( {1 + x} \right)$$\sum\limits_{n = 1}^{\infty}{(-1)^{n + 1}\frac{x^{n}}{n}}$$-1 < x \leq 1$
$f(x) = \text{tan}^{-1}x$$\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n + 1}}{2n + 1}}$$-1 \leq x \leq 1$
$f(x) = \left( {1 + x} \right)^{r}$$\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l} r \\ n \end{array} \right)x^{n}}$$-1 < x < 1$

Table 6.1 Maclaurin Series for Common Functions

表 6.1 常用函数的麦克劳林级数

Earlier in the chapter, we showed how you could combine power series to create new power series. Here we use these properties, combined with the Maclaurin series in Table 6.1, to create Maclaurin series for other functions.

在本章前面,我们展示了如何通过组合幂级数来构造新的幂级数。这里我们利用这些性质,结合表 6.1 中的麦克劳林级数,来构造其他函数的麦克劳林级数。

Deriving Maclaurin Series from Known Series 由已知级数推导麦克劳林级数

Find the Maclaurin series of each of the following functions by using one of the series listed in Table 6.1.

利用表 6.1 中列出的某个级数,求下列每个函数的麦克劳林级数。

1. $f(x) = \text{cos}\sqrt{x}$

1. $f(x) = \text{cos}\sqrt{x}$

2. $f(x) = \text{sinh}\mspace{2mu} x$

2. $f(x) = \text{sinh}\mspace{2mu} x$

Solution 解答

1. Using the Maclaurin series for $\text{cos}\mspace{2mu} x$ we find that the Maclaurin series for $\text{cos}\sqrt{x}$ is given by

1. 利用 $\text{cos}\mspace{2mu} x$ 的麦克劳林级数,我们得到 $\text{cos}\sqrt{x}$ 的麦克劳林级数如下

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( \sqrt{x} \right)^{2n}}{\left( {2n} \right)\text{!}}} & {= {\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}x^{n}}{\left( {2n} \right)\text{!}}}} \\ & {= 1 - \frac{x}{2\text{!}} + \frac{x^{2}}{4\text{!}} - \frac{x^{3}}{6\text{!}} + \frac{x^{4}}{8\text{!}} - \text{⋯}.} \end{array}$$

$$\begin{array}{cl} {\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}\left( \sqrt{x} \right)^{2n}}{\left( {2n} \right)\text{!}}} & {= {\sum\limits_{n = 0}^{\infty}\frac{(-1)^{n}x^{n}}{\left( {2n} \right)\text{!}}}} \\ & {= 1 - \frac{x}{2\text{!}} + \frac{x^{2}}{4\text{!}} - \frac{x^{3}}{6\text{!}} + \frac{x^{4}}{8\text{!}} - \text{⋯}.} \end{array}$$

This series converges to $\text{cos}\sqrt{x}$ for all $x$ in the domain of $\text{cos}\sqrt{x};$ that is, for all $x \geq 0.$

该级数对 $\text{cos}\sqrt{x}$ 定义域内的所有 $x$ 收敛到 $\text{cos}\sqrt{x};$ 即对所有 $x \geq 0$ 收敛。

2. To find the Maclaurin series for $\text{sinh}\mspace{2mu} x,$ we use the fact that

2. 为求 $\text{sinh}\mspace{2mu} x$ 的麦克劳林级数,我们利用事实

$$\text{sinh}\mspace{2mu} x = \frac{e^{x} - e^{\text{−}x}}{2}.$$

$$\text{sinh}\mspace{2mu} x = \frac{e^{x} - e^{\text{−}x}}{2}.$$

Using the Maclaurin series for $e^{x},$ we see that the $n\text{th}$ term in the Maclaurin series for $\text{sinh}\mspace{2mu} x$ is given by

利用 $e^{x}$ 的麦克劳林级数,我们看到 $\text{sinh}\mspace{2mu} x$ 的麦克劳林级数中第 $n\text{th}$ 项由下式给出

$$\frac{x^{n}}{n\text{!}} - \frac{\left( {\text{−}x} \right)^{n}}{n\text{!}}.$$

$$\frac{x^{n}}{n\text{!}} - \frac{\left( {\text{−}x} \right)^{n}}{n\text{!}}.$$

For $n$ even, this term is zero. For $n$ odd, this term is $\frac{2x^{n}}{n\text{!}}.$ Therefore, the Maclaurin series for $\text{sinh}\mspace{2mu} x$ has only odd-order terms and is given by

当 $n$ 为偶数时,该项为零。当 $n$ 为奇数时,该项为 $\frac{2x^{n}}{n\text{!}}.$ 因此,$\text{sinh}\mspace{2mu} x$ 的麦克劳林级数只含奇次项,且由下式给出

$${\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}} = x + \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} + \text{⋯}.$$

$${\sum\limits_{n = 0}^{\infty}\frac{x^{2n + 1}}{\left( {2n + 1} \right)\text{!}}} = x + \frac{x^{3}}{3\text{!}} + \frac{x^{5}}{5\text{!}} + \text{⋯}.$$

Find the Maclaurin series for $\text{sin}\left( x^{2} \right).$

求 $\text{sin}\left( x^{2} \right)$ 的麦克劳林级数。

We also showed previously in this chapter how power series can be differentiated term by term to create a new power series. In Example 6.19, we differentiate the binomial series for $\sqrt{1 + x}$ term by term to find the binomial series for $\frac{1}{\sqrt{1 + x}}.$ Note that we could construct the binomial series for $\frac{1}{\sqrt{1 + x}}$ directly from the definition, but differentiating the binomial series for $\sqrt{1 + x}$ is an easier calculation.

我们在本章前面还展示过,如何对幂级数逐项求导以构造新的幂级数。在示例 6.19 中,我们对 $\sqrt{1 + x}$ 的二项级数逐项求导,从而得到 $\frac{1}{\sqrt{1 + x}}$ 的二项级数。注意,我们也可以直接从定义构造 $\frac{1}{\sqrt{1 + x}}$ 的二项级数,但对 $\sqrt{1 + x}$ 的二项级数求导是更简便的计算。

Differentiating a Series to Find a New Series 对级数求导以得到新级数

Use the binomial series for $\sqrt{1 + x}$ to find the binomial series for $\frac{1}{\sqrt{1 + x}}.$

利用 $\sqrt{1 + x}$ 的二项级数,求 $\frac{1}{\sqrt{1 + x}}$ 的二项级数。

Solution 解答

The two functions are related by

这两个函数之间的关系为

$$\frac{d}{dx}\sqrt{1 + x} = \frac{1}{2\sqrt{1 + x}},$$

$$\frac{d}{dx}\sqrt{1 + x} = \frac{1}{2\sqrt{1 + x}},$$

so the binomial series for $\frac{1}{\sqrt{1 + x}}$ is given by

因此 $\frac{1}{\sqrt{1 + x}}$ 的二项级数由下式给出

$$\begin{array}{cl} \frac{1}{\sqrt{1 + x}} & {= 2\frac{d}{dx}\sqrt{1 + x}} \\ & {= 1 + {\sum\limits_{n = 1}^{\infty}{\frac{(-1)^{n}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 1} \right)}{2^{n}}x^{n}}}.} \end{array}$$

$$\begin{array}{cl} \frac{1}{\sqrt{1 + x}} & {= 2\frac{d}{dx}\sqrt{1 + x}} \\ & {= 1 + {\sum\limits_{n = 1}^{\infty}{\frac{(-1)^{n}}{n\text{!}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 1} \right)}{2^{n}}x^{n}}}.} \end{array}$$

Find the binomial series for $f(x) = \frac{1}{\left( {1 + x} \right)^{3\text{/}2}}$

求 $f(x) = \frac{1}{\left( {1 + x} \right)^{3\text{/}2}}$ 的二项级数

In this example, we differentiated a known Taylor series to construct a Taylor series for another function. The ability to differentiate power series term by term makes them a powerful tool for solving differential equations. We now show how this is accomplished.

在本例中,我们对一个已知的泰勒级数求导,从而构造出另一个函数的泰勒级数。幂级数可逐项求导的能力,使它们成为求解微分方程的强大工具。下面我们展示这是如何实现的。

Solving Differential Equations with Power Series 用幂级数求解微分方程

Consider the differential equation

考虑如下微分方程

$$y^{\prime}(x) = y.$$

$$y^{\prime}(x) = y.$$

Recall that this is a first-order separable equation and its solution is $y = Ce^{x}.$ This equation is easily solved using techniques discussed earlier in the text. For most differential equations, however, we do not yet have analytical tools to solve them. Power series are an extremely useful tool for solving many types of differential equations. In this technique, we look for a solution of the form $y = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}}$ and determine what the coefficients would need to be. In the next example, we consider an initial-value problem involving $y^{\prime} = y$ to illustrate the technique.

回忆可知这是一个一阶可分离方程,其解为 $y = Ce^{x}$。该方程可利用本卷前面讨论过的方法轻松求解。然而,对于大多数微分方程,我们目前还没有解析工具来求解它们。幂级数是求解许多类微分方程的极有用工具。在此方法中,我们寻找形如 $y = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}}$ 的解,并确定其系数必须满足的条件。在下一个示例中,我们考虑一个涉及 $y^{\prime} = y$ 的初值问题来阐明这一方法。

Power Series Solution of a Differential Equation 微分方程的幂级数解

Use power series to solve the initial-value problem

用幂级数求解下列初值问题

$$y^{\prime} = y,\mspace{9mu} y(0) = 3.$$

$$y^{\prime} = y,\mspace{9mu} y(0) = 3.$$

Solution 解答

Suppose that there exists a power series solution

假设存在一个幂级数解

$$y(x) = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + c_{4}x^{4} + \text{⋯}.$$

$$y(x) = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + c_{4}x^{4} + \text{⋯}.$$

Differentiating this series term by term, we obtain

逐项对此级数求导,得到

$$y^{\prime} = c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{4}x^{3} + \text{⋯}.$$

$$y^{\prime} = c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{4}x^{3} + \text{⋯}.$$

If *y* satisfies the differential equation, then

若 *y* 满足该微分方程,则

$$c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯} = c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{3}x^{3} + \text{⋯}.$$

$$c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯} = c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{3}x^{3} + \text{⋯}.$$

Using Uniqueness of Power Series on the uniqueness of power series representations, we know that these series can only be equal if their coefficients are equal. Therefore,

利用幂级数表示的唯一性(Uniqueness of Power Series),我们知道只有当系数相等时这两个级数才可能相等。因此,

$$\begin{matrix} {c_{0} = c_{1},} \\ {c_{1} = 2c_{2},} \\ {c_{2} = 3c_{3},} \\ {c_{3} = 4c_{4},} \\ {\text{⋮}.} \end{matrix}$$

$$\begin{matrix} {c_{0} = c_{1},} \\ {c_{1} = 2c_{2},} \\ {c_{2} = 3c_{3},} \\ {c_{3} = 4c_{4},} \\ {\text{⋮}.} \end{matrix}$$

Using the initial condition $y(0) = 3$ combined with the power series representation

利用初值条件 $y(0) = 3$ 以及该幂级数表示

$$y(x) = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯},$$

$$y(x) = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯},$$

we find that $c_{0} = 3.$ We are now ready to solve for the rest of the coefficients. Using the fact that $c_{0} = 3,$ we have

我们得到 $c_{0} = 3$。现在可以求解其余系数了。利用 $c_{0} = 3$ 这一事实,有

$$\begin{array}{l} \\ \\ {c_{1} = c_{0} = 3 = \frac{3}{1\text{!}},} \\ {c_{2} = \frac{c_{1}}{2} = \frac{3}{2} = \frac{3}{2\text{!}},} \\ {c_{3} = \frac{c_{2}}{3} = \frac{3}{3 \cdot 2} = \frac{3}{3\text{!}},} \\ {c_{4} = \frac{c_{3}}{4} = \frac{3}{4 \cdot 3 \cdot 2} = \frac{3}{4\text{!}}.} \end{array}$$

$$\begin{array}{l} \\ \\ {c_{1} = c_{0} = 3 = \frac{3}{1\text{!}},} \\ {c_{2} = \frac{c_{1}}{2} = \frac{3}{2} = \frac{3}{2\text{!}},} \\ {c_{3} = \frac{c_{2}}{3} = \frac{3}{3 \cdot 2} = \frac{3}{3\text{!}},} \\ {c_{4} = \frac{c_{3}}{4} = \frac{3}{4 \cdot 3 \cdot 2} = \frac{3}{4\text{!}}.} \end{array}$$

Therefore,

因此,

$$\begin{array}{cl} y & {= 3\left\lbrack {1 + \frac{1}{1\text{!}}x + \frac{1}{2\text{!}}x^{2} + \frac{1}{3\text{!}}x^{3} + \frac{1}{4\text{!}}x^{4} + \text{⋯}} \right\rbrack} \\ & {= 3{\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}.} \end{array}$$

$$\begin{array}{cl} y & {= 3\left\lbrack {1 + \frac{1}{1\text{!}}x + \frac{1}{2\text{!}}x^{2} + \frac{1}{3\text{!}}x^{3} + \frac{1}{4\text{!}}x^{4} + \text{⋯}} \right\rbrack} \\ & {= 3{\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}}.} \end{array}$$

You might recognize

你或许会认出

$$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$$

$$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n\text{!}}$$

as the Taylor series for $e^{x}.$ Therefore, the solution is $y = 3e^{x}.$

这正是 $e^{x}$ 的泰勒级数。因此,解为 $y = 3e^{x}$。

Use power series to solve $y^{\prime} = 2y,\mspace{9mu} y(0) = 5.$

用幂级数求解 $y^{\prime} = 2y,\mspace{9mu} y(0) = 5$。

We now consider an example involving a differential equation that we cannot solve using previously discussed methods. This differential equation

现在我们考虑一个无法用前面讨论过的方法求解的微分方程的例子。这个微分方程

$$y^{''} - xy = 0$$

$$y^{''} - xy = 0$$

is known as Airy’s equation. It has many applications in mathematical physics, such as modeling the diffraction of light. Here we show how to solve it using power series.

称为 Airy 方程。它在数学物理中有诸多应用,例如模拟光的衍射。下面我们用幂级数方法求解它。

Power Series Solution of Airy’s Equation Airy 方程的幂级数解

Use power series to solve

用幂级数求解

$$y^{''} - xy = 0$$

$$y^{''} - xy = 0$$

with the initial conditions $y(0) = a$ and $y\prime(0) = b.$

其中初值条件为 $y(0) = a$ 且 $y\prime(0) = b$。

Solution 解答

We look for a solution of the form

我们寻找形如

$$y = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n} = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + c_{4}x^{4} + \text{⋯}.}}$$

$$y = {\sum\limits_{n = 0}^{\infty}{c_{n}x^{n} = c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + c_{4}x^{4} + \text{⋯}.}}$$

Differentiating this function term by term, we obtain

逐项对此函数求导,得到

$$\begin{array}{rll} y^{\prime} & = & {c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{4}x^{3} + \text{⋯},} \\ y^{''} & = & {2 \cdot 1c_{2} + 3 \cdot 2c_{3}x + 4 \cdot 3c_{4}x^{2} + \text{⋯}.} \end{array}$$

$$\begin{array}{rll} y^{\prime} & = & {c_{1} + 2c_{2}x + 3c_{3}x^{2} + 4c_{4}x^{3} + \text{⋯},} \\ y^{''} & = & {2 \cdot 1c_{2} + 3 \cdot 2c_{3}x + 4 \cdot 3c_{4}x^{2} + \text{⋯}.} \end{array}$$

If *y* satisfies the equation $y^{''} = xy,$ then

若 *y* 满足方程 $y^{''} = xy$,则

$$2 \cdot 1c_{2} + 3 \cdot 2c_{3}x + 4 \cdot 3c_{4}x^{2} + \text{⋯} = x\left( {c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯}} \right).$$

$$2 \cdot 1c_{2} + 3 \cdot 2c_{3}x + 4 \cdot 3c_{4}x^{2} + \text{⋯} = x\left( {c_{0} + c_{1}x + c_{2}x^{2} + c_{3}x^{3} + \text{⋯}} \right).$$

Using Uniqueness of Power Series on the uniqueness of power series representations, we know that coefficients of the same degree must be equal. Therefore,

利用幂级数表示的唯一性(Uniqueness of Power Series),我们知道同次幂的系数必相等。因此,

$$\begin{matrix} {2 \cdot 1c_{2} = 0,} \\ {3 \cdot 2c_{3} = c_{0},} \\ {4 \cdot 3c_{4} = c_{1},} \\ {5 \cdot 4c_{5} = c_{2},} \\ {\text{⋮}.} \end{matrix}$$

$$\begin{matrix} {2 \cdot 1c_{2} = 0,} \\ {3 \cdot 2c_{3} = c_{0},} \\ {4 \cdot 3c_{4} = c_{1},} \\ {5 \cdot 4c_{5} = c_{2},} \\ {\text{⋮}.} \end{matrix}$$

More generally, for $n \geq 3,$ we have $n \cdot \left( {n - 1} \right)c_{n} = c_{n - 3}.$ In fact, all coefficients can be written in terms of $c_{0}$ and $c_{1}.$ To see this, first note that $c_{2} = 0.$ Then

更一般地,对于 $n \geq 3$,有 $n \cdot \left( {n - 1} \right)c_{n} = c_{n - 3}$。事实上,所有系数都可以用 $c_{0}$ 和 $c_{1}$ 表示。为看清这一点,先注意到 $c_{2} = 0$。于是

$$\begin{array}{l} \\ \\ {c_{3} = \frac{c_{0}}{3 \cdot 2},} \\ {c_{4} = \frac{c_{1}}{4 \cdot 3}.} \end{array}$$

$$\begin{array}{l} \\ \\ {c_{3} = \frac{c_{0}}{3 \cdot 2},} \\ {c_{4} = \frac{c_{1}}{4 \cdot 3}.} \end{array}$$

For $c_{5},c_{6},c_{7},$ we see that

对于 $c_{5},c_{6},c_{7}$,我们有

$$\begin{array}{l} \\ \\ {c_{5} = \frac{c_{2}}{5 \cdot 4} = 0,} \\ {c_{6} = \frac{c_{3}}{6 \cdot 5} = \frac{c_{0}}{6 \cdot 5 \cdot 3 \cdot 2},} \\ {c_{7} = \frac{c_{4}}{7 \cdot 6} = \frac{c_{1}}{7 \cdot 6 \cdot 4 \cdot 3}.} \end{array}$$

$$\begin{array}{l} \\ \\ {c_{5} = \frac{c_{2}}{5 \cdot 4} = 0,} \\ {c_{6} = \frac{c_{3}}{6 \cdot 5} = \frac{c_{0}}{6 \cdot 5 \cdot 3 \cdot 2},} \\ {c_{7} = \frac{c_{4}}{7 \cdot 6} = \frac{c_{1}}{7 \cdot 6 \cdot 4 \cdot 3}.} \end{array}$$

Therefore, the series solution of the differential equation is given by

因此,该微分方程的级数解由下式给出

$$y = c_{0} + c_{1}x + 0 \cdot x^{2} + \frac{c_{0}}{3 \cdot 2}x^{3} + \frac{c_{1}}{4 \cdot 3}x^{4} + 0 \cdot x^{5} + \frac{c_{0}}{6 \cdot 5 \cdot 3 \cdot 2}x^{6} + \frac{c_{1}}{7 \cdot 6 \cdot 4 \cdot 3}x^{7} + \text{⋯}.$$

$$y = c_{0} + c_{1}x + 0 \cdot x^{2} + \frac{c_{0}}{3 \cdot 2}x^{3} + \frac{c_{1}}{4 \cdot 3}x^{4} + 0 \cdot x^{5} + \frac{c_{0}}{6 \cdot 5 \cdot 3 \cdot 2}x^{6} + \frac{c_{1}}{7 \cdot 6 \cdot 4 \cdot 3}x^{7} + \text{⋯}.$$

The initial condition $y(0) = a$ implies $c_{0} = a.$ Differentiating this series term by term and using the fact that $y^{\prime}(0) = b,$ we conclude that $c_{1} = b.$ Therefore, the solution of this initial-value problem is

初值条件 $y(0) = a$ 蕴含 $c_{0} = a$。逐项对此级数求导,并利用 $y^{\prime}(0) = b$,可得 $c_{1} = b$。因此,该初值问题的解为

$$y = a\left( {1 + \frac{x^{3}}{3 \cdot 2} + \frac{x^{6}}{6 \cdot 5 \cdot 3 \cdot 2} + \text{⋯}} \right) + b\left( {x + \frac{x^{4}}{4 \cdot 3} + \frac{x^{7}}{7 \cdot 6 \cdot 4 \cdot 3} + \text{⋯}} \right).$$

$$y = a\left( {1 + \frac{x^{3}}{3 \cdot 2} + \frac{x^{6}}{6 \cdot 5 \cdot 3 \cdot 2} + \text{⋯}} \right) + b\left( {x + \frac{x^{4}}{4 \cdot 3} + \frac{x^{7}}{7 \cdot 6 \cdot 4 \cdot 3} + \text{⋯}} \right).$$

Use power series to solve $y^{''} + x^{2}y = 0$ with the initial condition $y(0) = a$ and $y^{\prime}(0) = b.$

用幂级数求解 $y^{''} + x^{2}y = 0$,其中初值条件为 $y(0) = a$ 且 $y^{\prime}(0) = b$。

Evaluating Nonelementary Integrals 非初等积分的求值

Solving differential equations is one common application of power series. We now turn to a second application. We show how power series can be used to evaluate integrals involving functions whose antiderivatives cannot be expressed using elementary functions.

求解微分方程是幂级数的一个常见应用。我们现在转向第二个应用。我们说明如何使用幂级数来求值那些被积函数的原函数无法用初等函数表示的积分。

One integral that arises often in applications in probability theory is $\left. \int{e^{\text{−}x^{2}}dx} \right..$ Unfortunately, the antiderivative of the integrand $e^{\text{−}x^{2}}$ is not an elementary function. By elementary function, we mean a function that can be written using a finite number of algebraic combinations or compositions of exponential, logarithmic, trigonometric, or power functions. We remark that the term “elementary function” is not synonymous with noncomplicated function. For example, the function $f(x) = \sqrt{x^{2} - 3x} + e^{x^{3}} - \text{sin}\left( {5x + 4} \right)$ is an elementary function, although not a particularly simple-looking function. Any integral of the form $\left. \int{f(x)\mspace{2mu} dx} \right.$ where the antiderivative of $f$ cannot be written as an elementary function is considered a nonelementary integral.

在概率论的应用中经常出现的积分是 $\left. \int{e^{\text{−}x^{2}}dx} \right..$ 遗憾的是,被积函数 $e^{\text{−}x^{2}}$ 的原函数不是初等函数。所谓初等函数,是指能够用有限个指数、对数、三角或幂函数的代数组合或复合表示的函数。我们指出,“elementary function”(初等函数)一词并不意味着“简单的函数”。例如,函数 $f(x) = \sqrt{x^{2} - 3x} + e^{x^{3}} - \text{sin}\left( {5x + 4} \right)$ 是一个初等函数,尽管它看起来并不特别简单。任何形如 $\left. \int{f(x)\mspace{2mu} dx} \right.$ 且其中 $f$ 的原函数无法写成初等函数的积分,都被称为非初等积分。

Nonelementary integrals cannot be evaluated using the basic integration techniques discussed earlier. One way to evaluate such integrals is by expressing the integrand as a power series and integrating term by term. We demonstrate this technique by considering $\left. \int{e^{\text{−}x^{2}}dx} \right..$

非初等积分无法用前面讨论的基本积分技巧求值。求值此类积分的一种方法是把被积函数展开为幂级数并逐项积分。我们通过考虑 $\left. \int{e^{\text{−}x^{2}}dx} \right.$ 来演示这一技巧。

Using Taylor Series to Evaluate a Definite Integral 用泰勒级数求定积分

1. Express $\left. \int{e^{\text{−}x^{2}}dx} \right.$ as an infinite series.

1. 将 $\left. \int{e^{\text{−}x^{2}}dx} \right.$ 展开为无穷级数。

2. Evaluate $\int_{0}^{1}{e^{\text{−}x^{2}}dx}$ to within an error of $0.01.$

2. 将 $\int_{0}^{1}{e^{\text{−}x^{2}}dx}$ 求到误差不超过 $0.01.$ 的精度。

Solution 解答

1. The Maclaurin series for $e^{\text{−}x^{2}}$ is given by

1. $e^{\text{−}x^{2}}$ 的麦克劳林级数由下式给出

$$\begin{array}{cl} e^{\text{−}x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\frac{\left( {\text{−}x^{2}} \right)^{n}}{n\text{!}}}} \\ & {= 1 - x^{2} + \frac{x^{4}}{2\text{!}} - \frac{x^{6}}{3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{n\text{!}} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n}}{n\text{!}}.}}} \end{array}$$

$$\begin{array}{cl} e^{\text{−}x^{2}} & {= {\sum\limits_{n = 0}^{\infty}\frac{\left( {\text{−}x^{2}} \right)^{n}}{n\text{!}}}} \\ & {= 1 - x^{2} + \frac{x^{4}}{2\text{!}} - \frac{x^{6}}{3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{n\text{!}} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2n}}{n\text{!}}.}}} \end{array}$$

Therefore,

因此,

$$\begin{array}{cl} \left. \int{e^{\text{−}x^{2}}dx} \right. & {= \left. \int{\left( {1 - x^{2} + \frac{x^{4}}{2\text{!}} - \frac{x^{6}}{3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{n\text{!}} + \text{⋯}} \right)\mspace{2mu} dx} \right.} \\ & {= C + x - \frac{x^{3}}{3} + \frac{x^{5}}{5 \cdot 2\text{!}} - \frac{x^{7}}{7 \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)n\text{!}} + \text{⋯}.} \end{array}$$

$$\begin{array}{cl} \left. \int{e^{\text{−}x^{2}}dx} \right. & {= \left. \int{\left( {1 - x^{2} + \frac{x^{4}}{2\text{!}} - \frac{x^{6}}{3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{n\text{!}} + \text{⋯}} \right)\mspace{2mu} dx} \right.} \\ & {= C + x - \frac{x^{3}}{3} + \frac{x^{5}}{5 \cdot 2\text{!}} - \frac{x^{7}}{7 \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n + 1}}{\left( {2n + 1} \right)n\text{!}} + \text{⋯}.} \end{array}$$

2. Using the result from part a. we have

2. 利用第 a 部分的结果,我们有

$${\int_{0}^{1}{e^{\text{−}x^{2}}dx}} = 1 - \frac{1}{3} + \frac{1}{10} - \frac{1}{42} + \frac{1}{216} - \text{⋯}.$$

$${\int_{0}^{1}{e^{\text{−}x^{2}}dx}} = 1 - \frac{1}{3} + \frac{1}{10} - \frac{1}{42} + \frac{1}{216} - \text{⋯}.$$

The sum of the first four terms is approximately $0.74.$ By the alternating series test, this estimate is accurate to within an error of less than $\frac{1}{216} \approx 0.0046296 < 0.01.$

前四项之和约为 $0.74.$ 由交错级数判别法,这一估计的误差小于 $\frac{1}{216} \approx 0.0046296 < 0.01.$

Express $\left. \int{\text{cos}\sqrt{x}dx} \right.$ as an infinite series. Evaluate $\int_{0}^{1}{\text{cos}\sqrt{x}dx}$ to within an error of $0.01.$

将 $\left. \int{\text{cos}\sqrt{x}dx} \right.$ 展开为无穷级数。将 $\int_{0}^{1}{\text{cos}\sqrt{x}dx}$ 求到误差不超过 $0.01.$ 的精度。

As mentioned above, the integral $\left. \int{e^{\text{−}x^{2}}dx} \right.$ arises often in probability theory. Specifically, it is used when studying data sets that are normally distributed, meaning the data values lie under a bell-shaped curve. For example, if a set of data values is normally distributed with mean $\mu$ and standard deviation $\sigma,$ then the probability that a randomly chosen value lies between $x = a$ and $x = b$ is given by

如上所述,积分 $\left. \int{e^{\text{−}x^{2}}dx} \right.$ 在概率论中经常出现。具体地,它在研究正态分布的数据集时用到,即数据值落在钟形曲线之下。例如,若一组数据值服从正态分布,均值为 $\mu$,标准差为 $\sigma,$ 则随机选取的一个值落在 $x = a$ 与 $x = b$ 之间的概率由下式给出

$$\frac{1}{\sigma\sqrt{2\pi}}{\int_{a}^{b}{e^{\text{−}{({x - \mu})}^{2}\text{/}{({2\sigma^{2}})}}dx}}.$$ (6.10)

$$\frac{1}{\sigma\sqrt{2\pi}}{\int_{a}^{b}{e^{\text{−}{({x - \mu})}^{2}\text{/}{({2\sigma^{2}})}}dx}}.$$ (6.10)

(See Figure 6.11.)

(见图 6.11。)

To simplify this integral, we typically let $z = \frac{x - \mu}{\sigma}.$ This quantity $z$ is known as the $z$ score of a data value. With this simplification, integral Equation 6.10 becomes

为简化该积分,我们通常令 $z = \frac{x - \mu}{\sigma}.$ 这个量 $z$ 被称为一个数据值的 $z$ 分数。经过这样的简化,积分方程 6.10 变为

$$\frac{1}{\sqrt{2\pi}}{\int_{{({a - \mu})}\text{/}\sigma}^{{({b - \mu})}\text{/}\sigma}e^{\text{−}z^{2}\text{/}2}}dz.$$ (6.11)

$$\frac{1}{\sqrt{2\pi}}{\int_{{({a - \mu})}\text{/}\sigma}^{{({b - \mu})}\text{/}\sigma}e^{\text{−}z^{2}\text{/}2}}dz.$$ (6.11)

In Example 6.23, we show how we can use this integral in calculating probabilities.

在示例 6.23 中,我们说明如何利用这个积分来计算概率。

Using Maclaurin Series to Approximate a Probability 用麦克劳林级数近似概率

Suppose a set of standardized test scores are normally distributed with mean $\mu = 100$ and standard deviation $\sigma = 50.$ Use Equation 6.11 and the first six terms in the Maclaurin series for $e^{\text{−}x^{2}\text{/}2}$ to approximate the probability that a randomly selected test score is between $x = 100$ and $x = 200.$ Use the alternating series test to determine how accurate your approximation is.

假设一组标准化考试成绩服从正态分布,均值 $\mu = 100$,标准差 $\sigma = 50.$ 利用方程 6.11 以及 $e^{\text{−}x^{2}\text{/}2}$ 的麦克劳林级数的前六项,来近似计算随机选取的一个考试成绩落在 $x = 100$ 与 $x = 200$ 之间的概率。用交错级数判别法判断你的近似有多精确。

Solution 解答

Since $\mu = 100,\sigma = 50,$ and we are trying to determine the area under the curve from $a = 100$ to $b = 200,$ integral Equation 6.11 becomes

由于 $\mu = 100,\sigma = 50,$ 且我们要确定曲线下从 $a = 100$ 到 $b = 200$ 的面积,积分方程 6.11 变为

$$\frac{1}{\sqrt{2\pi}}{\int_{0}^{2}e^{\text{−}z^{2}\text{/}2}}dz.$$

$$\frac{1}{\sqrt{2\pi}}{\int_{0}^{2}e^{\text{−}z^{2}\text{/}2}}dz.$$

The Maclaurin series for $e^{\text{−}x^{2}\text{/}2}$ is given by

$e^{\text{−}x^{2}\text{/}2}$ 的麦克劳林级数由下式给出

$$\begin{array}{cl} e^{\text{−}x^{2}\text{/}2} & {= {\sum\limits_{n = 0}^{\infty}\frac{\left( {- \frac{x^{2}}{2}} \right)^{n}}{n\text{!}}}} \\ & {= 1 - \frac{x^{2}}{2^{1} \cdot 1\text{!}} + \frac{x^{4}}{2^{2} \cdot 2\text{!}} - \frac{x^{6}}{2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{2^{n} \cdot n\text{!}} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2}{}^{n}}{2^{n} \cdot n\text{!}}}}.} \end{array}$$

$$\begin{array}{cl} e^{\text{−}x^{2}\text{/}2} & {= {\sum\limits_{n = 0}^{\infty}\frac{\left( {- \frac{x^{2}}{2}} \right)^{n}}{n\text{!}}}} \\ & {= 1 - \frac{x^{2}}{2^{1} \cdot 1\text{!}} + \frac{x^{4}}{2^{2} \cdot 2\text{!}} - \frac{x^{6}}{2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{x^{2n}}{2^{n} \cdot n\text{!}} + \text{⋯}} \\ & {= {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{2}{}^{n}}{2^{n} \cdot n\text{!}}}}.} \end{array}$$

Therefore,

因此,

$$\begin{array}{cll} {\frac{1}{\sqrt{2\pi}}\left. \int{e^{\text{−}z^{2}\text{/}2}dz} \right.} & = & {\frac{1}{\sqrt{2\pi}}\left. \int{\left( {1 - \frac{z^{2}}{2^{1} \cdot 1\text{!}} + \frac{z^{4}}{2^{2} \cdot 2\text{!}} - \frac{z^{6}}{2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{z^{2n}}{2^{n} \cdot n\text{!}} + \text{⋯}} \right)\mspace{2mu} dz} \right.} \\ & = & {\frac{1}{\sqrt{2\pi}}\left( {C + z - \frac{z^{3}}{3 \cdot 2^{1} \cdot 1\text{!}} + \frac{z^{5}}{5 \cdot 2^{2} \cdot 2\text{!}} - \frac{z^{7}}{7 \cdot 2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{z^{2n + 1}}{\left( {2n + 1} \right)2^{n} \cdot n\text{!}} + \text{⋯}} \right)} \\ {\frac{1}{\sqrt{2\pi}}{\int_{0}^{2}{e^{\text{−}z^{2}\text{/}2}dz}}} & = & {\frac{1}{\sqrt{2\pi}}\left( {2 - \frac{8}{6} + \frac{32}{40} - \frac{128}{336} + \frac{512}{3456} - \frac{2^{11}}{11 \cdot 2^{5} \cdot 5\text{!}} + \text{⋯}} \right).} \end{array}$$

$$\begin{array}{cll} {\frac{1}{\sqrt{2\pi}}\left. \int{e^{\text{−}z^{2}\text{/}2}dz} \right.} & = & {\frac{1}{\sqrt{2\pi}}\left. \int{\left( {1 - \frac{z^{2}}{2^{1} \cdot 1\text{!}} + \frac{z^{4}}{2^{2} \cdot 2\text{!}} - \frac{z^{6}}{2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{z^{2n}}{2^{n} \cdot n\text{!}} + \text{⋯}} \right)\mspace{2mu} dz} \right.} \\ & = & {\frac{1}{\sqrt{2\pi}}\left( {C + z - \frac{z^{3}}{3 \cdot 2^{1} \cdot 1\text{!}} + \frac{z^{5}}{5 \cdot 2^{2} \cdot 2\text{!}} - \frac{z^{7}}{7 \cdot 2^{3} \cdot 3\text{!}} + \text{⋯} + (-1)^{n}\frac{z^{2n + 1}}{\left( {2n + 1} \right)2^{n} \cdot n\text{!}} + \text{⋯}} \right)} \\ {\frac{1}{\sqrt{2\pi}}{\int_{0}^{2}{e^{\text{−}z^{2}\text{/}2}dz}}} & = & {\frac{1}{\sqrt{2\pi}}\left( {2 - \frac{8}{6} + \frac{32}{40} - \frac{128}{336} + \frac{512}{3456} - \frac{2^{11}}{11 \cdot 2^{5} \cdot 5\text{!}} + \text{⋯}} \right).} \end{array}$$

Using the first five terms, we estimate that the probability is approximately $0.4922.$ By the alternating series test, we see that this estimate is accurate to within

用前五项,我们估计该概率约为 $0.4922.$ 由交错级数判别法,我们看到该估计的误差在以下范围内

$$\frac{1}{\sqrt{2\pi}}\ \frac{2^{13}}{13 \cdot 2^{6} \cdot 6\text{!}} \approx 0.00546.$$

$$\frac{1}{\sqrt{2\pi}}\ \frac{2^{13}}{13 \cdot 2^{6} \cdot 6\text{!}} \approx 0.00546.$$

Analysis 分析

If you are familiar with probability theory, you may know that the probability that a data value is within two standard deviations of the mean is approximately $95\text{\%}.$ Here we calculated the probability that a data value is between the mean and two standard deviations above the mean, so the estimate should be around $47.5\text{\%}.$ The estimate, combined with the bound on the accuracy, falls within this range.

如果你熟悉概率论,可能知道一个数据值落在距均值两个标准差之内的概率约为 $95\text{\%}.$ 这里我们计算的是数据值落在均值与均值以上两个标准差之间的概率,因此该估计应约为 $47.5\text{\%}.$ 这个估计连同精度界限,落在了这一范围内。

Use the first five terms of the Maclaurin series for $e^{\text{−}x^{2}\text{/}2}$ to estimate the probability that a randomly selected test score is between $100$ and $150.$ Use the alternating series test to determine the accuracy of this estimate.

用 $e^{\text{−}x^{2}\text{/}2}$ 的麦克劳林级数的前五项,估计随机选取的一个考试成绩落在 $100$ 与 $150$ 之间的概率。用交错级数判别法判断该估计的精度。

Another application in which a nonelementary integral arises involves the period of a pendulum. The integral is

另一个出现非初等积分的应用涉及单摆的周期。该积分为

$${\int_{0}^{\pi\text{/}2}\frac{d\theta}{\sqrt{1 - k^{2}\text{sin}^{2}\theta}}}.$$

$${\int_{0}^{\pi\text{/}2}\frac{d\theta}{\sqrt{1 - k^{2}\text{sin}^{2}\theta}}}.$$

An integral of this form is known as an elliptic integral of the first kind. Elliptic integrals originally arose when trying to calculate the arc length of an ellipse. We now show how to use power series to approximate this integral.

这种形式的积分被称为第一类椭圆积分。椭圆积分最初是在试图计算椭圆弧长时产生的。我们现在说明如何用幂级数来近似这一积分。

Period of a Pendulum 单摆的周期

The period of a pendulum is the time it takes for a pendulum to make one complete back-and-forth swing. For a pendulum with length $L$ that makes a maximum angle $\theta_{\text{max}}$ with the vertical, its period $T$ is given by

单摆的周期是摆完成一次完整往返摆动所需的时间。对于长度为 $L$、与竖直方向最大夹角为 $\theta_{\text{max}}$ 的单摆,其周期 $T$ 由下式给出

$$T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}\frac{d\theta}{\sqrt{1 - k^{2}\text{sin}^{2}\theta}}}$$

$$T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}\frac{d\theta}{\sqrt{1 - k^{2}\text{sin}^{2}\theta}}}$$

where $g$ is the acceleration due to gravity and $k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right)$ (see Figure 6.12). (We note that this formula for the period arises from a non-linearized model of a pendulum. In some cases, for simplification, a linearized model is used and $\text{sin}\mspace{2mu}\theta$ is approximated by $\theta.)$ Use the binomial series

其中 $g$ 为重力加速度,$k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right)$(见图 6.12)。(我们注意到,这个周期公式来自单摆的非线性模型。在某些情况下,为简化起见采用线性化模型,将 $\text{sin}\mspace{2mu}\theta$ 近似为 $\theta$。)使用二项级数

$$\frac{1}{\sqrt{1 + x}} = 1 + {\sum\limits_{n = 1}^{\infty}\frac{(-1)^{n}}{n\text{!}}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 1} \right)}{2^{n}}x^{n}$$

$$\frac{1}{\sqrt{1 + x}} = 1 + {\sum\limits_{n = 1}^{\infty}\frac{(-1)^{n}}{n\text{!}}}\ \frac{1 \cdot 3 \cdot 5\text{⋯}\left( {2n - 1} \right)}{2^{n}}x^{n}$$

to estimate the period of this pendulum. Specifically, approximate the period of the pendulum if

来估计此单摆的周期。具体地,近似计算该单摆的周期,若

1. you use only the first term in the binomial series, and

1. 你只使用二项级数的第一项,且

2. you use the first two terms in the binomial series.

2. 你使用二项级数的前两项。

Solution 解答

We use the binomial series, replacing $x$ with $\text{−}k^{2}\text{sin}^{2}\theta.$ Then we can write the period as

我们使用二项级数,将 $x$ 替换为 $\text{−}k^{2}\text{sin}^{2}\theta.$ 于是可把周期写成

$$T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}.$$

$$T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}.$$

1. Using just the first term in the integrand, the first-order estimate is

1. 只使用被积函数中的第一项,一阶估计为

$$T \approx 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{d\theta = 2\pi\sqrt{\frac{L}{g}}.}}$$

$$T \approx 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{d\theta = 2\pi\sqrt{\frac{L}{g}}.}}$$

If $\theta_{\text{max}}$ is small, then $k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right)$ is small. We claim that when $k$ is small, this is a good estimate. To justify this claim, consider

若 $\theta_{\text{max}}$ 很小,则 $k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right)$ 也很小。我们断言,当 $k$ 很小时,这是一个好的估计。为证明这一断言,考虑

$${\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}.$$

$${\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}.$$

Since $\left| {\text{sin}\mspace{2mu} x} \right| \leq 1,$ this integral is bounded by

由于 $\left| {\text{sin}\mspace{2mu} x} \right| \leq 1,$ 该积分被以下值所界

$${\int_{0}^{\pi\text{/}2}{\left( {\frac{1}{2}k^{2} + \frac{1.3}{2\text{!}2^{2}}k^{4} + \text{⋯}} \right)\mspace{2mu} d\theta}} < \frac{\pi}{2}\left( {\frac{1}{2}k^{2} + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4} + \text{⋯}} \right).$$

$${\int_{0}^{\pi\text{/}2}{\left( {\frac{1}{2}k^{2} + \frac{1.3}{2\text{!}2^{2}}k^{4} + \text{⋯}} \right)\mspace{2mu} d\theta}} < \frac{\pi}{2}\left( {\frac{1}{2}k^{2} + \frac{1 \cdot 3}{2\text{!}2^{2}}k^{4} + \text{⋯}} \right).$$

Furthermore, it can be shown that each coefficient on the right-hand side is less than $1$ and, therefore, that this expression is bounded by

此外,可以证明右侧的每一个系数都小于 $1$,因此该表达式被以下值所界

$$\frac{\pi k^{2}}{2}\left( {1 + k^{2} + k^{4} + \text{⋯}} \right) = \frac{\pi k^{2}}{2} \cdot \frac{1}{1 - k^{2}},$$

$$\frac{\pi k^{2}}{2}\left( {1 + k^{2} + k^{4} + \text{⋯}} \right) = \frac{\pi k^{2}}{2} \cdot \frac{1}{1 - k^{2}},$$

which is small for $k$ small.

当 $k$ 很小时,这是很小的。

2. For larger values of $\theta_{\text{max}},$ we can approximate $T$ by using more terms in the integrand. By using the first two terms in the integral, we arrive at the estimate

2. 对于更大的 $\theta_{\text{max}}$ 值,我们可以通过在被积函数中使用更多项来近似 $T$。通过使用积分中的前两项,我们得到如下估计

$$\begin{array}{cl} T & {\approx 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta} \right)d}}\theta} \\ & {= 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right).} \end{array}$$

$$\begin{array}{cl} T & {\approx 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta} \right)d}}\theta} \\ & {= 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right).} \end{array}$$

The applications of Taylor series in this section are intended to highlight their importance. In general, Taylor series are useful because they allow us to represent known functions using polynomials, thus providing us a tool for approximating function values and estimating complicated integrals. In addition, they allow us to define new functions as power series, thus providing us with a powerful tool for solving differential equations.

本节中泰勒级数的应用旨在凸显其重要性。一般而言,泰勒级数很有用,因为它们使我们能够用多项式表示已知函数,从而为我们提供了一种近似函数值和估计复杂积分的工具。此外,它们还使我们能够把新函数定义为幂级数,从而为我们提供了一种求解微分方程的强大工具。

Section 6.4 Exercises 6.4 节习题

In the following exercises, use appropriate substitutions to write down the Maclaurin series for the given binomial.

在以下习题中,使用适当的代换写出给定二项式的麦克劳林级数。

174\.

174\.

$\left( {1 - x} \right)^{1\text{/}3}$

$\left( {1 - x} \right)^{1\text{/}3}$

175.

175.

$\left( {1 + x^{2}} \right)^{-1\text{/}3}$

$\left( {1 + x^{2}} \right)^{-1\text{/}3}$

176\.

176\.

$\left( {1 - x} \right)^{1.01}$

$\left( {1 - x} \right)^{1.01}$

177.

177.

$\left( {1 - 2x} \right)^{2\text{/}3}$

$\left( {1 - 2x} \right)^{2\text{/}3}$

In the following exercises, use the substitution $\left( {b + x} \right)^{r} = \left( {b + a} \right)^{r}\left( {1 + \frac{x - a}{b + a}} \right)^{r}$ in the binomial expansion to find the Taylor series of each function with the given center.

在以下习题中,在二项式展开中使用代换 $\left( {b + x} \right)^{r} = \left( {b + a} \right)^{r}\left( {1 + \frac{x - a}{b + a}} \right)^{r}$ 来求每个函数在给定中心处的泰勒级数。

178\.

178\.

$\sqrt{x + 2}$ at $a = 0$

$\sqrt{x + 2}$ 在 $a = 0$ 处

179.

179.

$\sqrt{x^{2} + 2}$ at $a = 0$

$\sqrt{x^{2} + 2}$ 在 $a = 0$ 处

180\.

180\.

$\sqrt{x + 2}$ at $a = 1$

$\sqrt{x + 2}$ 在 $a = 1$ 处

181.

181.

$\sqrt{2x - x^{2}}$ at $a = 1$ (*Hint:* $2x - x^{2} = 1 - \left( {x - 1} \right)^{2})$

$\sqrt{2x - x^{2}}$ 在 $a = 1$ 处(*提示:* $2x - x^{2} = 1 - \left( {x - 1} \right)^{2})$

182\.

182\.

$\left( {x - 8} \right)^{1\text{/}3}$ at $a = 9$

$\left( {x - 8} \right)^{1\text{/}3}$ 在 $a = 9$ 处

183.

183.

$\sqrt{x}$ at $a = 4$

$\sqrt{x}$ 在 $a = 4$ 处

184\.

184\.

$x^{1\text{/}3}$ at $a = 27$

$x^{1\text{/}3}$ 在 $a = 27$ 处

185.

185.

$\sqrt{x}$ at $\alpha = 9$

$\sqrt{x}$ 在 $\alpha = 9$ 处

In the following exercises, use the binomial theorem to estimate each number, computing enough terms to obtain an estimate accurate to an error of at most $1\text{/}1000.$

在以下习题中,使用二项式定理估计每个数,计算足够多的项以使估计值的误差至多为 $1\text{/}1000.$

186\.

186\.

\[T\] $(15)^{1\text{/}4}$ using $\left( {16 - x} \right)^{1\text{/}4}$

\[T\] $(15)^{1\text{/}4}$ 利用 $\left( {16 - x} \right)^{1\text{/}4}$

187.

187.

\[T\] $(1001)^{1\text{/}3}$ using $\left( {1000 + x} \right)^{1\text{/}3}$

\[T\] $(1001)^{1\text{/}3}$ 利用 $\left( {1000 + x} \right)^{1\text{/}3}$

In the following exercises, use the binomial approximation $\sqrt{1 - x} \approx 1 - \frac{x}{2} - \frac{x^{2}}{8} - \frac{x^{3}}{16} - \frac{5x^{4}}{128} - \frac{7x^{5}}{256}$ for $|x| < 1$ to approximate each number. Compare this value to the value given by a scientific calculator.

在以下习题中,对 $|x| < 1$ 使用二项近似 $\sqrt{1 - x} \approx 1 - \frac{x}{2} - \frac{x^{2}}{8} - \frac{x^{3}}{16} - \frac{5x^{4}}{128} - \frac{7x^{5}}{256}$ 来近似每个数,并将所得值与科学计算器给出的结果进行比较。

188\.

188\.

\[T\] $\frac{1}{\sqrt{2}}$ using $x = \frac{1}{2}$ in $\left( {1 - x} \right)^{1\text{/}2}$

\[T\] $\frac{1}{\sqrt{2}}$ 利用 $x = \frac{1}{2}$ 代入 $\left( {1 - x} \right)^{1\text{/}2}$

189.

189.

\[T\] $\sqrt{5} = 5\ \times \ \frac{1}{\sqrt{5}}$ using $x = \frac{4}{5}$ in $\left( {1 - x} \right)^{1\text{/}2}$

\[T\] $\sqrt{5} = 5\ \times \ \frac{1}{\sqrt{5}}$ 利用 $x = \frac{4}{5}$ 代入 $\left( {1 - x} \right)^{1\text{/}2}$

190\.

190\.

\[T\] $\sqrt{3} = \frac{3}{\sqrt{3}}$ using $x = \frac{2}{3}$ in $\left( {1 - x} \right)^{1\text{/}2}$

\[T\] $\sqrt{3} = \frac{3}{\sqrt{3}}$ 利用 $x = \frac{2}{3}$ 代入 $\left( {1 - x} \right)^{1\text{/}2}$

191.

191.

\[T\] $\sqrt{6}$ using $x = \frac{5}{6}$ in $\left( {1 - x} \right)^{1\text{/}2}$

\[T\] $\sqrt{6}$ 利用 $x = \frac{5}{6}$ 代入 $\left( {1 - x} \right)^{1\text{/}2}$

192\.

192\.

Integrate the binomial approximation of $\sqrt{1 - x}$ to find an approximation of ${\int_{0}^{x}\sqrt{1 - t}}dt.$

对 $\sqrt{1 - x}$ 的二项近似求积分,以求出 ${\int_{0}^{x}\sqrt{1 - t}}dt.$ 的近似值。

193.

193.

\[T\] Recall that the graph of $\sqrt{1 - x^{2}}$ is an upper semicircle of radius $1.$ Integrate the binomial approximation of $\sqrt{1 - x^{2}}$ up to order $8$ from $x = -1$ to $x = 1$ to estimate $\frac{\pi}{2}.$

\[T\] 回顾 $\sqrt{1 - x^{2}}$ 的图像是半径为 $1$ 的上半圆。将 $\sqrt{1 - x^{2}}$ 的二项近似积分至 $8$ 阶,积分区间从 $x = -1$ 到 $x = 1$,以估计 $\frac{\pi}{2}.$

In the following exercises, use the expansion $\left( {1 + x} \right)^{1\text{/}3} = 1 + \frac{1}{3}x - \frac{1}{9}x^{2} + \frac{5}{81}x^{3} - \frac{10}{243}x^{4} + \text{⋯}$ to write the first five terms (not necessarily a quartic polynomial) of each expression.

在以下习题中,使用展开式 $\left( {1 + x} \right)^{1\text{/}3} = 1 + \frac{1}{3}x - \frac{1}{9}x^{2} + \frac{5}{81}x^{3} - \frac{10}{243}x^{4} + \text{⋯}$ 写出每个表达式的前五项(不一定是四次多项式)。

194\.

194\.

$\left( {1 + 4x} \right)^{1\text{/}3};a = 0$

$\left( {1 + 4x} \right)^{1\text{/}3};a = 0$

195.

195.

$\left( {1 + 4x} \right)^{4\text{/}3};a = 0$

$\left( {1 + 4x} \right)^{4\text{/}3};a = 0$

196\.

196\.

$\left( {3 + 2x} \right)^{1\text{/}3};a = -1$

$\left( {3 + 2x} \right)^{1\text{/}3};a = -1$

197.

197.

$\left( {x^{2} + 6x + 10} \right)^{1\text{/}3};a = -3$

$\left( {x^{2} + 6x + 10} \right)^{1\text{/}3};a = -3$

198\.

198\.

Use $\left( {1 + x} \right)^{1\text{/}3} = 1 + \frac{1}{3}x - \frac{1}{9}x^{2} + \frac{5}{81}x^{3} - \frac{10}{243}x^{4} + \text{⋯}$ with $x = 1$ to approximate $2^{1\text{/}3}.$

取 $x = 1$,利用 $\left( {1 + x} \right)^{1\text{/}3} = 1 + \frac{1}{3}x - \frac{1}{9}x^{2} + \frac{5}{81}x^{3} - \frac{10}{243}x^{4} + \text{⋯}$ 来近似 $2^{1\text{/}3}.$

199.

199.

Use the approximation $\left( {1 - x} \right)^{2\text{/}3} = 1 - \frac{2x}{3} - \frac{x^{2}}{9} - \frac{4x^{3}}{81} - \frac{7x^{4}}{243} - \frac{14x^{5}}{729} + \text{⋯}$ for $|x| < 1$ to approximate $2^{1\text{/}3} = 2.2^{-2\text{/}3}.$

对 $|x| < 1$ 使用近似 $\left( {1 - x} \right)^{2\text{/}3} = 1 - \frac{2x}{3} - \frac{x^{2}}{9} - \frac{4x^{3}}{81} - \frac{7x^{4}}{243} - \frac{14x^{5}}{729} + \text{⋯}$ 来近似 $2^{1\text{/}3} = 2.2^{-2\text{/}3}.$

200\.

200\.

Find the $25\text{th}$ derivative of $f(x) = \left( {1 + x^{2}} \right)^{13}$ at $x = 0.$

求 $f(x) = \left( {1 + x^{2}} \right)^{13}$ 在 $x = 0$ 处的 $25\text{th}$ 阶导数。

201.

201.

Find the $99$ th derivative at $x = 0$ of $f(x) = \left( {1 + x^{4}} \right)^{25}.$

求 $f(x) = \left( {1 + x^{4}} \right)^{25}$ 在 $x = 0$ 处的 $99$ th 阶导数。

In the following exercises, find the Maclaurin series of each function.

在以下习题中,求每个函数的麦克劳林级数。

202\.

202\.

$f(x) = xe^{2x}$

$f(x) = xe^{2x}$

203.

203.

$f(x) = 2^{x}$

$f(x) = 2^{x}$

204\.

204\.

$f(x) = \frac{\text{sin}\mspace{2mu} x}{x}$

$f(x) = \frac{\text{sin}\mspace{2mu} x}{x}$

205.

205.

$f(x) = \frac{\text{sin}\left( \sqrt{x} \right)}{\sqrt{x}},\mspace{9mu}\left( {x > 0} \right),$

$f(x) = \frac{\text{sin}\left( \sqrt{x} \right)}{\sqrt{x}},\mspace{9mu}\left( {x > 0} \right),$

206\.

206\.

$f(x) = \text{sin}\left( x^{2} \right)$

$f(x) = \text{sin}\left( x^{2} \right)$

207.

207.

$f(x) = e^{x^{3}}$

$f(x) = e^{x^{3}}$

208\.

208\.

$f(x) = \text{cos}^{2}x$ using the identity $\text{cos}^{2}x = \frac{1}{2} + \frac{1}{2}\mspace{2mu}\text{cos}\mspace{2mu}\left( {2x} \right)$

$f(x) = \text{cos}^{2}x$ 利用恒等式 $\text{cos}^{2}x = \frac{1}{2} + \frac{1}{2}\mspace{2mu}\text{cos}\mspace{2mu}\left( {2x} \right)$

209.

209.

$f(x) = \text{sin}^{2}x$ using the identity $\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\mspace{2mu}\text{cos}\mspace{2mu}\left( {2x} \right)$

$f(x) = \text{sin}^{2}x$ 利用恒等式 $\text{sin}^{2}x = \frac{1}{2} - \frac{1}{2}\mspace{2mu}\text{cos}\mspace{2mu}\left( {2x} \right)$

In the following exercises, find the Maclaurin series of $F(x) = {\int_{0}^{x}{f(t)\mspace{2mu} dt}}$ by integrating the Maclaurin series of $f$ term by term. If $f$ is not strictly defined at zero, you may substitute the value of the Maclaurin series at zero.

在以下习题中,通过将 $f$ 的麦克劳林级数逐项积分,求 $F(x) = {\int_{0}^{x}{f(t)\mspace{2mu} dt}}$ 的麦克劳林级数。若 $f$ 在零处未严格定义,可用其麦克劳林级数在零处的值代换。

210\.

210\.

$F(x) = {\int_{0}^{x}e^{\text{−}t^{2}}}dt;f(t) = e^{\text{−}t^{2}} = {\sum\limits_{n = 0}^{\infty}(-1)^{n}}\frac{t^{2n}}{n\text{!}}$

$F(x) = {\int_{0}^{x}e^{\text{−}t^{2}}}dt;f(t) = e^{\text{−}t^{2}} = {\sum\limits_{n = 0}^{\infty}(-1)^{n}}\frac{t^{2n}}{n\text{!}}$

211.

211.

$F(x) = \text{tan}^{-1}x;\mspace{9mu} f(t) = \frac{1}{1 + t^{2}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}t^{2n}}}$

$F(x) = \text{tan}^{-1}x;\mspace{9mu} f(t) = \frac{1}{1 + t^{2}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}t^{2n}}}$

212\.

212\.

$F(x) = \text{tanh}^{-1}x;\mspace{9mu} f(t) = \frac{1}{1 - t^{2}} = {\sum\limits_{n = 0}^{\infty}t^{2n}}$

$F(x) = \text{tanh}^{-1}x;\mspace{9mu} f(t) = \frac{1}{1 - t^{2}} = {\sum\limits_{n = 0}^{\infty}t^{2n}}$

213.

213.

$F(x) = \text{sin}^{-1}x;\mspace{9mu} f(t) = \frac{1}{\sqrt{1 - t^{2}}} = {\sum\limits_{k = 0}^{\infty}{\left( \begin{array}{l}\frac{1}{2} \\k\end{array} \right)\frac{t^{2k}}{k\text{!}}}}$

$F(x) = \text{sin}^{-1}x;\mspace{9mu} f(t) = \frac{1}{\sqrt{1 - t^{2}}} = {\sum\limits_{k = 0}^{\infty}{\left( \begin{array}{l}\frac{1}{2} \\k\end{array} \right)\frac{t^{2k}}{k\text{!}}}}$

214\.

214\.

$F(x) = {\int_{0}^{x}{\frac{\text{sin}\mspace{2mu} t}{t}dt}};\mspace{9mu} f(t) = \frac{\text{sin}\mspace{2mu} t}{t} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{2n}}{\left( {2n + 1} \right)\text{!}}}}$

$F(x) = {\int_{0}^{x}{\frac{\text{sin}\mspace{2mu} t}{t}dt}};\mspace{9mu} f(t) = \frac{\text{sin}\mspace{2mu} t}{t} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{2n}}{\left( {2n + 1} \right)\text{!}}}}$

215.

215.

$F(x) = {\int_{0}^{x}{\text{cos}\left( \sqrt{t} \right)\mspace{2mu} dt}};\mspace{9mu} f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{n}}{\left( {2n} \right)\text{!}}}}$

$F(x) = {\int_{0}^{x}{\text{cos}\left( \sqrt{t} \right)\mspace{2mu} dt}};\mspace{9mu} f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{x^{n}}{\left( {2n} \right)\text{!}}}}$

216\.

216\.

$F(x) = {\int_{0}^{x}{\frac{1 - \text{cos}\mspace{2mu} t}{t^{2}}dt}};\mspace{9mu} f(t) = \frac{1 - \text{cos}\mspace{2mu} t}{t^{2}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{2n}}{\left( {2n + 2} \right)\text{!}}}}$

$F(x) = {\int_{0}^{x}{\frac{1 - \text{cos}\mspace{2mu} t}{t^{2}}dt}};\mspace{9mu} f(t) = \frac{1 - \text{cos}\mspace{2mu} t}{t^{2}} = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{2n}}{\left( {2n + 2} \right)\text{!}}}}$

217.

217.

$F(x) = {\int_{0}^{x}{\frac{\text{ln}\mspace{2mu}\left( {1 + t} \right)}{t}dt}};\mspace{9mu} f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{n}}{n + 1}}}$

$F(x) = {\int_{0}^{x}{\frac{\text{ln}\mspace{2mu}\left( {1 + t} \right)}{t}dt}};\mspace{9mu} f(t) = {\sum\limits_{n = 0}^{\infty}{(-1)^{n}\frac{t^{n}}{n + 1}}}$

In the following exercises, compute at least the first three nonzero terms (not necessarily a quadratic polynomial) of the Maclaurin series of $f.$

在以下习题中,计算 $f$ 的麦克劳林级数中至少前三个非零项(不一定是二次多项式)。

218\.

218\.

$f(x) = \text{sin}\left( {x + \frac{\pi}{4}} \right) = \text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\left( \frac{\pi}{4} \right) + \text{cos}\mspace{2mu} x\mspace{2mu}\text{sin}\left( \frac{\pi}{4} \right)$

$f(x) = \text{sin}\left( {x + \frac{\pi}{4}} \right) = \text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\left( \frac{\pi}{4} \right) + \text{cos}\mspace{2mu} x\mspace{2mu}\text{sin}\left( \frac{\pi}{4} \right)$

219.

219.

$f(x) = \text{tan}\mspace{2mu} x$

$f(x) = \text{tan}\mspace{2mu} x$

220\.

220\.

$f(x) = \text{ln}\mspace{2mu}\left( {\text{cos}\mspace{2mu} x} \right)$

$f(x) = \text{ln}\mspace{2mu}\left( {\text{cos}\mspace{2mu} x} \right)$

221.

221.

$f(x) = e^{x}\text{cos}\mspace{2mu} x$

$f(x) = e^{x}\text{cos}\mspace{2mu} x$

222\.

222\.

$f(x) = e^{\text{sin}\mspace{2mu} x}$

$f(x) = e^{\text{sin}\mspace{2mu} x}$

223.

223.

$f(x) = \text{sec}^{2}x$

$f(x) = \text{sec}^{2}x$

224\.

224\.

$f(x) = \text{tanh}\mspace{2mu} x$

$f(x) = \text{tanh}\mspace{2mu} x$

225.

225.

$f(x) = \frac{\text{tan}\sqrt{x}}{\sqrt{x}}$ (see expansion for $\text{tan}\mspace{2mu} x)$

$f(x) = \frac{\text{tan}\sqrt{x}}{\sqrt{x}}$ (参见 $\text{tan}\mspace{2mu} x$ 的展开式)

In the following exercises, find the radius of convergence of the Maclaurin series of each function.

在以下习题中,求每个函数的麦克劳林级数的收敛半径。

226\.

226\.

$\text{ln}\mspace{2mu}\left( {1 + x} \right)$

$\text{ln}\mspace{2mu}\left( {1 + x} \right)$

227.

227.

$\frac{1}{1 + x^{2}}$

$\frac{1}{1 + x^{2}}$

228\.

228\.

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

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

229.

229.

$\text{ln}\mspace{2mu}\left( {1 + x^{2}} \right)$

$\text{ln}\mspace{2mu}\left( {1 + x^{2}} \right)$

230\.

230\.

Find the Maclaurin series of $\text{sinh}\mspace{2mu} x = \frac{e^{x} - e^{\text{−}x}}{2}.$

求 $\text{sinh}\mspace{2mu} x = \frac{e^{x} - e^{\text{−}x}}{2}$ 的麦克劳林级数。

231.

231.

Find the Maclaurin series of $\text{cosh}\mspace{2mu} x = \frac{e^{x} + e^{\text{−}x}}{2}.$

求 $\text{cosh}\mspace{2mu} x = \frac{e^{x} + e^{\text{−}x}}{2}$ 的麦克劳林级数。

232\.

232\.

Differentiate term by term the Maclaurin series of $\text{sinh}\mspace{2mu} x$ and compare the result with the Maclaurin series of $\text{cosh}\mspace{2mu} x.$

将 $\text{sinh}\mspace{2mu} x$ 的麦克劳林级数逐项求导,并将结果与 $\text{cosh}\mspace{2mu} x$ 的麦克劳林级数进行比较。

233.

233.

\[T\] Let $S_{n}(x) = {\sum\limits_{k = 0}^{n}{(-1)^{k}\frac{x^{2k + 1}}{\left( {2k + 1} \right)\text{!}}}}$ and $C_{n}(x) = {\sum\limits_{n = 0}^{n}{(-1)^{k}\frac{x^{2k}}{\left( {2k} \right)\text{!}}}}$ denote the respective Maclaurin polynomials of degree $2n + 1$ of $\text{sin}\mspace{2mu} x$ and degree $2n$ of $\text{cos}\mspace{2mu} x.$ Plot the errors $\frac{S_{n}(x)}{C_{n}(x)} - \text{tan}\mspace{2mu} x$ for $n = 1,..,5$ and compare them to $x + \frac{x^{3}}{3} + \frac{2x^{5}}{15} + \frac{17x^{7}}{315} - \text{tan}\mspace{2mu} x$ on $\left( {- \frac{\pi}{4},\frac{\pi}{4}} \right).$

\[T\] 设 $S_{n}(x) = {\sum\limits_{k = 0}^{n}{(-1)^{k}\frac{x^{2k + 1}}{\left( {2k + 1} \right)\text{!}}}}$ 与 $C_{n}(x) = {\sum\limits_{n = 0}^{n}{(-1)^{k}\frac{x^{2k}}{\left( {2k} \right)\text{!}}}}$ 分别表示 $\text{sin}\mspace{2mu} x$ 的 $2n + 1$ 次与 $\text{cos}\mspace{2mu} x$ 的 $2n$ 次麦克劳林多项式。对 $n = 1,..,5$ 画出误差 $\frac{S_{n}(x)}{C_{n}(x)} - \text{tan}\mspace{2mu} x$,并与 $\left( {- \frac{\pi}{4},\frac{\pi}{4}} \right)$ 上的 $x + \frac{x^{3}}{3} + \frac{2x^{5}}{15} + \frac{17x^{7}}{315} - \text{tan}\mspace{2mu} x$ 进行比较。

234\.

234\.

Use the identity $2\mspace{2mu}\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x = \text{sin}\left( {2x} \right)$ to find the power series expansion of $\text{sin}^{2}x$ at $x = 0.$ (*Hint:* Integrate the Maclaurin series of $\text{sin}\left( {2x} \right)$ term by term.)

利用恒等式 $2\mspace{2mu}\text{sin}\mspace{2mu} x\mspace{2mu}\text{cos}\mspace{2mu} x = \text{sin}\left( {2x} \right)$ 求 $\text{sin}^{2}x$ 在 $x = 0$ 处的幂级数展开式。(*提示:* 将 $\text{sin}\left( {2x} \right)$ 的麦克劳林级数逐项积分。)

235.

235.

If $y = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}},$ find the power series expansions of $xy^{\prime}$ and $x^{2}y^{''}.$

若 $y = {\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}},$ 求 $xy^{\prime}$ 与 $x^{2}y^{''}$ 的幂级数展开式。

236\.

236\.

\[T\] Suppose that $y = {\sum\limits_{k = 0}^{\infty}{a_{k}x^{k}}}$ satisfies $y^{\prime} = -2xy$ and $y(0) = 0.$ Show that $a_{2k + 1} = 0$ for all $k$ and that $a_{2k + 2} = \frac{\text{−}a_{2k}}{k + 1}.$ Plot the partial sum $S_{20}$ of $y$ on the interval $\lbrack-4,4\rbrack.$

\[T\] 设 $y = {\sum\limits_{k = 0}^{\infty}{a_{k}x^{k}}}$ 满足 $y^{\prime} = -2xy$ 且 $y(0) = 0.$ 证明对所有 $k$ 有 $a_{2k + 1} = 0$,且 $a_{2k + 2} = \frac{\text{−}a_{2k}}{k + 1}.$ 在区间 $\lbrack-4,4\rbrack$ 上画出 $y$ 的部分和 $S_{20}$。

237.

237.

\[T\] Suppose that a set of standardized test scores is normally distributed with mean $\mu = 100$ and standard deviation $\sigma = 10.$ Set up an integral that represents the probability that a test score will be between $90$ and $110$ and use the integral of the degree $10$ Maclaurin polynomial of $\frac{1}{\sqrt{2\pi}}e^{\text{−}x^{2}\text{/}2}$ to estimate this probability.

\[T\] 设一组标准化考试成绩服从正态分布,均值 $\mu = 100$,标准差 $\sigma = 10.$ 建立表示成绩落在 $90$ 与 $110$ 之间概率的积分,并利用 $\frac{1}{\sqrt{2\pi}}e^{\text{−}x^{2}\text{/}2}$ 的 $10$ 次麦克劳林多项式的积分来估计该概率。

238\.

238\.

\[T\] Suppose that a set of standardized test scores is normally distributed with mean $\mu = 100$ and standard deviation $\sigma = 10.$ Set up an integral that represents the probability that a test score will be between $70$ and $130$ and use the integral of the degree $50$ Maclaurin polynomial of $\frac{1}{\sqrt{2\pi}}e^{\text{−}x^{2}\text{/}2}$ to estimate this probability.

\[T\] 设一组标准化考试成绩服从正态分布,均值 $\mu = 100$,标准差 $\sigma = 10.$ 建立表示成绩落在 $70$ 与 $130$ 之间概率的积分,并利用 $\frac{1}{\sqrt{2\pi}}e^{\text{−}x^{2}\text{/}2}$ 的 $50$ 次麦克劳林多项式的积分来估计该概率。

239.

239.

\[T\] Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ converges to a function $f(x)$ such that $f(0) = 1,f^{\prime}(0) = 0,$ and $f^{''}(x) = \text{−}f(x).$ Find a formula for $a_{n}$ and plot the partial sum $S_{N}$ for $N = 20$ on $\lbrack-5,5\rbrack.$

\[T\] 设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 收敛到函数 $f(x)$,满足 $f(0) = 1,f^{\prime}(0) = 0,$ 且 $f^{''}(x) = \text{−}f(x).$ 求出 $a_{n}$ 的表达式,并在 $\lbrack-5,5\rbrack$ 上画出 $N = 20$ 时的部分和 $S_{N}$。

240\.

240\.

\[T\] Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ converges to a function $f(x)$ such that $f(0) = 0,\mspace{9mu} f^{\prime}(0) = 1,$ and $f^{''}(x) = \text{−}f(x).$ Find a formula for $a_{n}$ and plot the partial sum $S_{N}$ for $N = 10$ on $\lbrack-5,5\rbrack.$

\[T\] 设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 收敛到函数 $f(x)$,满足 $f(0) = 0,\mspace{9mu} f^{\prime}(0) = 1,$ 且 $f^{''}(x) = \text{−}f(x).$ 求出 $a_{n}$ 的表达式,并在 $\lbrack-5,5\rbrack$ 上画出 $N = 10$ 时的部分和 $S_{N}$。

241.

241.

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ converges to a function $y$ such that $y^{''} - y^{\prime} + y = 0$ where $y(0) = 1$ and $y\prime(0) = 0.$ Find a formula that relates $a_{n + 2},a_{n + 1},$ and $a_{n}$ and compute $a_{0},...,a_{5}.$

设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 收敛到函数 $y$,满足 $y^{''} - y^{\prime} + y = 0$,其中 $y(0) = 1$ 且 $y\prime(0) = 0.$ 求出联系 $a_{n + 2},a_{n + 1},$ 与 $a_{n}$ 的关系式,并计算 $a_{0},...,a_{5}.$

242\.

242\.

Suppose that $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ converges to a function $y$ such that $y^{''} - y^{\prime} + y = 0$ where $y(0) = 0$ and $y^{\prime}(0) = 1.$ Find a formula that relates $a_{n + 2},a_{n + 1},$ and $a_{n}$ and compute $a_{1},...,a_{5}.$

设 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 收敛到函数 $y$,满足 $y^{''} - y^{\prime} + y = 0$,其中 $y(0) = 0$ 且 $y^{\prime}(0) = 1.$ 求出联系 $a_{n + 2},a_{n + 1},$ 与 $a_{n}$ 的关系式,并计算 $a_{1},...,a_{5}.$

The error in approximating the integral $\int_{a}^{b}{f(t)\mspace{2mu} dt}$ by that of a Taylor approximation $\int_{a}^{b}{P_{n}(t)\mspace{2mu} dt}$ is at most ${\int_{a}^{b}{R_{n}(t)\mspace{2mu} dt}}.$ In the following exercises, the Taylor remainder estimate $R_{n} \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$ guarantees that the integral of the Taylor polynomial of the given order approximates the integral of $f$ with an error less than $\frac{1}{10}.$

用泰勒近似 $\int_{a}^{b}{P_{n}(t)\mspace{2mu} dt}$ 代替积分 $\int_{a}^{b}{f(t)\mspace{2mu} dt}$ 所产生的误差至多为 ${\int_{a}^{b}{R_{n}(t)\mspace{2mu} dt}}.$ 在以下习题中,泰勒余项估计 $R_{n} \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$ 保证了给定阶数的泰勒多项式的积分与 $f$ 的积分之间的误差小于 $\frac{1}{10}.$

1. Evaluate the integral of the appropriate Taylor polynomial and verify that it approximates the CAS value with an error less than $\frac{1}{100}.$

1. 计算相应泰勒多项式的积分,并验证它与计算机代数系统(CAS)值的误差小于 $\frac{1}{100}.$

2. Compare the accuracy of the polynomial integral estimate with the remainder estimate.

2. 将多项式积分估计的精度与余项估计进行比较。

243.

243.

\[T\] ${\int_{0}^{\pi}{\frac{\text{sin}\mspace{2mu} t}{t}dt}};P_{s} = 1 - \frac{x^{2}}{3\text{!}} + \frac{x^{4}}{5\text{!}} - \frac{x^{6}}{7\text{!}} + \frac{x^{8}}{9\text{!}}$ (You may assume that the absolute value of the ninth derivative of $\frac{\text{sin}\mspace{2mu} t}{t}$ is bounded by $0.1.)$

\[T\] ${\int_{0}^{\pi}{\frac{\text{sin}\mspace{2mu} t}{t}dt}};P_{s} = 1 - \frac{x^{2}}{3\text{!}} + \frac{x^{4}}{5\text{!}} - \frac{x^{6}}{7\text{!}} + \frac{x^{8}}{9\text{!}}$ (你可以假定 $\frac{\text{sin}\mspace{2mu} t}{t}$ 的九阶导数的绝对值不超过 $0.1.$)

244\.

244\.

\[T\] ${\int_{0}^{2}e^{\text{−}x^{2}}}dx;p_{11} = 1 - x^{2} + \frac{x^{4}}{2} - \frac{x^{6}}{3\text{!}} + \text{⋯} - \frac{x^{22}}{11\text{!}}$ (You may assume that the absolute value of the $23\text{rd}$ derivative of $e^{\text{−}x^{2}}$ is less than $2\ \times \ 10^{14}.)$

\[T\] ${\int_{0}^{2}e^{\text{−}x^{2}}}dx;p_{11} = 1 - x^{2} + \frac{x^{4}}{2} - \frac{x^{6}}{3\text{!}} + \text{⋯} - \frac{x^{22}}{11\text{!}}$ (你可以假定 $e^{\text{−}x^{2}}$ 的 $23\text{rd}$ 阶导数的绝对值小于 $2\ \times \ 10^{14}.$)

The following exercises deal with Fresnel integrals.

以下习题涉及菲涅尔积分。

245.

245.

The Fresnel integrals are defined by $C(x) = {\int_{0}^{x}{\text{cos}\left( t^{2} \right)\mspace{2mu} dt}}$ and $S(x) = {\int_{0}^{x}{\text{sin}\left( t^{2} \right)\mspace{2mu} dt}}.$ Compute the power series of $C(x)$ and $S(x)$ and plot the sums $C_{N}(x)$ and $S_{N}(x)$ of the first $N = 50$ nonzero terms on $\lbrack 0,2\pi\rbrack.$

菲涅尔积分定义为 $C(x) = {\int_{0}^{x}{\text{cos}\left( t^{2} \right)\mspace{2mu} dt}}$ 与 $S(x) = {\int_{0}^{x}{\text{sin}\left( t^{2} \right)\mspace{2mu} dt}}.$ 计算 $C(x)$ 与 $S(x)$ 的幂级数,并在 $\lbrack 0,2\pi\rbrack$ 上画出前 $N = 50$ 个非零项的部分和 $C_{N}(x)$ 与 $S_{N}(x)$。

246\.

246\.

\[T\] The Fresnel integrals are used in design applications for roadways and railways and other applications because of the curvature properties of the curve with coordinates $\left( {C(t),S(t)} \right).$ Plot the curve $\left( {C_{50},S_{50}} \right)$ for $0 \leq t \leq 2\pi,$ the coordinates of which were computed in the previous exercise.

\[T\] 菲涅尔积分因其坐标曲线 $\left( {C(t),S(t)} \right)$ 的曲率性质,被应用于道路、铁路设计等领域。对 $0 \leq t \leq 2\pi$ 画出曲线 $\left( {C_{50},S_{50}} \right)$,其坐标由前一习题算得。

247.

247.

Estimate ${\int_{0}^{1\text{/}4}\sqrt{x - x^{2}}}dx$ by approximating $\sqrt{1 - x}$ using the binomial approximation $1 - \frac{x}{2} - \frac{x^{2}}{8} - \frac{x^{3}}{16} - \frac{5x^{4}}{2128} - \frac{7x^{5}}{256}.$

用二项近似 $1 - \frac{x}{2} - \frac{x^{2}}{8} - \frac{x^{3}}{16} - \frac{5x^{4}}{2128} - \frac{7x^{5}}{256}$ 近似 $\sqrt{1 - x}$,从而估计 ${\int_{0}^{1\text{/}4}\sqrt{x - x^{2}}}dx$。

248\.

248\.

\[T\] Use Newton's approximation of the binomial $\sqrt{1 - x^{2}}$ to approximate $\pi$ as follows. The circle centered at $\left( {\frac{1}{2},0} \right)$ with radius $\frac{1}{2}$ has upper semicircle $y = \sqrt{x}\sqrt{1 - x}.$ The sector of this circle bounded by the $x$-axis between $x = 0$ and $x = \frac{1}{2}$ and by the line joining $\left( {\frac{1}{4},\frac{\sqrt{3}}{4}} \right)$ corresponds to $\frac{1}{6}$ of the circle and has area $\frac{\pi}{24}.$ This sector is the union of a right triangle with height $\frac{\sqrt{3}}{4}$ and base $\frac{1}{4}$ and the region below the graph between $x = 0$ and $x = \frac{1}{4}.$ To find the area of this region you can write $y = \sqrt{x}\sqrt{1 - x} = \sqrt{x}\ \times \ \left( {\text{binomial expansion of}\sqrt{1 - x}} \right)$ and integrate term by term. Use this approach with the binomial approximation from the previous exercise to estimate $\pi.$

\[T\] 利用二项式 $\sqrt{1 - x^{2}}$ 的 Newton 近似来估计 $\pi$,方法如下。以 $\left( {\frac{1}{2},0} \right)$ 为圆心、半径 $\frac{1}{2}$ 的圆,其上半圆为 $y = \sqrt{x}\sqrt{1 - x}.$ 该圆中由 $x$ 轴上 $x = 0$ 到 $x = \frac{1}{2}$ 的部分以及连接 $\left( {\frac{1}{4},\frac{\sqrt{3}}{4}} \right)$ 的直线所围成的扇形占整个圆的 $\frac{1}{6}$,面积为 $\frac{\pi}{24}.$ 该扇形由一个高为 $\frac{\sqrt{3}}{4}$、底为 $\frac{1}{4}$ 的直角三角形与图像在 $x = 0$ 到 $x = \frac{1}{4}$ 之间的下方区域并成。为求该区域面积,可写出 $y = \sqrt{x}\sqrt{1 - x} = \sqrt{x}\ \times \ \left( {\text{binomial expansion of}\sqrt{1 - x}} \right)$ 并逐项积分。利用前一习题的二项近似,按此方法估计 $\pi.$

249.

249.

Use the approximation $T \approx 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right)$ to approximate the period of a pendulum having length $10$ meters and maximum angle $\theta_{\text{max}} = \frac{\pi}{6}$ where $k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right).$ Compare this with the small angle estimate $T \approx 2\pi\sqrt{\frac{L}{g}}.$

取 $k = \text{sin}\left( \frac{\theta_{\text{max}}}{2} \right)$,利用近似 $T \approx 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right)$ 来估计长度为 $10$ 米、最大摆角 $\theta_{\text{max}} = \frac{\pi}{6}$ 的单摆周期,并将其与单摆小角估计 $T \approx 2\pi\sqrt{\frac{L}{g}}$ 比较。

250\.

250\.

Suppose that a pendulum is to have a period of $2$ seconds and a maximum angle of $\theta_{\text{max}} = \frac{\pi}{6}.$ Use $T \approx 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right)$ to approximate the desired length of the pendulum. What length is predicted by the small angle estimate $T \approx 2\pi\sqrt{\frac{L}{g}}?$

设某单摆周期为 $2$ 秒、最大摆角 $\theta_{\text{max}} = \frac{\pi}{6}.$ 利用 $T \approx 2\pi\sqrt{\frac{L}{g}}\left( {1 + \frac{k^{2}}{4}} \right)$ 估计所求的单摆长度。小角估计 $T \approx 2\pi\sqrt{\frac{L}{g}}$ 给出的长度是多少?

251.

251.

Evaluate $\int_{0}^{\pi\text{/}2}{\text{sin}^{4}\theta d\theta}$ in the approximation $T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{3}{8}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}$ to obtain an improved estimate for $T.$

在近似式 $T = 4\sqrt{\frac{L}{g}}{\int_{0}^{\pi\text{/}2}{\left( {1 + \frac{1}{2}k^{2}\text{sin}^{2}\theta + \frac{3}{8}k^{4}\text{sin}^{4}\theta + \text{⋯}} \right)\mspace{2mu} d\theta}}$ 中计算 $\int_{0}^{\pi\text{/}2}{\text{sin}^{4}\theta d\theta}$,以得到 $T$ 的改进估计。

252\.

252\.

\[T\] An equivalent formula for the period of a pendulum with amplitude $\theta_{\text{max}}$ is $T\left( \theta_{\text{max}} \right) = 2\sqrt{2}\sqrt{\frac{L}{g}}{\int_{0}^{\theta_{\text{max}}}\frac{d\theta}{\sqrt{\text{cos}\mspace{2mu}\theta} - \text{cos}\left( \theta_{\text{max}} \right)}}$ where $L$ is the pendulum length and $g$ is the gravitational acceleration constant. When $\theta_{\text{max}} = \frac{\pi}{3}$ we get $\frac{1}{\sqrt{\text{cos}\mspace{2mu} t - 1\text{/}2}} \approx \sqrt{2}\left( {1 + \frac{t^{2}}{2} + \frac{t^{4}}{3} + \frac{181t^{6}}{720}} \right).$ Integrate this approximation to estimate $T\left( \frac{\pi}{3} \right)$ in terms of $L$ and $g.$ Assuming $g = 9.806$ meters per second squared, find an approximate length $L$ such that $T\left( \frac{\pi}{3} \right) = 2$ seconds.

\[T\] 振幅为 $\theta_{\text{max}}$ 的单摆周期还有一个等价公式 $T\left( \theta_{\text{max}} \right) = 2\sqrt{2}\sqrt{\frac{L}{g}}{\int_{0}^{\theta_{\text{max}}}\frac{d\theta}{\sqrt{\text{cos}\mspace{2mu}\theta} - \text{cos}\left( \theta_{\text{max}} \right)}}$,其中 $L$ 为摆长、$g$ 为重力加速度常量。当 $\theta_{\text{max}} = \frac{\pi}{3}$ 时,有 $\frac{1}{\sqrt{\text{cos}\mspace{2mu} t - 1\text{/}2}} \approx \sqrt{2}\left( {1 + \frac{t^{2}}{2} + \frac{t^{4}}{3} + \frac{181t^{6}}{720}} \right).$ 将此近似式积分,以 $L$ 与 $g$ 表示出 $T\left( \frac{\pi}{3} \right)$ 的估计值。设 $g = 9.806$ 米每二次方秒,求使 $T\left( \frac{\pi}{3} \right) = 2$ 秒的近似摆长 $L$。

Key Terms 关键术语

binomial series

二项级数

the Maclaurin series for $f(x) = \left( {1 + x} \right)^{r};$ it is given by

函数 $f(x) = \left( {1 + x} \right)^{r};$ 的麦克劳林级数;其表达式为

$\left( {1 + x} \right)^{r} = {\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l}

$\left( {1 + x} \right)^{r} = {\sum\limits_{n = 0}^{\infty}{\left( \begin{array}{l}

r \\

r \\

n

n

\end{array} \right)x^{n}}} = 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}$ for $|x| < 1$

\end{array} \right)x^{n}}} = 1 + rx + \frac{r\left( {r - 1} \right)}{2\text{!}}x^{2} + \text{⋯} + \frac{r\left( {r - 1} \right)\text{⋯}\left( {r - n + 1} \right)}{n\text{!}}x^{n} + \text{⋯}$ for $|x| < 1$

interval of convergence

收敛区间

the set of real numbers *x* for which a power series converges

幂级数收敛的那些实数 *x* 的集合

Maclaurin polynomial

麦克劳林多项式

a Taylor polynomial centered at 0; the *n*th Taylor polynomial for $f$ at 0 is the *n*th Maclaurin polynomial for $f$

以 0 为中心的泰勒多项式;函数 $f$ 在 0 处的第 *n* 个泰勒多项式即为 $f$ 的第 *n* 个麦克劳林多项式

Maclaurin series

麦克劳林级数

a Taylor series for a function $f$ at $x = 0$ is known as a Maclaurin series for $f$

函数 $f$ 在 $x = 0$ 处的泰勒级数称为 $f$ 的麦克劳林级数

nonelementary integral

非初等积分

an integral for which the antiderivative of the integrand cannot be expressed as an elementary function

其被积函数的原函数无法用初等函数表示的积分

power series

幂级数

a series of the form $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ is a power series centered at $x = 0\text{;}$ a series of the form $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ is a power series centered at $x = a$

形如 $\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}$ 的级数称为以 $x = 0\text{;}$ 为中心的幂级数;形如 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 的级数称为以 $x = a$ 为中心的幂级数

radius of convergence

收敛半径

if there exists a real number $R > 0$ such that a power series centered at $x = a$ converges for $\left| {x - a} \right| < R$ and diverges for $\left| {x - a} \right| > R,$ then *R* is the radius of convergence; if the power series only converges at $x = a,$ the radius of convergence is $R = 0\text{;}$ if the power series converges for all real numbers *x*, the radius of convergence is $R = \infty$

若存在实数 $R > 0$,使得以 $x = a$ 为中心的幂级数在 $\left| {x - a} \right| < R$ 时收敛、在 $\left| {x - a} \right| > R$ 时发散,则 *R* 为该幂级数的收敛半径;若幂级数仅在 $x = a$ 处收敛,则收敛半径为 $R = 0\text{;}$ 若幂级数对所有实数 *x* 都收敛,则收敛半径为 $R = \infty$

Taylor polynomials

泰勒多项式

the *n*th Taylor polynomial for $f$ at $x = a$ is $p_{n}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}$

函数 $f$ 在 $x = a$ 处的第 *n* 个泰勒多项式为 $p_{n}(x) = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n}$

Taylor series

泰勒级数

a power series at *a* that converges to a function $f$ on some open interval containing *a*

在某个包含 *a* 的开区间上收敛于函数 $f$ 的幂级数

Taylor’s theorem with remainder

带余项的泰勒定理

for a function $f$ and the *n*th Taylor polynomial for $f$ at $x = a,$ the remainder $R_{n}(x) = f(x) - p_{n}(x)$ satisfies $R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$

对于函数 $f$ 及其在 $x = a$ 处的第 *n* 个泰勒多项式,余项 $R_{n}(x) = f(x) - p_{n}(x)$ 满足 $R_{n}(x) = \frac{f^{({n + 1})}(c)}{\left( {n + 1} \right)\text{!}}\left( {x - a} \right)^{n + 1}$

for some *c* between *x* and *a*; if there exists an interval *I* containing *a* and a real number *M* such that $\left| {f^{({n + 1})}(x)} \right| \leq M$ for all *x* in *I*, then $\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$

其中 *c* 介于 *x* 与 *a* 之间;若存在包含 *a* 的区间 *I* 以及实数 *M*,使得对所有 *x* ∈ *I* 都有 $\left| {f^{({n + 1})}(x)} \right| \leq M$,则 $\left| {R_{n}(x)} \right| \leq \frac{M}{\left( {n + 1} \right)\text{!}}\left| {x - a} \right|^{n + 1}$

term-by-term differentiation of a power series

幂级数的逐项求导

a technique for evaluating the derivative of a power series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ by evaluating the derivative of each term separately to create the new power series $\sum\limits_{n = 1}^{\infty}{nc_{n}\left( {x - a} \right)^{n - 1}}$

一种通过对幂级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 的每一项分别求导,从而得到新幂级数 $\sum\limits_{n = 1}^{\infty}{nc_{n}\left( {x - a} \right)^{n - 1}}$ 的求导方法

term-by-term integration of a power series

幂级数的逐项积分

a technique for integrating a power series $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ by integrating each term separately to create the new power series $C + {\sum\limits_{n = 0}^{\infty}{c_{n}\frac{\left( {x - a} \right)^{n + 1}}{n + 1}}}$

一种通过对幂级数 $\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}$ 的每一项分别积分,从而得到新幂级数 $C + {\sum\limits_{n = 0}^{\infty}{c_{n}\frac{\left( {x - a} \right)^{n + 1}}{n + 1}}}$ 的积分方法

Key Equations 关键方程

Power series centered at $\mathbf{x = 0}$${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$
Power series centered at $\mathbf{x = a}$${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + \text{⋯}$
Taylor series for the function $f$ at the point $\mathbf{x = a}$${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} + \text{⋯}$
$\mathbf{x = 0}$ 为中心的幂级数${\sum\limits_{n = 0}^{\infty}{c_{n}x^{n}}} = c_{0} + c_{1}x + c_{2}x^{2} + \text{⋯}$
$\mathbf{x = a}$ 为中心的幂级数${\sum\limits_{n = 0}^{\infty}{c_{n}\left( {x - a} \right)^{n}}} = c_{0} + c_{1}\left( {x - a} \right) + c_{2}\left( {x - a} \right)^{2} + \text{⋯}$
函数 $f$ 在点 $\mathbf{x = a}$ 处的泰勒级数${\sum\limits_{n = 0}^{\infty}\frac{f^{(n)}(a)}{n\text{!}}}\left( {x - a} \right)^{n} = f(a) + f^{\prime}(a)\left( {x - a} \right) + \frac{f^{''}(a)}{2\text{!}}\left( {x - a} \right)^{2} + \text{⋯} + \frac{f^{(n)}(a)}{n\text{!}}\left( {x - a} \right)^{n} + \text{⋯}$

Key Concepts 核心概念

6.1 Power Series and Functions 6.1 幂级数与其函数

1. The power series converges only at $x = a.$ In this case, we say that the radius of convergence is $R = 0.$

1. 该幂级数仅在 $x = a$ 处收敛。此时我们说其收敛半径为 $R = 0.$

2. The power series converges for all real numbers *x*. In this case, we say that the radius of convergence is $R = \infty.$

2. 该幂级数对所有实数 *x* 都收敛。此时我们说其收敛半径为 $R = \infty.$

3. There is a real number *R* such that the series converges for $\left| {x - a} \right| < R$ and diverges for $\left| {x - a} \right| > R.$ In this case, the radius of convergence is *R*.

3. 存在一个实数 *R*,使得该级数在 $\left| {x - a} \right| < R$ 时收敛,在 $\left| {x - a} \right| > R$ 时发散。此时收敛半径为 *R*。

6.2 Properties of Power Series 6.2 幂级数的性质

6.3 Taylor and Maclaurin Series 6.3 泰勒级数与麦克劳林级数

6.4 Working with Taylor Series 6.4 泰勒级数的应用

Review Exercises 复习题

*True or False?* In the following exercises, justify your answer with a proof or a counterexample.

*True or False?* 在以下习题中,请用证明或反例论证你的答案。

253.

253.

If the radius of convergence for a power series $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ is $5,$ then the radius of convergence for the series $\sum\limits_{n = 1}^{\infty}{na_{n}x^{n - 1}}$ is also $5.$

若一个幂级数 $\sum\limits_{n = 0}^{\infty}{a_{n}x^{n}}$ 的收敛半径为 $5,$ 则级数 $\sum\limits_{n = 1}^{\infty}{na_{n}x^{n - 1}}$ 的收敛半径也为 $5.$

254\.

254\.

Power series can be used to show that the derivative of $e^{x}\ \text{is}\ e^{x}.$ (*Hint:* Recall that $e^{x} = {\sum\limits_{n = 0}^{\infty}\frac{1}{n\text{!}}}x^{n}.)

幂级数可用来证明 $e^{x}\ \text{is}\ e^{x}$ 的导数。(*Hint*:回想 $e^{x} = {\sum\limits_{n = 0}^{\infty}\frac{1}{n\text{!}}}x^{n}。)

255.

255.

For small values of $x,{\text{sin}\mspace{2mu} x \approx x.}$

对于很小的 $x$ 值,$x,{\text{sin}\mspace{2mu} x \approx x.}$

256\.

256\.

The radius of convergence for the Maclaurin series of $f(x) = 3^{x}$ is $3.$

$f(x) = 3^{x}$ 的麦克劳林级数的收敛半径为 $3.$

In the following exercises, find the radius of convergence and the interval of convergence for the given series.

在以下习题中,求所给级数的收敛半径与收敛区间。

257.

257.

${\sum\limits_{n = 0}^{\infty}n^{2}}\left( {x - 1} \right)^{n}$

${\sum\limits_{n = 0}^{\infty}n^{2}}\left( {x - 1} \right)^{n}$

258\.

258\.

$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n^{n}}$

$\sum\limits_{n = 0}^{\infty}\frac{x^{n}}{n^{n}}$

259.

259.

$\sum\limits_{n = 0}^{\infty}\frac{3nx^{n}}{12^{n}}$

$\sum\limits_{n = 0}^{\infty}\frac{3nx^{n}}{12^{n}}$

260\.

260\.

${\sum\limits_{n = 0}^{\infty}\frac{2^{n}}{e^{n}}}\left( {x - e} \right)^{n}$

${\sum\limits_{n = 0}^{\infty}\frac{2^{n}}{e^{n}}}\left( {x - e} \right)^{n}$

In the following exercises, find the power series representation for the given function. Determine the radius of convergence and the interval of convergence for that series.

在以下习题中,求所给函数的幂级数表示。确定该级数的收敛半径与收敛区间。

261.

261.

$f(x) = \frac{x^{2}}{x + 3}$

$f(x) = \frac{x^{2}}{x + 3}$

262\.

262\.

$f(x) = \frac{8x + 2}{2x^{2} - 3x + 1}$

$f(x) = \frac{8x + 2}{2x^{2} - 3x + 1}$

In the following exercises, find the power series for the given function using term-by-term differentiation or integration.

在以下习题中,利用逐项求导或逐项积分,求所给函数的幂级数。

263.

263.

$f(x) = \text{tan}^{-1}\left( {2x} \right)$

$f(x) = \text{tan}^{-1}\left( {2x} \right)$

264\.

264\.

$f(x) = \frac{x}{\left( {2 + x^{2}} \right)^{2}}$

$f(x) = \frac{x}{\left( {2 + x^{2}} \right)^{2}}$

In the following exercises, evaluate the Taylor series expansion of degree four for the given function at the specified point. What is the error in the approximation?

在以下习题中,求所给函数在指定点的四次泰勒级数展开。该逼近的误差是多少?

265.

265.

$f(x) = x^{3} - 2x^{2} + 4,a = -3$

$f(x) = x^{3} - 2x^{2} + 4,a = -3$

266\.

266\.

$f(x) = e^{1\text{/}{({4x})}},a = 4$

$f(x) = e^{1\text{/}{({4x})}},a = 4$

In the following exercises, find the Maclaurin series for the given function.

在以下习题中,求所给函数的麦克劳林级数。

267.

267.

$f(x) = \text{cos}\left( {3x} \right)$

$f(x) = \text{cos}\left( {3x} \right)$

268\.

268\.

$f(x) = \text{ln}\mspace{2mu}\left( {x + 1} \right)$

$f(x) = \text{ln}\mspace{2mu}\left( {x + 1} \right)$

In the following exercises, find the Taylor series at the given value.

在以下习题中,求在给定值处的泰勒级数。

269.

269.

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

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

270\.

270\.

$f(x) = \frac{3}{x},a = 1$

$f(x) = \frac{3}{x},a = 1$

In the following exercises, find the Maclaurin series for the given function.

在以下习题中,求所给函数的麦克劳林级数。

271.

271.

$f(x) = e^{\text{−}x^{2}} - 1$

$f(x) = e^{\text{−}x^{2}} - 1$

272\.

272\.

$f(x) = \text{cos}\mspace{2mu} x - x\mspace{2mu}\text{sin}\mspace{2mu} x$

$f(x) = \text{cos}\mspace{2mu} x - x\mspace{2mu}\text{sin}\mspace{2mu} x$

In the following exercises, find the Maclaurin series for $F(x) = {\int_{0}^{x}{f(t)}}dt$ by integrating the Maclaurin series of $f(x)$ term by term.

在以下习题中,通过对 $f(x)$ 的麦克劳林级数逐项积分,求 $F(x) = {\int_{0}^{x}{f(t)}}dt$ 的麦克劳林级数。

273.

273.

$f(x) = \frac{\text{sin}\mspace{2mu} x}{x}$

$f(x) = \frac{\text{sin}\mspace{2mu} x}{x}$

274\.

274\.

$f(x) = 1 - e^{x}$

$f(x) = 1 - e^{x}$

275.

275.

Use power series to prove Euler’s formula: $e^{ix} = \text{cos}\mspace{2mu} x + i\mspace{2mu}\text{sin}\mspace{2mu} x$

用幂级数证明欧拉公式:$e^{ix} = \text{cos}\mspace{2mu} x + i\mspace{2mu}\text{sin}\mspace{2mu} x$

The following exercises consider problems of annuity payments.

以下习题讨论年金支付问题。

276\.

276\.

For annuities with a present value of $\text{\$}1$ million, calculate the annual payouts given over $25$ years assuming interest rates of $1\text{\%},5\text{\%},\ \text{and}\ 10\text{\%}.$

对于现值为 $\text{\$}1$ million 的年金,在假设利率为 $1\text{\%},5\text{\%},\ \text{and}\ 10\text{\%}$ 的情况下,计算在 $25$ 年内发放的年度支付额。

277.

277.

A lottery winner has an annuity that has a present value of $\text{\$}10$ million. What interest rate would they need to live on perpetual annual payments of $\text{\$}250,000?$

一位彩票中奖者拥有一份现值为 $\text{\$}10$ million 的年金。若要获得每年 $\text{\$}250,000?$ 的永续支付,他们需要多高的利率?

278\.

278\.

Calculate the necessary present value of an annuity in order to support annual payouts of $\text{\$}15,000$ given over $25$ years assuming interest rates of $1\text{\%},5\text{\%},\ \text{and}\ 10\text{\%}.$

为支持在 $25$ 年内每年支付 $\text{\$}15,000$,在假设利率为 $1\text{\%},5\text{\%},\ \text{and}\ 10\text{\%}$ 的情况下,计算年金所需的现值。