The Alternating Series Test

Learning Outcomes

  • Use the alternating series test to test an alternating series for convergence
  • Estimate the sum of an alternating series

A series whose terms alternate between positive and negative values is an alternating series. For example, the series

n=1(12)n=12+1418+116

 

and

n=1(1)n+1n=112+1314+

 

are both alternating series.

Definition


Any series whose terms alternate between positive and negative values is called an alternating series. An alternating series can be written in the form

n=1(1)n+1bn=b1b2+b3b4+

 

or

n1(1)nbn=-b1+b2b3+b4

 

Where bn0 for all positive integers n.

Series (1), shown as the first alternating series example, is a geometric series. Since |r|=|-12|<1, the series converges. Series (2), shown as the second alternating series example, is called the alternating harmonic series. We will show that whereas the harmonic series diverges, the alternating harmonic series converges.

To prove this, we look at the sequence of partial sums {Sk} (Figure 1).

Proof

Consider the odd terms S2k+1 for k0. Since 1(2k+1)<12k,

S2k+1=S2k112k+12k+1<S2k1.

 

Therefore, {S2k+1} is a decreasing sequence. Also,

S2k+1=(112)+(1314)++(12k112k)+12k+1>0.

 

Therefore, {S2k+1} is bounded below. Since {S2k+1} is a decreasing sequence that is bounded below, by the Monotone Convergence Theorem, {S2k+1} converges. Similarly, the even terms {S2k} form an increasing sequence that is bounded above because

S2k=S2k2+12k112k>S2k2

 

and

S2k=1+(12+13)++(12k2+12k1)12k<1.

 

Therefore, by the Monotone Convergence Theorem, the sequence {S2k} also converges. Since

S2k+1=S2k+12k+1,

 

we know that

limkS2k+1=limkS2k+limk12k+1.

 

Letting S=limkS2k+1 and using the fact that 1(2k+1)0, we conclude that limkS2k=S. Since the odd terms and the even terms in the sequence of partial sums converge to the same limit S, it can be shown that the sequence of partial sums converges to S, and therefore the alternating harmonic series converges to S.

It can also be shown that S=ln2, and we can write

n=1(1)n+1n=112+1314+=ln(2).

 

This graph demonstrates the alternating hamanic series in the first quadrant. The highest line 1 is drawn to S1, the next line -1/2 is drawn to S2, the next line +1/3 is drawn to S3, the line -1/4 is drawn to S4, and the last line +1/5 is drawn to S5. The odd terms are decreasing and bounded below, and the even terms are increasing and bounded above. It seems to be converging to S, which is in the middle of S2, S4 and S5, S3, S1.

Figure 1. For the alternating harmonic series, the odd terms S2k+1 in the sequence of partial sums are decreasing and bounded below. The even terms S2k are increasing and bounded above.

◼

More generally, any alternating series of form (3) or (4) (see the definition) converges as long as b1b2b3 and bn0 (Figure 2). The proof is similar to the proof for the alternating harmonic series.

This diagram illustrates an alternating series in quadrant 1. The highest line b1 is drawn out to S1, the next line –b2 is drawn back to S2, the next line b3 is drawn out to S3, the next line –b4 is drawn back to S4, and the last line is drawn out to S5. It seems to be converging to S, which is in between S2, S4 and S5, S3, and S1. The odd terms are decreasing and bounded below. The even terms are increasing and bounded above.

Figure 2. For an alternating series b1b2+b3 in which b1>b2>b3>, the odd terms S2k+1 in the sequence of partial sums are decreasing and bounded below. The even terms S2k are increasing and bounded above.

theorem: Alternating Series Test


An alternating series of the form

n=1(1)n+1bnorn=1(1)nbn

 

converges if

  1. 0bn+1bn for all n1 and
  2. limnbn=0.

This is known as the alternating series test.

We remark that this theorem is true more generally as long as there exists some integer N such that 0bn+1bn for all nN.

Example: Convergence of Alternating Series

For each of the following alternating series, determine whether the series converges or diverges.

  1. n=1(1)n+1n2
  2. n=1(1)n+1n(n+1)

try it

Determine whether the series n=1(1)n+1n2n converges or diverges.

Watch the following video to see the worked solution to the above Try IT.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “5.5.1” here (opens in new window).

Try It

Remainder of an Alternating Series

It is difficult to explicitly calculate the sum of most alternating series, so typically the sum is approximated by using a partial sum. When doing so, we are interested in the amount of error in our approximation. Consider an alternating series

n=1(1)n+1bn

 

satisfying the hypotheses of the alternating series test. Let S denote the sum of this series and {Sk} be the corresponding sequence of partial sums. From Figure 2, we see that for any integer N1, the remainder RN satisfies

|RN|=|SSN||SN+1SN|=bn+1.

 

theorem: Remainders in Alternating Series


Consider an alternating series of the form

n=1(1)n+1bnorn=1(1)nbn

 

that satisfies the hypotheses of the alternating series test. Let S denote the sum of the series and SN denote the Nth partial sum. For any integer N1, the remainder RN=SSN satisfies

|RN|bN+1.

 

In other words, if the conditions of the alternating series test apply, then the error in approximating the infinite series by the Nth partial sum SN is in magnitude at most the size of the next term bN+1.

Example: Estimating the Remainder of an Alternating Series

Consider the alternating series

n=1(1)n+1n2.

 

Use the remainder estimate to determine a bound on the error R10 if we approximate the sum of the series by the partial sum S10.

try it

Find a bound for R20 when approximating n=1(1)n+1n by S20.