What is the sum of the infinite geometric series 8 + 4 + 2 + 1 +... ?

1 Answer

The common ratio is 1/212 or 0.50.5. If you multiply the current term by the the common ratio the the output will be the next term.

8 * 1/2 = 4812=4

4*1/2=2412=2

2 * 1/2 = 1212=1

etc ...

because the absolute value of rr is less than 1 we can use the following formula.

a/(1-r)a1r where aa is the first term and rr is the common ratio

In our problem a = 8a=8 and r=0.5r=0.5

Substitute

8/(1-0.5) = 8/0.5 = 16810.5=80.5=16

The sum of this infinite geometric series is 16.

Also, another formula you can use that is guaranteed to work every time, no matter what, is:

S_n=a((r^n-1)/(r-1))Sn=a(rn1r1)

All the variables work the same way as above, and "n" is the number of terms in the series. So, say you wanted to find the sum of the first 10 terms and were to substitute everything in:

S_10=8((0.5^10-1)/(0.5-1))S10=8(0.51010.51)

S_10=15.984375S10=15.984375

Therefore the sum if the series is 15.98!

Hopefully this was helpful! You can use either formula, it's just a matter of preference; the second one is more reliable and accurate though! :)