Lesson BASICS - Geometric Series

Algebra ->  Sequences-and-series -> Lesson BASICS - Geometric Series      Log On


   


This Lesson (BASICS - Geometric Series) was created by by longjonsilver(2297) About Me : View Source, Show
About longjonsilver: I have a new job in September, teaching

Introduction
Geometric Series or Progressions are sequences of numbers that increment by a fixed common multiple eg 1,2,4,8,16,... is a Geometric series with common ratio of 2.

Definitions
Let r = common ratio
Let a = first term
Let n = number of terms
Let Sn = sum of first n terms

So, in the sequence 10,5,2.5,1.25,... we have:
first term is 10 --> a = 10
ratio is 1/2 --> r = 1/2

nth Term
Algebraically:
1st term = a
2nd term = ar
3rd term = ar%5E2
4th term = ar%5E3
5th term = ar%5E4
6th term = ar%5E5
and so on.
In general, the nth term is given as +ar%5E%28n-1%29+

--> +nth+term+=+ar%5E%28n-1%29+

EXAMPLES
Q. Find the 8th term of the sequence 1,1%2F2,1%2F4,1%2F8,...

A. a=1, r=1%2F2, n=8.
+nth+term+=+ar%5E%28n-1%29+
+8th+term+=+%281%29%281%2F2%29%5E%288-1%29+
+8th+term+=+%281%2F2%29%5E%287%29+
+8th+term+=+%281%2F128%29+

which we can verify by writing out the first 8 terms in full:
1,1%2F2,1%2F4,1%2F8,1%2F16,1%2F32,1%2F64,1%2F128,

Summation
The summation of n terms is given by:

+Sn+=+%28a%281-r%5En%29%29%2F%281-r%29+ or +Sn+=+%28a%28r%5E%28n%29-1%29%29%2F%28r-1%29+


EXAMPLES
Q. Find the sum of the first 10 terms of the sequence 1,1%2F2,1%2F4,1%2F8,...

a=1, r=1%2F2, n=10
--> +Sn+=+%28a%281-r%5En%29%29%2F%281-r%29+
+S10+=+%28%281%29%281-%281%2F2%29%5E10%29%29%2F%281-%281%2F2%29%29+
+S10+=+%28%281-%281%2F2%29%5E10%29%29%2F%281%2F2%29+
+S10+=+%281-%281%2F1024%29%29%2F%281%2F2%29+
+S10+=+%281023%2F1024%29%2F%281%2F2%29+
+S10+=+1023%2F512+
--> S10 = 1.9980


Further Example
Q. The second term of a geometric series is 8%2F9 and the sixth term is 9%2F2. Find the common ratio, the ninth term, the sum of the first 8 terms and the sum of the first 20 terms.

We do not know a, which is crucial in all the calculations, so we are aiming to find that as well as r.

So, what we do know is the following:
2nd term, ar+=+8%2F9+
6th term, ar%5E5+=+9%2F2+

divide these to give +%28ar%5E5%29%2F%28ar%29+=+%289%2F2%29%2F%288%2F9%29+
+%28r%5E4%29+=+81%2F16+
which is r+=+3%2F2 because +81%2F16+=+3%5E4%2F2%5E4+

So, using this in +ar+=+8%2F9+ we have
+a%283%2F2%29+=+8%2F9+
--> +a+=+%288%2F9%29%2A%282%2F3%29+
--> a = 16/27

The 10th term = +ar%5E9+
The 10th term = +%2816%2F27%29%283%2F2%29%5E9+
The 10th term = +%2816%2F27%29%283%2F2%29%5E9+
The 10th term = 22.78125

Now for the sum of 8 terms:
+S8+=+%28%2816%2F27%29%281-%283%2F2%29%5E8%29%29%2F%281-%283%2F2%29%29+
+S8+=+%28%2816%2F27%29%281-%283%2F2%29%5E8%29%29%2F%28-%281%2F2%29%29+
+S8+=+%28%2816%2F27%29%281-25.62890625%29%29%2F%28-%281%2F2%29%29+
S8 = 29.18981481

Now for the sum of 20 terms:
+S20+=+%28%2816%2F27%29%281-%283%2F2%29%5E20%29%29%2F%28-%281%2F2%29%29+
+S20+=+%28%2816%2F27%29%281-3325.25673%29%29%2F%28-%281%2F2%29%29+
S20 = 3939.859828


Sum to Infinity
Geometric Series have a further application to their summation formula. When |r|<1, the numbers in the series get progressively smaller. If we add these up, the sum approaches a certain value. This differs from cases where |r|>1, as in the example above, where as n increases, so the sum increases too and would carry on increases and increases getting bigger and bigger.

So, with the stipulation that |r|<1, the sum to infinity of a Geometric Series is a%2F%281-r%29

--> Sum to infinity = a%2F%281-r%29 for |r|<1

EXAMPLE
Q. For the Geometric series 8, 4, 2, 1, 1/2,... Find the sum to the first ten terms and then find the sum to infinity.

a=8
r=1/2

Just looking at the terms, we have 8+4+2+1+(1/2)+... this part is 15.5. Subsequent terms are getting smaller and so the sum will not increase appreciably. In fact, the sum will head towards a certain value...this is the "sum to infinity". We could guess and say it is probably 16.


+Sn+=+%28a%281-r%5En%29%29%2F%281-r%29+
+S10+=+%28%288%29%281-%281%2F2%29%5E10%29%29%2F%281-%281%2F2%29%29+
+S10+=+%28%288%29%281-%281%2F1024%29%29%29%2F%281%2F2%29+
S10 = 15.984375

Sum to infinity:
+S+=+a%2F%281-r%29+
+S+=+8%2F%281-%281%2F2%29%29+
+S+=+8%2F%281%2F2%29+
--> Sum to infinity = 16


Summary
This is the introduction to Geometric Series'. However, with the question quoted at the end here, I have covered all of the major aspects of the topic. It is all about practice now: practice using the "nth term" and "summation" formulae.

This lesson has been accessed 51701 times.