University Calculus · Calculus II大学微积分 · 微积分 II

Unit B6: Sequences and Infinite Series第 B6 单元:数列(sequence)与无穷级数(series

From the precise definition of a sequence limit to the full toolkit of convergence tests for infinite series, the foundation for power series and Taylor expansions.从数列极限的严格定义出发,系统建立无穷级数(infinite series)的收敛(convergence)判别工具箱,为幂级数与泰勒级数(Taylor series)打下基础。

Calculus II微积分 II Single-Variable单变量 Integrals & Series积分与级数 MIT 18.01 / GT 1552 / Princeton MAT 104MIT 18.01 / GT 1552 / Princeton MAT 104
Read me first.阅读须知。 This unit builds the theory of infinite series on a single foundation: a series is the limit of its partial sums. We start with sequence limits (Sections 1 and 2), evaluate the two families that sum in closed form (Section 3), then assemble the standard battery of convergence tests (Sections 4 through 7). Master the decision of which test to reach for, since that judgment is what later units on power series and Taylor series demand.本单元在一个核心思想上建立无穷级数(series)理论:级数就是其部分和数列的极限。第 1、2 节讲数列极限,第 3 节分析两类有封闭公式的级数,第 4–7 节系统介绍各种收敛判别法(convergence test)。重点是掌握"该用哪种方法"的决策流程——这一判断能力在后续幂级数与泰勒级数单元中至关重要。

Sequences and Convergence数列(sequence)与收敛(convergence

Key idea.核心思想。 A sequence is a function whose domain is the positive integers. It converges to a limit $L$ when its terms can be forced arbitrarily close to $L$ by taking the index large enough. All of the theory of infinite series rests on this single notion of a sequential limit applied to partial sums.数列(sequence)是定义域为正整数的函数。当下标充分大时,各项可以任意接近 $L$,则称数列收敛到极限(limit)$L$。无穷级数的全部理论都建立在这一数列极限概念之上,应用于部分和数列即可。

Definition. A sequence $\{a_n\}$ converges to $L$ if for every $\varepsilon>0$ there is an index $N$ such that $|a_n-L|<\varepsilon$ for all $n\ge N$. We write $\lim_{n\to\infty}a_n=L$. If no such $L$ exists, the sequence diverges.定义。数列 $\{a_n\}$ 收敛到 $L$,当且仅当:对任意 $\varepsilon>0$,存在下标 $N$,使得对所有 $n\ge N$ 都有 $|a_n-L|<\varepsilon$。记作 $\lim_{n\to\infty}a_n=L$。若不存在这样的 $L$,则数列发散(diverge)。

Because a sequence is a discrete sample of a function, a continuous limit transfers to it directly.因为数列是函数的离散采样,连续函数的极限可直接迁移到数列上。

Continuous to discrete limit
$$\text{If } \lim_{x\to\infty}f(x)=L \text{ and } a_n=f(n), \text{ then } \lim_{n\to\infty}a_n=L.$$

This is what licenses the use of L'Hopital's rule on sequence limits: replace $n$ by a continuous variable $x$, evaluate the function limit, and read off the sequence limit. Two further tools settle most cases that L'Hopital does not.这允许对数列极限使用洛必达法则:将 $n$ 换为连续变量 $x$,求函数极限,再读出数列极限。对洛必达法则不适用的情形,另有两个工具可以解决。

Squeeze theorem for sequences
$$\text{If } b_n\le a_n\le c_n \text{ for large } n \text{ and } \lim b_n=\lim c_n=L, \text{ then } \lim a_n=L.$$

Theorem (Monotone Convergence). A sequence that is monotone (nondecreasing or nonincreasing) and bounded converges. A nondecreasing sequence bounded above converges to its least upper bound; a nonincreasing sequence bounded below converges to its greatest lower bound.定理(单调收敛定理,Monotone Convergence Theorem)。单调有界数列必定收敛。单调不减且有上界的数列收敛到上确界;单调不增且有下界的数列收敛到下确界。

Remark. Useful standard limits: $\lim_{n\to\infty} r^n=0$ for $|r|<1$; $\lim_{n\to\infty} n^{1/n}=1$; $\lim_{n\to\infty} x^{1/n}=1$ for $x>0$; and $\lim_{n\to\infty}\left(1+\tfrac{x}{n}\right)^n=e^x$.注记。常用标准极限:当 $|r|<1$ 时 $\lim_{n\to\infty} r^n=0$;$\lim_{n\to\infty} n^{1/n}=1$;当 $x>0$ 时 $\lim_{n\to\infty} x^{1/n}=1$;$\lim_{n\to\infty}\left(1+\tfrac{x}{n}\right)^n=e^x$。

Worked Example 1.1: a limit by L'Hopital例题 1.1:洛必达法则求极限

Find $\lim_{n\to\infty}\dfrac{\ln n}{n}$.

Replace $n$ with the continuous variable $x$. The limit $\dfrac{\ln x}{x}$ has the form $\tfrac{\infty}{\infty}$, so L'Hopital applies:

$$\lim_{x\to\infty}\frac{\ln x}{x}=\lim_{x\to\infty}\frac{1/x}{1}=\lim_{x\to\infty}\frac{1}{x}=0.$$

Therefore $\lim_{n\to\infty}\dfrac{\ln n}{n}=0$. The logarithm grows more slowly than any positive power of $n$.

求 $\lim_{n\to\infty}\dfrac{\ln n}{n}$。

将 $n$ 换为连续变量 $x$。极限 $\dfrac{\ln x}{x}$ 具有 $\tfrac{\infty}{\infty}$ 型,可用洛必达法则(L'Hopital's Rule):

$$\lim_{x\to\infty}\frac{\ln x}{x}=\lim_{x\to\infty}\frac{1/x}{1}=\lim_{x\to\infty}\frac{1}{x}=0.$$

故 $\lim_{n\to\infty}\dfrac{\ln n}{n}=0$。对数函数比 $n$ 的任何正次幂增长都慢。

Worked Example 1.2: the squeeze theorem例题 1.2:夹逼定理

Show that $\lim_{n\to\infty}\dfrac{\cos n}{n}=0$.

Since $-1\le\cos n\le 1$ for every $n$, dividing by the positive quantity $n$ gives

$$-\frac{1}{n}\le\frac{\cos n}{n}\le\frac{1}{n}.$$

Both outer sequences converge to $0$, so by the squeeze theorem the middle sequence converges to $0$ as well.

证明 $\lim_{n\to\infty}\dfrac{\cos n}{n}=0$。

对一切 $n$,有 $-1\le\cos n\le 1$,除以正数 $n$ 得

$$-\frac{1}{n}\le\frac{\cos n}{n}\le\frac{1}{n}.$$

两端数列均趋于 $0$,故由夹逼定理(squeeze theorem),中间数列也趋于 $0$。

Worked Example 1.3: an indeterminate power via the logarithm例题 1.3:不定式幂——取对数处理

Find $\lim_{n\to\infty} n^{1/n}$.

A power with both the base and the exponent moving is best handled by taking logarithms. Set $a_n=n^{1/n}$, so $\ln a_n=\dfrac{\ln n}{n}$. By Worked Example 1.1 that quotient tends to $0$. Since $\ln$ is continuous, the limit passes through it:

$$\lim_{n\to\infty}\ln a_n=0\ \Longrightarrow\ \lim_{n\to\infty}a_n=e^{0}=1.$$

So $\lim_{n\to\infty} n^{1/n}=1$. This standard limit reappears in Section 7, where it makes the root test of a $p$-series return exactly $L=1$.

求 $\lim_{n\to\infty} n^{1/n}$。

底数和指数同时变化的幂式,最好取对数处理。令 $a_n=n^{1/n}$,则 $\ln a_n=\dfrac{\ln n}{n}$。由例题 1.1,该商趋于 $0$。由于 $\ln$ 函数连续,极限可穿过它:

$$\lim_{n\to\infty}\ln a_n=0\ \Longrightarrow\ \lim_{n\to\infty}a_n=e^{0}=1.$$

故 $\lim_{n\to\infty} n^{1/n}=1$。此标准极限在第 7 节重现,对 p 级数使用根式判别法时恰好得到 $L=1$。

Worked Example 1.4: monotone and bounded, so convergent例题 1.4:单调有界,故收敛

Let $a_1=\sqrt 2$ and $a_{n+1}=\sqrt{2+a_n}$. Show the sequence converges and find its limit.

Bounded above by $2$. By induction: $a_1=\sqrt2<2$, and if $a_n<2$ then $a_{n+1}=\sqrt{2+a_n}<\sqrt{2+2}=2$. Increasing. Note $a_{n+1}^2-a_n^2=2+a_n-a_n^2=-(a_n-2)(a_n+1)>0$ whenever $0a_n$. The sequence is increasing and bounded above, hence convergent by the Monotone Convergence Theorem. Call the limit $L$. Taking limits in the recursion (valid because both sides converge) gives $L=\sqrt{2+L}$, so $L^2=2+L$, that is $L^2-L-2=(L-2)(L+1)=0$. Since terms are positive, $L=2$.

设 $a_1=\sqrt 2$,$a_{n+1}=\sqrt{2+a_n}$。证明数列收敛并求其极限。

有上界 $2$。用数学归纳法:$a_1=\sqrt2<2$;若 $a_n<2$,则 $a_{n+1}=\sqrt{2+a_n}<\sqrt{2+2}=2$。单调递增。注意到 $a_{n+1}^2-a_n^2=2+a_n-a_n^2=-(a_n-2)(a_n+1)>0$(当 $0a_n$。数列单调递增且有上界,由单调收敛定理(Monotone Convergence Theorem)收敛。设极限为 $L$。对递推式两端取极限(两端均收敛故成立)得 $L=\sqrt{2+L}$,即 $L^2=2+L$,即 $L^2-L-2=(L-2)(L+1)=0$。因各项为正,故 $L=2$。

Worked Example 1.5: a factorial-over-power limit例题 1.5:阶乘除以幂次的极限

Find $\lim_{n\to\infty}\dfrac{n!}{n^{\,n}}$.

Write the quotient as a product of $n$ factors and bound it. Each factor $\dfrac{k}{n}\le1$, and the first factor is $\dfrac1n$:

$$0<\frac{n!}{n^{\,n}}=\frac{1}{n}\cdot\frac{2}{n}\cdot\frac{3}{n}\cdots\frac{n}{n}\le\frac{1}{n}\cdot1\cdot1\cdots1=\frac1n.$$

The right side tends to $0$, so by the squeeze theorem $\dfrac{n!}{n^{\,n}}\to0$. The terms of $\sum n!/n^n$ therefore pass the necessary $a_n\to0$ check, and the ratio test of Worked Example 7.3 confirms the full series converges.

求 $\lim_{n\to\infty}\dfrac{n!}{n^{\,n}}$。

将商写成 $n$ 个因子的乘积并估界。每个因子 $\dfrac{k}{n}\le1$,第一个因子为 $\dfrac1n$:

$$0<\frac{n!}{n^{\,n}}=\frac{1}{n}\cdot\frac{2}{n}\cdot\frac{3}{n}\cdots\frac{n}{n}\le\frac{1}{n}\cdot1\cdot1\cdots1=\frac1n.$$

右端趋于 $0$,故由夹逼定理 $\dfrac{n!}{n^{\,n}}\to0$。这说明 $\sum n!/n^n$ 的通项满足必要条件 $a_n\to0$,例题 7.3 的比值判别法将进一步证明该级数收敛。

Common error.常见错误。 Solving the fixed-point equation $L=\sqrt{2+L}$ without first proving the sequence converges. The algebra $L=2$ is meaningless unless a limit is known to exist; a divergent recursion can satisfy the same fixed-point equation formally. Always establish convergence (here, monotone and bounded) before substituting $L$ on both sides.在未先证明数列收敛的情况下直接求解不动点方程 $L=\sqrt{2+L}$。若极限不存在,解出 $L=2$ 毫无意义——发散的递推同样可以在形式上满足该方程。应先建立收敛性(此处:单调有界),再将 $L$ 代入两端。
What is $\\displaystyle\\lim_{n\\to\\infty}\\frac{3n^2+5}{2n^2-n}$?求 $\\displaystyle\\lim_{n\\to\\infty}\\frac{3n^2+5}{2n^2-n}$?
1.1
$\tfrac32$
$0$
$3$
does not exist不存在
Correct. Divide numerator and denominator by $n^2$: the limit is the ratio of leading coefficients, $3/2$.正确。分子分母同除以 $n^2$,极限等于最高次项系数之比 $3/2$。
For a ratio of polynomials of equal degree, the limit is the ratio of leading coefficients, here $3/2$.同次多项式之比的极限等于最高次项系数之比,此处为 $3/2$。
Which statement guarantees convergence of $\\{a_n\\}$?下列哪个条件能保证数列 $\\{a_n\\}$ 收敛?
1.2
$\\{a_n\\}$ is bounded$\\{a_n\\}$ 有界
$\\{a_n\\}$ is monotone$\\{a_n\\}$ 单调
$\\{a_n\\}$ is monotone and bounded$\\{a_n\\}$ 单调且有界
$a_n>0$ for all $n$$a_n>0$ 对一切 $n$
Correct. The Monotone Convergence Theorem requires both monotonicity and boundedness; either alone is insufficient.正确。单调收敛定理(Monotone Convergence Theorem)同时要求单调性与有界性,缺一不可。
Boundedness alone (consider $(-1)^n$) or monotonicity alone (consider $n$) does not force convergence. Both together do.仅有界(如 $(-1)^n$)或仅单调(如 $n$)均不足以保证收敛,两者合在一起才能保证。

Series and Partial Sums级数(series)与部分和

Key idea.核心思想。 An infinite series is defined as the limit of its sequence of partial sums. The series converges precisely when that sequence of finite sums converges. This reduces every question about an infinite sum to a question about an ordinary sequence limit.无穷级数(infinite series)定义为其部分和数列的极限。级数收敛当且仅当该部分和数列收敛,从而将所有关于无穷和的问题化归为普通数列极限问题。

Definition. Given a sequence $\{a_n\}$, the $n$th partial sum is $s_n=\sum_{k=1}^{n}a_k$. The infinite series $\sum_{n=1}^{\infty}a_n$ converges with sum $S$ if $\lim_{n\to\infty}s_n=S$. Otherwise the series diverges.定义。给定数列 $\{a_n\}$,第 $n$ 个部分和(partial sum)为 $s_n=\sum_{k=1}^{n}a_k$。若 $\lim_{n\to\infty}s_n=S$,则无穷级数 $\sum_{n=1}^{\infty}a_n$ 收敛,和为 $S$;否则级数发散(diverge)。

Series as a limit of partial sums
$$\sum_{n=1}^{\infty}a_n=\lim_{n\to\infty}s_n,\qquad s_n=\sum_{k=1}^{n}a_k.$$

The single most useful negative test follows immediately from this definition. If a series converges, its terms must shrink to zero.由此定义立即得到最有用的发散判别条件:若级数收敛,则其各项必须趋近于零。

$n$th-term test for divergence
$$\text{If } \lim_{n\to\infty}a_n\ne 0 \text{ (or fails to exist), then } \sum a_n \text{ diverges.}$$

Caution. The converse is false. The condition $a_n\to 0$ is necessary but not sufficient for convergence. The harmonic series $\sum 1/n$ has terms going to zero yet diverges, as shown in Section 4.注意。逆命题不成立。$a_n\to 0$ 是收敛的必要条件但非充分条件。调和级数(harmonic series)$\sum 1/n$ 的各项趋于零,却是发散的,见第 4 节。

Theorem (Algebra of series). If $\sum a_n=A$ and $\sum b_n=B$ converge, then $\sum(a_n\pm b_n)=A\pm B$ and $\sum c\,a_n=cA$ for any constant $c$. Convergence is also unaffected by changing, adding, or deleting finitely many terms, though the sum may change.定理(级数的代数运算)。若 $\sum a_n=A$ 和 $\sum b_n=B$ 均收敛,则 $\sum(a_n\pm b_n)=A\pm B$,$\sum c\,a_n=cA$($c$ 为常数)。改变、增加或删除有限项不影响收敛性,但和可能改变。

Worked Example 2.1: a divergence by the term test例题 2.1:用第 $n$ 项判别法判断发散

Determine whether $\displaystyle\sum_{n=1}^{\infty}\frac{n}{2n+1}$ converges.

Examine the general term: $\dfrac{n}{2n+1}\to\dfrac12$ as $n\to\infty$, which is not zero.

$$\lim_{n\to\infty}\frac{n}{2n+1}=\frac12\ne 0.$$

By the $n$th-term test the series diverges. The partial sums increase by roughly $\tfrac12$ each step and therefore grow without bound.

判断 $\displaystyle\sum_{n=1}^{\infty}\frac{n}{2n+1}$ 是否收敛。

检验通项:$\dfrac{n}{2n+1}\to\dfrac12$($n\to\infty$),不趋于零。

$$\lim_{n\to\infty}\frac{n}{2n+1}=\frac12\ne 0.$$

由第 $n$ 项判别法($n$th-term test),级数发散。部分和每步增加约 $\tfrac12$,故无界增长。

Worked Example 2.2: splitting a series with the algebra laws例题 2.2:利用代数运算拆分级数

Evaluate $\displaystyle\sum_{n=1}^{\infty}\frac{3^{\,n}+2^{\,n}}{6^{\,n}}$.

The summand separates into two geometric pieces. Because each piece converges on its own, the algebra of series lets us add the sums term by term:

$$\sum_{n=1}^{\infty}\frac{3^{\,n}+2^{\,n}}{6^{\,n}}=\sum_{n=1}^{\infty}\left(\frac12\right)^{n}+\sum_{n=1}^{\infty}\left(\frac13\right)^{n}=\frac{1/2}{1-1/2}+\frac{1/3}{1-1/3}=1+\frac12=\frac32.$$

The step is legitimate only because both component series converge. Splitting a series whose pieces diverge is the most common way to manufacture a wrong answer here.

求 $\displaystyle\sum_{n=1}^{\infty}\frac{3^{\,n}+2^{\,n}}{6^{\,n}}$。

被求和项可分拆为两个等比部分。由于每部分各自收敛,级数的代数法则允许逐项相加:

$$\sum_{n=1}^{\infty}\frac{3^{\,n}+2^{\,n}}{6^{\,n}}=\sum_{n=1}^{\infty}\left(\frac12\right)^{n}+\sum_{n=1}^{\infty}\left(\frac13\right)^{n}=\frac{1/2}{1-1/2}+\frac{1/3}{1-1/3}=1+\frac12=\frac32.$$

此步骤成立的前提是两个分量级数各自收敛。对各部分发散的级数强行拆分,是产生错误答案最常见的原因。

Worked Example 2.3: a partial sum read directly from a formula例题 2.3:由公式直接读取部分和

The partial sums of a series are $s_n=\dfrac{2n}{n+3}$. Decide whether $\sum a_n$ converges, and find $a_1$ and $a_3$.

By definition the series converges exactly when $\{s_n\}$ converges: $s_n=\dfrac{2n}{n+3}\to 2$, so $\sum a_n=2$. Individual terms come from differencing the partial sums, $a_n=s_n-s_{n-1}$ (with $a_1=s_1$):

$$a_1=s_1=\frac{2}{4}=\frac12,\qquad a_3=s_3-s_2=\frac{6}{6}-\frac{4}{5}=1-\frac45=\frac15.$$

This is the working definition in reverse: the terms are recovered from the partial sums by first differences.

已知某级数的部分和 $s_n=\dfrac{2n}{n+3}$。判断 $\sum a_n$ 是否收敛,并求 $a_1$ 和 $a_3$。

按定义,级数收敛当且仅当 $\{s_n\}$ 收敛:$s_n=\dfrac{2n}{n+3}\to 2$,故 $\sum a_n=2$。各项由相邻部分和之差恢复,$a_n=s_n-s_{n-1}$($a_1=s_1$):

$$a_1=s_1=\frac{2}{4}=\frac12,\qquad a_3=s_3-s_2=\frac{6}{6}-\frac{4}{5}=1-\frac45=\frac15.$$

这是定义的逆向应用:通项由部分和的一阶差分恢复。

Worked Example 2.4: adding a convergent and a divergent series例题 2.4:收敛级数与发散级数相加

What can you say about $\displaystyle\sum_{n=1}^{\infty}\left(\frac{1}{2^{\,n}}+\frac1n\right)$?

The algebra-of-series laws run in one direction only: they combine two convergent series. Here $\sum 1/2^n$ converges but $\sum 1/n$ diverges, so the laws do not apply, and in fact the sum diverges. To see it cleanly, suppose the combined series converged; subtracting the convergent geometric series $\sum 1/2^n$ would then force $\sum 1/n$ to converge, a contradiction. A convergent series plus a divergent series is always divergent.

关于 $\displaystyle\sum_{n=1}^{\infty}\left(\frac{1}{2^{\,n}}+\frac1n\right)$,你能得出什么结论?

级数代数法则只能合并两个收敛级数。此处 $\sum 1/2^n$ 收敛,但 $\sum 1/n$ 发散,法则不适用,该级数实际发散。简洁的证明:若合并后收敛,则从中减去收敛的等比级数 $\sum 1/2^n$,将迫使 $\sum 1/n$ 收敛,矛盾。一个收敛级数加一个发散级数,结果必然发散。

Common error.常见错误。 Reading $a_n\to 0$ as a proof of convergence. The $n$th-term test is a one-way street: a nonzero limit forces divergence, but a zero limit decides nothing. The harmonic series $\sum 1/n$ has $a_n\to 0$ and still diverges. When you see $a_n\to 0$, the test is exhausted and you must reach for the integral, comparison, ratio, root, or alternating-series test instead.将 $a_n\to 0$ 视为级数收敛的证明。第 $n$ 项判别法是单向的:项趋向非零极限可判断发散,但项趋向零什么也说明不了。调和级数 $\sum 1/n$ 各项趋于零却仍发散。看到 $a_n\to 0$ 时,该判别法已用尽,必须借助积分、比较、比值、根式或交错级数判别法。
Going deeper: why $a_n\to 0$ is necessary深入探讨:为何 $a_n\to 0$ 是必要条件

Suppose $\sum a_n$ converges to $S$, so $s_n\to S$ and also $s_{n-1}\to S$. The $n$th term is the difference of consecutive partial sums:

$$a_n=s_n-s_{n-1}.$$

Taking limits on both sides, $\lim a_n=\lim s_n-\lim s_{n-1}=S-S=0$. Thus convergence forces the terms to zero. The contrapositive is exactly the $n$th-term test for divergence.

设 $\sum a_n$ 收敛到 $S$,则 $s_n\to S$,$s_{n-1}\to S$。第 $n$ 项是相邻部分和之差:

$$a_n=s_n-s_{n-1}.$$

对两端取极限,$\lim a_n=\lim s_n-\lim s_{n-1}=S-S=0$。因此收敛性迫使通项趋于零。其逆否命题正是第 $n$ 项发散判别法($n$th-term test)。

The $n$th-term test can be used to prove that a series第 $n$ 项判别法($n$th-term test)可以用来证明一个级数
2.1
converges, when $a_n\\to 0$当 $a_n\\to 0$ 时收敛
converges, when $a_n\\to\\infty$当 $a_n\\to\\infty$ 时收敛
converges, when $a_n$ oscillates当 $a_n$ 振荡时收敛
diverges, when $a_n\\not\\to 0$当 $a_n\\not\\to 0$ 时发散
Correct. The test is one-directional: a nonzero limit of terms forces divergence, but $a_n\to 0$ proves nothing on its own.正确。该判别法是单向的:项趋向非零极限则级数发散,但 $a_n\to 0$ 本身不能说明任何问题。
The test only detects divergence. When $a_n\to 0$ the test is inconclusive and a stronger test is needed.该判别法只能判断发散。当 $a_n\to 0$ 时判别法无结论,需要更强工具。

Geometric and Telescoping Series等比级数(geometric series)与裂项级数(telescoping series

Key idea.核心思想。 Two families of series have partial sums in closed form, so their convergence and exact sums can be read off directly. Geometric series collapse by a common ratio; telescoping series collapse because interior terms cancel in pairs.有两类级数的部分和有封闭公式,可以直接读出收敛性与精确和。等比级数(geometric series)通过公比化简;裂项级数(telescoping series)因内部项两两抵消而简化。

Geometric series. A series $\sum_{n=0}^{\infty}ar^n=a+ar+ar^2+\cdots$ has partial sum $s_n=a\dfrac{1-r^n}{1-r}$ for $r\ne 1$. As $n\to\infty$ the term $r^n\to 0$ exactly when $|r|<1$.等比级数(geometric series)。级数 $\sum_{n=0}^{\infty}ar^n=a+ar+ar^2+\cdots$ 的第 $n$ 部分和($r\ne 1$)为 $s_n=a\dfrac{1-r^n}{1-r}$。当 $|r|<1$ 时 $r^n\to 0$,级数收敛。

Geometric series
$$\sum_{n=0}^{\infty}ar^n=\frac{a}{1-r}\quad\text{for }|r|<1,\qquad\text{diverges for }|r|\ge 1.$$

Telescoping series. If the general term can be written as a difference $a_n=b_n-b_{n+1}$, the partial sum collapses: $s_n=b_1-b_{n+1}$. The series then converges if and only if $\{b_n\}$ converges, with sum $b_1-\lim b_n$.裂项级数(telescoping series)。若通项可写成差式 $a_n=b_n-b_{n+1}$,则部分和化简为 $s_n=b_1-b_{n+1}$。级数收敛当且仅当 $\{b_n\}$ 收敛,和为 $b_1-\lim b_n$。

Telescoping sum
$$\sum_{n=1}^{\infty}\bigl(b_n-b_{n+1}\bigr)=b_1-\lim_{n\to\infty}b_{n+1}.$$

Remark. Partial fractions are the standard route to a telescoping form. A term like $\dfrac{1}{n(n+1)}$ splits as $\dfrac{1}{n}-\dfrac{1}{n+1}$, which is exactly a difference of consecutive values of $b_n=1/n$.注记。部分分式分解是化为裂项形式的标准途径。例如 $\dfrac{1}{n(n+1)}$ 可分拆为 $\dfrac{1}{n}-\dfrac{1}{n+1}$,恰好是 $b_n=1/n$ 相邻两项之差。

Worked Example 3.1: a geometric sum例题 3.1:等比级数求和

Evaluate $\displaystyle\sum_{n=1}^{\infty}\frac{2}{3^{\,n}}$.

Write out the first term: $n=1$ gives $\tfrac{2}{3}$, and each successive term multiplies by $r=\tfrac13$. So $a=\tfrac23$ and $|r|<1$.

$$\sum_{n=1}^{\infty}\frac{2}{3^{\,n}}=\frac{a}{1-r}=\frac{2/3}{1-1/3}=\frac{2/3}{2/3}=1.$$

The series converges to $1$.

求 $\displaystyle\sum_{n=1}^{\infty}\frac{2}{3^{\,n}}$。

写出首项:$n=1$ 时为 $\tfrac{2}{3}$,每后一项乘以 $r=\tfrac13$。故 $a=\tfrac23$,$|r|<1$。

$$\sum_{n=1}^{\infty}\frac{2}{3^{\,n}}=\frac{a}{1-r}=\frac{2/3}{1-1/3}=\frac{2/3}{2/3}=1.$$

级数收敛到 $1$。

Worked Example 3.2: a telescoping sum例题 3.2:裂项级数求和

Evaluate $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n(n+1)}$.

By partial fractions, $\dfrac{1}{n(n+1)}=\dfrac1n-\dfrac{1}{n+1}$. The $n$th partial sum is

$$s_n=\left(1-\tfrac12\right)+\left(\tfrac12-\tfrac13\right)+\cdots+\left(\tfrac1n-\tfrac{1}{n+1}\right)=1-\frac{1}{n+1}.$$

As $n\to\infty$, $s_n\to 1$, so the series converges to $1$.

求 $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n(n+1)}$。

用部分分式分解,$\dfrac{1}{n(n+1)}=\dfrac1n-\dfrac{1}{n+1}$。第 $n$ 部分和为

$$s_n=\left(1-\tfrac12\right)+\left(\tfrac12-\tfrac13\right)+\cdots+\left(\tfrac1n-\tfrac{1}{n+1}\right)=1-\frac{1}{n+1}.$$

当 $n\to\infty$ 时,$s_n\to 1$,故级数收敛到 $1$。

Worked Example 3.3: a repeating decimal as a geometric series例题 3.3:循环小数化等比级数

Write the repeating decimal $0.\overline{27}=0.272727\ldots$ as a fraction.

Group the digits in pairs: the decimal is $\dfrac{27}{100}+\dfrac{27}{100^2}+\dfrac{27}{100^3}+\cdots$, a geometric series with first term $a=\tfrac{27}{100}$ and ratio $r=\tfrac{1}{100}$. Since $|r|<1$,

$$0.\overline{27}=\frac{a}{1-r}=\frac{27/100}{1-1/100}=\frac{27/100}{99/100}=\frac{27}{99}=\frac{3}{11}.$$

Every repeating decimal is a geometric series, which is why every such decimal is rational.

将循环小数 $0.\overline{27}=0.272727\ldots$ 化为分数。

将各位数字两两分组:该小数为 $\dfrac{27}{100}+\dfrac{27}{100^2}+\dfrac{27}{100^3}+\cdots$,是首项 $a=\tfrac{27}{100}$、公比 $r=\tfrac{1}{100}$ 的等比级数。由于 $|r|<1$,

$$0.\overline{27}=\frac{a}{1-r}=\frac{27/100}{1-1/100}=\frac{27/100}{99/100}=\frac{27}{99}=\frac{3}{11}.$$

每个循环小数都是一个等比级数,这正是所有循环小数都是有理数的原因。

Worked Example 3.4: a geometric series that starts late例题 3.4:从较大下标起始的等比级数

Evaluate $\displaystyle\sum_{n=3}^{\infty}\frac{5}{2^{\,n}}$.

The closed form $\dfrac{a}{1-r}$ assumes the sum begins at the first written term, so identify that term directly rather than forcing $n=0$. The $n=3$ term is $a=\dfrac{5}{2^{3}}=\dfrac58$, and the ratio is $r=\tfrac12$:

$$\sum_{n=3}^{\infty}\frac{5}{2^{\,n}}=\frac{5/8}{1-1/2}=\frac{5/8}{1/2}=\frac54.$$

Alternatively, sum from $n=0$ to get $\dfrac{5}{1-1/2}=10$, then subtract the missing $n=0,1,2$ terms $5+\tfrac52+\tfrac54=\tfrac{35}{4}$, leaving $10-\tfrac{35}{4}=\tfrac54$. Both routes agree.

求 $\displaystyle\sum_{n=3}^{\infty}\frac{5}{2^{\,n}}$。

封闭公式 $\dfrac{a}{1-r}$ 以写出的第一项为首项,因此直接读取该项而非强行令 $n=0$。$n=3$ 时首项 $a=\dfrac{5}{2^{3}}=\dfrac58$,公比 $r=\tfrac12$:

$$\sum_{n=3}^{\infty}\frac{5}{2^{\,n}}=\frac{5/8}{1-1/2}=\frac{5/8}{1/2}=\frac54.$$

也可从 $n=0$ 求和得 $\dfrac{5}{1-1/2}=10$,再减去缺少的 $n=0,1,2$ 三项 $5+\tfrac52+\tfrac54=\tfrac{35}{4}$,余 $10-\tfrac{35}{4}=\tfrac54$。两种方法结果相同。

Common error.常见错误。 Plugging into $\dfrac{a}{1-r}$ with $a$ set to the coefficient instead of the actual first term of the sum. For $\sum_{n=3}^{\infty}5/2^n$ the first term is $5/2^3=5/8$, not $5$. Read off $a$ as the value of the very first term you are adding, and $r$ as the constant multiplier from one term to the next.将公式 $\dfrac{a}{1-r}$ 中的 $a$ 设为系数而非实际首项。对 $\sum_{n=3}^{\infty}5/2^n$,首项为 $5/2^3=5/8$,而非 $5$。应将 $a$ 取为第一个加上的项的值,$r$ 为相邻项的公倍因子。
Worked Example 3.5: a telescoping sum after partial fractions例题 3.5:部分分式后的裂项求和

Evaluate $\displaystyle\sum_{n=1}^{\infty}\frac{2}{(2n-1)(2n+1)}$.

Split by partial fractions: $\dfrac{2}{(2n-1)(2n+1)}=\dfrac{1}{2n-1}-\dfrac{1}{2n+1}$, which is $b_n-b_{n+1}$ with $b_n=\dfrac{1}{2n-1}$. The partial sum collapses:

$$s_n=\left(1-\tfrac13\right)+\left(\tfrac13-\tfrac15\right)+\cdots+\left(\tfrac{1}{2n-1}-\tfrac{1}{2n+1}\right)=1-\frac{1}{2n+1}.$$

As $n\to\infty$ the survivor $\dfrac{1}{2n+1}\to0$, so the series converges to $1$. The art is recognizing the partial-fraction split as a difference of consecutive $b_n$.

求 $\displaystyle\sum_{n=1}^{\infty}\frac{2}{(2n-1)(2n+1)}$。

用部分分式拆分:$\dfrac{2}{(2n-1)(2n+1)}=\dfrac{1}{2n-1}-\dfrac{1}{2n+1}$,即 $b_n-b_{n+1}$,其中 $b_n=\dfrac{1}{2n-1}$。部分和化简为:

$$s_n=\left(1-\tfrac13\right)+\left(\tfrac13-\tfrac15\right)+\cdots+\left(\tfrac{1}{2n-1}-\tfrac{1}{2n+1}\right)=1-\frac{1}{2n+1}.$$

当 $n\to\infty$ 时,残留项 $\dfrac{1}{2n+1}\to0$,故级数收敛到 $1$。关键在于将部分分式拆分识别为相邻 $b_n$ 之差。

Going deeper: the geometric partial-sum identity深入探讨:等比部分和恒等式

Let $s_n=a+ar+ar^2+\cdots+ar^{n-1}$ with $r\ne 1$. Multiply by $r$ and subtract:

$$s_n-rs_n=\bigl(a+ar+\cdots+ar^{n-1}\bigr)-\bigl(ar+ar^2+\cdots+ar^{n}\bigr)=a-ar^{n}.$$

The interior terms cancel in pairs, leaving $s_n(1-r)=a(1-r^{n})$, so $s_n=a\dfrac{1-r^{n}}{1-r}$. When $|r|<1$, $r^{n}\to 0$ and $s_n\to\dfrac{a}{1-r}$. When $|r|\ge 1$, $r^{n}$ does not go to zero, so the partial sums fail to settle and the series diverges. This single cancellation is the engine behind both geometric and telescoping series.

设 $s_n=a+ar+ar^2+\cdots+ar^{n-1}$,$r\ne 1$。将两端乘以 $r$ 后相减:

$$s_n-rs_n=\bigl(a+ar+\cdots+ar^{n-1}\bigr)-\bigl(ar+ar^2+\cdots+ar^{n}\bigr)=a-ar^{n}.$$

内部各项两两抵消,余 $s_n(1-r)=a(1-r^{n})$,故 $s_n=a\dfrac{1-r^{n}}{1-r}$。当 $|r|<1$ 时,$r^{n}\to 0$,$s_n\to\dfrac{a}{1-r}$。当 $|r|\ge 1$ 时,$r^{n}$ 不趋于零,部分和不能稳定,级数发散。这一次消约是等比级数与裂项级数的共同核心。

$\\displaystyle\\sum_{n=0}^{\\infty}\\left(\\frac{4}{5}\\right)^n$ equals$\\displaystyle\\sum_{n=0}^{\\infty}\\left(\\frac{4}{5}\\right)^n$ 等于
3.1
$\tfrac45$
$5$
$\tfrac54$
diverges发散
Correct. Here $a=1$ and $r=\\tfrac45$, so the sum is $\\dfrac{1}{1-4/5}=\\dfrac{1}{1/5}=5$.正确。$a=1$,$r=\\tfrac45$,故和为 $\\dfrac{1}{1-4/5}=5$。
With $a=1$ and $r=4/5<1$, the sum is $1/(1-4/5)=5$.$a=1$,$r=4/5<1$,和为 $1/(1-4/5)=5$。

The Integral Test and p-Series积分判别法(Integral Test)与 p 级数(p-series

Key idea.核心思想。 For a series of positive, decreasing terms, the partial sums behave like the area under a matching curve. Comparing the sum to an improper integral converts a convergence question into an integration question, and it settles the entire family of $p$-series at once.对正项递减级数,部分和的行为类似于对应曲线下的面积。将级数与反常积分(improper integral)对比,把收敛问题化为积分问题,并一次性解决整类 $p$ 级数的判别。

Theorem (Integral Test). Let $f$ be continuous, positive, and decreasing on $[1,\infty)$ with $a_n=f(n)$. Then $\sum_{n=1}^{\infty}a_n$ and $\int_1^{\infty}f(x)\,dx$ either both converge or both diverge.定理(积分判别法,Integral Test)。设 $f$ 在 $[1,\infty)$ 上连续、正值、递减,且 $a_n=f(n)$。则级数 $\sum_{n=1}^{\infty}a_n$ 与广义积分 $\int_1^{\infty}f(x)\,dx$ 同时收敛或同时发散。

Integral test
$$\sum_{n=1}^{\infty}f(n)\ \text{converges}\iff\int_1^{\infty}f(x)\,dx\ \text{converges},$$ $$f\ \text{continuous, positive, decreasing on }[1,\infty).$$

Applying the test to $f(x)=x^{-p}$ resolves the most important benchmark family.将该定理应用于 $f(x)=x^{-p}$,即可解决最重要的标准级数族。

$p$-series
$$\sum_{n=1}^{\infty}\frac{1}{n^{\,p}}\ \text{converges if }p>1,\quad\text{diverges if }p\le 1.$$

Remark. The value $p=1$ is the harmonic series $\sum 1/n$, the borderline case: its terms go to zero, yet it diverges. The integral test gives a clean proof. Note the integral and the series rarely share the same value; the test reports only whether each is finite.注记。$p=1$ 对应调和级数(harmonic series)$\sum 1/n$,是临界情形:各项趋于零,但级数发散。积分判别法给出了清晰的证明。注意积分值与级数和通常不相等;该判别法只报告两者是否有限,而非具体数值。

Worked Example 4.1: testing $\sum 1/(n\ln n)$例题 4.1:判断 $\sum 1/(n\ln n)$ 的收敛性

Does $\displaystyle\sum_{n=2}^{\infty}\frac{1}{n\ln n}$ converge?

Take $f(x)=\dfrac{1}{x\ln x}$, which is positive and decreasing for $x\ge 2$. Substitute $u=\ln x$, $du=\tfrac{dx}{x}$:

$$\int_2^{\infty}\frac{dx}{x\ln x}=\int_{\ln 2}^{\infty}\frac{du}{u}=\bigl[\ln u\bigr]_{\ln 2}^{\infty}=\infty.$$

The integral diverges, so by the integral test the series diverges as well.

$\displaystyle\sum_{n=2}^{\infty}\frac{1}{n\ln n}$ 是否收敛?

取 $f(x)=\dfrac{1}{x\ln x}$,对 $x\ge 2$ 为正值递减函数。换元 $u=\ln x$,$du=\tfrac{dx}{x}$:

$$\int_2^{\infty}\frac{dx}{x\ln x}=\int_{\ln 2}^{\infty}\frac{du}{u}=\bigl[\ln u\bigr]_{\ln 2}^{\infty}=\infty.$$

积分发散,故由积分判别法(Integral Test),级数也发散。

Going deeper: proving the $p$-series rule深入探讨:证明 p 级数判别规则

Apply the integral test to $f(x)=x^{-p}$ with $p>0$. For $p\ne 1$,

$$\int_1^{\infty}x^{-p}\,dx=\lim_{t\to\infty}\left[\frac{x^{1-p}}{1-p}\right]_1^{t}=\lim_{t\to\infty}\frac{t^{\,1-p}-1}{1-p}.$$

If $p>1$ then $1-p<0$, so $t^{1-p}\to 0$ and the integral equals $\dfrac{1}{p-1}$, a finite value: convergence. If $00$, so $t^{1-p}\to\infty$: divergence. For $p=1$, $\int_1^{\infty}\tfrac{dx}{x}=\lim_{t\to\infty}\ln t=\infty$: divergence. This proves the $p$-series rule.

对 $f(x)=x^{-p}$($p>0$)应用积分判别法。当 $p\ne 1$ 时,

$$\int_1^{\infty}x^{-p}\,dx=\lim_{t\to\infty}\left[\frac{x^{1-p}}{1-p}\right]_1^{t}=\lim_{t\to\infty}\frac{t^{\,1-p}-1}{1-p}.$$

若 $p>1$,则 $1-p<0$,$t^{1-p}\to 0$,积分等于 $\dfrac{1}{p-1}$(有限值):收敛。若 $00$,$t^{1-p}\to\infty$:发散。当 $p=1$ 时,$\int_1^{\infty}\tfrac{dx}{x}=\lim_{t\to\infty}\ln t=\infty$:发散。这就证明了 p 级数规则(p-series rule)。

Worked Example 4.2: a convergent series by the integral test例题 4.2:用积分判别法判断收敛级数

Does $\displaystyle\sum_{n=1}^{\infty}\frac{n}{e^{\,n}}$ converge?

Take $f(x)=xe^{-x}$. It is positive on $[1,\infty)$, and $f'(x)=e^{-x}(1-x)<0$ for $x>1$, so $f$ is decreasing there and the integral test applies. Integrate by parts with $u=x$, $dv=e^{-x}\,dx$:

$$\int_1^{\infty}xe^{-x}\,dx=\Bigl[-xe^{-x}\Bigr]_1^{\infty}+\int_1^{\infty}e^{-x}\,dx=\frac1e+\Bigl[-e^{-x}\Bigr]_1^{\infty}=\frac1e+\frac1e=\frac2e.$$

The improper integral is finite, so the series converges. (The exact value $2/e$ is the integral's value, not the series sum; the test reports only finiteness.)

$\displaystyle\sum_{n=1}^{\infty}\frac{n}{e^{\,n}}$ 是否收敛?

取 $f(x)=xe^{-x}$。在 $[1,\infty)$ 上为正值,且 $f'(x)=e^{-x}(1-x)<0$($x>1$),故 $f$ 在该区间递减,积分判别法适用。用分部积分,令 $u=x$,$dv=e^{-x}\,dx$:

$$\int_1^{\infty}xe^{-x}\,dx=\Bigl[-xe^{-x}\Bigr]_1^{\infty}+\int_1^{\infty}e^{-x}\,dx=\frac1e+\Bigl[-e^{-x}\Bigr]_1^{\infty}=\frac1e+\frac1e=\frac2e.$$

反常积分有限,故级数收敛。($2/e$ 是积分值,不是级数的和;判别法只给出有限或无限的结论。)

Worked Example 4.3: testing $\sum 1/(n\ln^2 n)$例题 4.3:判断 $\sum 1/(n\ln^2 n)$ 的收敛性

Does $\displaystyle\sum_{n=2}^{\infty}\frac{1}{n(\ln n)^2}$ converge? Compare with the divergent $\sum 1/(n\ln n)$ of Worked Example 4.1, where the extra log factor is decisive.

Let $f(x)=\dfrac{1}{x(\ln x)^2}$, positive and decreasing for $x\ge2$. Substitute $u=\ln x$, $du=dx/x$:

$$\int_2^{\infty}\frac{dx}{x(\ln x)^2}=\int_{\ln 2}^{\infty}\frac{du}{u^2}=\left[-\frac1u\right]_{\ln 2}^{\infty}=\frac{1}{\ln 2}<\infty.$$

The integral is finite, so the series converges. The single change from exponent $1$ to exponent $2$ on the logarithm flips divergence to convergence, mirroring the $p$-series boundary at $p=1$.

$\displaystyle\sum_{n=2}^{\infty}\frac{1}{n(\ln n)^2}$ 是否收敛?与例题 4.1 中发散的 $\sum 1/(n\ln n)$ 比较,多出的对数因子起到关键作用。

令 $f(x)=\dfrac{1}{x(\ln x)^2}$,对 $x\ge2$ 为正值递减。换元 $u=\ln x$,$du=dx/x$:

$$\int_2^{\infty}\frac{dx}{x(\ln x)^2}=\int_{\ln 2}^{\infty}\frac{du}{u^2}=\left[-\frac1u\right]_{\ln 2}^{\infty}=\frac{1}{\ln 2}<\infty.$$

积分有限,故级数收敛。对数指数从 $1$ 改为 $2$ 这一变化,将发散转为收敛,恰好对应 p 级数在 $p=1$ 处的临界现象。

Worked Example 4.4: a $p$-series with a shifted index例题 4.4:带平移下标的 p 级数

Does $\displaystyle\sum_{n=1}^{\infty}\frac{1}{(2n+1)^{3/2}}$ converge?

Convergence is unaffected by the linear shift inside the power, because the term still behaves like a $p$-series with $p=\tfrac32$. Confirm with $f(x)=(2x+1)^{-3/2}$, substituting $u=2x+1$, $du=2\,dx$:

$$\int_1^{\infty}\frac{dx}{(2x+1)^{3/2}}=\frac12\int_3^{\infty}u^{-3/2}\,du=\frac12\Bigl[-2u^{-1/2}\Bigr]_3^{\infty}=\frac{1}{\sqrt3}<\infty.$$

The integral is finite, so the series converges. As a faster route, limit comparison against $1/n^{3/2}$ gives the finite positive limit $\lim n^{3/2}/(2n+1)^{3/2}=(1/2)^{3/2}$, the same conclusion in one line.

$\displaystyle\sum_{n=1}^{\infty}\frac{1}{(2n+1)^{3/2}}$ 是否收敛?

幂次内的线性平移不影响收敛性,因为通项仍与 $p=\tfrac32$ 的 p 级数行为相同。用 $f(x)=(2x+1)^{-3/2}$,换元 $u=2x+1$,$du=2\,dx$ 验证:

$$\int_1^{\infty}\frac{dx}{(2x+1)^{3/2}}=\frac12\int_3^{\infty}u^{-3/2}\,du=\frac12\Bigl[-2u^{-1/2}\Bigr]_3^{\infty}=\frac{1}{\sqrt3}<\infty.$$

积分有限,故级数收敛。更快的方法:与 $1/n^{3/2}$ 做极限比较,得有限正极限 $\lim n^{3/2}/(2n+1)^{3/2}=(1/2)^{3/2}$,一步得到相同结论。

Common error.常见错误。 Reporting the value of the integral as the sum of the series. The integral test certifies only that the series is finite or infinite; it does not evaluate it. In Worked Example 4.2 the integral equals $2/e$, but the series $\sum n/e^n$ sums to $e/(e-1)^2$, a different number. The integral test answers "converges or diverges," never "to what."将积分值当作级数的和。积分判别法只验证级数是有限还是无限,不给出具体值。例题 4.2 中积分等于 $2/e$,但级数 $\sum n/e^n$ 的和为 $e/(e-1)^2$,是不同的数。积分判别法只回答"收敛还是发散",不回答"收敛到什么值"。
Going deeper: the integral test from a picture, with a remainder bound深入探讨:从图形理解积分判别法与余项估计

Let $f$ be positive and decreasing with $a_n=f(n)$. Draw rectangles of width $1$ and height $a_n$. Right endpoints sit under the curve and left endpoints sit above it, giving the two-sided trap

$$\int_1^{N+1}f(x)\,dx\ \le\ \sum_{n=1}^{N}a_n\ \le\ a_1+\int_1^{N}f(x)\,dx.$$

If the improper integral converges, the right inequality bounds the partial sums above by a fixed number, so the increasing partial sums converge. If the integral diverges, the left inequality pushes the partial sums to infinity. The same picture bounds the tail remainder $R_N=\sum_{n>N}a_n$ after $N$ terms:

$$\int_{N+1}^{\infty}f(x)\,dx\ \le\ R_N\ \le\ \int_{N}^{\infty}f(x)\,dx.$$

For $\sum 1/n^2$ this gives $R_N\le\int_N^{\infty}x^{-2}\,dx=1/N$, a concrete accuracy estimate the integral test hands you for free.

设 $f$ 为正值递减函数,$a_n=f(n)$。画出宽度为 $1$、高度为 $a_n$ 的矩形。右端点矩形在曲线下方,左端点矩形在曲线上方,得到双边夹逼:

$$\int_1^{N+1}f(x)\,dx\ \le\ \sum_{n=1}^{N}a_n\ \le\ a_1+\int_1^{N}f(x)\,dx.$$

若反常积分收敛,右侧不等式将部分和从上方限制为某常数,递增的部分和因而收敛。若积分发散,左侧不等式将部分和推向无穷。同一图形还给出 $N$ 项后尾余项 $R_N=\sum_{n>N}a_n$ 的估计:

$$\int_{N+1}^{\infty}f(x)\,dx\ \le\ R_N\ \le\ \int_{N}^{\infty}f(x)\,dx.$$

对 $\sum 1/n^2$,此式给出 $R_N\le\int_N^{\infty}x^{-2}\,dx=1/N$,这是积分判别法附赠的具体精度估计。

Which $p$-series converges?下列哪个 p 级数收敛?
4.1
$\sum 1/n$
$\sum 1/\sqrt{n}$
$\sum 1/n^{3/2}$
$\sum 1/n^{0.9}$
Correct. A $p$-series converges exactly when $p>1$; here $p=3/2>1$. The others have $p=1$, $p=1/2$, and $p=0.9$, all at most $1$.正确。p 级数当 $p>1$ 时收敛;此处 $p=3/2>1$。其余各项的 $p$ 分别为 $1$、$1/2$、$0.9$,均不超过 $1$,故发散。
Convergence requires $p>1$. Only $p=3/2$ exceeds $1$; the rest have $p\le 1$ and diverge.收敛要求 $p>1$。只有 $p=3/2$ 超过 $1$;其余各项 $p\le 1$,均发散。
The harmonic series $\\sum 1/n$调和级数(harmonic series)$\\sum 1/n$
4.2
diverges even though its terms go to zero尽管各项趋于零,但级数发散
converges because its terms go to zero因为各项趋于零,所以收敛
converges to $1$收敛到 $1$
diverges because its terms do not go to zero因为各项不趋于零,所以发散
Correct. Its terms go to zero, but the integral $\int_1^\infty dx/x$ diverges, so the series diverges. This is the classic counterexample to the converse of the term test.正确。各项趋于零,但积分 $\int_1^\infty dx/x$ 发散,故级数发散。这是第 $n$ 项判别法逆命题不成立的经典反例。
Terms going to zero never guarantees convergence. The integral test shows $\sum 1/n$ diverges.项趋于零从不保证收敛。积分判别法表明 $\sum 1/n$ 发散。

Comparison Tests比较判别法(Comparison Tests

Key idea.核心思想。 For series with nonnegative terms, convergence is decided by size. If your terms are dominated by those of a known convergent series, your series converges; if they dominate a known divergent series, yours diverges. The limit form removes the need to verify the inequality term by term.对非负项级数,收敛性由项的大小决定。若各项被已知收敛级数的对应项控制,则级数收敛;若各项控制已知发散级数,则级数发散。极限形式(limit comparison)免去逐项验证不等式的麻烦。

Theorem (Direct Comparison Test). Suppose $0\le a_n\le b_n$ for all large $n$. If $\sum b_n$ converges, then $\sum a_n$ converges. If $\sum a_n$ diverges, then $\sum b_n$ diverges.定理(直接比较判别法,Direct Comparison Test)。设对充分大的 $n$,有 $0\le a_n\le b_n$。若 $\sum b_n$ 收敛,则 $\sum a_n$ 收敛;若 $\sum a_n$ 发散,则 $\sum b_n$ 发散。

Direct comparison
$$0\le a_n\le b_n:\quad \sum b_n\text{ converges}\Rightarrow\sum a_n\text{ converges}.$$

Constructing the inequality can be awkward. The limit comparison test instead compares growth rates through a single limit.构造不等式有时较为繁琐。极限比较判别法(Limit Comparison Test)改为通过一个极限来比较增长速率。

Limit comparison
$$\text{If } a_n,b_n>0 \text{ and } \lim_{n\to\infty}\frac{a_n}{b_n}=L \text{ with } 0

Remark. The art is choosing the comparison series $b_n$. For a rational or algebraic term, keep only the highest powers of $n$ in numerator and denominator; the resulting $p$-series or geometric series is the natural benchmark.注记。关键在于选取合适的比较级数 $b_n$。对于有理式或代数式的通项,只保留分子分母中最高次的 $n$ 幂,所得 p 级数或等比级数即为自然的比较对象。

Worked Example 5.1: direct comparison例题 5.1:直接比较判别法

Show that $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2+n}$ converges.

Since $n^2+n\ge n^2$ for $n\ge 1$, the terms satisfy

$$0\le\frac{1}{n^2+n}\le\frac{1}{n^2}.$$

The dominating series $\sum 1/n^2$ is a convergent $p$-series ($p=2>1$). By direct comparison the given series converges.

证明 $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2+n}$ 收敛。

对 $n\ge 1$,有 $n^2+n\ge n^2$,故各项满足

$$0\le\frac{1}{n^2+n}\le\frac{1}{n^2}.$$

控制级数 $\sum 1/n^2$ 是收敛的 p 级数($p=2>1$)。由直接比较判别法(Direct Comparison Test),原级数收敛。

Worked Example 5.2: limit comparison例题 5.2:极限比较判别法

Determine the behavior of $\displaystyle\sum_{n=1}^{\infty}\frac{2n+3}{n^3+5n+1}$.

For large $n$ the term behaves like $\dfrac{2n}{n^3}=\dfrac{2}{n^2}$. Compare with $b_n=\dfrac{1}{n^2}$:

$$\lim_{n\to\infty}\frac{(2n+3)/(n^3+5n+1)}{1/n^2}=\lim_{n\to\infty}\frac{(2n+3)n^2}{n^3+5n+1}=2.$$

The limit $2$ is finite and positive, and $\sum 1/n^2$ converges, so the given series converges.

判断 $\displaystyle\sum_{n=1}^{\infty}\frac{2n+3}{n^3+5n+1}$ 的收敛性。

当 $n$ 充分大时,通项行为类似 $\dfrac{2n}{n^3}=\dfrac{2}{n^2}$。取 $b_n=\dfrac{1}{n^2}$ 比较:

$$\lim_{n\to\infty}\frac{(2n+3)/(n^3+5n+1)}{1/n^2}=\lim_{n\to\infty}\frac{(2n+3)n^2}{n^3+5n+1}=2.$$

极限 $2$ 有限且为正,而 $\sum 1/n^2$ 收敛,故由极限比较判别法(Limit Comparison Test),原级数收敛。

Worked Example 5.3: limit comparison giving divergence例题 5.3:极限比较判别法得出发散

Decide whether $\displaystyle\sum_{n=1}^{\infty}\frac{1}{\sqrt{n^2+1}}$ converges.

For large $n$, $\sqrt{n^2+1}\approx n$, so the term behaves like $1/n$. Compare with the harmonic series $b_n=1/n$:

$$\lim_{n\to\infty}\frac{1/\sqrt{n^2+1}}{1/n}=\lim_{n\to\infty}\frac{n}{\sqrt{n^2+1}}=\lim_{n\to\infty}\frac{1}{\sqrt{1+1/n^2}}=1.$$

The limit $1$ is finite and positive. Since $\sum 1/n$ diverges, so does the given series. Direct comparison would be clumsy here because the inequality runs the wrong way ($1/\sqrt{n^2+1}<1/n$, which proves nothing against a divergent series); the limit form sidesteps that.

判断 $\displaystyle\sum_{n=1}^{\infty}\frac{1}{\sqrt{n^2+1}}$ 是否收敛。

当 $n$ 充分大时,$\sqrt{n^2+1}\approx n$,通项行为类似 $1/n$。取调和级数 $b_n=1/n$ 比较:

$$\lim_{n\to\infty}\frac{1/\sqrt{n^2+1}}{1/n}=\lim_{n\to\infty}\frac{n}{\sqrt{n^2+1}}=\lim_{n\to\infty}\frac{1}{\sqrt{1+1/n^2}}=1.$$

极限 $1$ 有限且为正。由于 $\sum 1/n$ 发散,原级数也发散。直接比较在此不便,因为不等号方向不对($1/\sqrt{n^2+1}<1/n$ 对发散级数无法得出结论);极限比较形式绕过了这一难题。

Worked Example 5.4: comparison with a geometric series例题 5.4:与等比级数比较

Show that $\displaystyle\sum_{n=1}^{\infty}\frac{1}{2^{\,n}+n}$ converges.

The added $n$ only makes the denominator larger, so the terms are smaller than a convergent geometric series:

$$0<\frac{1}{2^{\,n}+n}\le\frac{1}{2^{\,n}}=\left(\frac12\right)^{n}.$$

The dominating series $\sum(1/2)^n$ is geometric with $|r|=\tfrac12<1$, hence convergent. By direct comparison the given series converges. Here the inequality is easy, so direct comparison is the cleaner tool.

证明 $\displaystyle\sum_{n=1}^{\infty}\frac{1}{2^{\,n}+n}$ 收敛。

加上的 $n$ 只使分母更大,故各项比收敛等比级数的对应项更小:

$$0<\frac{1}{2^{\,n}+n}\le\frac{1}{2^{\,n}}=\left(\frac12\right)^{n}.$$

控制级数 $\sum(1/2)^n$ 是公比 $|r|=\tfrac12<1$ 的等比级数,故收敛。由直接比较判别法,原级数收敛。此处不等式容易建立,直接比较是更简洁的工具。

Worked Example 5.5: limit comparison with a logarithm例题 5.5:含对数的极限比较判别法

Decide whether $\displaystyle\sum_{n=2}^{\infty}\frac{\ln n}{n^{2}}$ converges.

The numerator $\ln n$ grows slower than any positive power, so the term is just barely smaller than a borderline $p$-series. Compare with $b_n=1/n^{3/2}$, chosen between the failing $1/n^2$ and a safely convergent exponent:

$$\lim_{n\to\infty}\frac{(\ln n)/n^{2}}{1/n^{3/2}}=\lim_{n\to\infty}\frac{\ln n}{n^{1/2}}=0.$$

The limit is $0$ rather than a positive number, so the basic limit comparison is inconclusive; but the zero-limit form still applies: when $\lim a_n/b_n=0$ and $\sum b_n$ converges, $\sum a_n$ converges too. Since $\sum 1/n^{3/2}$ converges ($p=\tfrac32>1$), the given series converges.

判断 $\displaystyle\sum_{n=2}^{\infty}\frac{\ln n}{n^{2}}$ 是否收敛。

分子 $\ln n$ 比任何正次幂增长都慢,故通项比临界 p 级数略小。取 $b_n=1/n^{3/2}$,介于失效的 $1/n^2$ 与安全收敛的指数之间:

$$\lim_{n\to\infty}\frac{(\ln n)/n^{2}}{1/n^{3/2}}=\lim_{n\to\infty}\frac{\ln n}{n^{1/2}}=0.$$

极限为 $0$ 而非正数,基本极限比较形式无结论;但零极限情形仍成立:当 $\lim a_n/b_n=0$ 且 $\sum b_n$ 收敛时,$\sum a_n$ 也收敛。由于 $\sum 1/n^{3/2}$ 收敛($p=\tfrac32>1$),原级数收敛。

Common error.常见错误。 Pointing the direct-comparison inequality the wrong way. To prove convergence you need your terms below a convergent series ($a_n\le b_n$ with $\sum b_n$ convergent); to prove divergence you need your terms above a divergent series ($a_n\ge b_n$ with $\sum b_n$ divergent). Showing $a_n\le b_n$ where $\sum b_n$ diverges, or $a_n\ge b_n$ where $\sum b_n$ converges, establishes nothing. When the direction fights you, switch to limit comparison.不等号方向搞错。证明收敛需要各项小于某收敛级数($a_n\le b_n$,$\sum b_n$ 收敛);证明发散需要各项大于某发散级数($a_n\ge b_n$,$\sum b_n$ 发散)。若 $\sum b_n$ 发散但 $a_n\le b_n$,或 $\sum b_n$ 收敛但 $a_n\ge b_n$,均无法得出结论。当方向不顺时,改用极限比较判别法。
Going deeper: why direct comparison works深入探讨:直接比较判别法的原理

Suppose $0\le a_n\le b_n$ and $\sum b_n$ converges to $B$. Let $A_N=\sum_{n=1}^{N}a_n$. Because every $a_n\ge0$, the partial sums $A_N$ are nondecreasing, and termwise comparison gives

$$A_N=\sum_{n=1}^{N}a_n\ \le\ \sum_{n=1}^{N}b_n\ \le\ B.$$

So $\{A_N\}$ is nondecreasing and bounded above by $B$. By the Monotone Convergence Theorem of Section 1 it converges, hence $\sum a_n$ converges (and $\sum a_n\le B$). The divergence half is the contrapositive: if $\sum a_n$ diverged, its partial sums would be unbounded, forcing the larger partial sums of $\sum b_n$ to be unbounded too. The whole comparison machinery is monotone convergence in disguise.

设 $0\le a_n\le b_n$,$\sum b_n$ 收敛到 $B$。令 $A_N=\sum_{n=1}^{N}a_n$。由于每个 $a_n\ge0$,部分和 $A_N$ 单调不减,逐项比较给出

$$A_N=\sum_{n=1}^{N}a_n\ \le\ \sum_{n=1}^{N}b_n\ \le\ B.$$

故 $\{A_N\}$ 单调不减且有上界 $B$。由第 1 节的单调收敛定理,$A_N$ 收敛,故 $\sum a_n$ 收敛(且 $\sum a_n\le B$)。发散的部分是逆否:若 $\sum a_n$ 发散,其部分和无界,从而迫使 $\sum b_n$ 的更大部分和也无界。整个比较机制本质上是单调收敛定理的变形。

For limit comparison of $\\sum a_n$ with $\\sum b_n$ ($a_n,b_n>0$), a limit $\\lim a_n/b_n=L$ with $0对 $\\sum a_n$ 与 $\\sum b_n$($a_n,b_n>0$)做极限比较,若 $\\lim a_n/b_n=L$ 且 $0
5.1
$\\sum a_n$ always converges$\\sum a_n$ 一定收敛
$\\sum a_n$ and $\\sum b_n$ behave alike$\\sum a_n$ 与 $\\sum b_n$ 同敛散
$\\sum a_n$ always diverges$\\sum a_n$ 一定发散
the test is inconclusive判别法无结论
Correct. A finite positive limit makes the two series converge together or diverge together.正确。有限正极限使两个级数同敛散。
A finite positive limit ties the two series together: they share the same convergence behavior.有限正极限将两个级数绑定:它们具有相同的收敛或发散行为。

Alternating Series and Absolute Convergence交错级数(alternating series)与绝对收敛(absolute convergence

Key idea.核心思想。 Series whose signs alternate can converge even when the series of absolute values diverges. Distinguishing absolute convergence (the stronger condition) from conditional convergence is essential, because only absolutely convergent series may be rearranged freely.正负交替的级数(alternating series)即使绝对值级数发散也可能收敛。区分绝对收敛(absolute convergence,更强条件)与条件收敛(conditional convergence)至关重要,因为只有绝对收敛的级数才能自由调换求和顺序。

Theorem (Alternating Series Test). The series $\sum_{n=1}^{\infty}(-1)^{n-1}b_n$ with $b_n>0$ converges provided $\{b_n\}$ is eventually decreasing and $\lim_{n\to\infty}b_n=0$.定理(交错级数判别法,Alternating Series Test)。设 $b_n>0$,若数列 $\{b_n\}$ 最终递减且 $\lim_{n\to\infty}b_n=0$,则级数 $\sum_{n=1}^{\infty}(-1)^{n-1}b_n$ 收敛。

Alternating series test
$$\sum_{n=1}^{\infty}(-1)^{n-1}b_n\ \text{converges if}\quad b_n\ge b_{n+1}>0\ \text{(eventually)}\quad\text{and}\quad \lim_{n\to\infty}b_n=0.$$

A convergent alternating series also comes with an error bound: truncating after $n$ terms leaves a remainder no larger than the first omitted term.收敛的交错级数还附带误差估计:截断 $n$ 项后,余项不超过第 $n+1$ 项的绝对值。

Alternating series remainder
$$|S-s_n|\le b_{n+1}.$$

Definition. A series $\sum a_n$ is absolutely convergent if $\sum|a_n|$ converges, and conditionally convergent if $\sum a_n$ converges but $\sum|a_n|$ diverges.定义。若 $\sum|a_n|$ 收敛,则称 $\sum a_n$ 绝对收敛(absolutely convergent);若 $\sum a_n$ 收敛而 $\sum|a_n|$ 发散,则称条件收敛(conditionally convergent)。

Theorem. Absolute convergence implies convergence. Hence if $\sum|a_n|$ converges, so does $\sum a_n$, which lets the comparison, integral, ratio, and root tests be applied to $\sum|a_n|$.定理。绝对收敛(absolute convergence)蕴含收敛。故若 $\sum|a_n|$ 收敛,则 $\sum a_n$ 也收敛,这允许对 $\sum|a_n|$ 使用比较、积分、比值和根式判别法。

Worked Example 6.1: the alternating harmonic series例题 6.1:交错调和级数

Classify $\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n}=1-\tfrac12+\tfrac13-\tfrac14+\cdots$.

Here $b_n=\tfrac1n$ is positive, decreasing, and tends to $0$, so the alternating series test gives convergence. But the series of absolute values is the harmonic series $\sum 1/n$, which diverges.

$$\sum\left|\frac{(-1)^{n-1}}{n}\right|=\sum\frac{1}{n}=\infty.$$

Therefore the alternating harmonic series is conditionally convergent. Its sum is $\ln 2$.

对 $\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n}=1-\tfrac12+\tfrac13-\tfrac14+\cdots$ 分类。

此处 $b_n=\tfrac1n$ 为正值、递减且趋于 $0$,交错级数判别法给出收敛。但绝对值级数是调和级数 $\sum 1/n$,发散。

$$\sum\left|\frac{(-1)^{n-1}}{n}\right|=\sum\frac{1}{n}=\infty.$$

故交错调和级数是条件收敛(conditionally convergent)级数。其和为 $\ln 2$。

Worked Example 6.2: estimating with the remainder bound例题 6.2:利用余项估计误差

How many terms of $\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^2}$ guarantee an error below $0.01$?

The remainder after $n$ terms is at most $b_{n+1}=\dfrac{1}{(n+1)^2}$. Require

$$\frac{1}{(n+1)^2}\le 0.01\iff (n+1)^2\ge 100\iff n+1\ge 10\iff n\ge 9.$$

So summing the first $9$ terms approximates the total to within $0.01$.

$\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^2}$ 至少需要取多少项,才能保证误差小于 $0.01$?

