Expansions
Expansions
expansions
A. Eremenko
October 15, 2020
1. The first and most important example is the geometric progression formula
∞
1
zn = 1 + z + z2 + z3 + . . . .
X
= (1)
1−z 0
∞
1 1X
= (n + 1)(n + 2)z n = 1 + 3z + 6z 2 + 10z 3 + . . . . (3)
(1 − z)3 2 0
And so on. These examples permit to expand any rational function at any
point: first do partial fraction decomposition, then use these formulas.
Example 1. Expand into a Laurent series in 0 < |z| < 1:
1
f (z) = (4)
z(z 2− 1)
Solution. We have
1 1 1 1
= − . (5)
z2 − 1 2 z−1 z+1
The first summand gives
∞
1
z n = −1 − z − z 2 − z 3 − . . . .
X
=−
z−1 n=0
1
by formula (1). Same formula gives
∞
1
(−1)n z n = 1 − z + z 2 − z 3 + . . . .
X
=
z + 1 n=0
Example 2. Expand the same function in the region 0 < |z − 1| < 1 First
we rewrite it in terms of w = z − 1: we have z = w + 1
1 1
f (z) = 2
= .
(w + 1)((w + 1) − 1) w(w + 1)(w + 2)
Then decompose into partial fraction:
1 1 1
f (z) = − + .
2w w + 1 2(w + 2)
The first term is already expanded in powers of w. For the second term we
have by formula (1)
∞ ∞
1
(−1)n wn = (−1)n−1 wn .
X X
− =−
w+1 n=0 n=0
2
Example 3. Expand the same function f is Example 1 into a Laurent series
in the ring 1 < |z| < ∞.
Solution. ∞
1 −3 1 −3
z −2n .
X
2
= −z 2
=z
z(z − 1) 1 − 1/z n=0
Notice that we always take our of parentheses in the denominater the term
of the bigger absolute value so tat the resulting geometric series converges.
The following expansions are recommended to remember
∞
zn z2 z3
ez =
X
=1+z+ + + ....
n=0 n! 2 6
∞
z 2m z3 z5
(−1)m
X
sin z = =z− + − ....
m=0 (2m)! 6 120
∞
z 2m+1 z2 z4
(−1)m
X
cos z = =1− + − ....
m=0 (2m + 1)! 2 24
∞
zn z2 z3
(−1)n−1
X
Log (1 + z) = =z− + − ....
n=1 n 2 3
Laurent series expansions can be added. They can be differentiated and
integrated term-by-term. Meromorphic Laurent series can be also multilied:
the formulas for the n-th coefficient of product is a finite sum in terms of
coefficients of the multiples. We have
∞ ∞ ∞
! !
n n
cn z n ,
X X X
an z bn z =
n=0 n=0 n=0
where n
X
cn = ak bn−k .
k=0
Meromorphic Laurent series can be also divided. The usual tool is the same
geometric progression formula.
Example 4. Find few first terms of the Laurent expansion in powers of z
of the function
1
f (z) = .
sin z
3
We substitute the series for sin and transform so that formula (1) can be
used:
1 1
f (z) = =
z− z 3 /6 + z 5 /120 − z 7 /5040 + ... z (1 − (z 2 /6 − z 4 /120 + z 6 /5040 − . . .))
= z −1 1 + (z 2 /6 − z 4 /120 + z 6 /5040 − . . .) + (z 2 /6 − z 4 /120 + . . .)2 + (z 2 /6 + . . .)3 . . .
= z −1 + z/6 + z 3 (−1/120 + 1/36) + z 5 (1/5040 − 2/(6 · 120) + 1/63 ) + . . .
= z −1 + z/6 + 7x3 /360 + 31x5 /15120 + . . . .