MathIsimple
π
log
Γ
ζ
Δ
Course 7

Isolated Singularities & Residue Basics

Understand removable singularities, poles, essential singularities, and learn methods for computing residues with the powerful residue theorem.

Intermediate → Advanced5-6 hours10 Practice Questions
Learning Objectives
Classify isolated singularities: removable, poles, essential
Determine the order of poles
Understand and compute residues
Master the residue theorem
Learn methods for computing residues
Apply residues to evaluate integrals
Understand the relationship between Laurent series and residues
Work with functions having multiple singularities

Classification of Singularities

Definition 7.1: Residue
If f(z)=n=cn(zz0)nf(z) = \sum_{n=-\infty}^{\infty} c_n(z-z_0)^n is the Laurent expansion of ff about an isolated singularity z0z_0, then the residue of ff at z0z_0 is:
Res(f,z0)=c1\text{Res}(f,z_0) = c_{-1}
the coefficient of (zz0)1(z-z_0)^{-1} in the Laurent series.
Theorem 7.1: Residue Theorem
Let ff be analytic inside and on a simple closed curve CC except for a finite number of isolated singularities z1,z2,,znz_1, z_2, \ldots, z_n inside CC. Then:
Cf(z)dz=2πik=1nRes(f,zk)\oint_C f(z)dz = 2\pi i \sum_{k=1}^n \text{Res}(f,z_k)
Proof of Theorem 7.1:

Draw small circles CkC_k around each singularity zkz_k. By the deformation theorem and Cauchy's integral formula applied to the Laurent expansion:

Cf(z)dz=k=1nCkf(z)dz=k=1n2πic1(k)=2πik=1nRes(f,zk)\oint_C f(z)dz = \sum_{k=1}^n \oint_{C_k} f(z)dz = \sum_{k=1}^n 2\pi i c_{-1}^{(k)} = 2\pi i \sum_{k=1}^n \text{Res}(f,z_k)
where c1(k)c_{-1}^{(k)} is the residue at zkz_k.
Theorem 7.2: Residue at a Simple Pole
If ff has a simple pole at z0z_0, then:
Res(f,z0)=limzz0(zz0)f(z)\text{Res}(f,z_0) = \lim_{z\to z_0} (z-z_0)f(z)
Theorem 7.3: Residue at a Pole of Order m
If ff has a pole of order mm at z0z_0, then:
Res(f,z0)=1(m1)!limzz0dm1dzm1[(zz0)mf(z)]\text{Res}(f,z_0) = \frac{1}{(m-1)!} \lim_{z\to z_0} \frac{d^{m-1}}{dz^{m-1}}[(z-z_0)^m f(z)]
Example 7.1

Problem: Find the residue of f(z)=ezz2f(z) = \frac{e^z}{z^2} at z=0z=0.

Solution:

This is a pole of order 2. Using the formula with m=2m=2:

Res(f,0)=11!limz0ddz[z2ezz2]=limz0ddz[ez]=limz0ez=1\text{Res}(f,0) = \frac{1}{1!}\lim_{z\to 0} \frac{d}{dz}[z^2 \cdot \frac{e^z}{z^2}] = \lim_{z\to 0} \frac{d}{dz}[e^z] = \lim_{z\to 0} e^z = 1

Example 7.2

Problem: Find all residues of f(z)=1z(z1)2f(z) = \frac{1}{z(z-1)^2}.

Solution:

Singularities: simple pole at z=0z=0, pole of order 2 at z=1z=1.

At z=0z=0 (simple pole): Res(f,0)=limz0z1z(z1)2=1(01)2=1\text{Res}(f,0) = \lim_{z\to 0} z \cdot \frac{1}{z(z-1)^2} = \frac{1}{(0-1)^2} = 1

