Geometric series: Difference between revisions
imported>Peter Schmitt m (→Example: dorrection: replace + signs) |
imported>Peter Schmitt (→Example: added analog example with negative ratio) |
||
Line 8: | Line 8: | ||
Then its sum is <math> a \over 1-q </math> where ''a'' is the first term of the series. | Then its sum is <math> a \over 1-q </math> where ''a'' is the first term of the series. | ||
== | == Examples == | ||
=== Positive ratio === | |||
The series | The series | ||
Line 20: | Line 22: | ||
and therefore its sum is | and therefore its sum is | ||
: <math> { 6 \over 1-\frac 13 } = 9 </math> | : <math> { 6 \over 1-\frac 13 } = 9 </math> | ||
=== Negative ratio === | |||
The series | |||
: <math> 6 - 2 + \frac 2 3 - \frac 2 9 + \frac 2 {27} -+ \cdots </math> | |||
and corresponding sequence of partial sums | |||
: <math> 6 , 4 , \frac {14} 3 , \frac {40} 9 , \frac {122} {27} , \cdots </math> | |||
is a geometric series with quotient | |||
: <math> q = - \frac 1 3 </math> | |||
and first term | |||
: <math> a = 6 </math> | |||
and therefore its sum is | |||
: <math> { 6 \over 1- \left( - \frac 13 \right) } = \frac 9 2 </math> | |||
== Power series == | == Power series == |
Revision as of 11:05, 10 January 2010
A geometric series is a series associated with a geometric sequence, i.e., the ratio (or quotient) q of two consecutive terms is the same for each pair.
An infinite geometric series converges if and only if |q|<1.
Then its sum is where a is the first term of the series.
Examples
Positive ratio
The series
and corresponding sequence of partial sums
is a geometric series with quotient
and first term
and therefore its sum is
Negative ratio
The series
and corresponding sequence of partial sums
is a geometric series with quotient
and first term
and therefore its sum is
Power series
Any geometric series
can be written as
where
The partial sums of the power series Σxk are
because
Since
it is
and the geometric series converges (more precisely: converges absolutely) for |x|<1 with the sum
and diverges for |x| ≥ 1. (Depending on the sign of a, the limit is +∞ or −∞ for x≥1.)