Master complex series with negative powers. Practice expanding functions around singular points.
The Laurent series generalizes the Taylor series to include negative powers, essential for functions with singularities:
Principal Part: Negative powers (n < 0) represent behavior near singularities.
Analytical Part: Non-negative powers (n ≥ 0) represent the analytic portion.
Find the Laurent series expansion centered at z = 0. Identify the singularity type and compute the residue.
Singularity at z = 0 (pole of order 3)
Step 2: Expand e^z using Taylor seriese^z = 1 + z + z²/2! + z³/3! + z⁴/4! + z⁵/5! + ...
Step 3: Multiply by 1/z³f(z) = (1/z³) + (1/z²) + (1/(2z)) + 1/6 + z/24 + z²/120 + ...
Step 4: Identify componentsFind the Laurent expansion about z = 0. What type of singularity is this?
f(z) = e^{1/z} = e^w where w = 1/z
Step 2: Use Maclaurin series for e^we^w = 1 + w + w²/2! + w³/3! + w⁴/4! + ...
Step 3: Substitute back w = 1/zf(z) = 1 + (1/z) + (1/(2! z²)) + (1/(3! z³)) + (1/(4! z⁴)) + ...
Step 4: Analyze the seriesFind Laurent expansions valid in: (a) 0 < |z-1| < 1 (b) 1 < |z-1| < ∞
1/[(z-1)(z-2)] = 1/(z-2) - 1/(z-1)
Step 2: Region (a): 0 < |z-1| < 1For 1/(z-2): Write as -1/[1 - (z-1)] = -∑(z-1)ⁿ, n=0 to ∞ (converges for |z-1| < 1)
For -1/(z-1): Already in Laurent form
Combined: f(z) = -1/(z-1) - ∑(z-1)ⁿ, n=0 to ∞
Step 3: Region (b): 1 < |z-1| < ∞For 1/(z-2): Write as 1/(z-1) × 1/[1 - 1/(z-1)] = 1/(z-1) ∑ 1/(z-1)ⁿ, n=0 to ∞
For -1/(z-1): Already in Laurent form
Combined: f(z) = ∑ 1/(z-1)ⁿ⁺², n=0 to ∞
| Singularity Type | Laurent Series Pattern | Residue Extraction |
|---|---|---|
| Removable | No negative powers | Residue = 0 |
| Pole of order m | Finite negative powers up to z⁻ᵐ | Coefficient of (z-z₀)⁻¹ |
| Essential | Infinite negative powers | Coefficient of (z-z₀)⁻¹ |