At z=1z=1 (pole of order 2): Res(f,1)=limz1ddz[(z1)21z(z1)2]=limz1ddz[1z]=limz1[1z2]=1\text{Res}(f,1) = \lim_{z\to 1} \frac{d}{dz}[(z-1)^2 \cdot \frac{1}{z(z-1)^2}] = \lim_{z\to 1} \frac{d}{dz}[\frac{1}{z}] = \lim_{z\to 1}[-\frac{1}{z^2}] = -1

Special Cases

Theorem 7.4: Residue at Simple Pole for Rational Functions
If f(z)=g(z)h(z)f(z) = \frac{g(z)}{h(z)} where g(z0)0g(z_0) \neq 0, h(z0)=0h(z_0) = 0, and h(z0)0h'(z_0) \neq 0 (so z0z_0 is a simple zero of hh), then:
Res(f,z0)=g(z0)h(z0)\text{Res}(f,z_0) = \frac{g(z_0)}{h'(z_0)}
Example 7.3

Problem: Evaluate z=2zz2+1dz\oint_{|z|=2} \frac{z}{z^2+1}dz.

Solution:

Singularities: z=±iz = \pm i, both inside z=2|z|=2.

Using the formula: Res(f,i)=i2i=12\text{Res}(f,i) = \frac{i}{2i} = \frac{1}{2}, Res(f,i)=i2i=12\text{Res}(f,-i) = \frac{-i}{-2i} = \frac{1}{2}

By residue theorem: z=2zz2+1dz=2πi(12+12)=2πi\oint_{|z|=2} \frac{z}{z^2+1}dz = 2\pi i(\frac{1}{2} + \frac{1}{2}) = 2\pi i

Example 7.4

Problem: Find the residue of f(z)=coszz2f(z) = \frac{\cos z}{z^2} at z=0z = 0.

Solution:

This is a pole of order 2. Using cosz=1z22+\cos z = 1 - \frac{z^2}{2} + \cdots:

coszz2=1z212+\frac{\cos z}{z^2} = \frac{1}{z^2} - \frac{1}{2} + \cdots

The coefficient of z1z^{-1} is 0, so Res(f,0)=0\text{Res}(f,0) = 0.

Example 7.5

Problem: Classify the singularity at z=0z = 0 for f(z)=e1/zf(z) = e^{1/z}.

Solution:

Using e1/z=n=01n!zn=1+1z+12z2+e^{1/z} = \sum_{n=0}^{\infty} \frac{1}{n!z^n} = 1 + \frac{1}{z} + \frac{1}{2z^2} + \cdots

The Laurent series has infinitely many negative powers, so z=0z = 0 is an essential singularity.

Theorem 7.5: Casorati-Weierstrass Theorem
If z0z_0 is an essential singularity of ff, then for any neighborhood UU of z0z_0, the set f(U{z0})f(U \setminus \{z_0\}) is dense in C\mathbb{C}. In other words, ff takes values arbitrarily close to any complex number near an essential singularity.
Proof of Theorem 7.5:

Suppose not. Then there exists wCw \in \mathbb{C} and ε>0\varepsilon > 0 such that f(z)wε|f(z) - w| \geq \varepsilon for all zz near z0z_0.

Then g(z)=1f(z)wg(z) = \frac{1}{f(z) - w} is bounded near z0z_0, so z0z_0 is either removable or a pole. But this contradicts z0z_0 being an essential singularity.

Example 7.6

Problem: Find the residue of f(z) = \frac{z^2 + 1}{(z-1)^3(z+2)}} at z=1z = 1.

Solution:

This is a pole of order 3. Let g(z)=(z1)3f(z)=z2+1z+2g(z) = (z-1)^3 f(z) = \frac{z^2 + 1}{z+2}

Then Res(f,1)=12!g(1)\text{Res}(f,1) = \frac{1}{2!}g''(1)

g(z)=(z+2)(2z)(z2+1)(z+2)2=2z2+4zz21(z+2)2=z2+4z1(z+2)2g'(z) = \frac{(z+2)(2z) - (z^2+1)}{(z+2)^2} = \frac{2z^2 + 4z - z^2 - 1}{(z+2)^2} = \frac{z^2 + 4z - 1}{(z+2)^2}

