Infinite Series Summation | 无穷级数求和

📚 Infinite Series Summation | 无穷级数求和

An infinite series is the sum of the terms of an infinite sequence. The central question in the study of infinite series is whether such a sum converges to a finite value, and if so, what that value is. This topic is fundamental to calculus, analysis, and many applied fields, and it appears consistently in advanced mathematics examinations.

无穷级数是无穷数列各项之和。研究无穷级数的核心问题是:这样的和是否收敛于某个有限值?如果收敛,其值是多少?这一主题是微积分、数学分析以及众多应用领域的基石,在高级数学考试中频繁出现。


1. Definition of Convergence and Divergence | 收敛与发散的定义

Given an infinite sequence {aₙ}, we define the sequence of partial sums Sₙ = a₁ + a₂ + ⋯ + aₙ. The infinite series Σaₙ is said to converge if the sequence {Sₙ} converges to a finite limit S. If the partial sums do not approach a finite limit, the series diverges.

给定无穷数列 {aₙ},我们定义部分和数列 Sₙ = a₁ + a₂ + ⋯ + aₙ。若部分和数列 {Sₙ} 收敛于有限极限 S,则称无穷级数 Σaₙ 收敛。若部分和数列不趋于有限极限,则称该级数发散。

S = limₙ→∞ Sₙ = limₙ→∞ (a₁ + a₂ + ⋯ + aₙ)

For example, the series 1 + ½ + ¼ + ⅛ + ⋯ converges to 2, because the partial sums approach 2 as n increases without bound.

例如,级数 1 + ½ + ¼ + ⅛ + ⋯ 收敛于 2,因为随着 n 无限增大,部分和趋近于 2。


2. Geometric Series | 几何级数

A geometric series has the form a + ar + ar² + ar³ + ⋯, where a is the first term and r is the common ratio. The partial sum of the first n terms is given by Sₙ = a(1 − rⁿ)/(1 − r) when r ≠ 1.

几何级数具有形式 a + ar + ar² + ar³ + ⋯,其中 a 是首项,r 是公比。当 r ≠ 1 时,前 n 项部分和为 Sₙ = a(1 − rⁿ)/(1 − r)。

The infinite geometric series converges if and only if |r| < 1, and its sum is:

无穷几何级数当且仅当 |r| < 1 时收敛,其和为:

S = a / (1 − r), |r| < 1

If |r| ≥ 1, the geometric series diverges (except for the trivial case a = 0, where the sum is 0). Geometric series are among the most important examples in the study of infinite series because they provide a simple and complete criterion for convergence.

若 |r| ≥ 1,则几何级数发散(除非 a = 0 的平凡情形,其和为 0)。几何级数是无穷级数研究中最重要的一类例子,因为它提供了简单而完整的收敛判据。


3. The n-th Term Test | n 项检验法

The n-th term test (also called the divergence test) states that if limₙ→∞ aₙ ≠ 0, then the series Σaₙ diverges. This test can only prove divergence, never convergence. If limₙ→∞ aₙ = 0, the series may still diverge (as in the harmonic series).

n 项检验法(又称发散检验法)指出:若 limₙ→∞ aₙ ≠ 0,则级数 Σaₙ 发散。该检验只能证明发散,不能证明收敛。若 limₙ→∞ aₙ = 0,级数仍可能发散(如调和级数)。

For example, the series Σ n/(n+1) diverges because limₙ→∞ n/(n+1) = 1 ≠ 0. On the other hand, the harmonic series Σ 1/n satisfies limₙ→∞ 1/n = 0 but still diverges, demonstrating that the condition aₙ → 0 is necessary but not sufficient for convergence.

例如,级数 Σ n/(n+1) 发散,因为 limₙ→∞ n/(n+1) = 1 ≠ 0。另一方面,调和级数 Σ 1/n 满足 limₙ→∞ 1/n = 0,但仍然发散,这说明 aₙ → 0 是收敛的必要条件而非充分条件。


4. p-Series and the Harmonic Series | p-级数与调和级数

A p-series is a series of the form Σ 1/nᵖ = 1 + 1/2ᵖ + 1/3ᵖ + ⋯, where p is a positive real number. The p-series test states that:

p-级数具有形式 Σ 1/nᵖ = 1 + 1/2ᵖ + 1/3ᵖ + ⋯,其中 p 为正实数。p-级数检验法指出:

  • The p-series converges if p > 1.

    若 p > 1,p-级数收敛。

  • The p-series diverges if p ≤ 1.

    若 p ≤ 1,p-级数发散。