取前 $n$ 项后的余项至多为 $b_{n+1}=\dfrac{1}{(n+1)^2}$。要求

$$\frac{1}{(n+1)^2}\le 0.01\iff (n+1)^2\ge 100\iff n+1\ge 10\iff n\ge 9.$$

故取前 $9$ 项即可将误差控制在 $0.01$ 以内。

Worked Example 6.3: absolutely convergent, so reorder-safe例题 6.3:绝对收敛,可自由调换顺序

Classify $\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^2}$.

Test the absolute series first, since absolute convergence is the stronger property and, once secured, settles ordinary convergence automatically. Here $\sum\left|\dfrac{(-1)^{n-1}}{n^2}\right|=\sum\dfrac{1}{n^2}$, a convergent $p$-series ($p=2>1$). So the series is absolutely convergent, hence convergent. Unlike the alternating harmonic series, this one may be rearranged at will without changing its sum.

对 $\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^2}$ 分类。

先检验绝对级数,因为绝对收敛是更强的性质,一旦成立即自动确保普通收敛。此处 $\sum\left|\dfrac{(-1)^{n-1}}{n^2}\right|=\sum\dfrac{1}{n^2}$,是收敛的 p 级数($p=2>1$)。故级数绝对收敛,从而收敛。与交错调和级数不同,此级数可以任意调换求和顺序而不改变其和。

