10.9 Determining Absolute or Conditional Convergence
Keywords
Absolute Convergence 绝对收敛 • Conditional Convergence 条件收敛
Rearrangement Theorem 重排定理 • Magnitude 幅值
Two Ways to Converge
When we deal with series that have both positive and negative terms, we categorize their convergence into two types based on how they behave when all terms are made positive.
核心要点:Absolute vs. Conditional (LIM-7.A.12)
-
Absolute Convergence: A series \(\sum a_n\) converges absolutely if the series of absolute values \(\sum |a_n|\) converges.
-
Conditional Convergence: A series \(\sum a_n\) converges conditionally if the series \(\sum a_n\) converges, but the series of absolute values \(\sum |a_n|\) diverges.
Properties of Absolute Convergence
Absolute convergence is a "stronger" form of convergence. It grants the series several mathematical "superpowers" that conditionally convergent series do not have.
核心要点:The Power of Absolute Convergence
-
Convergence Guarantee (LIM-7.A.13): If a series converges absolutely, then it is guaranteed to converge in its original form.
\[\sum |a_n| \text{ converges} \implies \sum a_n \text{ converges.}\] -
Rearrangement Property (LIM-7.A.14): If a series converges absolutely, you can rearrange or regroup the terms in any order without changing the sum.
Classic Example: The Harmonic Family
The difference between these two types of convergence is best seen in the Harmonic series family:
-
Alternating Harmonic Series: \(\sum \frac{(-1)^{n+1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} \dots\) This series converges (by AST), but its absolute version \(\sum \frac{1}{n}\) diverges (Harmonic series). Conclusion: Conditionally Convergent.
-
Alternating \(p\)-Series (\(p=2\)): \(\sum \frac{(-1)^{n+1}}{n^2} = 1 - \frac{1}{4} + \frac{1}{9} - \frac{1}{16} \dots\) Its absolute version is \(\sum \frac{1}{n^2}\), which converges (\(p\)-series test). Conclusion: Absolutely Convergent.
Extension: Riemann's Rearrangement Theorem
Conditional convergence is surprisingly fragile. Bernhard Riemann proved that if a series is conditionally convergent, you can rearrange its terms to make it converge to any real number you want, or even make it diverge!
For example, you could pick the terms of the Alternating Harmonic series in a specific order to make the sum exactly \(1,000,000\) or \(\pi\). This is why absolute convergence is so important in physics and engineering—it ensures the result is stable regardless of how you "group" your data.