The case p = 1 is the harmonic series Σ 1/n, which diverges to infinity. This is a classic and surprising result: even though the terms approach zero, the sum grows without bound. The divergence of the harmonic series can be demonstrated by grouping terms: 1 + (½) + (⅓ + ¼) + (⅕ + ⋯ + ⅛) + ⋯, where each group has a sum greater than ½.

当 p = 1 时即为调和级数 Σ 1/n,它发散到无穷大。这是一个经典而令人惊讶的结果:尽管项趋近于零,和却无界增长。调和级数的发散可以通过分组证明:1 + (½) + (⅓ + ¼) + (⅕ + ⋯ + ⅛) + ⋯,其中每一组的和都大于 ½。


5. Comparison Test | 比较判别法

The comparison test compares a given series with a known series. Suppose Σaₙ and Σbₙ are series with nonnegative terms. If aₙ ≤ bₙ for all n and Σbₙ converges, then Σaₙ converges. Conversely, if aₙ ≥ bₙ and Σbₙ diverges, then Σaₙ diverges.

比较判别法将给定级数与已知级数进行比较。设 Σaₙ 与 Σbₙ 为项均为非负的级数。若对所有 n 有 aₙ ≤ bₙ 且 Σbₙ 收敛,则 Σaₙ 收敛。反之,若 aₙ ≥ bₙ 且 Σbₙ 发散,则 Σaₙ 发散。

For example, the series Σ 1/(2ⁿ + 1) converges because 1/(2ⁿ + 1) < 1/2ⁿ and Σ 1/2ⁿ is a convergent geometric series. The limit comparison test is a more flexible variant: if limₙ→∞ aₙ/bₙ = L where 0 < L < ∞, then Σaₙ and Σbₙ either both converge or both diverge.

例如,级数 Σ 1/(2ⁿ + 1) 收敛,因为 1/(2ⁿ + 1) < 1/2ⁿ 且 Σ 1/2ⁿ 是收敛的几何级数。极限比较判别法是更灵活的变体:若 limₙ→∞ aₙ/bₙ = L,其中 0 < L < ∞,则 Σaₙ 与 Σbₙ 要么都收敛,要么都发散。


6. Ratio Test | 比值判别法

The ratio test examines the limit of the ratio of consecutive terms. For a series Σaₙ, define L = limₙ→∞ |aₙ₊₁/aₙ|. If L < 1, the series converges absolutely. If L > 1, the series diverges. If L = 1, the test is inconclusive.

比值判别法考察相邻两项之比取极限。对于级数 Σaₙ,定义 L = limₙ→∞ |aₙ₊₁/aₙ|。若 L < 1,级数绝对收敛。若 L > 1,级数发散。若 L = 1,该检验法无法确定结论。

The ratio test is particularly effective for series involving factorials or exponential terms. For example, the series Σ n!/3ⁿ diverges because limₙ→∞ |(n+1)!/3ⁿ⁺¹ · 3ⁿ/n!| = limₙ→∞ (n+1)/3 = ∞ > 1. Conversely, the series Σ 3ⁿ/n! converges because the same ratio has limit 0 < 1.

比值判别法对涉及阶乘或指数项的级数特别有效。例如,级数 Σ n!/3ⁿ 发散,因为 limₙ→∞ |(n+1)!/3ⁿ⁺¹ · 3ⁿ/n!| = limₙ→∞ (n+1)/3 = ∞ > 1。反之,级数 Σ 3ⁿ/n! 收敛,因为同样的比值极限为 0 < 1。


7. Root Test | 根值判别法

The root test considers the n-th root of the absolute value of the terms. For a series Σaₙ, define L = limₙ→∞ ⁿ√|aₙ|. If L < 1, the series converges absolutely. If L > 1, the series diverges. If L = 1, the test is inconclusive.

根值判别法考察各项绝对值开 n 次方的极限。对于级数 Σaₙ,定义 L = limₙ→∞ ⁿ√|aₙ|。若 L < 1,级数绝对收敛。若 L > 1,级数发散。若 L = 1,该检验法无法确定结论。

For example, the series Σ (n/(n+1))ⁿ² can be analyzed using the root test: ⁿ√|aₙ| = (n/(n+1))ⁿ = (1 − 1/(n+1))ⁿ → 1/e < 1, so the series converges. The root test is especially useful when each term is an n-th power.