Worked Example 6.4: when the alternating test does not apply例题 6.4:交错级数判别法不适用的情形

Examine $\displaystyle\sum_{n=1}^{\infty}(-1)^{n-1}\frac{n}{n+1}$.

It is tempting to invoke the alternating series test, but its hypotheses fail at the very first gate: $b_n=\dfrac{n}{n+1}\to 1\ne 0$. The terms of the full series therefore do not tend to $0$ (they oscillate near $\pm1$), so the $n$th-term test of Section 2 forces divergence. The alternating sign is irrelevant once the terms fail to shrink.

分析 $\displaystyle\sum_{n=1}^{\infty}(-1)^{n-1}\frac{n}{n+1}$。

容易想到使用交错级数判别法,但其前提条件在第一关就失败了:$b_n=\dfrac{n}{n+1}\to 1\ne 0$。因此级数的通项不趋于 $0$(在 $\pm1$ 附近振荡),第 2 节的第 $n$ 项判别法立即给出发散。通项不趋于零时,交错符号毫无意义。

Worked Example 6.5: a conditionally convergent series例题 6.5:条件收敛级数

Classify $\displaystyle\sum_{n=2}^{\infty}\frac{(-1)^{n}}{\sqrt n}$.

Set $b_n=1/\sqrt n$. It is positive, decreasing, and tends to $0$, so the alternating series test gives convergence. For absolute convergence, test $\sum 1/\sqrt n$, a $p$-series with $p=\tfrac12\le1$, which diverges. So the series converges but not absolutely: it is conditionally convergent. By the remainder bound, truncating after $N$ terms leaves an error at most $1/\sqrt{N+1}$, which shrinks slowly, a hallmark of conditional convergence.

