MathIsimple
π
log
Γ
ζ
Δ
Course 6

Power Series & Laurent Series

Study power series, Taylor series, Laurent series, convergence criteria, and learn to classify isolated singularities using series expansions.

Intermediate5-6 hours10 Practice Questions
Learning Objectives
Understand power series and their convergence properties
Master Taylor series expansion for analytic functions
Learn Laurent series for functions with singularities
Determine radius of convergence
Classify isolated singularities using Laurent series
Understand the relationship between analyticity and power series
Apply series expansions to solve problems
Work with principal parts and regular parts

Power Series

Definition 6.1: Power Series
A power series centered at aa is an expression of the form:
n=0cn(za)n=c0+c1(za)+c2(za)2+\sum_{n=0}^{\infty} c_n(z-a)^n = c_0 + c_1(z-a) + c_2(z-a)^2 + \cdots
where cnc_n are complex coefficients.
Theorem 6.1: Radius of Convergence
Every power series n=0cn(za)n\sum_{n=0}^{\infty} c_n(z-a)^n has a radius of convergence RR (possibly 00 or \infty) such that:
  • The series converges absolutely for za<R|z-a| < R
  • The series diverges for za>R|z-a| > R
  • R=1/lim supncn1/nR = 1/\limsup_{n\to\infty} |c_n|^{1/n} (Cauchy-Hadamard formula)
Theorem 6.2: Taylor Series
If f(z)f(z) is analytic in a domain DD and z0Dz_0 \in D, then ff has a unique Taylor series expansion:
f(z)=n=0f(n)(z0)n!(zz0)nf(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(z_0)}{n!}(z-z_0)^n
valid in the largest disk centered at z0z_0 contained in DD.
Example 6.1

Problem: Find the Taylor series for f(z)=11zf(z) = \frac{1}{1-z} about z=0z=0.

Solution:

Since f(n)(z)=n!(1z)n+1f^{(n)}(z) = \frac{n!}{(1-z)^{n+1}}, we have f(n)(0)=n!f^{(n)}(0) = n!.

Therefore: 11z=n=0n!n!zn=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} \frac{n!}{n!}z^n = \sum_{n=0}^{\infty} z^n for z<1|z| < 1.

Laurent Series

Definition 6.2: Laurent Series
A Laurent series centered at z0z_0 is an expression:
n=cn(zz0)n=n=1cn(zz0)n+n=0cn(zz0)n\sum_{n=-\infty}^{\infty} c_n(z-z_0)^n = \sum_{n=1}^{\infty} \frac{c_{-n}}{(z-z_0)^n} + \sum_{n=0}^{\infty} c_n(z-z_0)^n
The first sum is the principal part; the second is the regular part.
Theorem 6.3: Laurent's Theorem
If f(z)f(z) is analytic in an annulus R1<zz0<R2R_1 < |z-z_0| < R_2, then ff has a unique Laurent expansion:
f(z)=n=cn(zz0)nf(z) = \sum_{n=-\infty}^{\infty} c_n(z-z_0)^n
where cn=12πiCf(ζ)(ζz0)n+1dζc_n = \frac{1}{2\pi i} \oint_C \frac{f(\zeta)}{(\zeta-z_0)^{n+1}}d\zeta for any circle CC in the annulus.
Example 6.2

Problem: Find the Laurent series for f(z)=1z(z1)f(z) = \frac{1}{z(z-1)} valid for 0<z<10 < |z| < 1.

Solution:

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

For z<1|z| < 1: 11z=n=0zn-\frac{1}{1-z} = -\sum_{n=0}^{\infty} z^n

Therefore: f(z)=1zn=0zn=n=1znf(z) = -\frac{1}{z} - \sum_{n=0}^{\infty} z^n = -\sum_{n=-1}^{\infty} z^n

Classification of Singularities

Definition 6.3: Isolated Singularity
A point z0z_0 is an isolated singularity of ff if ff is not analytic at z0z_0 but is analytic in some deleted neighborhood 0<zz0<R0 < |z-z_0| < R.
Definition 6.4: Types of Isolated Singularities
At an isolated singularity z0z_0:
  • Removable: Laurent series has no negative powers (can define f(z0)f(z_0) to make ff analytic)
  • Pole of order m: Laurent series has highest negative power (zz0)m(z-z_0)^{-m} with non-zero coefficient
  • Essential: Laurent series has infinitely many negative powers with non-zero coefficients
