Difference between revisions of "Geometric sequence"
m (proofreading) |
(→Infinite Geometric Sequences: (proofreading)) |
||
Line 23: | Line 23: | ||
For instance, the series <math>1 + \frac12 + \frac14 + \frac18 + \cdots</math>, sums to 2. The general formula for the sum of such a sequence is: | For instance, the series <math>1 + \frac12 + \frac14 + \frac18 + \cdots</math>, sums to 2. The general formula for the sum of such a sequence is: | ||
− | <math>S = \frac{a_0}{1-r}</math>. < | + | <center><math>S = \frac{a_0}{1-r}</math>.</center> <br><br> |
− | |||
− | + | Where <math>a_0</math> is the first term in the sequence, and <math>r</math> is the common ratio. | |
+ | |||
+ | Proof: Let the sequence be | ||
+ | |||
+ | <center><math>S=a_0+a_0r+a_0r^2+a_0r^3+\cdots</math></center> | ||
+ | |||
+ | Multiplying by <math>r</math> yields, | ||
+ | |||
+ | <center><math>S \cdot r=a_0r+a_0r^2+a_0r^3+\cdots</math></center> | ||
+ | |||
+ | We subtract these two equations to obtain: | ||
+ | |||
+ | <center><math> S-S\cdot r=a_0</math></center> | ||
+ | |||
+ | There is only one term on the RHS because the rest of the terms cancel out after subtraction. Finally, we can factor and divide to get | ||
+ | |||
+ | <center><math>\displaystyle S(1-r)=a_0</math></center> | ||
+ | |||
+ | thus, | ||
+ | |||
+ | <center><math>S=\frac{a_0}{1-r}</math></center> | ||
+ | |||
+ | This method of multiplying the sequence and subtracting equations, called telescoping, is a frequently used method to evaluate infinate sequences. | ||
One common instance of summing infinite geometric sequences is the [[decimal expansion]] of most [[rational number]]s. For instance, <math>0.33333\ldots = \frac 3{10} + \frac3{100} + \frac3{1000} + \frac3{10000} + \ldots</math> has first term <math>a_0 = \frac 3{10}</math> and common ratio <math>\frac1{10}</math>, so the infinite sum has value <math>S = \frac{\frac3{10}}{1-\frac1{10}} = \frac13</math>, just as we would have expected. | One common instance of summing infinite geometric sequences is the [[decimal expansion]] of most [[rational number]]s. For instance, <math>0.33333\ldots = \frac 3{10} + \frac3{100} + \frac3{1000} + \frac3{10000} + \ldots</math> has first term <math>a_0 = \frac 3{10}</math> and common ratio <math>\frac1{10}</math>, so the infinite sum has value <math>S = \frac{\frac3{10}}{1-\frac1{10}} = \frac13</math>, just as we would have expected. |
Revision as of 14:07, 23 June 2006
Definition
A geometric sequence is a sequence of numbers in which each term is a fixed multiple of the previous term. For example: 1, 2, 4, 8, 16, 32, ... is a geometric sequence because each term is twice the previous term. In this case, 2 is called the common ratio of the sequence. More formally, a geometric sequence may be defined recursively by:
with a fixed and common ratio . Using this definition, the th term has the closed-form:
Summing a Geometric Sequence
The sum of the first terms of a geometric sequence is given by
where is the first term in the sequence, and is the common ratio.
Infinite Geometric Sequences
An infinite geometric sequence is a geometric sequence with an infinite number of terms. If the common ratio is small, the sum of the terms will approach a fixed limit. In this case, "small" means . We say that the sum of the terms of this sequence is a convergent sum.
For instance, the series , sums to 2. The general formula for the sum of such a sequence is:
Where is the first term in the sequence, and is the common ratio.
Proof: Let the sequence be
Multiplying by yields,
We subtract these two equations to obtain:
There is only one term on the RHS because the rest of the terms cancel out after subtraction. Finally, we can factor and divide to get
thus,
This method of multiplying the sequence and subtracting equations, called telescoping, is a frequently used method to evaluate infinate sequences.
One common instance of summing infinite geometric sequences is the decimal expansion of most rational numbers. For instance, has first term and common ratio , so the infinite sum has value , just as we would have expected.