Applications of Complex Analysis
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll see the theory applied: AC circuits and phasors, system stability from pole locations, aerodynamic lift, transforms in signal processing, and the appearance of contour integration in the theory of prime numbers.
The Concept
Section titled “The Concept”Reading a function from its poles and zeros
Section titled “Reading a function from its poles and zeros”Most applications amount to the same move: encode a physical system as an analytic or meromorphic function, then read the physics off the locations of its poles and zeros.
The surface plots as a height. Poles are spikes, zeros are points touching the floor. Engineers work with exactly this picture, usually looking at it from directly above as a pole-zero plot, and the intuition transfers directly: a pole near the region you care about produces a large response, a zero near it produces a small one.
AC circuits and phasors
Section titled “AC circuits and phasors”A sinusoidal voltage is represented by the single complex number , its phasor. Differentiation in time becomes multiplication by , so the differential equations of a circuit become linear algebra over .
Impedance then combines resistance and reactance in one complex number:
and Ohm’s law holds with complex quantities. Series and parallel combinations use the same rules as resistors. The modulus gives the amplitude ratio and gives the phase shift, so both pieces of physical information sit in one number.
This is why electrical engineers write rather than : the symbol is already taken by current.
Stability from pole locations
Section titled “Stability from pole locations”A linear system is described by a transfer function , a rational function of the complex variable . The poles are the natural frequencies, and a pole at contributes a term behaving like .
The consequence is a clean geometric criterion:
Poles in the left half plane decay, poles on the imaginary axis oscillate forever, and poles in the right half plane blow up. Design becomes the placement of points in , and the root-locus and Nyquist plots from the argument principle lesson are the tools for doing it.
For digital systems the same story holds with the unit circle in place of the imaginary axis: stability means all poles inside .
Aerodynamics and potential flow
Section titled “Aerodynamics and potential flow”Two-dimensional incompressible irrotational flow has a complex potential , with the velocity potential and the stream function. Streamlines are level curves of , and the velocity field is recovered from .
Flow past a cylinder is elementary. Flow past a wing is not - but the Joukowski map carries a suitable circle to an aerofoil shape, and because conformal maps preserve the governing equation, the mapped flow solves the wing problem. The result is the Kutta–Joukowski theorem:
lift per unit span equals density times speed times circulation. The circulation is a contour integral, so lift is literally computed by an integral around a closed curve.
That the region outside the wing is not simply connected is essential; on a simply connected region Cauchy’s theorem would force and there would be no lift. The topology is doing physical work.
Transforms in signal processing
Section titled “Transforms in signal processing”The Fourier transform, Laplace transform, and -transform are all integrals with complex exponentials, and their inverses are contour integrals evaluated by residues.
- Inverting a Laplace transform means summing residues along the Bromwich contour, with each pole contributing one exponential mode. This is why step responses are sums of decaying exponentials.
- A filter’s frequency response is its transfer function evaluated on a contour: the imaginary axis for analog, the unit circle for digital.
- The region of convergence of a -transform is an annulus, and whether the annulus contains the unit circle decides stability and causality.
Every filter design tool is a complex analysis tool with an engineering interface.
Prime numbers
Section titled “Prime numbers”The most surprising application. The Riemann zeta function
converges for and continues analytically to the rest of the plane, with a single simple pole at . Euler’s product formula
ties it to the primes.
The prime number theorem - that the number of primes below is asymptotically - is proved by contour integration, using the fact that has no zeros on the line . The Riemann hypothesis, that all non-trivial zeros lie on , would sharpen the error term to essentially the best possible, and it remains open.
A counting problem about integers is settled by contour integration. That connection is one of the strangest and most productive in mathematics.
Elsewhere
Section titled “Elsewhere”Quantum mechanics. Amplitudes are complex, and interference is their addition. Time evolution is multiplication by , and resonances appear as poles in the complex energy plane.
Fractals. The Mandelbrot and Julia sets are defined by the boundedness of orbits under . Newton’s method in has fractal basin boundaries.
Numerical linear algebra. Matrix functions such as are defined and computed by the Cauchy integral formula around a contour enclosing the spectrum, and contour-based eigensolvers count eigenvalues in a region by the argument principle.
Worked Examples
Section titled “Worked Examples”Example 1: Compute an impedance.
Find the impedance of a resistor in series with a inductor at rad/s.
Solution.
So the current lags the voltage by about and the amplitude ratio is . Two physical facts, one complex number.
Example 2: Decide stability.
. Is the system stable?
Solution. Poles at and . Since ,
The pole at 3 contributes a term growing like . The zero at shapes the response but has no bearing on stability. ∎
Example 3: Interpret a complex pole pair.
A system has poles at . Describe its response.
Solution. The real part gives a decay envelope , and the imaginary part gives oscillation at 3 rad/s:
A damped oscillation, stable, ringing at 3 rad/s and settling on a timescale of about s. Real part is decay, imaginary part is frequency, and that reading is used constantly in design.
Example 4: Verify the cylinder is a streamline.
For , show is a streamline and find the stagnation points.
Solution. With ,
At the bracket vanishes, so there: a level curve of , hence a streamline. ✓
Stagnation points occur where the velocity vanishes:
the front and rear of the cylinder, as observed physically. ∎
Example 5: Invert a Laplace transform by residues.
Find the inverse transform of .
Solution. The inverse is along the Bromwich contour, evaluated as the sum of residues at the poles.
At : .
At : .
∎
Each pole gave one exponential mode, which is the general pattern and the reason step responses look the way they do.
Example 6: A digital filter’s stability.
A filter has transfer function . Is it stable?
Solution. Rewrite as , so the pole is at .
For digital systems stability requires all poles strictly inside the unit circle, and this one is outside. ∎
Example 7: Sum a series with residues.
Sketch how is obtained by contour methods.
Solution. The function has simple poles at every integer with residue 1, which makes it the standard tool for turning sums into integrals.
Integrating around a large contour, the residues at the nonzero integers give , while the residue at the triple pole contributes . Since the large-contour integral tends to 0,
∎
A sum over the integers became a residue calculation. Euler found this value by other means, but the contour method generalizes to sums where nothing else works.
Real-World Applications
Section titled “Real-World Applications”Power systems. Load flow, fault analysis, and transformer modelling are all phasor computations, and the entire grid is analysed with complex arithmetic.
Aircraft and turbine design. Potential flow with conformal mapping gives fast preliminary aerofoil and blade designs, still used to seed the expensive numerical simulations that follow.
Audio and image filtering. Every equalizer, reverb, and sharpening filter is specified by pole and zero placement in the complex plane, then realized as difference equations.
Control of vehicles and robots. Loop shaping is the deliberate relocation of poles, and stability margins are distances measured in the complex plane.
Medical imaging. MRI acquires data in a complex-valued frequency space and reconstructs images by Fourier transform, with phase carrying essential information.
Cryptography and computation. Fast multiplication via the FFT depends on roots of unity, making complex analysis part of the arithmetic in large-integer libraries.
Retrying will remove your ✅ checkmark until you pass again.