g(z)=(z+2)2(2z+4)(z2+4z1)(2(z+2))(z+2)4=2(z+2)32(z2+4z1)(z+2)(z+2)4g''(z) = \frac{(z+2)^2(2z+4) - (z^2+4z-1)(2(z+2))}{(z+2)^4} = \frac{2(z+2)^3 - 2(z^2+4z-1)(z+2)}{(z+2)^4}

At z=1z = 1: g(1)=22724381=542481=3081=1027g''(1) = \frac{2 \cdot 27 - 2 \cdot 4 \cdot 3}{81} = \frac{54 - 24}{81} = \frac{30}{81} = \frac{10}{27}

So Res(f,1)=121027=527\text{Res}(f,1) = \frac{1}{2} \cdot \frac{10}{27} = \frac{5}{27}

Essential Singularities and Their Properties

Example 7.7

Problem: Show that z=0z = 0 is an essential singularity of f(z)=sin(1/z)f(z) = \sin(1/z).

Solution:

Using sinw=n=0(1)nw2n+1(2n+1)!\sin w = \sum_{n=0}^{\infty} \frac{(-1)^n w^{2n+1}}{(2n+1)!}:

sin(1/z)=n=0(1)n(2n+1)!z2n+1=1z16z3+1120z5\sin(1/z) = \sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+1)!z^{2n+1}} = \frac{1}{z} - \frac{1}{6z^3} + \frac{1}{120z^5} - \cdots

This has infinitely many negative powers, so z=0z = 0 is an essential singularity.

Example 7.8

Problem: Find the residue at infinity for f(z)=1z(z1)f(z) = \frac{1}{z(z-1)}.

Solution:

The residue at infinity is defined as Res(f,)=Res(f(1/z)/z2,0)\text{Res}(f,\infty) = -\text{Res}(f(1/z)/z^2, 0)

f(1/z)=1(1/z)(1/z1)=z21zf(1/z) = \frac{1}{(1/z)(1/z - 1)} = \frac{z^2}{1-z}

f(1/z)z2=11z=1+z+z2+\frac{f(1/z)}{z^2} = \frac{1}{1-z} = 1 + z + z^2 + \cdots for z<1|z| < 1

The coefficient of z1z^{-1} is 0, so Res(f,)=0\text{Res}(f,\infty) = 0

Study Tips

1. Computing Residues

For simple poles: Res=limzz0(zz0)f(z)\text{Res} = \lim_{z\to z_0} (z-z_0)f(z). For poles of order mm: use the derivative formula. For rational functions g(z)/h(z)g(z)/h(z) where h(z0)=0h(z_0)=0 and h(z0)0h'(z_0)\neq 0: Res=g(z0)/h(z0)\text{Res} = g(z_0)/h'(z_0).

2. Classifying Singularities

Check the Laurent series: no negative powers = removable, finitely many = pole (order = highest negative power), infinitely many = essential. Also check limits: removable if limit exists, pole if limit is infinity, essential if limit doesn't exist.

3. Essential Singularities

Essential singularities have bizarre behavior (Casorati-Weierstrass). The function oscillates wildly and takes values arbitrarily close to any complex number near the singularity.

More Residue Computation Examples

Example 7.9

Problem: Find the residue of f(z)=ezz3f(z) = \frac{e^z}{z^3} at z=0z = 0.

Solution:

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

ezz3=n=0zn3n!=n=3zn(n+3)!\frac{e^z}{z^3} = \sum_{n=0}^{\infty} \frac{z^{n-3}}{n!} = \sum_{n=-3}^{\infty} \frac{z^n}{(n+3)!}

The coefficient of z1z^{-1} corresponds to n=1n = -1: 1(1+3)!=12!=12\frac{1}{(-1+3)!} = \frac{1}{2!} = \frac{1}{2}

