Lesson 16 - Alternating Series and Alternating Series Test

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+16

and

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

are both alternating series.

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

n=1(1)nbn=b1+b2b3+b4

Where bn>0 for all positive integers n.

See a proof here.

Alternating Series Test

An alternative series of the form

n=1(1)n+1bn  or  n=1(1)nbn

converges if
i. 0<bn+1bn for all n1 and
ii. limnbn=0.

This is known as the alternating series test.

Example: Convergence of Alternating Series

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

a. n=1(1)n+1n2
b. n=1(1)n+1nn+1

a. Since
1(n+1)2<1n2 and 1n20
the series converges.
b. Try for yourself.

Remainder of an Alternating Series

Sometimes, it is difficult to explicitly calculate the sum of an alternating series. Instead, we generally use an approximated sum, called the partial sum. Remainder estimates give us a way to control the error in our approximation of the sum.

Consider an alternating series in the form of

n=1(1)n+1bn  or  n=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.

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.

Solution

From the theorem stated above,
|R10|<b11=11120.008265.

Absolute and Conditional Convergence

Consider a series n=1an and the related series n=1|an|.

A series n=1an is exhibits absolute convergence if n=1|an| converges. A series n=1an exhibits conditional convergence if n=1an but n=1|an| diverges.

Theorem: Absolute Convergence Implies Convergence

If n=1|an| converges, then n=1an converges.

Here is a proof for absolute convergence.

Example: Absolute versus Conditional Convergence

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

a. n=1(1)n+1(3n+1)
b. n=1cos(n)n2

a. We can see that

n=1|(1)n+13n+1|=n=113n+1

diverges by using the limit comparison test with the harmonic series.

limn1(3n+1)1n=13

Applying the theorem, the series cannot converge absolutely. Moreover, because of the alternating series test, we can see that the series converges.

13(n+1)+1<13n+1  and  13n+10

We can conclude that, since the alternating series test confirms convergence but the absolute series diverges, n=1(1)n+1(3n+1) converges conditionally.

b. Try for yourself.

Next, we will review Power Series.

Next Lesson: Lesson 17 - Power Series

Table of Contents: Table of Contents

Note: This lesson adapted from OpenStax. Credit goes to OpenStax creators.