How do you find the sum of the infinite geometric series 1/3 + 4/9 + 16/27 + 64/81?

1 Answer
Dec 14, 2015

The series diverges, as

sum_(n=0)^oo1/3(4/3)^n = oon=013(43)n=

Explanation:

An infinite geometric series is a series of the form

sum_(n=0)^ooa_0r^nn=0a0rn

where a_0a0 is the initial term and rr is the ratio between terms.

To find rr, then, we can divide any term after the first by the term prior, as
(a_0r^k)/(a_0r^(k-1)) = ra0rka0rk1=r

Doing so for the given series, we find that

r = (4/9)/(1/3) = 4/3r=4913=43

As |r| >= 1|r|1, that means the terms do not tend towards 00 as n->oon, meaning the series diverges.