例如,级数 Σ (n/(n+1))ⁿ² 可用根值判别法分析:ⁿ√|aₙ| = (n/(n+1))ⁿ = (1 − 1/(n+1))ⁿ → 1/e < 1,故级数收敛。当每一项都是 n 次幂时,根值判别法尤为适用。


8. Alternating Series Test | 交错级数检验法

An alternating series has the form Σ (−1)ⁿ⁺¹ bₙ = b₁ − b₂ + b₃ − b₄ + ⋯, where bₙ ≥ 0. The alternating series test (Leibniz’s test) states that such a series converges if: (1) bₙ₊₁ ≤ bₙ for all n (the terms are non-increasing), and (2) limₙ→∞ bₙ = 0.

交错级数具有形式 Σ (−1)ⁿ⁺¹ bₙ = b₁ − b₂ + b₃ − b₄ + ⋯,其中 bₙ ≥ 0。交错级数检验法(莱布尼茨检验)指出:若满足 (1) 对所有 n 有 bₙ₊₁ ≤ bₙ(项单调不增),且 (2) limₙ→∞ bₙ = 0,则该级数收敛。

For example, the alternating harmonic series Σ (−1)ⁿ⁺¹/n = 1 − ½ + ⅓ − ¼ + ⋯ converges by this test, since bₙ = 1/n is decreasing and tends to 0. Its sum is ln 2. This is a remarkable result: the harmonic series diverges, but removing the negative signs via alternation produces a convergent series.

例如,交错调和级数 Σ (−1)ⁿ⁺¹/n = 1 − ½ + ⅓ − ¼ + ⋯ 由此检验法收敛,因为 bₙ = 1/n 递减且趋于 0。其和为 ln 2。这是一个非凡的结果:调和级数发散,但通过交替正负号即得到收敛级数。

The alternating series estimation theorem also provides a bound on the error: the remainder Rₙ after n terms satisfies |Rₙ| ≤ bₙ₊₁.

交错级数估计定理还给出了误差界:n 项后的余项 Rₙ 满足 |Rₙ| ≤ bₙ₊₁。


9. Absolute and Conditional Convergence | 绝对收敛与条件收敛

A series Σaₙ is said to converge absolutely if Σ|aₙ| converges. If Σaₙ converges but Σ|aₙ| diverges, the series is said to converge conditionally. Absolute convergence is a stronger condition than ordinary convergence, and absolutely convergent series can be rearranged without changing their sum.

若 Σ|aₙ| 收敛,则称级数 Σaₙ 绝对收敛。若 Σaₙ 收敛但 Σ|aₙ| 发散,则称级数条件收敛。绝对收敛是比普通收敛更强的条件,且绝对收敛级数可以重新排列而不改变其和。

For example, the series Σ (−1)ⁿ⁺¹/n² converges absolutely because Σ 1/n² converges (p-series with p = 2 > 1). The alternating harmonic series Σ (−1)ⁿ⁺¹/n converges conditionally because Σ 1/n diverges. Conditionally convergent series are delicate: the Riemann rearrangement theorem states that they can be rearranged to converge to any real number, or even to diverge.

例如,级数 Σ (−1)ⁿ⁺¹/n² 绝对收敛,因为 Σ 1/n² 收敛(p-级数,p = 2 > 1)。交错调和级数 Σ (−1)ⁿ⁺¹/n 条件收敛,因为 Σ 1/n 发散。条件收敛级数是微妙的:黎曼重排定理指出,可以将其重排为收敛到任意实数,甚至发散。


10. Power Series | 幂级数

A power series centered at c has the form Σ aₙ(x − c)ⁿ = a₀ + a₁(x − c) + a₂(x − c)² + ⋯. The set of x-values for which the power series converges is an interval centered at c, called the interval of convergence. The radius of convergence R determines the extent of this interval.

以 c 为中心的幂级数具有形式 Σ aₙ(x − c)ⁿ = a₀ + a₁(x − c) + a₂(x − c)² + ⋯。使幂级数收敛的 x 值集合是以 c 为中心的区间,称为收敛区间。收敛半径 R 决定了该区间的范围。

R = 1 / limₙ→∞ ⁿ√|aₙ| or R = limₙ→∞ |aₙ/aₙ₊₁|

The interval of convergence may include neither, one, or both endpoints, and each endpoint must be checked separately using the relevant convergence tests. For example, the power series Σ xⁿ/n has radius of convergence R = 1. At x = 1, the series becomes the harmonic series and diverges; at x = −1, it becomes the alternating harmonic series and converges. Thus the interval of convergence is [−1, 1).