Example 6.3

Problem: Determine the type of singularity at z=0z = 0 for f(z)=sinzzf(z) = \frac{\sin z}{z}.

Solution:

Using Taylor series: sinz=zz36+\sin z = z - \frac{z^3}{6} + \cdots, so:

sinzz=1z26+\frac{\sin z}{z} = 1 - \frac{z^2}{6} + \cdots

The Laurent series has no negative powers, so z=0z = 0 is a removable singularity. We can define f(0)=1f(0) = 1 to make the function analytic.

Theorem 6.4: Uniqueness of Power Series
If n=0an(zz0)n=n=0bn(zz0)n\sum_{n=0}^{\infty} a_n(z-z_0)^n = \sum_{n=0}^{\infty} b_n(z-z_0)^n in some neighborhood of z0z_0, then an=bna_n = b_n for all nn.
Example 6.4

Problem: Find the Taylor series for f(z)=1(1z)2f(z) = \frac{1}{(1-z)^2} about z=0z = 0.

Solution:

Since 11z=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n for z<1|z| < 1, differentiate:

ddz(11z)=1(1z)2=n=1nzn1=n=0(n+1)zn\frac{d}{dz}\left(\frac{1}{1-z}\right) = \frac{1}{(1-z)^2} = \sum_{n=1}^{\infty} n z^{n-1} = \sum_{n=0}^{\infty} (n+1)z^n

So 1(1z)2=n=0(n+1)zn\frac{1}{(1-z)^2} = \sum_{n=0}^{\infty} (n+1)z^n for z<1|z| < 1.

Convergence Radius and Techniques

Example 6.5

Problem: Find the radius of convergence of n=0znn!\sum_{n=0}^{\infty} \frac{z^n}{n!}.

Solution:

Using the ratio test: limncn+1cn=limnn!(n+1)!=limn1n+1=0\lim_{n\to\infty} \left|\frac{c_{n+1}}{c_n}\right| = \lim_{n\to\infty} \frac{n!}{(n+1)!} = \lim_{n\to\infty} \frac{1}{n+1} = 0

Since the limit is 0, the radius of convergence is R=R = \infty. This is the Taylor series for eze^z.

Example 6.6

Problem: Find the Laurent series for f(z)=1z2(z1)f(z) = \frac{1}{z^2(z-1)} valid for 0<z<10 < |z| < 1.

Solution:

Using partial fractions: 1z2(z1)=1z11z1z2\frac{1}{z^2(z-1)} = \frac{1}{z-1} - \frac{1}{z} - \frac{1}{z^2}

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

Therefore: f(z)=n=0zn1z1z2=n=2znf(z) = -\sum_{n=0}^{\infty} z^n - \frac{1}{z} - \frac{1}{z^2} = -\sum_{n=-2}^{\infty} z^n

Study Tips

1. Finding Radius of Convergence

Use Cauchy-Hadamard: R=1/lim supcn1/nR = 1/\limsup |c_n|^{1/n}, or ratio test: R=limcn/cn+1R = \lim |c_n/c_{n+1}| when the limit exists. The radius equals the distance to the nearest singularity.

2. Laurent vs Taylor Series

Taylor series have only non-negative powers and are used for analytic functions. Laurent series can have negative powers and are used in annuli around singularities.

3. Classifying Singularities

Check the Laurent series: no negative powers = removable, finitely many negative powers = pole (order = highest negative power), infinitely many = essential singularity.

Convergence Tests for Power Series

Example 6.7

Problem: Find the radius of convergence of n=0n!znnn\sum_{n=0}^{\infty} \frac{n!z^n}{n^n}.

Solution:

Using the ratio test: limncn+1cn=limn(n+1)!nn(n+1)n+1n!=limn(n+1)nn(n+1)n+1\lim_{n\to\infty} \left|\frac{c_{n+1}}{c_n}\right| = \lim_{n\to\infty} \frac{(n+1)!n^n}{(n+1)^{n+1}n!} = \lim_{n\to\infty} \frac{(n+1)n^n}{(n+1)^{n+1}}

=limnnn(n+1)n=limn1(1+1/n)n=1e= \lim_{n\to\infty} \frac{n^n}{(n+1)^n} = \lim_{n\to\infty} \frac{1}{(1+1/n)^n} = \frac{1}{e}

