5. Series

Absolute Vs(dot) Conditional Convergence

Absolute vs. Conditional Convergence

students, imagine stacking books on a shelf one by one. Some stacks stay neat no matter how you rearrange them, while others only work if you place the books in the exact right order 📚. Infinite series behave in a similar way. In this lesson, you will learn the difference between absolute convergence and conditional convergence, two important ideas in Real Analysis that help us understand when an infinite sum really makes sense.

What you will learn

By the end of this lesson, students, you should be able to:

  • explain what it means for a series to be absolutely convergent or conditionally convergent,
  • determine whether a series converges absolutely or conditionally,
  • connect these ideas to convergence tests for series,
  • understand why absolute convergence is stronger than ordinary convergence,
  • use examples to show how a series can converge in one way but not another.

An infinite series has the form $\sum_{n=1}^{\infty} a_n$, where $a_n$ is a sequence of numbers. The big question is whether the sequence of partial sums

$$s_N = \sum_{n=1}^{N} a_n$$

approaches a finite limit as $N \to \infty$. If it does, the series converges. If not, it diverges.

Absolute convergence: the stronger kind of convergence

A series $\sum_{n=1}^{\infty} a_n$ is called absolutely convergent if the series of absolute values

$$\sum_{n=1}^{\infty} |a_n|$$

converges.

This means we ignore the signs of the terms and check whether the total size still stays under control. The idea is simple: if even the “all-positive version” of the series converges, then the original series is very well behaved.

For example, consider the series

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

Since all terms are already positive, its absolute value series is the same series. We know this $p$-series converges because $p=2>1$. So it is absolutely convergent.

Why is this important? Because absolute convergence guarantees convergence of the original series. In other words, if $\sum_{n=1}^{\infty} |a_n|$ converges, then $\sum_{n=1}^{\infty} a_n$ also converges. This is a major theorem in Real Analysis.

A useful way to think about it is with a seesaw ⚖️. Positive terms push the sum up and negative terms push it down. If the absolute values are summable, the total amount of pushing in either direction is limited. That makes the series stable enough to settle to a finite value.

Example 1: An absolutely convergent series

Consider

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

The terms alternate in sign, but the absolute value series is

$$\sum_{n=1}^{\infty} \left|\frac{(-1)^n}{n^2}\right| = \sum_{n=1}^{\infty} \frac{1}{n^2},$$

which converges. Therefore, the original series is absolutely convergent.

Even though the signs switch back and forth, the terms shrink quickly enough that the positive and negative contributions do not cause instability.

Conditional convergence: converges, but not absolutely

A series $\sum_{n=1}^{\infty} a_n$ is called conditionally convergent if it converges, but the series of absolute values

$$\sum_{n=1}^{\infty} |a_n|$$

diverges.

So conditional convergence means the original series converges only because of cancellation between positive and negative terms. If you remove the signs, the sum becomes too large and no longer converges.

This kind of convergence is more delicate. The terms may cancel in just the right way to produce a finite limit, but the series is not stable in the same way as an absolutely convergent series.

Example 2: The alternating harmonic series

One of the most famous examples is

$$\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots.$$

This series converges by the alternating series test, because:

  • the terms $\frac{1}{n}$ decrease toward $0$,
  • the signs alternate.

However, its absolute value series is

$$\sum_{n=1}^{\infty} \left|\frac{(-1)^{n+1}}{n}\right| = \sum_{n=1}^{\infty} \frac{1}{n},$$

which is the harmonic series, and that diverges.

So the alternating harmonic series is conditionally convergent.

This is a powerful example because it shows that a series can converge even when the absolute values do not. The convergence depends on the pattern of signs. Without cancellation, the total keeps growing.

How to tell the difference

To classify a series $\sum_{n=1}^{\infty} a_n$, follow this logic:

  1. First determine whether the series itself converges.
  2. Then check the absolute value series $\sum_{n=1}^{\infty} |a_n|$.
  3. If both converge, the series is absolutely convergent.
  4. If the original series converges but $\sum_{n=1}^{\infty} |a_n|$ diverges, the series is conditionally convergent.
  5. If the original series does not converge, then it is neither absolutely convergent nor conditionally convergent.