收敛区间可能包含两个端点、只包含一个端点或都不包含,每个端点都需用相应的收敛检验法分别验证。例如,幂级数 Σ xⁿ/n 的收敛半径为 R = 1。在 x = 1 处,级数变为调和级数而发散;在 x = −1 处,变为交错调和级数而收敛。因此收敛区间为 [−1, 1)。


11. Taylor and Maclaurin Series | 泰勒级数与麦克劳林级数

The Taylor series of a function f(x) centered at a is given by:

函数 f(x) 在 a 处展开的泰勒级数为:

f(x) = Σ f⁽ⁿ⁾(a)/n! · (x − a)ⁿ

When a = 0, the series is called a Maclaurin series. The most important Maclaurin series include:

当 a = 0 时,该级数称为麦克劳林级数。最重要的麦克劳林级数包括:

  • eˣ = 1 + x + x²/2! + x³/3! + ⋯, valid for all x

    eˣ = 1 + x + x²/2! + x³/3! + ⋯,对所有 x 成立

  • sin x = x − x³/3! + x⁵/5! − x⁷/7! + ⋯, valid for all x

    sin x = x − x³/3! + x⁵/5! − x⁷/7! + ⋯,对所有 x 成立

  • cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + ⋯, valid for all x

    cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + ⋯,对所有 x 成立

  • 1/(1 − x) = 1 + x + x² + x³ + ⋯, valid for |x| < 1

    1/(1 − x) = 1 + x + x² + x³ + ⋯,对 |x| < 1 成立

  • ln(1 + x) = x − x²/2 + x³/3 − x⁴/4 + ⋯, valid for −1 < x ≤ 1

    ln(1 + x) = x − x²/2 + x³/3 − x⁴/4 + ⋯,对 −1 < x ≤ 1 成立

A particularly elegant result arises from substituting x = 1 into the series for ln(1 + x), yielding ln 2 = 1 − ½ + ⅓ − ¼ + ⋯, which confirms the sum of the alternating harmonic series. Similarly, substituting x = −1 into the geometric series formula gives 1 − 1 + 1 − 1 + ⋯, a divergent series, illustrating the restriction |x| < 1.

一个特别优雅的结果来源于将 x = 1 代入 ln(1 + x) 的级数,得到 ln 2 = 1 − ½ + ⅓ − ¼ + ⋯,这证实了交错调和级数的和。类似地,将 x = −1 代入几何级数公式得到 1 − 1 + 1 − 1 + ⋯,这是发散的,说明 |x| < 1 的限制是必要的。


12. Applications and Exam Strategies | 应用与考试策略

Infinite series appear in numerous applications. Euler’s famous solution to the Basel problem used the identity Σ 1/n² = π²/6, which can be derived via Fourier series. In physics, Taylor expansions approximate potentials and fields near equilibrium points. In probability, geometric series compute expected values of certain random processes.

无穷级数在众多领域中有应用。欧拉对巴塞尔问题的著名解答使用了恒等式 Σ 1/n² = π²/6,该式可通过傅里叶级数推导。在物理学中,泰勒展开近似平衡点附近的势能与场。在概率论中,几何级数用于计算某些随机过程的期望值。

For examinations, the following strategy is recommended when determining convergence:

在考试中,判断收敛性时建议采用以下策略:

Step | 步骤 Action | 操作
1 Check limₙ→∞ aₙ; if nonzero, the series diverges — stop.
检查 limₙ→∞ aₙ;若不为 0,则级数发散——停止。
2 Identify the series type: geometric, p-series, alternating, or telescoping.
识别级数类型:几何级数、p-级数、交错级数或 telescoping 级数。
3 For terms with factorials or exponentials, apply the ratio test.
对于含阶乘或指数的项,应用比值判别法。
4 For terms raised to the n-th power, apply the root test.
对于 n 次幂形式的项,应用根值判别法。
5 For other types, use comparison or limit comparison with known series.
对于其他类型,与已知级数使用比较或极限比较判别法。

Common pitfalls include applying the ratio test when the limit equals 1, forgetting to check endpoints of the interval of convergence, and incorrectly assuming that aₙ → 0 implies convergence. Mastering these techniques requires practice with a variety of series types, including geometric, p-series, alternating, and telescoping series.

常见错误包括:在比值的极限等于 1 时仍使用比值判别法、忘记检验收敛区间的端点、以及错误地认为 aₙ → 0 就意味着收敛。掌握这些技巧需要对各类级数进行大量练习,包括几何级数、p-级数、交错级数以及 telescoping 级数。

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version