Therefore, R=eR = e.

Example 6.8

Problem: Find the Taylor series for 1(1z)3\frac{1}{(1-z)^3} about z=0z = 0.

Solution:

Since 11z=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n, differentiate twice:

ddz(11z)=1(1z)2=n=1nzn1=n=0(n+1)zn\frac{d}{dz}\left(\frac{1}{1-z}\right) = \frac{1}{(1-z)^2} = \sum_{n=1}^{\infty} n z^{n-1} = \sum_{n=0}^{\infty} (n+1)z^n

ddz(1(1z)2)=2(1z)3=n=1n(n+1)zn1=n=0(n+1)(n+2)zn\frac{d}{dz}\left(\frac{1}{(1-z)^2}\right) = \frac{2}{(1-z)^3} = \sum_{n=1}^{\infty} n(n+1) z^{n-1} = \sum_{n=0}^{\infty} (n+1)(n+2)z^n

Therefore: 1(1z)3=n=0(n+1)(n+2)2zn\frac{1}{(1-z)^3} = \sum_{n=0}^{\infty} \frac{(n+1)(n+2)}{2}z^n

Analytic Continuation

Definition 6.5: Analytic Continuation
If f1f_1 is analytic in domain D1D_1 and f2f_2 is analytic in domain D2D_2, and if D1D2D_1 \cap D_2 is connected and f1=f2f_1 = f_2 on D1D2D_1 \cap D_2, then f2f_2 is an analytic continuation of f1f_1 into D2D_2.
Remark 6.1
Analytic continuation is unique: if two analytic functions agree on a set with a limit point, they agree everywhere in their common domain. This is a remarkable property of analytic functions, showing their "rigidity".
Example 6.9

Problem: The geometric series n=0zn\sum_{n=0}^{\infty} z^n converges for z<1|z| < 1 to 11z\frac{1}{1-z}. Show that 11z\frac{1}{1-z} is the analytic continuation of this series to C{1}\mathbb{C} \setminus \{1\}.

Solution:

The function 11z\frac{1}{1-z} is analytic in C{1}\mathbb{C} \setminus \{1\} and equals the geometric series in z<1|z| < 1.

Since the intersection is connected (the disk z<1|z| < 1), and both functions are analytic there and agree, 11z\frac{1}{1-z} is the analytic continuation.

More Laurent Series Examples

Example 6.10

Problem: Find the Laurent series for f(z)=1z21f(z) = \frac{1}{z^2-1} valid for 1<z<1 < |z| < \infty.

Solution:

Using partial fractions: f(z)=12(1z11z+1)f(z) = \frac{1}{2}\left(\frac{1}{z-1} - \frac{1}{z+1}\right)

For z>1|z| > 1, we expand: 1z1=1z111/z=1zn=0zn=n=1zn\frac{1}{z-1} = \frac{1}{z} \cdot \frac{1}{1-1/z} = \frac{1}{z}\sum_{n=0}^{\infty} z^{-n} = \sum_{n=1}^{\infty} z^{-n}

Similarly: 1z+1=n=1(1)nzn\frac{1}{z+1} = \sum_{n=1}^{\infty} (-1)^n z^{-n}

Therefore: f(z)=12n=1[1(1)n]znf(z) = \frac{1}{2}\sum_{n=1}^{\infty} [1 - (-1)^n]z^{-n}

Example 6.11

Problem: Find the Laurent series for f(z)=ezz2f(z) = \frac{e^z}{z^2} valid for 0<z<0 < |z| < \infty.

Solution:

Using ez=n=0znn!e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!}:

ezz2=1z2n=0znn!=n=0zn2n!=n=2zn(n+2)!\frac{e^z}{z^2} = \frac{1}{z^2}\sum_{n=0}^{\infty} \frac{z^n}{n!} = \sum_{n=0}^{\infty} \frac{z^{n-2}}{n!} = \sum_{n=-2}^{\infty} \frac{z^n}{(n+2)!}

So the Laurent series has terms from n=2n = -2 to \infty, indicating a pole of order 2 at z=0z = 0.

Example 6.12

Problem: Find the Taylor series for f(z)=11+z2f(z) = \frac{1}{1+z^2} about z=0z = 0.

Solution:

Using the geometric series: 11+w=n=0(1)nwn\frac{1}{1+w} = \sum_{n=0}^{\infty} (-1)^n w^n for w<1|w| < 1