This order matters. A series must converge before it can be called conditionally convergent.

Example 3: A series that is neither

Consider

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

The terms alternate and approach $0$, so the alternating series test shows the series converges.

Now check absolute convergence:

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

This is a $p$-series with $p=\frac{1}{2}$, and since $p \le 1$, it diverges.

Therefore, the original series is conditionally convergent.

Example 4: A divergent series

Consider

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

The terms do not even approach $0$, because

$$\frac{n}{n+1} \to 1.$$

A necessary condition for convergence of any series is that $a_n \to 0$. Since this fails, the series diverges. So it is neither absolutely nor conditionally convergent.

Why absolute convergence is stronger

Absolute convergence gives more control over a series. One important fact is that absolutely convergent series are well behaved under rearrangement. If $\sum_{n=1}^{\infty} a_n$ converges absolutely, then changing the order of the terms does not change the sum.

For conditionally convergent series, this is not true. In fact, a famous result called the Riemann rearrangement theorem says that a conditionally convergent series of real numbers can be rearranged to converge to different values, or even to diverge. This shows that conditional convergence is much more fragile.

That fragility comes from the balance between positive and negative terms. If a series depends on cancellation, then changing the order can change how that cancellation happens.

For absolute convergence, the signs do not matter as much because the total size is already finite. Think of it like money in a bank account đź’°. If your total deposits and withdrawals are both small enough to stay under control, the final balance is stable. If it only works because deposits and withdrawals are arranged in a certain pattern, the result is more sensitive.

Connection to broader series tests

Absolute vs. conditional convergence fits into the larger toolkit for series in Real Analysis.

You may use several convergence tests before deciding whether a series is absolutely or conditionally convergent:

  • $p$-series test for $\sum \frac{1}{n^p}$,
  • comparison test and limit comparison test,
  • alternating series test,
  • ratio test,
  • root test.

A common strategy is:

  • use a test like the ratio test or root test on $\sum |a_n|$ to check absolute convergence,
  • if that fails, try a sign-based test such as the alternating series test to check ordinary convergence.

For example, if

$$\sum_{n=1}^{\infty} a_n = \sum_{n=1}^{\infty} \frac{(-1)^n}{n^3},$$

then the absolute value series is

$$\sum_{n=1}^{\infty} \frac{1}{n^3},$$

which converges, so the series is absolutely convergent.

If instead

$$\sum_{n=1}^{\infty} a_n = \sum_{n=1}^{\infty} \frac{(-1)^n}{n},$$

then the original series converges by the alternating series test, but the absolute value series diverges. So it is conditionally convergent.

Conclusion

students, the key difference is this: absolute convergence means the series of absolute values converges, which automatically gives convergence of the original series. Conditional convergence means the original series converges only because positive and negative terms cancel, while the absolute value series diverges.

This distinction matters because absolutely convergent series are more stable, easier to handle, and safer to rearrange. Conditionally convergent series are more delicate and can behave in surprising ways. In Real Analysis, understanding this difference helps you classify series correctly and choose the right convergence test for the situation.

Study Notes

  • A series $\sum_{n=1}^{\infty} a_n$ converges if its partial sums approach a finite limit.
  • A series is absolutely convergent if $\sum_{n=1}^{\infty} |a_n|$ converges.
  • Absolute convergence always implies ordinary convergence.
  • A series is conditionally convergent if $\sum_{n=1}^{\infty} a_n$ converges but $\sum_{n=1}^{\infty} |a_n|$ diverges.
  • The alternating harmonic series $\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$ is conditionally convergent.
  • The series $\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2}$ is absolutely convergent.
  • If $a_n \not\to 0$, then $\sum_{n=1}^{\infty} a_n$ diverges.
  • Absolute convergence is stronger and more stable than conditional convergence.
  • Conditionally convergent series can be sensitive to rearrangement.
  • A good strategy is to test $\sum |a_n|$ first when possible, then use other convergence tests if needed.

Practice Quiz

5 questions to test your understanding

Absolute Vs(dot) Conditional Convergence — Real Analysis | A-Warded