7.1 Taylor Series
Theorem 7.1. If f is analytic on ∣z−z0∣<RThen
f(z)=∑n=0∞n!f(n)(z0)(z−z0)n
And the series converges uniformly on compact subsets of ∣z−z0∣<R.
Proof. For ∣z−z0∣<r<RApply Cauchy”s integral formula on ∣ζ−z0∣=r:
f(z)=2πi1∫∣ζ−z0∣=rζ−zf(ζ)dζ
Write ζ−z1=(ζ−z0)−(z−z0)1=ζ−z01⋅1−(z−z0)/(ζ−z0)1 =∑n=0∞(ζ−z0)n+1(z−z0)n (geometric series, convergent since ∣z−z0∣/∣ζ−z0∣<1).
Substituting and integrating term by term gives the Taylor series. ■
Remark. The radius of convergence R is the distance from z0 to the nearest singularity of f.
7.2 Common Taylor Series
ez=∑n=0∞n!zn=1+z+2!z2+⋯
sinz=∑n=0∞(2n+1)!(−1)nz2n+1
cosz=∑n=0∞(2n)!(−1)nz2n
1−z1=∑n=0∞zn,∣z∣<1
ln(1+z)=∑n=1∞n(−1)n+1zn,∣z∣<1
7.3 Worked Examples: Taylor Series
Solution
Problem. Find the Taylor series of f(z)=z1 centered at z0=1.
z1=1+(z−1)1=∑n=0∞(−1)n(z−1)n for ∣z−1∣<1.
Radius of convergence: distance from z0=1 to the singularity at z=0Which is 1.
Problem. Find the Taylor series of f(z)=(1−z)21 centered at z0=0.
(1−z)21=dzd[1−z1]=dzd∑n=0∞zn=∑n=1∞nzn−1=∑n=0∞(n+1)zn for ∣z∣<1.
Problem. Find the Taylor series of f(z)=ezsinz up to the z4 term.
ez=1+z+z2/2+z3/6+z4/24+⋯ sinz=z−z3/6+z5/120−⋯
ezsinz=(1+z+z2/2+z3/6+z4/24+⋯)(z−z3/6+⋯)
=z+z2+z3/2+z4/6+⋯−z3/6−z4/6+⋯ =z+z2+z3/3−z4/30+⋯
7.4 Laurent Series
Theorem 7.2 (Laurent Series). If f is analytic on the annulus r<∣z−z0∣<R Then
f(z)=∑n=−∞∞an(z−z0)n=⋯+(z−z0)2a−2+z−z0a−1+a0+a1(z−z0)+⋯
Where
an=2πi1∫γ(z−z0)n+1f(z)dz
For any simple closed contour γ in the annulus encircling z0.
The principal part is ∑n=−∞−1an(z−z0)n (negative powers). The analytic Part is ∑n=0∞an(z−z0)n (non-negative powers).
7.5 Classification of Laurent Series
The Laurent series expansion depends on the annulus of convergence. A function may have different Laurent expansions in different annuli.
Proposition 7.3. The Laurent series expansion of f in an annulus is unique.
7.6 Worked Examples: Laurent Series
Solution
Problem. Find the Laurent series of f(z)=z(z−1)1 in 0<∣z∣<1.
Solution. Using partial fractions: z(z−1)1=z−11−z1.
In ∣z∣<1: z−11=−1−z1=−∑n=0∞zn.
So f(z)=−∑n=0∞zn−z1=⋯−z2−z−1−z1.
The principal part is −1/zSo z=0 is a simple pole. ■
Problem. Find the Laurent series of f(z)=z(z−1)1 in 1<∣z∣<∞.
In ∣z∣>1: z−11=z1⋅1−1/z1=∑n=2∞z−n.
f(z)=∑n=2∞z−n−z1=z21+z31+⋯
Problem. Find the Laurent series of f(z)=z2ez in 0<∣z∣<∞.
ez=∑n=0∞n!znSo f(z)=∑n=0∞n!zn−2=z21+z1+21+6z+⋯
Residue at z=0: a−1=1.
Problem. Find the Laurent series of f(z)=z2(z−3)1 in 0<∣z∣<3.
z−31=−31∑n=0∞3nzn.
f(z)=−∑n=0∞3n+1zn−2=−3z21−9z1−271−81z−⋯
Residue at z=0: a−1=−91.
7.7 Residue at Infinity
Definition. The residue at infinity of f is defined as
Res(f,∞)=−2πi1∫∣z∣=Rf(z)dz
For sufficiently large R (enclosing all finite singularities).
Proposition 7.4. For a function f with finitely many singularities in C:
∑all finite zkRes(f,zk)+Res(f,∞)=0
Proof. By the residue theorem applied to ∣z∣=R enclosing all finite singularities:
∫∣z∣=Rfdz=2πi∑finiteRes(f,zk).
But Res(f,∞)=−2πi1∫∣z∣=RfdzSo the sum is zero. ■