Substituting w=z2w = z^2: 11+z2=n=0(1)nz2n\frac{1}{1+z^2} = \sum_{n=0}^{\infty} (-1)^n z^{2n} for z<1|z| < 1

The radius of convergence is 1 (distance to the nearest singularity at z=±iz = \pm i).

Example 6.13

Problem: Find the Laurent series for f(z)=1z(1z)f(z) = \frac{1}{z(1-z)} valid for 0<z<10 < |z| < 1.

Solution:

f(z)=1z11z=1zn=0zn=n=1znf(z) = \frac{1}{z} \cdot \frac{1}{1-z} = \frac{1}{z} \sum_{n=0}^{\infty} z^n = \sum_{n=-1}^{\infty} z^n

This is valid for 0<z<10 < |z| < 1.

Example 6.14

Problem: Find the radius of convergence of n=0zn2n+3n\sum_{n=0}^{\infty} \frac{z^n}{2^n + 3^n}.

Solution:

Using the ratio test: limncncn+1=limn2n+1+3n+12n+3n=limn3n+1(2/3)n+1+13n((2/3)n+1)=3\lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right| = \lim_{n\to\infty} \frac{2^{n+1} + 3^{n+1}}{2^n + 3^n} = \lim_{n\to\infty} \frac{3^{n+1}(2/3)^{n+1} + 1}{3^n((2/3)^n + 1)} = 3

Therefore, R=3R = 3.

Example 6.15

Problem: Find the Laurent series for f(z)=sinzz4f(z) = \frac{\sin z}{z^4} about z=0z = 0.

Solution:

Using sinz=zz36+z5120\sin z = z - \frac{z^3}{6} + \frac{z^5}{120} - \cdots:

sinzz4=1z316z+z120\frac{\sin z}{z^4} = \frac{1}{z^3} - \frac{1}{6z} + \frac{z}{120} - \cdots

This shows a pole of order 3 at z=0z = 0, with Res(f,0)=1/6\text{Res}(f,0) = -1/6.

Example 6.16

Problem: Find the radius of convergence of n=0(z1)nn\sum_{n=0}^{\infty} \frac{(z-1)^n}{n}.

Solution:

Using the ratio test: limncncn+1=limnn+1n=1\lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right| = \lim_{n\to\infty} \frac{n+1}{n} = 1

Therefore, R=1R = 1. The series converges for z1<1|z-1| < 1.

Example 6.17

Problem: Find the Laurent series for f(z)=1z11z2f(z) = \frac{1}{z-1} - \frac{1}{z-2} valid for 1<z<21 < |z| < 2.

Solution:

For z>1|z| > 1: 1z1=1z111/z=n=0zn1\frac{1}{z-1} = \frac{1}{z}\cdot\frac{1}{1-1/z} = \sum_{n=0}^{\infty} z^{-n-1}

For z<2|z| < 2: 1z2=1211z/2=n=0zn2n+1\frac{1}{z-2} = -\frac{1}{2}\cdot\frac{1}{1-z/2} = -\sum_{n=0}^{\infty} \frac{z^n}{2^{n+1}}

Combining: f(z)=n=0zn1+n=0zn2n+1f(z) = \sum_{n=0}^{\infty} z^{-n-1} + \sum_{n=0}^{\infty} \frac{z^n}{2^{n+1}}

Example 6.18

Problem: Find the Taylor series for f(z)=11z2f(z) = \frac{1}{1-z^2} about z=0z = 0.

Solution:

Using the geometric series: 11z2=n=0(z2)n=n=0z2n\frac{1}{1-z^2} = \sum_{n=0}^{\infty} (z^2)^n = \sum_{n=0}^{\infty} z^{2n}

Valid for z<1|z| < 1. The radius of convergence is 1 (distance to singularities at z=±1z = \pm 1).

Example 6.19

Problem: Find the Laurent series for f(z)=1z21f(z) = \frac{1}{z^2-1} valid for 1<z<1 < |z| < \infty.

Solution:

Using partial fractions and expanding for z>1|z| > 1:

f(z)=12(1z11z+1)=n=0zn1n=0(1)nzn1f(z) = \frac{1}{2}\left(\frac{1}{z-1} - \frac{1}{z+1}\right) = \sum_{n=0}^{\infty} z^{-n-1} - \sum_{n=0}^{\infty} (-1)^n z^{-n-1}