对 $\displaystyle\sum_{n=2}^{\infty}\frac{(-1)^{n}}{\sqrt n}$ 分类。

令 $b_n=1/\sqrt n$,为正值、递减且趋于 $0$,交错级数判别法给出收敛。检验绝对收敛:$\sum 1/\sqrt n$ 是 $p=\tfrac12\le1$ 的 p 级数,发散。故级数收敛但非绝对收敛:为条件收敛。由余项估计,取前 $N$ 项后误差至多为 $1/\sqrt{N+1}$,缩小缓慢,这是条件收敛的典型特征。

Common error.常见错误。 Applying the alternating series test without checking both hypotheses, namely that $b_n>0$ is eventually decreasing and that $b_n\to 0$. The test only certifies convergence; it can never prove divergence. When $b_n\not\to0$ (as in Worked Example 6.4), the right tool is the $n$th-term test. And when the test does give convergence, do not call it absolute: confirm absolute convergence separately by testing $\sum|a_n|$.使用交错级数判别法(Alternating Series Test)时未验证两个前提条件:$b_n>0$ 最终递减,以及 $b_n\to 0$。该判别法只能证明收敛,不能证明发散。当 $b_n\not\to0$ 时(如例题 6.4),应用第 $n$ 项判别法。另外,判别法给出收敛时不要误称为绝对收敛——需单独验证 $\sum|a_n|$ 来确认绝对收敛性。
Going deeper: proof of the alternating series test and its error bound深入探讨:交错级数判别法及误差估计的证明