Therefore, Res(f,0)=12\text{Res}(f,0) = \frac{1}{2}.

Example 7.10

Problem: Find all residues of f(z)=cotzz2f(z) = \frac{\cot z}{z^2}.

Solution:

Singularities: z=0z = 0 and z=kπz = k\pi for integers k0k \neq 0 (zeros of sinz\sin z).

At z=kπz = k\pi (k0k \neq 0), cotz\cot z has simple poles, so ff has simple poles with residues computed using L'Hôpital's rule.

At z=0z = 0, expand cotz=coszsinz=1zz3\cot z = \frac{\cos z}{\sin z} = \frac{1}{z} - \frac{z}{3} - \cdots, so f(z)=1z313zf(z) = \frac{1}{z^3} - \frac{1}{3z} - \cdots

Therefore, Res(f,0)=13\text{Res}(f,0) = -\frac{1}{3}.

Example 7.11

Problem: Show that if ff has a pole of order mm at z0z_0, then 1/f1/f has a zero of order mm at z0z_0.

Solution:

If ff has a pole of order mm, then f(z)=g(z)(zz0)mf(z) = \frac{g(z)}{(z-z_0)^m} where g(z0)0g(z_0) \neq 0 and gg is analytic.

Then 1/f(z)=(zz0)mg(z)1/f(z) = \frac{(z-z_0)^m}{g(z)}, and since g(z0)0g(z_0) \neq 0, 1/g1/g is analytic at z0z_0.

Therefore 1/f1/f has a zero of order mm at z0z_0.

Zeros of Analytic Functions

Definition 7.2: Zero of Order m
A point z0z_0 is a zero of order m of an analytic function ff if f(z0)=f(z0)==f(m1)(z0)=0f(z_0) = f'(z_0) = \cdots = f^{(m-1)}(z_0) = 0 but f(m)(z0)0f^{(m)}(z_0) \neq 0.
Theorem 7.6: Isolated Zeros
Zeros of non-constant analytic functions are isolated. That is, if f(z0)=0f(z_0) = 0 and ff is not identically zero, then there exists a neighborhood of z0z_0 where f(z)0f(z) \neq 0 except at z0z_0 itself.
Example 7.12

Problem: Find the order of the zero of f(z)=z2sinzf(z) = z^2\sin z at z=0z = 0.

Solution:

f(z)=z2(zz36+)=z3z56+f(z) = z^2(z - \frac{z^3}{6} + \cdots) = z^3 - \frac{z^5}{6} + \cdots

The first non-zero term is z3z^3, so z=0z = 0 is a zero of order 3.

Example 7.13

Problem: Find the residue of f(z)=z2(z1)2(z+1)f(z) = \frac{z^2}{(z-1)^2(z+1)} at z=1z = 1.

Solution:

This is a pole of order 2. Let g(z)=(z1)2f(z)=z2z+1g(z) = (z-1)^2 f(z) = \frac{z^2}{z+1}

g(z)=(z+1)(2z)z2(z+1)2=2z2+2zz2(z+1)2=z2+2z(z+1)2g'(z) = \frac{(z+1)(2z) - z^2}{(z+1)^2} = \frac{2z^2 + 2z - z^2}{(z+1)^2} = \frac{z^2 + 2z}{(z+1)^2}

g(1)=1+24=34g'(1) = \frac{1 + 2}{4} = \frac{3}{4}

Therefore: Res(f,1)=11!34=34\text{Res}(f,1) = \frac{1}{1!} \cdot \frac{3}{4} = \frac{3}{4}

Example 7.14

Problem: Classify the singularity at z=0z = 0 for f(z)=sinzzz3f(z) = \frac{\sin z - z}{z^3}.

Solution:

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

f(z)=zz3/6+z5/120zz3=16+z2120f(z) = \frac{z - z^3/6 + z^5/120 - \cdots - z}{z^3} = -\frac{1}{6} + \frac{z^2}{120} - \cdots