Example 6.20

Problem: Find the radius of convergence of n=0(cosin)zn\sum_{n=0}^{\infty} (\cos in)z^n.

Solution:

Using cosin=en+en2=coshn\cos in = \frac{e^{-n} + e^n}{2} = \cosh n, we have cn=coshnc_n = \cosh n.

limncncn+1=limnen+enen+1+e(n+1)=limnenen+1=1e\lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right| = \lim_{n\to\infty} \frac{e^n + e^{-n}}{e^{n+1} + e^{-(n+1)}} = \lim_{n\to\infty} \frac{e^n}{e^{n+1}} = \frac{1}{e}

Therefore, R=1/eR = 1/e.

Example 6.21

Problem: Show that the sum function of a power series is analytic in its disk of convergence.

Solution:

This is a fundamental theorem: if f(z)=n=0cn(za)nf(z) = \sum_{n=0}^{\infty} c_n(z-a)^n has radius of convergence R>0R > 0, then ff is analytic in za<R|z-a| < R.

Moreover, f(z)=n=1ncn(za)n1f'(z) = \sum_{n=1}^{\infty} nc_n(z-a)^{n-1} and this series also has radius RR.

Example 6.22

Problem: Find the Laurent series for f(z)=1z2(1z)f(z) = \frac{1}{z^2(1-z)} valid for 0<z<10 < |z| < 1.

Solution:

f(z)=1z211z=1z2n=0zn=n=2znf(z) = \frac{1}{z^2} \cdot \frac{1}{1-z} = \frac{1}{z^2}\sum_{n=0}^{\infty} z^n = \sum_{n=-2}^{\infty} z^n

This shows a pole of order 2 at z=0z = 0.

Example 6.23

Problem: Find the Taylor series for f(z)=ln(1+z)f(z) = \ln(1+z) about z=0z = 0.

Solution:

Since f(z)=11+z=n=0(1)nznf'(z) = \frac{1}{1+z} = \sum_{n=0}^{\infty} (-1)^n z^n for z<1|z| < 1:

f(z)=0zf(ζ)dζ=n=0(1)nzn+1n+1=n=1(1)n1znnf(z) = \int_0^z f'(\zeta)d\zeta = \sum_{n=0}^{\infty} \frac{(-1)^n z^{n+1}}{n+1} = \sum_{n=1}^{\infty} \frac{(-1)^{n-1} z^n}{n}

Valid for z<1|z| < 1.

Example 6.24

Problem: Find the Laurent series for f(z)=1(z1)(z2)f(z) = \frac{1}{(z-1)(z-2)} valid for 1<z<21 < |z| < 2.

Solution:

Using partial fractions: f(z)=1z21z1f(z) = \frac{1}{z-2} - \frac{1}{z-1}

For z>1|z| > 1: 1z1=n=0zn1\frac{1}{z-1} = \sum_{n=0}^{\infty} z^{-n-1}

For z<2|z| < 2: 1z2=n=0zn2n+1\frac{1}{z-2} = -\sum_{n=0}^{\infty} \frac{z^n}{2^{n+1}}

Combining gives the Laurent series valid for 1<z<21 < |z| < 2.

Example 6.25

Problem: Find the radius of convergence of n=0znn3\sum_{n=0}^{\infty} \frac{z^n}{n^3}.

Solution:

Using the ratio test: limncncn+1=limn(n+1)3n3=1\lim_{n\to\infty} \left|\frac{c_n}{c_{n+1}}\right| = \lim_{n\to\infty} \frac{(n+1)^3}{n^3} = 1

Therefore, R=1R = 1. The series converges on the closed disk z1|z| \leq 1.

Example 6.26

Problem: Show that the Taylor series of an analytic function converges uniformly on compact subsets of its disk of convergence.

Solution:

This follows from the Weierstrass M-test. For any compact subset KK of the disk za<R|z-a| < R, there exists r<Rr < R such that K{z:zar}K \subseteq \{z: |z-a| \leq r\}.

Since cn(za)ncnrn|c_n(z-a)^n| \leq |c_n|r^n and cnrn\sum |c_n|r^n converges, the series converges uniformly on KK.

Example 6.27

Problem: Find the Laurent series for f(z)=1z2(1z)2f(z) = \frac{1}{z^2(1-z)^2} valid for 0<z<10 < |z| < 1.

