Historical Context & Motivation
The distinction between absolute convergence and conditional convergence arose from deep investigations into the behavior of infinite series during the eighteenth and nineteenth centuries. Early mathematicians such as Euler freely manipulated infinite series—rearranging terms, grouping them, and substituting values—without questioning whether such operations preserved the sum. This uncritical approach occasionally produced spectacular results, but it also led to paradoxes that demanded a more rigorous foundation for the theory of convergence.
Riemann's rearrangement theorem revealed a startling truth: a series that converges but does not converge absolutely is, in a precise sense, fragile. Its sum depends on the order in which terms are added, a property that has profound implications for analysis, Fourier series, and numerical computation. The central question this lesson addresses is: given a convergent series, how do we determine whether the convergence is absolute or merely conditional?
Core Principles & Definitions
Before classifying a series as absolutely or conditionally convergent, one must first establish that the series converges in the ordinary sense. The classification then hinges on whether convergence survives when every term is replaced by its absolute value—a more demanding requirement that eliminates any beneficial cancellation between positive and negative terms.
Convergence of a Series
Absolute Convergence
Conditional Convergence
The Implication Hierarchy
Visual Explanation
Classification Flowchart for Convergence Type
The flowchart above captures the essential decision procedure. Notice that the classification is a two-stage test: convergence of Σaₙ is a prerequisite, and only after establishing it do we examine Σ|aₙ|. A common error is to skip Step 1 entirely and jump straight to the absolute value series. While it is true that if Σ|aₙ| converges then Σaₙ converges automatically (so you may proceed directly to Step 2 in that case), if Σ|aₙ| diverges, you must still verify separately that Σaₙ converges before declaring conditional convergence—otherwise the series might simply diverge.
Mathematical Framework
The formal definitions translate the intuitive ideas of the previous sections into precise mathematical language. Throughout this section, let {aₙ} denote a sequence of real numbers and let Sₙ = Σₖ₌₁ⁿ aₖ denote the nth partial sum of the series.
These results establish a clear hierarchy: absolute convergence is a stronger condition that guarantees many desirable algebraic properties (rearrangement, multiplication of series via the Cauchy product), while conditional convergence is a weaker, more fragile state. In practice, the determination usually proceeds by first testing Σ|aₙ| for convergence using standard tests (Ratio Test, Root Test, Comparison Test, Integral Test), and if Σ|aₙ| diverges, separately verifying that Σaₙ converges using tests suited to alternating or sign-changing series.
Classic Examples & Partial-Sum Behavior
The canonical example distinguishing absolute from conditional convergence involves the alternating harmonic series and the p-series. The alternating harmonic series Σ(−1)ⁿ⁺¹/n converges to ln 2 by the Alternating Series Test, yet Σ1/n—the harmonic series—diverges. Thus the alternating harmonic series is conditionally convergent. In contrast, the series Σ(−1)ⁿ⁺¹/n² converges absolutely because Σ1/n² = π²/6 is finite.
| Series | Σaₙ Converges? | Σ|aₙ| Converges? | Classification |
|---|---|---|---|
| Σ(−1)ⁿ⁺¹/n | Yes (= ln 2) | No (harmonic) | Conditional |
| Σ(−1)ⁿ⁺¹/n² | Yes (= π²/12) | Yes (= π²/6) | Absolute |
| Σ(−1)ⁿ⁺¹/√n | Yes (AST) | No (p = ½ ≤ 1) | Conditional |
| Σ(−1)ⁿ/2ⁿ | Yes (geometric) | Yes (|r| = ½ < 1) | Absolute |
| Σ1/n | No | No | Divergent |
Worked Example
Let us determine whether the series Σₙ₌₁∞ (−1)ⁿ⁺¹ · n/(n² + 1) converges absolutely, converges conditionally, or diverges.
Choosing the Right Convergence Test
Determining absolute or conditional convergence often requires selecting the appropriate test for two separate investigations: one for Σ|aₙ| and potentially another for Σaₙ itself. The table below summarizes the most commonly used tests and their applicability in this context.
| Test | Tests Σ|aₙ|? | Tests Σaₙ directly? | Best Used When… |
|---|---|---|---|
| Ratio Test | Yes (inherently uses |aₙ|) | Determines absolute conv. | Factorials, exponentials, products |
| Root Test | Yes (uses |aₙ|¹ᐟⁿ) | Determines absolute conv. | nth powers, nested exponents |
| Comparison / LCT | Yes (applied to |aₙ|) | Typically not (needs non-negative) | Rational functions, p-series comparisons |
| Integral Test | Yes (applied to |aₙ|) | Needs positive terms | Continuous, positive, decreasing terms |
| Alternating Series Test | No | Yes (Σaₙ directly) | Alternating sign, decreasing |aₙ| → 0 |
Connections to Rearrangements and Power Series
The distinction between absolute and conditional convergence is not merely a classification exercise—it has far-reaching consequences in analysis, particularly for rearrangements of series, the Cauchy product of two series, and the behavior of power series at the boundary of their interval of convergence.
| Property | Absolutely Convergent | Conditionally Convergent |
|---|---|---|
| Rearrangement invariance | Sum unchanged under any rearrangement | Sum can be made any value in ℝ ∪ {±∞} (Riemann) |
| Cauchy product | Product of two abs. conv. series converges absolutely | Product may diverge unless at least one factor is abs. conv. |
| Power series at endpoints | Convergence is unambiguous and robust | Endpoint behavior requires careful individual analysis |
| Grouping of terms | Any grouping preserves convergence and sum | Grouping preserves convergence, but removing parentheses may not |
In the context of power series Σcₙ(x − a)ⁿ, the series converges absolutely for |x − a| < R (the radius of convergence) and diverges for |x − a| > R. At the endpoints x = a ± R, the series may converge absolutely, converge conditionally, or diverge—and the classification at each endpoint must be determined individually. For example, the power series for ln(1 + x) = Σ(−1)ⁿ⁺¹xⁿ/n has R = 1: at x = 1 it converges conditionally (alternating harmonic), and at x = −1 it diverges (negative harmonic). These endpoint investigations are precisely the absolute-vs.-conditional analysis studied in this lesson, applied to a concrete function-theoretic setting.
Practice Problems
Lesson Summary
A series Σaₙ is classified based on the behavior of its companion series Σ|aₙ|. If Σ|aₙ| converges, then Σaₙ is absolutely convergent—a robust form of convergence that is invariant under rearrangement and supports algebraic operations like the Cauchy product. If Σaₙ converges but Σ|aₙ| diverges, then Σaₙ is conditionally convergent, relying on cancellation between positive and negative terms. By the Riemann rearrangement theorem, conditionally convergent series can be rearranged to converge to any prescribed sum.
The determination strategy follows a two-step procedure: first test Σ|aₙ| for convergence using the Ratio Test, Root Test, Comparison Test, or Integral Test. If Σ|aₙ| converges, you are done—the series is absolutely convergent. If Σ|aₙ| diverges, apply the Alternating Series Test (or another appropriate test) to Σaₙ. If Σaₙ converges, the convergence is conditional; if Σaₙ also diverges, the series simply diverges.