Skip to content

Taylor and Laurent Series | Mathematics

Theorem 7.1. If ff is analytic on zz0<R|z - z_0| \lt R Then

f(z)=n=0f(n)(z0)n!(zz0)nf(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(z_0)}{n!}(z - z_0)^n

And the series converges uniformly on compact subsets of zz0<R|z - z_0| \lt R.

Proof. For zz0<r<R|z - z_0| \lt r \lt RApply Cauchy”s integral formula on ζz0=r|\zeta - z_0| = r:

f(z)=12πiζz0=rf(ζ)ζzdζf(z) = \frac{1}{2\pi i}\int_{|\zeta - z_0| = r} \frac{f(\zeta)}{\zeta - z}\, d\zeta

Write 1ζz=1(ζz0)(zz0)=1ζz011(zz0)/(ζz0)\frac{1}{\zeta - z} = \frac{1}{(\zeta - z_0) - (z - z_0)} = \frac{1}{\zeta - z_0} \cdot \frac{1}{1 - (z - z_0)/(\zeta - z_0)} =n=0(zz0)n(ζz0)n+1= \sum_{n=0}^{\infty} \frac{(z - z_0)^n}{(\zeta - z_0)^{n+1}} (geometric series, convergent since zz0/ζz0<1|z - z_0|/|\zeta - z_0| \lt 1).

Substituting and integrating term by term gives the Taylor series. \blacksquare

Remark. The radius of convergence RR is the distance from z0z_0 to the nearest singularity of ff.

ez=n=0znn!=1+z+z22!+e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!} = 1 + z + \frac{z^2}{2!} + \cdots

sinz=n=0(1)nz2n+1(2n+1)!\sin z = \sum_{n=0}^{\infty} \frac{(-1)^n z^{2n+1}}{(2n+1)!}

cosz=n=0(1)nz2n(2n)!\cos z = \sum_{n=0}^{\infty} \frac{(-1)^n z^{2n}}{(2n)!}

11z=n=0zn,z<1\frac{1}{1 - z} = \sum_{n=0}^{\infty} z^n, \quad |z| \lt 1

ln(1+z)=n=1(1)n+1znn,z<1\ln(1 + z) = \sum_{n=1}^{\infty} \frac{(-1)^{n+1} z^n}{n}, \quad |z| \lt 1

Solution

Problem. Find the Taylor series of f(z)=1zf(z) = \frac{1}{z} centered at z0=1z_0 = 1.

1z=11+(z1)=n=0(1)n(z1)n\frac{1}{z} = \frac{1}{1 + (z - 1)} = \sum_{n=0}^{\infty} (-1)^n (z - 1)^n for z1<1|z - 1| \lt 1.

Radius of convergence: distance from z0=1z_0 = 1 to the singularity at z=0z = 0Which is 11.

Problem. Find the Taylor series of f(z)=1(1z)2f(z) = \frac{1}{(1 - z)^2} centered at z0=0z_0 = 0.

1(1z)2=ddz[11z]=ddzn=0zn=n=1nzn1=n=0(n+1)zn\frac{1}{(1-z)^2} = \frac{d}{dz}\left[\frac{1}{1 - z}\right] = \frac{d}{dz}\sum_{n=0}^{\infty} z^n = \sum_{n=1}^{\infty} nz^{n-1} = \sum_{n=0}^{\infty} (n+1)z^n for z<1|z| \lt 1.

Problem. Find the Taylor series of f(z)=ezsinzf(z) = e^z \sin z up to the z4z^4 term.

ez=1+z+z2/2+z3/6+z4/24+e^z = 1 + z + z^2/2 + z^3/6 + z^4/24 + \cdots sinz=zz3/6+z5/120\sin z = z - z^3/6 + z^5/120 - \cdots

ezsinz=(1+z+z2/2+z3/6+z4/24+)(zz3/6+)e^z \sin z = (1 + z + z^2/2 + z^3/6 + z^4/24 + \cdots)(z - z^3/6 + \cdots)

=z+z2+z3/2+z4/6+z3/6z4/6+= z + z^2 + z^3/2 + z^4/6 + \cdots - z^3/6 - z^4/6 + \cdots =z+z2+z3/3z4/30+= z + z^2 + z^3/3 - z^4/30 + \cdots

Theorem 7.2 (Laurent Series). If ff is analytic on the annulus r<zz0<Rr \lt |z - z_0| \lt R Then

f(z)=n=an(zz0)n=+a2(zz0)2+a1zz0+a0+a1(zz0)+f(z) = \sum_{n=-\infty}^{\infty} a_n(z - z_0)^n = \cdots + \frac{a_{-2}}{(z - z_0)^2} + \frac{a_{-1}}{z - z_0} + a_0 + a_1(z - z_0) + \cdots

Where

an=12πiγf(z)(zz0)n+1dza_n = \frac{1}{2\pi i}\int_\gamma \frac{f(z)}{(z - z_0)^{n+1}}\, dz

For any simple closed contour γ\gamma in the annulus encircling z0z_0.