The Laurent series has no negative powers, so z=0z = 0 is a removable singularity.

Example 7.15

Problem: Find all residues of f(z)=1zsinzf(z) = \frac{1}{z\sin z}.

Solution:

Singularities: z=0z = 0 and z=kπz = k\pi for integers k0k \neq 0.

At z=kπz = k\pi (k0k \neq 0), simple poles with residues computed using L'Hôpital's rule.

At z=0z = 0, expand sinz=zz3/6+\sin z = z - z^3/6 + \cdots, so f(z)=1z216+f(z) = \frac{1}{z^2} - \frac{1}{6} + \cdots, showing a pole of order 2.

Example 7.16

Problem: Determine the type of singularity at z=0z = 0 for f(z)=1coszz2f(z) = \frac{1 - \cos z}{z^2}.

Solution:

Using cosz=1z22+z424\cos z = 1 - \frac{z^2}{2} + \frac{z^4}{24} - \cdots:

f(z)=z2/2z4/24+z2=12z224+f(z) = \frac{z^2/2 - z^4/24 + \cdots}{z^2} = \frac{1}{2} - \frac{z^2}{24} + \cdots

No negative powers, so z=0z = 0 is a removable singularity.

Example 7.17

Problem: Find the residue at z=0z = 0 for f(z)=ez1z2f(z) = \frac{e^z - 1}{z^2}.

Solution:

Using ez=1+z+z22+e^z = 1 + z + \frac{z^2}{2} + \cdots:

f(z)=z+z2/2+z3/6+z2=1z+12+z6+f(z) = \frac{z + z^2/2 + z^3/6 + \cdots}{z^2} = \frac{1}{z} + \frac{1}{2} + \frac{z}{6} + \cdots

Therefore, Res(f,0)=1\text{Res}(f,0) = 1 (coefficient of z1z^{-1}).

Example 7.18

Problem: Show that if ff has a pole of order mm at z0z_0, then (zz0)mf(z)(z-z_0)^m f(z) is analytic at z0z_0 and limzz0(zz0)mf(z)0\lim_{z\to z_0} (z-z_0)^m f(z) \neq 0.

Solution:

If ff has a pole of order mm, then f(z)=g(z)(zz0)mf(z) = \frac{g(z)}{(z-z_0)^m} where g(z0)0g(z_0) \neq 0 and gg is analytic.

Then (zz0)mf(z)=g(z)(z-z_0)^m f(z) = g(z), which is analytic at z0z_0 and g(z0)0g(z_0) \neq 0.

Example 7.19

Problem: Find all residues of f(z)=1z2sinzf(z) = \frac{1}{z^2\sin z}.

Solution:

Singularities: z=0z = 0 (pole of order 3) and z=kπz = k\pi for k0k \neq 0 (simple poles).

At z=kπz = k\pi, the residue is (1)k/(kπ)2(-1)^k/(k\pi)^2.

At z=0z = 0, expand to find the Laurent series and extract the residue.

Example 7.20

Problem: Classify the singularity at z=0z = 0 for f(z)=1ezzf(z) = \frac{1 - e^z}{z}.

Solution:

Using ez=1+z+z2/2+e^z = 1 + z + z^2/2 + \cdots:

f(z)=zz2/2z=1z/2f(z) = \frac{-z - z^2/2 - \cdots}{z} = -1 - z/2 - \cdots

No negative powers, so z=0z = 0 is a removable singularity.

Example 7.21

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

Solution:

Using sinz=zz3/6+z5/120\sin z = z - z^3/6 + z^5/120 - \cdots:

f(z)=1z316z+z120f(z) = \frac{1}{z^3} - \frac{1}{6z} + \frac{z}{120} - \cdots

The coefficient of z1z^{-1} is 1/6-1/6, so Res(f,0)=1/6\text{Res}(f,0) = -1/6.

Example 7.22

Problem: Find all residues of f(z) = \frac{z^2 + 1}{z^3(z-1)}}.