Solution:

Using 1(1z)2=n=0(n+1)zn\frac{1}{(1-z)^2} = \sum_{n=0}^{\infty} (n+1)z^n:

f(z)=1z2n=0(n+1)zn=n=2(n+3)znf(z) = \frac{1}{z^2}\sum_{n=0}^{\infty} (n+1)z^n = \sum_{n=-2}^{\infty} (n+3)z^n

Example 6.28

Problem: Find the analytic continuation of f(z)=n=0znf(z) = \sum_{n=0}^{\infty} z^n beyond its original domain of convergence.

Solution:

The series n=0zn\sum_{n=0}^{\infty} z^n converges for z<1|z| < 1 and represents f(z)=11zf(z) = \frac{1}{1-z}.

The function g(z)=11zg(z) = \frac{1}{1-z} is analytic in C{1}\mathbb{C} \setminus \{1\}, which is a larger domain than the disk z<1|z| < 1.

Therefore, g(z)=11zg(z) = \frac{1}{1-z} is the analytic continuation of ff to C{1}\mathbb{C} \setminus \{1\}.

This shows that even though the power series only converges in z<1|z| < 1, the function it represents can be extended to a much larger domain.

Example 6.29

Problem: Show that f(z)=n=0znn!f(z) = \sum_{n=0}^{\infty} \frac{z^n}{n!} can be analytically continued to the entire complex plane.

Solution:

The series n=0znn!\sum_{n=0}^{\infty} \frac{z^n}{n!} has radius of convergence R=R = \infty (using the ratio test).

This series represents eze^z, which is entire (analytic everywhere in C\mathbb{C}).

Since the series already converges for all zCz \in \mathbb{C}, no continuation is needed—the function is already defined on the entire complex plane.

This is an example where the power series representation is valid globally, not just locally.

Practice Problems

Power Series & Laurent Series Practice
10
Questions
0
Correct
0%
Accuracy
1
The radius of convergence RR of a power series n=0cn(za)n\sum_{n=0}^{\infty} c_n(z-a)^n is given by:
Medium
Not attempted
2
A function f(z)f(z) is analytic at z0z_0 if and only if:
Medium
Not attempted
3
The Laurent series of f(z)=1z(z1)f(z) = \frac{1}{z(z-1)} valid for 0<z<10 < |z| < 1 has:
Hard
Not attempted
4
The Taylor series for eze^z about z=0z=0 is:
Easy
Not attempted
5
An isolated singularity at z0z_0 is removable if in the Laurent series:
Medium
Not attempted
6
A pole of order mm at z0z_0 means the Laurent series has:
Medium
Not attempted
7
The radius of convergence of n=0znn2\sum_{n=0}^{\infty} \frac{z^n}{n^2} is:
Medium
Not attempted
8
An essential singularity is characterized by:
Medium
Not attempted
9
The Laurent series expansion is unique in:
Easy
Not attempted
10
If f(z)f(z) has a pole of order mm at z0z_0, then limzz0(zz0)mf(z)\lim_{z\to z_0} (z-z_0)^m f(z):
Hard
Not attempted

Frequently Asked Questions

What is the difference between Taylor and Laurent series?

Taylor series contain only non-negative powers of $(z-z_0)$ and are used for analytic functions. Laurent series can contain negative powers and are used when functions have singularities, allowing representation in annuli around singular points.

How do I find the radius of convergence?

Use the Cauchy-Hadamard formula $R = 1/\limsup |c_n|^{1/n}$, or the ratio test $R = \lim |c_n/c_{n+1}|$ when this limit exists. The radius is the distance to the nearest singularity.

How do I classify a singularity using Laurent series?

If the Laurent series has no negative powers, it's removable. If it has finitely many negative powers (highest is $(z-z_0)^{-m}$), it's a pole of order $m$. If it has infinitely many negative powers, it's an essential singularity.

What is the principal part of a Laurent series?

The principal part consists of the terms with negative powers: $\sum_{n=1}^{\infty} c_{-n}(z-z_0)^{-n}$. The regular part (Taylor part) has non-negative powers: $\sum_{n=0}^{\infty} c_n(z-z_0)^n$.

What is analytic continuation?

Analytic continuation is the process of extending an analytic function defined on one domain to a larger domain while preserving analyticity. If two analytic functions agree on a set with a limit point, they must be identical (uniqueness of analytic continuation).