10. Infinite Sequences and Series

Alternating Series Test For Convergence

Alternating Series Test for Convergence

students, imagine reading a long list of numbers where the terms bounce up and down like a seesaw ⚖️. One term is positive, the next is negative, then positive again, and so on. In AP Calculus BC, these are called alternating series. Some of them add up to a finite number, while others do not. Your job is to learn how to tell when an alternating series converges using the Alternating Series Test.

What an alternating series is

An alternating series has terms whose signs switch back and forth. A common form is

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

or

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

where $b_n \ge 0$ for every $n$. The factor $(-1)^n$ or $(-1)^{n-1}$ creates the alternating pattern.

For example, the series

$$1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\cdots$$

alternates between positive and negative terms. This is called the alternating harmonic series.

In real life, alternating patterns show up when a system corrects itself over and over. Think of a thermostat adjusting temperature, or a phone app syncing data in small corrections. The values may go up and down, but the overall behavior may still settle down 📱.

The Alternating Series Test

The Alternating Series Test says that the alternating series

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

converges if both of these conditions are true:

  1. $b_n$ is eventually decreasing, meaning $b_{n+1} \le b_n$ for all large enough $n$.
  2. $\lim_{n\to\infty} b_n = 0$.

That is the main idea: the sizes of the terms must get smaller and smaller, and they must approach $0$.

Notice what the test does not say. It does not require the series to converge absolutely. It only guarantees conditional convergence for many alternating series.

Why does this make sense? If the positive and negative terms keep shrinking toward $0$, then the partial sums tend to get trapped in a narrowing range. Each new term can only move the sum a little bit, and the movements get smaller and smaller.

How to use the test on AP problems

When you see an alternating series on a test, follow these steps:

  1. Identify the alternating pattern. Look for $(-1)^n$ or $(-1)^{n-1}$.
  2. Define the positive part as $b_n$.
  3. Check the limit $\lim_{n\to\infty} b_n$.
  4. Check that $b_n$ is decreasing eventually.
  5. Conclude convergence if both conditions hold.

Example 1:

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

Here, $b_n=\frac{1}{n}$. We have

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

and $\frac{1}{n}$ is decreasing for $n\ge 1$. So the series converges by the Alternating Series Test.

This is important because the related positive series

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

is the harmonic series, which diverges. So the alternating signs change the outcome. This shows how much signs matter in infinite series 😮.

A deeper look at the conditions

The first condition, $\lim_{n\to\infty} b_n=0$, is essential. If the terms do not approach $0$, then the series diverges immediately by the nth-term test for divergence.

Example 2:

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

Here, $b_n=\frac{n}{n+1}$, and

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

Since the terms do not approach $0$, the series diverges. Even though the signs alternate, the terms are not getting small enough.

The second condition says the positive terms should eventually decrease. This usually means that after some point, each term is no larger than the previous one.

Example 3:

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

Here, $b_n=\frac{1}{\sqrt{n}}$. The limit is

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

and the terms decrease as $n$ grows. Therefore, the series converges by the Alternating Series Test.

This series is especially important because the positive series

$$\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}$$

is a $p$-series with $p=\frac{1}{2}$, which diverges. So this is another example of conditional convergence.

Estimating error with alternating series

The Alternating Series Test also leads to a very useful error estimate. If $S$ is the true sum and $S_n$ is the $n$th partial sum, then for an alternating series that meets the test,

$$|S-S_n|\le b_{n+1}$$

This means the error is at most the magnitude of the next term. That is a big help on AP problems because you can estimate how close a partial sum is to the actual sum.

Example 4:

Suppose you use the first four terms of

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

to estimate its sum. The error is at most

$$b_5=\frac{1}{5}$$

So the true sum is within $\frac{1}{5}$ of the fourth partial sum.

If you want an estimate accurate to within $0.01$, you would keep adding terms until

$$b_{n+1}<0.01$$

For the alternating harmonic series, that means you need

$$\frac{1}{n+1}<0.01$$

which gives $n+1>100$. So you would need at least $100$ terms to guarantee that accuracy.

Common mistakes to avoid

A very common mistake is thinking that every alternating series converges. That is false. The terms must go to $0$, and they must decrease eventually.

Another mistake is forgetting to isolate $b_n$ correctly. For the series

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

you should take $b_n=\frac{3}{n+2}$, not include the sign.

A third mistake is mixing up convergence tests. The Alternating Series Test is different from the ratio test, root test, and comparison tests. It is especially useful when the signs alternate and the terms are positive in magnitude.

Also remember: if an alternating series converges by the Alternating Series Test, that does not automatically mean it converges absolutely. To check absolute convergence, you must look at the series formed by the absolute values:

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

If that diverges but the alternating series converges, then the series is conditionally convergent.

Connection to the bigger unit

students, the Alternating Series Test fits into the bigger study of infinite sequences and series by helping you classify infinite sums as convergent or divergent. It works alongside other tools such as the geometric series test, the $p$-series test, the comparison tests, and the ratio test.

It also connects to Taylor and Maclaurin series later in AP Calculus BC. Many Taylor series alternate signs, and the alternating series error bound helps you estimate how many terms are needed for a desired accuracy.

For example, when approximating a function using a Taylor polynomial, you often want to know how far your polynomial is from the actual function. If the remaining terms alternate and decrease in size, the alternating series error estimate gives a fast, reliable bound.

Conclusion

The Alternating Series Test is a powerful tool for deciding whether an alternating series converges. students, the key ideas are simple: the terms must alternate in sign, their magnitudes must decrease eventually, and those magnitudes must approach $0$. When those conditions are met, the series converges, often conditionally. The test also gives a practical error bound, which makes it useful in approximation problems and Taylor series work. Mastering this test helps you handle a major part of AP Calculus BC and understand how infinite processes can still produce finite answers ✨.

Study Notes

  • An alternating series has terms that switch signs, often written with $(-1)^n$ or $(-1)^{n-1}$.
  • The Alternating Series Test says $\sum (-1)^{n-1}b_n$ converges if $b_n$ is eventually decreasing and $\lim_{n\to\infty} b_n=0$.
  • If the terms do not approach $0$, the series diverges by the nth-term test.
  • The test often gives conditional convergence, not absolute convergence.
  • For a convergent alternating series, the error after $n$ terms satisfies $|S-S_n|\le b_{n+1}$.
  • The next term gives a quick bound on the approximation error.
  • The alternating harmonic series $\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n}$ converges.
  • The harmonic series $\sum_{n=1}^{\infty}\frac{1}{n}$ diverges, showing that alternating signs can change the result.
  • Alternating series ideas are useful in Taylor series, numerical approximation, and error estimation.

Practice Quiz

5 questions to test your understanding