Solution:

Singularities: z=0z = 0 (pole of order 3) and z=1z = 1 (simple pole).

At z=1z = 1: Res(f,1)=limz1(z1)f(z)=21=2\text{Res}(f,1) = \lim_{z\to 1} (z-1)f(z) = \frac{2}{1} = 2

At z=0z = 0: Use the derivative formula to compute the residue at the pole of order 3.

Example 7.23

Problem: Find the residue at z=1z = 1 for f(z)=ez(z1)3f(z) = \frac{e^z}{(z-1)^3}.

Solution:

This is a pole of order 3. Let g(z)=(z1)3f(z)=ezg(z) = (z-1)^3 f(z) = e^z

Res(f,1)=12!g(1)=12e1=e2\text{Res}(f,1) = \frac{1}{2!}g''(1) = \frac{1}{2} \cdot e^1 = \frac{e}{2}

Example 7.24

Problem: Show that if ff has an essential singularity at z0z_0, then limzz0f(z)\lim_{z\to z_0} f(z) does not exist.

Solution:

By Casorati-Weierstrass theorem, ff takes values arbitrarily close to any complex number near z0z_0.

If the limit existed, ff would be bounded near z0z_0, contradicting the essential singularity behavior.

Example 7.25

Problem: Find the residue at z=0z = 0 for f(z)=1coszz3f(z) = \frac{1 - \cos z}{z^3}.

Solution:

Using cosz=1z2/2+z4/24\cos z = 1 - z^2/2 + z^4/24 - \cdots:

f(z)=z2/2z4/24+z3=12zz24+f(z) = \frac{z^2/2 - z^4/24 + \cdots}{z^3} = \frac{1}{2z} - \frac{z}{24} + \cdots

Therefore, Res(f,0)=1/2\text{Res}(f,0) = 1/2.

Example 7.26

Problem: Show that if ff has a removable singularity at z0z_0, then limzz0f(z)\lim_{z\to z_0} f(z) exists and is finite.

Solution:

If z0z_0 is a removable singularity, then the Laurent series has no negative powers, so ff can be defined at z0z_0 to be analytic there.

By continuity of analytic functions, the limit exists and equals f(z0)f(z_0).

Example 7.27

Problem: Find all residues of f(z)=z3(z2+1)2f(z) = \frac{z^3}{(z^2+1)^2}.

Solution:

Singularities: z=±iz = \pm i (each is a pole of order 2).

At z=iz = i: Res(f,i)=limziddz[(zi)2f(z)]\text{Res}(f,i) = \lim_{z\to i} \frac{d}{dz}\left[(z-i)^2 f(z)\right]

Computing gives Res(f,i)=i/4\text{Res}(f,i) = -i/4 and Res(f,i)=i/4\text{Res}(f,-i) = i/4.

Example 7.28

Problem: Use Casorati-Weierstrass theorem to show that f(z)=e1/zf(z) = e^{1/z} takes values arbitrarily close to any complex number in any neighborhood of z=0z = 0.

Solution:

The function f(z)=e1/zf(z) = e^{1/z} has an essential singularity at z=0z = 0 (its Laurent series has infinitely many negative powers).

By Casorati-Weierstrass theorem, for any wCw \in \mathbb{C} and any ε>0\varepsilon > 0, there exists zz with 0<z<ε0 < |z| < \varepsilon such that f(z)w<δ|f(z) - w| < \delta for any δ>0\delta > 0.

To see this explicitly, consider sequences approaching 0 from different directions:

For zn=1/(2πin)z_n = 1/(2\pi in): f(zn)=e2πin=1f(z_n) = e^{2\pi in} = 1

For zn=1/(2πin+πi)z_n = 1/(2\pi in + \pi i): f(zn)=e2πin+πi=1f(z_n) = e^{2\pi in + \pi i} = -1

By choosing appropriate sequences, we can make f(z)f(z) approach any complex number.

Example 7.29