Let $b_n>0$ be decreasing with $b_n\to0$, and $s_n$ the partial sums of $\sum(-1)^{n-1}b_n$. Group the even partial sums in nonnegative pairs:

$$s_{2n}=(b_1-b_2)+(b_3-b_4)+\cdots+(b_{2n-1}-b_{2n}),$$

every bracket is $\ge0$, so $\{s_{2n}\}$ is nondecreasing. Regrouping the other way, $s_{2n}=b_1-(b_2-b_3)-\cdots-b_{2n}\le b_1$, so it is bounded above. By monotone convergence $s_{2n}\to S$ for some $S$. Since $s_{2n+1}=s_{2n}+b_{2n+1}$ and $b_{2n+1}\to0$, the odd sums converge to the same $S$, so $s_n\to S$. For the error bound, $S$ lies between any two consecutive partial sums (the sums oscillate inward toward $S$), so the remainder satisfies

$$|S-s_n|\le|s_{n+1}-s_n|=b_{n+1}.$$

That is exactly the remainder estimate used in Worked Example 6.2: the truncation error is no larger than the first omitted term.

设 $b_n>0$ 递减且 $b_n\to0$,$s_n$ 为 $\sum(-1)^{n-1}b_n$ 的部分和。将偶数部分和按非负括号分组:

$$s_{2n}=(b_1-b_2)+(b_3-b_4)+\cdots+(b_{2n-1}-b_{2n}),$$

每个括号 $\ge0$,故 $\{s_{2n}\}$ 单调不减。换一种分组方式,$s_{2n}=b_1-(b_2-b_3)-\cdots-b_{2n}\le b_1$,从而有上界。由单调收敛定理,$s_{2n}\to S$。由于 $s_{2n+1}=s_{2n}+b_{2n+1}$,$b_{2n+1}\to0$,奇数部分和收敛到同一个 $S$,故 $s_n\to S$。对于误差估计,$S$ 介于任意相邻两个部分和之间(部分和向内振荡逼近 $S$),故余项满足

$$|S-s_n|\le|s_{n+1}-s_n|=b_{n+1}.$$

这正是例题 6.2 中使用的余项估计:截断误差不超过第一个省略项。

The series $\\sum (-1)^{n-1}/n$ is best described as级数 $\\sum (-1)^{n-1}/n$ 最准确的描述是
6.1
absolutely convergent绝对收敛
divergent发散
geometric等比级数
conditionally convergent条件收敛
Correct. It converges by the alternating series test, but $\sum 1/n$ diverges, so the convergence is conditional, not absolute.正确。交错级数判别法给出收敛,但 $\sum 1/n$ 发散,故收敛性是条件收敛而非绝对收敛。
It converges (alternating series test) but not absolutely (the absolute series is the harmonic series), so it is conditionally convergent.它由交错级数判别法可知收敛,但不是绝对收敛(绝对值级数是调和级数),故是条件收敛。
If $\\sum|a_n|$ converges, then $\\sum a_n$若 $\\sum|a_n|$ 收敛,则 $\\sum a_n$
6.2
converges收敛
diverges发散
may diverge可能发散
equals $\\sum|a_n|$等于 $\\sum|a_n|$
Correct. Absolute convergence implies convergence; the sum need not equal $\sum|a_n|$, but it is finite.正确。绝对收敛蕴含收敛(absolute convergence);和不必等于 $\sum|a_n|$,但是有限的。
Absolute convergence always implies ordinary convergence. The two sums need not be equal, but $\sum a_n$ converges.绝对收敛(absolute convergence)总是蕴含普通收敛。两个和不必相等,但 $\sum a_n$ 收敛。

