SOLUTION: what is the SUM OF A GEOMETRIC SERIES?

Algebra ->  Sequences-and-series -> SOLUTION: what is the SUM OF A GEOMETRIC SERIES?       Log On


   



Question 390526: what is the SUM OF A GEOMETRIC SERIES?












Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Here is a geometric series:

2 + 6 + 18 + 54 + 162 + 486

A. It has 6 terms.  So we say n=6
B. It has first term 2.  So we say a%5B1%5D=2
C. It has common ratio 3. So we say r=3
D. It has sum 728. So we say S%5B6%5D=728

The reason we say it has common ratio 3 is because:
1. The 2nd term 6 divided by the 1st term 2 is 3. 
2. The 3rd term 18 divided by the 2nd term 6 is 3.
3. The 4th term 54 divided by the 3rd term 18 is 3. 
4. The 5th term 162 divided by the 4th term 54 is 3.
5. The 6th term 486 divided by the 5th term 162 is 3.

Since all those divisions come out 3, it is a geometric
series, with common ratio 3.

The formula for the sum S%5Bn%5D of any FINITE geometric series is:

S%5Bn%5D%22%22=%22%22%28a%5B1%5D%281-r%5En%29%29%2F%281-r%29

So in the above case, substituting:

S%5B6%5D%22%22=%22%22%28%282%29%281-%283%29%5E%286%29%29%29%2F%281-%283%29%29

S%5B6%5D%22%22=%22%22%282%281-3%5E6%29%29%2F%281-3%29

S%5B6%5D%22%22=%22%22%282%281-729%29%29%2F%28-2%29

S%5B6%5D%22%22=%22%22%282%28-728%29%29%2F%28-2%29

S%5B6%5D%22%22=%22%22728

We can also find S%5Bn%5D just by adding:

  2
  6
 18
 54 
162 
486
728

But if there were 100 terms instead of just 6 that would
take too long, but the formula would be much shorter.
-----------------------------------
There are also INFINITE geometric series that never end, but goes
on forever and ever.  That is when r < 1, like this:

8+%2B++8%2F7+%2B+8%2F49+%2B+8%2F343+%2B+%22...%22  

A. It has infinitely many terms terms. 
B. It has first term 8.  So we say a%5B1%5D=8
C. It has common ratio 1%2F7. So we say r=1%2F7

We could never add them all up since the terms go on forever.
However there is a number that we get closer and closer to as 
we add more and more terms.

So we say that the sum of all "infinity" of those terms is given by
this formula:

S%5Binfinity%5D%22%22=%22%22a%5B1%5D%2F%281-r%29

S%5Binfinity%5D%22%22=%22%228%2F%281-1%2F7%29

S%5Binfinity%5D%22%22=%22%228%2F%287%2F7-1%2F7%29

S%5Binfinity%5D%22%22=%22%228%2F%286%2F7%29

S%5Binfinity%5D%22%22=%22%228%2Aexpr%287%2F6%29

S%5Binfinity%5D%22%22=%22%2256%2F6

S%5Binfinity%5D%22%22=%22%2228%2F3

So the more terms we add, the closer to 28/3 we will get.

28/3 is the decimal 9.333333333...

Notice that when we add just the first 4 terms we get 9.329446064
which is well on the way to 9.333333333...

Hope this helps you.

Edwin