LH
Apr 2, 2026
What is the difference between absolute and conditional convergence?
In my AP Calculus BC class, we are studying infinite series and I am confused about the distinction between absolute convergence and conditional convergence.
I understand that if converges then converges absolutely. But what does it really mean for a series to be conditionally convergent? Can someone provide an intuitive explanation with an example like the alternating harmonic series?
Also, why does the rearrangement theorem (Riemann series theorem) only apply to conditionally convergent series?
1 answers92 views
Loading comments...
1 Answer
DR
Dr. Raj PatelApr 3, 2026 AcceptedExcellent question — this distinction is subtle but fundamental in analysis.
**Absolute convergence** means $\sum |a_n| < \infty$. This is a very strong form of convergence: the series converges regardless of the order of terms. If you rearrange an absolutely convergent series, the sum stays the same.
**Conditional convergence** means $\sum a_n$ converges but $\sum |a_n|$ diverges. The classic example is the alternating harmonic series:
$$\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} = 1 - \frac12 + \frac13 - \frac14 + \cdots = \ln 2$$
Here $\sum \frac{1}{n}$ diverges (harmonic series), but the alternating version converges by the Alternating Series Test.
The **Riemann rearrangement theorem** states that a conditionally convergent series can be rearranged to converge to any real number, or even to diverge. Why? Because the positive terms alone diverge to $+\infty$ and the negative terms alone diverge to $-\infty$. By carefully reordering, you can achieve any limit.
For absolute convergence, the positive and negative parts each converge individually, so rearrangement never changes the sum.
Loading comments...