Ratio and Root Tests比值判别法(Ratio Test)与根式判别法(Root Test

Key idea.核心思想。 When terms contain factorials or $n$th powers, comparison is hard but a single limit settles convergence. The ratio test measures the limiting factor between consecutive terms; the root test measures the limiting $n$th root of a term. Both detect absolute convergence.当通项含有阶乘或 $n$ 次幂时,比较判别法较难操作,但一个极限即可确定收敛性。比值判别法(Ratio Test)衡量相邻项之比的极限;根式判别法(Root Test)衡量通项 $n$ 次根的极限。两者均判断绝对收敛性。

Theorem (Ratio Test). For a series $\sum a_n$ with $a_n\ne 0$, let $L=\lim_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|$.定理(比值判别法,Ratio Test)。对级数 $\sum a_n$($a_n\ne 0$),令 $L=\lim_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|$。

Ratio test
$$L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|:\quad L<1\Rightarrow\text{absolute convergence},\ \ L>1\Rightarrow\text{divergence},\ \ L=1\Rightarrow\text{inconclusive}.$$

Theorem (Root Test). Let $L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$. The same trichotomy holds, and the root test is the natural choice when $a_n$ is an $n$th power.定理(根式判别法,Root Test)。令 $L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$。结论同样是三分结构,当 $a_n$ 为 $n$ 次幂时根式判别法是自然首选。

Root test
$$L=\lim_{n\to\infty}\sqrt[n]{|a_n|}:\quad L<1\Rightarrow\text{absolute convergence},\ \ L>1\Rightarrow\text{divergence},\ \ L=1\Rightarrow\text{inconclusive}.$$

Remark. Both tests are silent when $L=1$, which is exactly where $p$-series live (each gives $L=1$). In that case fall back on the integral, comparison, or alternating series tests of the earlier sections.注记。当 $L=1$ 时两种判别法均无结论,而 p 级数恰好都给出 $L=1$。此时应改用前几节的积分、比较或交错级数判别法。

Worked Example 7.1: ratio test with a factorial例题 7.1:含阶乘的比值判别法

Test $\displaystyle\sum_{n=1}^{\infty}\frac{2^{\,n}}{n!}$.

Form the ratio of consecutive terms:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{\,n+1}}{(n+1)!}\cdot\frac{n!}{2^{\,n}}=\frac{2}{n+1}.$$

As $n\to\infty$ this ratio tends to $0$, so $L=0<1$ and the series converges absolutely. The factorial in the denominator overwhelms the exponential in the numerator.

判别 $\displaystyle\sum_{n=1}^{\infty}\frac{2^{\,n}}{n!}$。

构造相邻项之比:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{\,n+1}}{(n+1)!}\cdot\frac{n!}{2^{\,n}}=\frac{2}{n+1}.$$

当 $n\to\infty$ 时比值趋于 $0$,故 $L=0<1$,级数绝对收敛。分母的阶乘压倒了分子的指数。

Worked Example 7.2: root test with an $n$th power例题 7.2:含 $n$ 次幂的根式判别法

Test $\displaystyle\sum_{n=1}^{\infty}\left(\frac{3n+1}{4n+5}\right)^{n}$.

The term is a perfect $n$th power, so the root test is natural:

$$\sqrt[n]{|a_n|}=\frac{3n+1}{4n+5}\xrightarrow[n\to\infty]{}\frac{3}{4}.$$

Since $L=\tfrac34<1$, the series converges absolutely.

判别 $\displaystyle\sum_{n=1}^{\infty}\left(\frac{3n+1}{4n+5}\right)^{n}$。

通项是完整的 $n$ 次幂,故根式判别法是自然选择:

$$\sqrt[n]{|a_n|}=\frac{3n+1}{4n+5}\xrightarrow[n\to\infty]{}\frac{3}{4}.$$

由于 $L=\tfrac34<1$,级数绝对收敛。

Worked Example 7.3: ratio test with $n^n$ and a factorial例题 7.3:含 $n^n$ 与阶乘的比值判别法

Test $\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^{\,n}}$.

Form the ratio of consecutive terms, simplifying the factorials and the powers separately:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^{\,n}}{n!}=\frac{(n+1)\,n^{\,n}}{(n+1)^{n+1}}=\frac{n^{\,n}}{(n+1)^{n}}=\left(\frac{n}{n+1}\right)^{n}.$$

That last expression is $\left(1+\tfrac1n\right)^{-n}\to e^{-1}$. So $L=1/e\approx0.368<1$ and the series converges absolutely. The cancellation that turns the messy ratio into the standard limit $\left(1+\tfrac1n\right)^n\to e$ is the whole trick.

判别 $\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^{\,n}}$。

构造相邻项之比,分别化简阶乘部分和幂次部分:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^{\,n}}{n!}=\frac{(n+1)\,n^{\,n}}{(n+1)^{n+1}}=\frac{n^{\,n}}{(n+1)^{n}}=\left(\frac{n}{n+1}\right)^{n}.$$

最后的表达式为 $\left(1+\tfrac1n\right)^{-n}\to e^{-1}$,故 $L=1/e\approx0.368<1$,级数绝对收敛。将繁杂的比值化简为标准极限 $\left(1+\tfrac1n\right)^n\to e$ 正是解题的全部技巧。

Worked Example 7.4: root test on a mixed power例题 7.4:混合幂次的根式判别法

Test $\displaystyle\sum_{n=1}^{\infty}\frac{2^{\,n}}{n^{\,n}}$.

Because the whole term is essentially an $n$th power, the root test is the efficient choice. Using $n^{1/n}\to1$ from Worked Example 1.3 is not even needed here:

$$\sqrt[n]{|a_n|}=\sqrt[n]{\frac{2^{\,n}}{n^{\,n}}}=\frac{2}{n}\xrightarrow[n\to\infty]{}0.$$

Since $L=0<1$, the series converges absolutely. The ratio test would also work, but it would require simplifying $\left(\tfrac{n}{n+1}\right)^n$ again; the root test reads the answer off in one line.

判别 $\displaystyle\sum_{n=1}^{\infty}\frac{2^{\,n}}{n^{\,n}}$。

整个通项本质上是一个 $n$ 次幂,故根式判别法是高效选择。此处甚至不需要用到例题 1.3 的 $n^{1/n}\to1$:

$$\sqrt[n]{|a_n|}=\sqrt[n]{\frac{2^{\,n}}{n^{\,n}}}=\frac{2}{n}\xrightarrow[n\to\infty]{}0.$$

由于 $L=0<1$,级数绝对收敛。比值判别法也可行,但需再次化简 $\left(\tfrac{n}{n+1}\right)^n$;根式判别法一行即得答案。

Worked Example 7.6: ratio test on a power-times-factorial term例题 7.6:幂乘阶乘通项的比值判别法

For which $x>0$ does $\displaystyle\sum_{n=1}^{\infty}\frac{x^{\,n}}{n!}$ converge?

This is the series that defines $e^{x}$, and the ratio test settles it for every $x$. Form the ratio:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{x^{\,n+1}}{(n+1)!}\cdot\frac{n!}{x^{\,n}}=\frac{x}{n+1}\xrightarrow[n\to\infty]{}0.$$

The limit is $L=0<1$ regardless of how large $x$ is, so the series converges absolutely for all $x$. The factorial denominator dominates any fixed-base power, which is exactly why the exponential series converges everywhere, a fact carried forward into the power-series unit.

$\displaystyle\sum_{n=1}^{\infty}\frac{x^{\,n}}{n!}$ 对哪些 $x>0$ 收敛?

这是定义 $e^{x}$ 的级数,比值判别法对每个 $x$ 均可解决。构造比值:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{x^{\,n+1}}{(n+1)!}\cdot\frac{n!}{x^{\,n}}=\frac{x}{n+1}\xrightarrow[n\to\infty]{}0.$$

无论 $x$ 多大,极限均为 $L=0<1$,故级数对所有 $x$ 绝对收敛。分母的阶乘压倒任何固定底数的幂,这正是指数级数在全体实数上收敛的原因,这一结论将在幂级数单元中延续。

Common error.常见错误。 Treating $L=1$ as a verdict. When the ratio or root limit equals $1$, the test is genuinely inconclusive: $\sum 1/n$ (divergent) and $\sum 1/n^2$ (convergent) both produce $L=1$, so the limit alone cannot tell them apart. Do not declare convergence or divergence from $L=1$; switch to the integral, comparison, or $p$-series tools. A second frequent slip is forgetting the absolute values: the ratio and root tests are run on $|a_{n+1}/a_n|$ and $\sqrt[n]{|a_n|}$, so they detect absolute convergence.将 $L=1$ 视为结论。当比值或根式极限等于 $1$ 时,判别法确实无结论:$\sum 1/n$(发散)和 $\sum 1/n^2$(收敛)都给出 $L=1$,单凭该极限无法区分。不要从 $L=1$ 宣告收敛或发散,应改用积分、比较或 p 级数工具。另一个常见错误是忘记取绝对值:比值判别法和根式判别法均对 $|a_{n+1}/a_n|$ 和 $\sqrt[n]{|a_n|}$ 运作,判断的是绝对收敛性。
Test-selection strategy.方法选择策略。 With seven tests in hand, the order of attack matters. First check the $n$th-term test: if $a_n\not\to0$, you are done (divergence). For positive terms, match the shape: factorials or $n$th powers point to the ratio or root test; a recognizable algebraic size points to comparison or the $p$-series rule; a term that is itself $f(n)$ for an integrable $f$ points to the integral test. For alternating signs, test absolute convergence first, then fall back on the alternating series test for the conditional case. Reserve the integral and comparison tests for the $L=1$ boundary where the ratio and root tests go silent.手头有七种判别法,出招顺序至关重要。首先检验第 $n$ 项判别法:若 $a_n\not\to0$,立刻得出发散结论。对正项级数,根据通项形状选择方法:含阶乘或 $n$ 次幂指向比值或根式判别法;可识别代数大小指向比较判别法或 p 级数规则;通项形如可积函数 $f(n)$ 则指向积分判别法。对交错符号,先检验绝对收敛,再用交错级数判别法处理条件收敛情形。当比值和根式判别法在 $L=1$ 边界失效时,留用积分和比较判别法。
Worked Example 7.5: a $p$-series boundary that defeats the root test例题 7.5:根式判别法失效的 p 级数临界情形

Apply the root test to $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^{\,3}}$, then resolve it.

The $n$th root of the term uses the standard limit $n^{1/n}\to1$ from Worked Example 1.3:

$$\sqrt[n]{\frac{1}{n^{3}}}=\frac{1}{\bigl(n^{1/n}\bigr)^{3}}\xrightarrow[n\to\infty]{}\frac{1}{1^{3}}=1.$$

So $L=1$ and the root test is inconclusive, exactly as warned. The series is a $p$-series with $p=3>1$, so it converges by the $p$-series rule of Section 4. This is the prototype of why $L=1$ cannot be read as a verdict.

对 $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^{\,3}}$ 使用根式判别法,再用其他方法解决。

通项的 $n$ 次根利用例题 1.3 的标准极限 $n^{1/n}\to1$:

$$\sqrt[n]{\frac{1}{n^{3}}}=\frac{1}{\bigl(n^{1/n}\bigr)^{3}}\xrightarrow[n\to\infty]{}\frac{1}{1^{3}}=1.$$

故 $L=1$,根式判别法无结论,正如事先警告的那样。该级数是 $p=3>1$ 的 p 级数,由第 4 节的 p 级数规则知其收敛。这是 $L=1$ 不能作为结论的典型例子。

Going deeper: why the ratio test works深入探讨:比值判别法原理

Suppose $L=\lim|a_{n+1}/a_n|<1$. Pick any $r$ with $L $$|a_{N+k}|So the tail $\sum_{k\ge0}|a_{N+k}|$ is dominated by the convergent geometric series $|a_N|\sum_{k\ge0} r^{k}=\dfrac{|a_N|}{1-r}$. By direct comparison $\sum|a_n|$ converges, hence $\sum a_n$ converges absolutely. If instead $L>1$, then eventually $|a_{n+1}|>|a_n|$, so the terms grow and cannot tend to $0$; the $n$th-term test forces divergence. The ratio test is comparison against a geometric series whose ratio is squeezed just above $L$.

