MethodMath
Complex Analysis
7 questions

Analytic functions, contour integration, residue theorem, conformal mappings, and applications in physics and engineering.

Login to follow

Questions about Complex Analysis

MR
Updated May 16, 2026

Question details

How to compute contour integrals using the residue theorem?

The residue theorem states: ∮_C f(z) dz = 2π i ∑_(k) Res(f, z_k) where the sum is over all poles inside the closed contour C. I need help computing: ∫_(-∞)^(∞) dx/x² + 1 using contour integration. I know the answer is π, but I want to see the full setup: 1. Choosing the contour (semicircle in upper half-plane) 2. Showing the integral over the arc vanishes as R → ∞ 3. Computing the residue at z = i Are there tricks for computing residues at higher-order poles?

more
1482
Abdessamad
Updated May 16, 2026

Question details

What is an analytic function and how is it different from a differentiable complex function?

In complex analysis, the terms "analytic" and "holomorphic" are often used interchangeably, but I want to understand the nuances. A function f: ℂ → ℂ is complex-differentiable at z₀ if: f'(z₀) = \lim_(h → 0) f(z₀ + h) - f(z₀)/h exists and is independent of the direction from which h → 0. This leads to the Cauchy-Riemann equations: ∂ u/∂ x = ∂ v/∂ y, ∂ u/∂ y = -∂ v/∂ x How does complex differentiability imply analyticity (power series expansion)? And why is this so different from real differentiability?

more
0416
DT
Updated May 4, 2026

Question details

What are harmonic functions and how do I solve the Dirichlet problem on a disk?

I am studying complex analysis / PDEs and I need to understand harmonic functions. A function u(x, y) is harmonic if it satisfies Laplace's equation: ∂² u/∂ x² + ∂² u/∂ y² = 0 or in polar coordinates: Δ u = 0. My questions: 1. What is the physical significance of harmonic functions (steady-state heat, electrostatics, fluid flow)? 2. How does the mean value property characterise harmonic functions? 3. How do I solve the Dirichlet problem: find u harmonic in the unit disk |z| < 1 with boundary condition u(1, θ) = f(θ)? 4. What is Poisson's integral formula? 5. How are harmonic functions related to analytic functions? I want to see the solution for f(θ) = sin² θ on the unit disk.

more
170
KO
Updated Apr 21, 2026

Question details

How to find conformal mappings between different domains in complex analysis?

I am studying complex analysis and I need to understand conformal mappings — angle-preserving transformations of the complex plane. I know that any analytic function with non-zero derivative is conformal (preserves angles). The key examples are: - w = z + a (translation) - w = e^(iθ) z (rotation) - w = kz (scaling) - w = 1/z (inversion) - w = z² (maps upper half-plane to whole plane minus a slit) My specific questions: 1. How do I find a conformal map from the unit disk |z| < 1 to the upper half-plane Im(w) > 0? 2. What is the Möbius transformation w = az + b/cz + d and how do I determine its parameters? 3. How do I map a strip 0 < Im(z) < π to the upper half-plane? 4. What is the Riemann mapping theorem and why is it important? I want concrete formulas with explanations.

more
1146
LH
Updated Apr 17, 2026

Question details

How to use the argument principle to count zeros and poles of a complex function?

I am studying complex analysis and I learned the argument principle: 1/2π i ∮_C f'(z)/f(z) dz = N - P where N is the number of zeros inside C, P is the number of poles inside C (counting multiplicities), and f is meromorphic on and inside C. My questions: 1. What is the intuition behind this formula? Why does f'(z)/f(z) capture zeros and poles? 2. How can I use Rouché's theorem to determine the number of zeros of f(z) = z⁵ + 3z² + 1 in |z| < 1? 3. What is a concrete application of the argument principle in control theory or signal processing? 4. How does the argument principle relate to the winding number? I need examples that show the practical use of these powerful theorems.

more
120
TE
Updated Apr 16, 2026

Question details

How to find the Laurent series expansion of a complex function?

I am studying complex analysis and I understand Taylor series expansions for analytic functions. But now we are learning about Laurent series, which can represent functions with singularities. A Laurent series has both positive and negative powers: f(z) = ∑_(n=-∞)^(∞) aₙ (z - z₀)ⁿ My questions: 1. What is the difference between the Taylor series and Laurent series? 2. How do I find the Laurent series for f(z) = 1/z(z-1) valid in the annulus 0 < |z| < 1? 3. How does the Laurent series help classify singularities (removable, pole, essential)? 4. What is the annulus of convergence and how do I find it? 5. How do I find the Laurent series for f(z) = e^(1/z) about z = 0? I need step-by-step examples.

more
1191
TE
Updated Apr 6, 2026

Question details

How to compute residues at simple and higher-order poles?

I am learning complex analysis and I need to compute residues for applying the residue theorem. For a simple pole at z₀, the residue is: Res(f, z₀) = \lim_(z → z₀) (z - z₀) f(z) For a pole of order m at z₀, the formula is: Res(f, z₀) = 1/(m-1)! \lim_(z → z₀) \frac d^(m-1) dz^(m-1) [(z - z₀)^m f(z)\ ight] I need help with: 1. Computing Res(e^z/z² + 1, i\ ight) — a simple pole 2. Computing Res(1/(z-1)²(z-2), 1\ ight) — a pole of order 2 3. Are there shortcuts for rational functions? I also want to understand what the residue represents geometrically.

more
1142