8.1: Geometric Series
( \newcommand{\kernel}{\mathrm{null}\,}\)
Having a detailed understanding of geometric series will enable us to use Cauchy’s integral formula to understand power series representations of analytic functions. We start with the definition:
A finite geometric series has one of the following (all equivalent) forms.
Sn=a(1+r+r2+r3+...+rn)=a+ar+ar2+ar3+...+arn=n∑j=0arj=an∑j=0rj
The number r is called the ratio of the geometric series because it is the ratio of consecutive terms of the series.
The sum of a finite geometric series is given by
Sn=a(1+r+r2+r3+...+rn)=a(1−rn+1)1−r.
- Proof
-
This is a standard trick that you’ve probably seen before.
Sn=a+ar+ar2+...+arnrSn=ar+ar2+...+arn+arn+1
When we subtract these two equations most terms cancel and we get
Sn−rSn=a−arn+1
Some simple algebra now gives us the formula in Equation 8.2.2.
An infinite geometric series has the same form as the finite geometric series except there is no last term:
S=a+ar+ar2+...=a∞∑j=0rj.
We will usually simply say ‘geometric series’ instead of ‘infinite geometric series’.
If |r|<1 then the infinite geometric series converges to
S=a∞∑j=0rj=a1−r
If |r|≥1 then the series does not converge.
- Proof
-
This is an easy consequence of the formula for the sum of a finite geometric series. Simply let n→∞ in Equation 8.2.2.
We have assumed a familiarity with convergence of infinite series. We will go over this in more detail in the appendix to this topic.
Connection to Cauchy’s Integral Formula
Cauchy’s integral formula says
f(z)=12πi∫Cf(w)w−z dw.
Inside the integral we have the expression
1w−z
which looks a lot like the sum of a geometric series. We will make frequent use of the following manipulations of this expression.
1w−z=1w⋅11−z/w=1w(1+(z/w)+(z/w)2+...)
The geometric series in this equation has ratio z/w. Therefore, the series converges, i.e. the formula is valid, whenever |z/w|<1, or equivalently when
|z|<|w|.
Similarly,
1w−z=−1z⋅11−w/z=−1z(1+(w/z)+(w/z)2+...)
The series converges, i.e. the formula is valid, whenever |w/z|<1, or equivalently when
|z|>|w|.