设 $L=\lim|a_{n+1}/a_n|<1$。取任意 $r$ 满足 $L $$|a_{N+k}|故尾部 $\sum_{k\ge0}|a_{N+k}|$ 被收敛等比级数 $|a_N|\sum_{k\ge0} r^{k}=\dfrac{|a_N|}{1-r}$ 控制。由直接比较判别法,$\sum|a_n|$ 收敛,从而 $\sum a_n$ 绝对收敛。若 $L>1$,则最终有 $|a_{n+1}|>|a_n|$,项递增不趋于零;第 $n$ 项判别法给出发散。比值判别法本质上是与一个公比被夹紧在 $L$ 稍上方的等比级数做直接比较。

Applying the ratio test to $\\sum 1/n^2$ gives $L=1$. This means对 $\\sum 1/n^2$ 使用比值判别法得 $L=1$,这意味着
7.1
the series diverges级数发散
the series converges by the ratio test比值判别法给出级数收敛
the ratio test is inconclusive here此处比值判别法无结论
$L$ was computed incorrectly$L$ 计算有误
Correct. When $L=1$ the ratio test gives no information; $\sum 1/n^2$ actually converges, but that must be shown another way (it is a $p$-series with $p=2$).正确。$L=1$ 时比值判别法无结论;$\sum 1/n^2$ 确实收敛,但须用其他方法验证(这是 $p=2$ 的 p 级数)。
$L=1$ is the inconclusive case of the ratio test. The series does converge, but you need the $p$-series rule to know that.$L=1$ 是比值判别法的无结论情形。该级数确实收敛,但需要 p 级数规则来确认。
For $\\displaystyle\\sum_{n=1}^{\\infty}\\frac{n!}{10^{\\,n}}$, the ratio test limit $L$ is对 $\\displaystyle\\sum_{n=1}^{\\infty}\\frac{n!}{10^{\\,n}}$,比值判别法的极限 $L$ 是
7.2
$\\infty$, so it diverges$\\infty$,故发散
$0$, so it converges$0$,故收敛
$1$, inconclusive$1$,无结论
$1/10$, so it converges$1/10$,故收敛
Correct. The ratio is $\dfrac{(n+1)!}{10^{n+1}}\cdot\dfrac{10^{n}}{n!}=\dfrac{n+1}{10}\to\infty$, so $L=\infty>1$ and the series diverges.正确。比值为 $\dfrac{(n+1)!}{10^{n+1}}\cdot\dfrac{10^{n}}{n!}=\dfrac{n+1}{10}\to\infty$,故 $L=\infty>1$,级数发散。
The ratio simplifies to $(n+1)/10$, which tends to infinity, so $L=\infty$ and the series diverges.比值化简为 $(n+1)/10$,趋于无穷大,故 $L=\infty$,级数发散。

Flashcards闪卡

0 / 12 flipped0 / 12 已翻转
Definition: $\\{{a_n\\}}$ converges to $L$定义:数列 $\\{{a_n\\}}$ 收敛到 $L$
For every $\\varepsilon>0$ there is $N$ with $|a_n-L|<\\varepsilon$ for all $n\\ge N$.对任意 $\\varepsilon>0$,存在 $N$,使得对所有 $n\\ge N$ 有 $|a_n-L|<\\varepsilon$。
Monotone Convergence Theorem单调收敛定理
A monotone, bounded sequence converges (to its supremum if nondecreasing, infimum if nonincreasing).单调有界数列必定收敛(单调不减收敛到上确界,单调不增收敛到下确界)。
A series $\\sum a_n$ converges when级数 $\\sum a_n$ 收敛,当
its sequence of partial sums $s_n=\\sum_{{k=1}}^{{n}}a_k$ converges; then $\\sum a_n=\\lim s_n$.其部分和数列 $s_n=\\sum_{{k=1}}^{{n}}a_k$ 收敛时;此时 $\\sum a_n=\\lim s_n$。
$n$th-term test for divergence第 $n$ 项发散判别法($n$th-term test
If $\\lim a_n\\ne 0$, then $\\sum a_n$ diverges. (If $a_n\\to 0$, the test says nothing.)若 $\\lim a_n\\ne 0$,则 $\\sum a_n$ 发散。(若 $a_n\\to 0$,判别法无结论。)
Geometric series $\\sum_{{n=0}}^{{\\infty}}ar^n$等比级数(geometric series)$\\sum_{{n=0}}^{{\\infty}}ar^n$
Converges to $\\dfrac{{a}}{{1-r}}$ for $|r|<1$; diverges for $|r|\\ge 1$.当 $|r|<1$ 时收敛到 $\\dfrac{{a}}{{1-r}}$;当 $|r|\\ge 1$ 时发散。
Telescoping series $\\sum(b_n-b_{{n+1}})$裂项级数(telescoping series)$\\sum(b_n-b_{{n+1}})$
Partial sum is $b_1-b_{{n+1}}$; sum is $b_1-\\lim b_n$.部分和为 $b_1-b_{{n+1}}$;级数和为 $b_1-\\lim b_n$。
$p$-series $\\sum 1/n^{{\\,p}}$p 级数(p-series)$\\sum 1/n^{{\\,p}}$
Converges if $p>1$, diverges if $p\\le 1$. The case $p=1$ is the harmonic series.$p>1$ 时收敛,$p\\le 1$ 时发散。$p=1$ 即调和级数(harmonic series)。
Integral test积分判别法(Integral Test
For $f$ positive, decreasing, continuous with $a_n=f(n)$: $\\sum a_n$ and $\\int_1^\\infty f$ share their fate.$f$ 为正值递减连续函数且 $a_n=f(n)$:级数 $\\sum a_n$ 与广义积分 $\\int_1^\\infty f$ 同敛散。
Limit comparison test极限比较判别法(Limit Comparison Test
If $a_n,b_n>0$ and $\\lim a_n/b_n=L$ with $0若 $a_n,b_n>0$,$\\lim a_n/b_n=L$($0
Alternating series test and bound交错级数判别法及误差估计(Alternating Series Test
$\\sum(-1)^{{n-1}}b_n$ converges if $b_n\\downarrow 0$; remainder satisfies $|S-s_n|\\le b_{{n+1}}$.$$b_n\\downarrow 0$ 时 $\\sum(-1)^{{n-1}}b_n$ 收敛;余项满足 $|S-s_n|\\le b_{{n+1}}$。
Absolute vs conditional convergence绝对收敛(absolute convergence)vs 条件收敛(conditional convergence
Absolute: $\\sum|a_n|$ converges. Conditional: $\\sum a_n$ converges but $\\sum|a_n|$ diverges. Absolute implies convergence.绝对收敛:$\\sum|a_n|$ 收敛。条件收敛:$\\sum a_n$ 收敛但 $\\sum|a_n|$ 发散。绝对收敛蕴含收敛。
Ratio and root tests比值判别法与根式判别法(Ratio & Root Tests
With $L=\\lim|a_{{n+1}}/a_n|$ or $L=\\lim\\sqrt[n]{{|a_n|}}$: $L<1$ converges, $L>1$ diverges, $L=1$ inconclusive.$L=\\lim|a_{{n+1}}/a_n|$ 或 $L=\\lim\\sqrt[n]{{|a_n|}}$:$L<1$ 收敛,$L>1$ 发散,$L=1$ 无结论。

Unit Quiz单元测验

$\\displaystyle\\lim_{{n\\to\\infty}}\\frac{{n!}}{{(n+1)!}}$ equals$\\displaystyle\\lim_{{n\\to\\infty}}\\frac{{n!}}{{(n+1)!}}$ 等于
Q1
$1$
$0$
$\infty$
$n+1$
Correct. $\\dfrac{{n!}}{{(n+1)!}}=\\dfrac{{1}}{{n+1}}\\to 0$.正确。$\\dfrac{{n!}}{{(n+1)!}}=\\dfrac{{1}}{{n+1}}\\to 0$。
Since $(n+1)!=(n+1)\,n!$, the ratio is $1/(n+1)$, which tends to $0$.因为 $(n+1)!=(n+1)\,n!$,所以比值为 $1/(n+1)$,趋于 $0$。
$\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\left(\\frac{{1}}{{2}}\\right)^{{n-1}}$ equals$\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\left(\\frac{{1}}{{2}}\\right)^{{n-1}}$ 等于
Q2
$1$
$\tfrac12$
$2$
diverges
Correct. This is geometric with $a=1$ and $r=\tfrac12$, summing to $\dfrac{1}{1-1/2}=2$.正确。这是 $a=1$,$r=\tfrac12$ 的等比级数,和为 $\dfrac{1}{1-1/2}=2$。
Geometric with first term $1$ and ratio $1/2$: the sum is $1/(1-1/2)=2$.等比级数首项为 $1$,公比为 $1/2$,和为 $1/(1-1/2)=2$。
Which series diverges by the $n$th-term test?哪个级数由第 $n$ 项判别法($n$th-term test)可判定发散?
Q3
$\sum \dfrac{n}{n+4}$
$\sum \dfrac{1}{n^2}$
$\sum \dfrac{1}{2^{\,n}}$
$\sum \dfrac{(-1)^{n}}{n}$
Correct. $\dfrac{n}{n+4}\to 1\ne 0$, so the term test forces divergence. The others all have terms tending to $0$.正确。$\dfrac{n}{n+4}\to 1\ne 0$,故第 $n$ 项判别法给出发散。其余选项的通项均趋于 $0$。
The term test detects divergence only when the terms do not go to zero; here $n/(n+4)\to 1$.第 $n$ 项判别法仅在项不趋于零时判断发散;此处 $n/(n+4)\to 1$。
$\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^{0.7}}$
Q4
converges absolutely绝对收敛
converges conditionally条件收敛
is geometric是等比级数
diverges发散
Correct. It is a $p$-series with $p=0.7\\le 1$, so it diverges.正确。这是 $p=0.7\\le 1$ 的 p 级数,故发散。
A $p$-series diverges when $p\le 1$; here $p=0.7$.当 $p\le 1$ 时 p 级数发散;此处 $p=0.7$。
The best test for $\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\frac{{n^2}}{{3^{{\\,n}}}}$ is the判别 $\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\frac{{n^2}}{{3^{{\\,n}}}}$ 收敛性最佳的方法是
Q5
alternating series test交错级数判别法
ratio test比值判别法
$n$th-term test (proves convergence)第 $n$ 项判别法(证明收敛)
$p$-series rulep 级数规则
Correct. The ratio gives $\dfrac{(n+1)^2}{3^{n+1}}\cdot\dfrac{3^{n}}{n^2}=\dfrac13\left(\dfrac{n+1}{n}\right)^2\to\dfrac13<1$, so the series converges.正确。比值为 $\dfrac{(n+1)^2}{3^{n+1}}\cdot\dfrac{3^{n}}{n^2}=\dfrac13\left(\dfrac{n+1}{n}\right)^2\to\dfrac13<1$,故级数收敛。
An exponential in the denominator calls for the ratio test, which yields $L=1/3<1$ and convergence.分母含指数时应选比值判别法,得 $L=1/3<1$,级数收敛。
By limit comparison, $\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\frac{{1}}{{\\sqrt{{n^2+1}}}}$ behaves like由极限比较判别法,$\\displaystyle\\sum_{{n=1}}^{{\\infty}}\\frac{{1}}{{\\sqrt{{n^2+1}}}}$ 的行为类似于
Q6
$\\sum 1/n^2$, so it converges$\\sum 1/n^2$,故收敛
$\\sum 1/2^{{\\,n}}$, so it converges$\\sum 1/2^{{\\,n}}$,故收敛
$\\sum 1/n$, so it diverges$\\sum 1/n$(调和级数),故发散
$\\sum 1$, so it diverges$\\sum 1$,故发散
Correct. For large $n$, $\sqrt{n^2+1}\approx n$, so the term is comparable to $1/n$. Since $\sum 1/n$ diverges, so does the given series.正确。当 $n$ 充分大时 $\sqrt{n^2+1}\approx n$,通项与 $1/n$ 可比较。由于 $\sum 1/n$ 发散,故原级数也发散。
Since $\sqrt{n^2+1}\sim n$, the term compares to $1/n$, a divergent harmonic series.由于 $\sqrt{n^2+1}\sim n$,通项与 $1/n$ 可比较,而调和级数发散。

Readiness Checklist学习自测清单

Tap each item you can do without notes. 点击你无需参考资料即可完成的项目。0 / 8 mastered0 / 8 已掌握