11. Convergence Tests II

Absolute Vs(dot) Conditional Convergence

Absolute vs. Conditional Convergence

students, in Calculus 2, not every infinite series behaves the same way. Some series settle down nicely, some do not, and some only look harmless after a bit of algebra. One of the most important ideas in Convergence Tests II is understanding the difference between absolute convergence and conditional convergence. This lesson will help you tell them apart, use the right test, and connect them to the bigger picture of series convergence 📘✨

What Does It Mean for a Series to Converge?

An infinite series is a sum with infinitely many terms, such as $\sum_{n=1}^{\infty} a_n$. A series converges if its partial sums approach a finite number. That means if you add more and more terms, the total gets closer and closer to one fixed value.

For example, the geometric series $\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n$ converges because its partial sums approach $2$.

But convergence is only the beginning. For many series, we also ask: what happens if we take the absolute value of every term? That leads to the idea of absolute convergence.

Absolute Convergence: The Stronger Kind

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

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

converges.

This is a stronger condition than ordinary convergence. If a series converges absolutely, then the original series $\sum_{n=1}^{\infty} a_n$ also converges. In other words, absolute convergence guarantees convergence.

Why does this matter? Because absolute convergence means the terms are not only balancing out in the original sum, but they are also small enough in magnitude to make the total stable even after removing signs. That makes absolutely convergent series especially well-behaved 😊

Example of Absolute Convergence

Consider

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

To test absolute convergence, take absolute values:

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

This is a $p$-series with $p=2$, and since $p>1$, it converges. Therefore, the original series converges absolutely.

That means even though the terms alternate signs, the main reason the series converges is that the magnitudes shrink fast enough.

Conditional Convergence: Converges Without Absolute Convergence

A series $\sum_{n=1}^{\infty} a_n$ is said to converge conditionally if the series $\sum_{n=1}^{\infty} a_n$ converges, but the absolute value series

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

diverges.

So conditional convergence means the original series converges, but only because positive and negative terms partially cancel each other out. If you ignore the signs, the series is no longer convergent.

This is a very important idea in Calculus 2, especially when studying alternating series.

Example of Conditional Convergence

Look at the alternating harmonic series:

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

This series converges by the Alternating Series Test because the terms $\frac{1}{n}$ decrease to $0$.

Now check absolute convergence:

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

This is the harmonic series, and it diverges. So the original alternating series converges, but not absolutely. Therefore, it converges conditionally.

This example is a classic one students should know well, because it shows how sign changes can make a diverging positive series become convergent when the signs alternate.

How to Tell the Difference

When you are given a series $\sum_{n=1}^{\infty} a_n$, use this logic:

  1. First, test the original series for convergence.
  2. Then test the absolute value series $\sum_{n=1}^{\infty} |a_n|$.
  3. Interpret the result:
  • If $\sum |a_n|$ converges, the series is absolutely convergent.
  • If $\sum a_n$ converges but $\sum |a_n|$ diverges, the series is conditionally convergent.
  • If $\sum a_n$ diverges, then it is neither absolutely nor conditionally convergent.

This decision process connects directly to the convergence tests from the unit. You may use the Ratio Test, Root Test, Comparison Test, or Alternating Series Test depending on the form of the series.

Connection to the Ratio Test and Root Test

The Ratio Test and Root Test are especially useful when deciding absolute convergence, because both tests work naturally with absolute values.

Ratio Test

For a series $\sum_{n=1}^{\infty} a_n$, the Ratio Test looks at

$$\lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right| = L.$$

  • If $L<1$, the series converges absolutely.
  • If $L>1$, the series diverges.
  • If $L=1$, the test is inconclusive.

Root Test

The Root Test examines

$$\lim_{n\to\infty} \sqrt[n]{|a_n|} = L.$$

  • If $L<1$, the series converges absolutely.
  • If $L>1$, the series diverges.
  • If $L=1$, the test is inconclusive.

These tests are powerful because they often prove absolute convergence directly, especially when factorials, powers, or exponentials appear.

Example Using the Ratio Test

Consider

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

Use the Ratio Test on $|a_n|=\frac{n}{3^n}$:

$$\left|\frac{a_{n+1}}{a_n}\right| = \frac{n+1}{3^{n+1}} \cdot \frac{3^n}{n} = \frac{n+1}{3n}.$$

Taking the limit gives

$$\lim_{n\to\infty} \frac{n+1}{3n} = \frac{1}{3}.$$

Since $\frac{1}{3}<1$, the series converges absolutely.

Connection to the Alternating Series Test

The Alternating Series Test checks series of the form

$$\sum_{n=1}^{\infty} (-1)^{n} b_n$$

or

$$\sum_{n=1}^{\infty} (-1)^{n+1} b_n,$$

where $b_n>0$.

The test says the series converges if:

  1. $b_n$ decreases eventually, and
  2. $\lim_{n\to\infty} b_n = 0$.

But here is the key point: the Alternating Series Test only proves convergence, not absolute convergence. A series can pass the Alternating Series Test and still be only conditionally convergent.

For example, the alternating harmonic series converges by the Alternating Series Test, but the absolute series diverges. So it is conditionally convergent.

This is why alternating series often require two checks: one for convergence, and one for absolute convergence.

Why Absolute Convergence Is Important

Absolute convergence is stronger because it gives more stability. If a series converges absolutely, then rearranging terms does not change its sum. That is not always true for conditionally convergent series.

For conditionally convergent series, rearranging terms can produce a different sum, or even make the series diverge. This shows that conditional convergence depends more heavily on the order of the terms. In Calculus 2, this fact is an important reason why absolute convergence is considered the safer and stronger result.

A helpful way to remember it is:

  • Absolute convergence means the magnitudes are tame enough on their own.
  • Conditional convergence means the signs are doing some of the work.

Worked Example: Decide the Type of Convergence

Consider the series

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

First, test whether it converges.

This is alternating with $b_n=\frac{1}{\sqrt{n}}$. The sequence $b_n$ decreases and

$$\lim_{n\to\infty} \frac{1}{\sqrt{n}} = 0.$$

So the series converges by the Alternating Series Test.

Now test absolute convergence:

$$\sum_{n=1}^{\infty} \left|\frac{(-1)^{n+1}}{\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 series is conditionally convergent.

Conclusion

students, absolute convergence and conditional convergence are two central ideas in Convergence Tests II. Absolute convergence means the series of absolute values converges, and this guarantees the original series converges too. Conditional convergence means the original series converges, but the absolute value series diverges. In practice, the Ratio Test and Root Test are often used to prove absolute convergence, while the Alternating Series Test often shows ordinary convergence that may turn out to be conditional.

When solving problems, always ask two questions: Does the series converge? And does the absolute value series converge? Those two checks will help you classify the series correctly and understand how it fits into the bigger picture of Calculus 2 📚

Study Notes

  • A series $\sum_{n=1}^{\infty} a_n$ converges absolutely if $\sum_{n=1}^{\infty} |a_n|$ converges.
  • Absolute convergence is stronger than 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 Series Test can prove convergence, but not absolute convergence.
  • The Ratio Test and Root Test often help prove absolute convergence because they use $|a_n|$.
  • If $\sum |a_n|$ converges, then $\sum a_n$ converges too.
  • If $\sum a_n$ diverges, then the series is neither absolutely nor conditionally convergent.
  • 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.
  • Absolute convergence is important because it gives more stable behavior, including freedom from order-sensitive rearrangements.

Practice Quiz

5 questions to test your understanding