The principal part is n=1an(zz0)n\sum_{n=-\infty}^{-1} a_n(z - z_0)^n (negative powers). The analytic Part is n=0an(zz0)n\sum_{n=0}^{\infty} a_n(z - z_0)^n (non-negative powers).

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 ff in an annulus is unique.

Solution

Problem. Find the Laurent series of f(z)=1z(z1)f(z) = \frac{1}{z(z-1)} in 0<z<10 \lt |z| \lt 1.

Solution. Using partial fractions: 1z(z1)=1z11z\frac{1}{z(z-1)} = \frac{1}{z-1} - \frac{1}{z}.

In z<1|z| \lt 1: 1z1=11z=n=0zn\frac{1}{z - 1} = -\frac{1}{1 - z} = -\sum_{n=0}^{\infty} z^n.

So f(z)=n=0zn1z=z2z11zf(z) = -\sum_{n=0}^{\infty} z^n - \frac{1}{z} = \cdots - z^2 - z - 1 - \frac{1}{z}.

The principal part is 1/z-1/z So z=0z = 0 is a simple pole. \blacksquare

Problem. Find the Laurent series of f(z)=1z(z1)f(z) = \frac{1}{z(z-1)} in 1<z<1 \lt |z| \lt \infty.

In z>1|z| \gt 1: 1z1=1z111/z=n=2zn\frac{1}{z - 1} = \frac{1}{z} \cdot \frac{1}{1 - 1/z} = \sum_{n=2}^{\infty} z^{-n}.

f(z)=n=2zn1z=1z2+1z3+f(z) = \sum_{n=2}^{\infty} z^{-n} - \frac{1}{z} = \frac{1}{z^2} + \frac{1}{z^3} + \cdots

Problem. Find the Laurent series of f(z)=ezz2f(z) = \frac{e^z}{z^2} in 0<z<0 \lt |z| \lt \infty.

ez=n=0znn!e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!} So f(z)=n=0zn2n!=1z2+1z+12+z6+f(z) = \sum_{n=0}^{\infty} \frac{z^{n-2}}{n!} = \frac{1}{z^2} + \frac{1}{z} + \frac{1}{2} + \frac{z}{6} + \cdots

Residue at z=0z = 0: a1=1a_{-1} = 1.

Problem. Find the Laurent series of f(z)=1z2(z3)f(z) = \frac{1}{z^2(z - 3)} in 0<z<30 \lt |z| \lt 3.

1z3=13n=0zn3n\frac{1}{z - 3} = -\frac{1}{3}\sum_{n=0}^{\infty} \frac{z^n}{3^n}.

f(z)=n=0zn23n+1=13z219z127z81f(z) = -\sum_{n=0}^{\infty} \frac{z^{n-2}}{3^{n+1}} = -\frac{1}{3z^2} - \frac{1}{9z} - \frac{1}{27} - \frac{z}{81} - \cdots

Residue at z=0z = 0: a1=19a_{-1} = -\frac{1}{9}.

  • Wrong annulus choice. A function has different Laurent expansions in different annuli (e.g.\ 1/[z(z1)]1/[z(z-1)] has distinct series in 0<z<10<|z|<1 vs.\ z>1|z|>1). Always identify all singularities and the correct annulus before expanding.

Definition. The residue at infinity of ff is defined as

Res(f,)=12πiz=Rf(z)dz\mathrm{Res}(f, \infty) = -\frac{1}{2\pi i}\int_{|z|=R} f(z)\, dz

For sufficiently large RR (enclosing all finite singularities).

Proposition 7.4. For a function ff with finitely many singularities in C\mathbb{C}:

all finite zkRes(f,zk)+Res(f,)=0\sum_{\mathrm{all\ finite\ } z_k} \mathrm{Res}(f, z_k) + \mathrm{Res}(f, \infty) = 0

Proof. By the residue theorem applied to z=R|z| = R enclosing all finite singularities:

z=Rfdz=2πifiniteRes(f,zk)\int_{|z|=R} f\, dz = 2\pi i \sum_{\mathrm{finite} \mathrm{Res}(f, z_k)}.

But Res(f,)=12πiz=Rfdz\mathrm{Res}(f, \infty) = -\frac{1}{2\pi i}\int_{|z|=R} f\, dz So the sum is zero. \blacksquare

flowchart TD
A[7_Taylor And Laurent Series] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]

Every analytic function can be expanded as a power series, like a polynomial of infinite degree. This is possible because analyticity is so restrictive that the function is completely determined by its behavior at a single point. Taylor series capture the function near a point of analyticity. Laurent series extend this to functions with singularities, adding negative powers that encode the residue. The residue is like a local fingerprint of the singularity: it measures how much the function winds around that point, connecting local algebraic data to global topological information about contours.

This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.

Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.

Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.

This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.

Ensure you have mastered the prerequisite material before attempting this advanced content.

This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.

Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.

Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.

This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.

Ensure you have mastered the prerequisite material before attempting this advanced content.