Difference between revisions of "Geometric sequence"

(Definition)
m (Infinate Geometric Sequences: got dots to show up right)
Line 21: Line 21:
 
An infinate geometric sequence is a geometric sequence with an infinate number of terms.  These sequences can have sums, sometimes called limits, if <math>|r|<1</math>.
 
An infinate geometric sequence is a geometric sequence with an infinate number of terms.  These sequences can have sums, sometimes called limits, if <math>|r|<1</math>.
  
For instance, the series <math>1 + \frac12 + \frac14 + \frac18 + ...</math>, sums to 2.  The general fromula for the sum of such a sequence is:
+
For instance, the series <math>1 + \frac12 + \frac14 + \frac18 + \cdots</math>, sums to 2.  The general fromula for the sum of such a sequence is:
  
 
<math>S = \frac{a_1}{1-r}</math>
 
<math>S = \frac{a_1}{1-r}</math>

Revision as of 04:20, 23 June 2006

Definition

A geometric sequence is a sequence of numbers where the nth term of the sequence is a 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 as:

$a_n = r*a_{n-1}, n \geq 2$

with a fixed $a_1$ and common ratio $r$. Using this definition, the $n$th term may be found explicityly with:

$\displaystyle a_n = a_1*r^{n-1}$

Summing a Geometric Sequence

The sum of the first $n$ terms of a geometric sequence is given by

$S_n = \frac{a_1(r^{n+1}-1)}{r-1}$

where $a_1$ is the first term in the sequence, and $r$ is the common ratio.

Infinate Geometric Sequences

An infinate geometric sequence is a geometric sequence with an infinate number of terms. These sequences can have sums, sometimes called limits, if $|r|<1$.

For instance, the series $1 + \frac12 + \frac14 + \frac18 + \cdots$, sums to 2. The general fromula for the sum of such a sequence is:

$S = \frac{a_1}{1-r}$

Again, $a_1$ is the first term in the sequence, and $r$ is the common ratio.

See Also

Arithmetic Sequences