Return to my Mathematics pages
Go to my home page


Geometric Series

Note: This is the alternative Geometric Series page, for WWW browser which cannot display special symbols. In particular, I am using ^2 for "squared" in this version. Please let me know if this is working for you or not, by sending me email. Click here to return to the primary Geometric Series page.

© Copyright 1999, Jim Loy

A geometric series is one in which there is a constant ratio between each element and the one preceding it. Here is one such series.

7+14+28+56+112

The ratio here is 2. Let's try to find the sum of geometric series, in general (S is the sum, a is the first element, r is the ratio, n is the number of elements):

S=a+ar+ar^2+ar^3+...+ar^(n-1)
Sr=ar+ar^2+ar^3+...+ar^(n-1)+ar^n
S-Sr=a-ar^n [subtracting the second line from the first]
S(1-r)=a(1-r^n)
S=a(1-r^n)/(1-r)

That last line is a handy formula. Let's use it to determine the sum of our sample series, above. a=7, r=2, n=5. Then S=7(1-32)/(1-2)=217. Checking our work, we see that 217 is right.

A geometric series is often infinite. In other words, it has infinitely many elements:

1+1/2+1/4+1/8+1/16...

It should be obvious that such a series diverges (goes to infinity) when r>=1. When 0<r<1 (r is between 0 and 1), the sum approaches a real number. We use limits to find the handy formula for such a sum. Let me explain it in words instead. We take our formula for n terms (above), S=a(1-r^n)/(1-r). With 0<r<1, r^n gets closer and closer to 0, as n gets large. None of the rest of our formula is affected by our large n. So, we can stick 0 in for r^n, and we get:

S=a/(1-r)

And our familiar infinite series (a=1 and r=1/2):

1+1/2+1/4+1/8+1/16...=2


Return to my Mathematics pages
Go to my home page