Lesson 15 - Geometric Series and Ratio Test

Geometric Series

A geometric series is any series that we can write in the form of

a+ar+ar2+ar3+=n=1arn1

Notice here that the initial term a is a ratio r of the term before it. For example, the series

n=1(12)n1=1+12+14+18+

is a geometric series with initial term a=1 and ratio r=12.

In general:

If |r|<1, the series converges, and

n=1arn1,|r|<1

If |r|1, the series diverges.

Example: Determining Convergence or Divergence of a Geometric Series

Determine whether each of the following geometric series converges or diverges, and if it converges, find its sum.

a. n=1(3)n+14n1
b. n=1e2n

a. Writing out the first several terms in the series, we have

n=1(3)n+14n1=(3)240+(3)34+(3)442+=(3)2+(3)2×(34)+(3)2×(34)2+=9+9×(34)+9×(34)2+

Recall the sum of an infinite series in the geometric form is

S=a1r

The initial term a=9 and the ratio r=34. Since |r|=34<1, the series converges to

91(34)=974=367

b. Try for yourself.

Ratio Test

Given the series

n=1an

we know that limn=0 is not a sufficient condition for the series to converge. Not only do we need an0, but we need an0 quickly enough.

Theorem

Let n=1an be a series with nonzero terms. Let

ρ=limn|an+1an|

i. If 0ρ1, then n=1an converges absolutely.
ii. If ρ>1 or ρ=, then n=1an diverges.
iii. If ρ=1, the test does not provide any information.

A proof is here if you are interested.

Example: Using the Ratio Test

For each of the following series, use the ratio test to determine whether the series converges or diverges.
a. n=12nn!
b. n=1nnn!
c. n=1(1)n(n!)2(2n)!

a. From the ratio test, we can see that

ρ=limn2n+1(n+1)!2nn!=limn2n+1(n+1)!×n!2n

Since (n+1)=(n+1)×n!,

ρ=limn2n+1=0

Since ρ<1, the series converges.

b. We can see that

ρ=limn(n+1)n+1(n+1)!nnn!=limn(n+1)n+1(n+1)!×n!nn=limn(n+1n)n=limn(1+1n)n=e.

Since ρ>1, the series diverges.

C. Try for yourself.

Next Lesson: Lesson 16 - Alternating Series and Alternating Series Test

Table of Contents: Table of Contents

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