Problem: Show that if ff has an essential singularity at z0z_0, then ff cannot be bounded in any deleted neighborhood of z0z_0.

Solution:

Suppose f(z)M|f(z)| \leq M for all zz in some deleted neighborhood of z0z_0.

Consider g(z)=1/(f(z)w)g(z) = 1/(f(z) - w) for some ww. If ff is bounded away from ww, then gg would be bounded.

However, by Casorati-Weierstrass, ff takes values arbitrarily close to any ww, so gg cannot be bounded.

This contradiction shows that ff cannot be bounded in any deleted neighborhood of an essential singularity.

This is a stronger statement than Casorati-Weierstrass: not only does ff take values dense in C\mathbb{C}, but it's also unbounded.

Practice Problems

Isolated Singularities & Residue Basics Practice
10
Questions
0
Correct
0%
Accuracy
1
The residue of f(z)f(z) at an isolated singularity z0z_0 is:
Easy
Not attempted
2
If f(z)f(z) has a simple pole at z0z_0, then Res(f,z0)=\text{Res}(f,z_0) =:
Medium
Not attempted
3
If f(z)=g(z)(zz0)mf(z) = \frac{g(z)}{(z-z_0)^m} where g(z0)0g(z_0) \neq 0 and gg is analytic, then z0z_0 is:
Easy
Not attempted
4
The residue theorem states that if ff is analytic inside and on CC except for isolated singularities zkz_k, then:
Medium
Not attempted
5
For f(z)=1z2(z1)f(z) = \frac{1}{z^2(z-1)}, the residue at z=0z=0 is:
Hard
Not attempted
6
An essential singularity is characterized by:
Easy
Not attempted
7
If f(z)=sinzz3f(z) = \frac{\sin z}{z^3}, then the residue at z=0z=0 is:
Hard
Not attempted
8
The order of the pole of f(z)=1(z1)3(z+2)2f(z) = \frac{1}{(z-1)^3(z+2)^2} at z=1z=1 is:
Easy
Not attempted
9
If f(z)=h(z)(zz0)mf(z) = \frac{h(z)}{(z-z_0)^m} where h(z0)0h(z_0) \neq 0 and hh is analytic, then Res(f,z0)=\text{Res}(f,z_0) =:
Hard
Not attempted
10
A removable singularity can be removed by:
Medium
Not attempted

Frequently Asked Questions

What is the difference between a pole and an essential singularity?

A pole is when the Laurent series has finitely many negative powers (the principal part is a finite sum). An essential singularity has infinitely many negative powers. Poles have limits that approach infinity, while essential singularities exhibit chaotic behavior (Casorati-Weierstrass theorem).

How do I compute the residue at a pole of order m?

For a pole of order $m$ at $z_0$, use: $\text{Res}(f,z_0) = \frac{1}{(m-1)!}\lim_{z\to z_0} \frac{d^{m-1}}{dz^{m-1}}[(z-z_0)^m f(z)]$. For simple poles ($m=1$), this simplifies to $\lim_{z\to z_0} (z-z_0)f(z)$.

What is the residue theorem used for?

The residue theorem allows evaluation of contour integrals by summing residues at enclosed singularities: $\oint_C f(z)dz = 2\pi i \sum \text{Res}(f,z_k)$. This is especially powerful for evaluating real integrals by converting them to complex contour integrals.

What is a removable singularity?

A removable singularity is one where the Laurent expansion has no negative powers. The function can be made analytic by appropriately defining its value at that point. Example: $\sin z/z$ has a removable singularity at $z=0$.

How do I find residues without computing the full Laurent series?

For simple poles: $\text{Res}(f,z_0) = \lim_{z\to z_0} (z-z_0)f(z)$. For poles of order $m$: use the derivative formula. For functions of the form $g(z)/h(z)$ where $h(z_0)=0$ and $h'(z_0)\neq 0$: $\text{Res} = g(z_0)/h'(z_0)$.