Complex Integration for Differential Equations
Singularities and Residue Calculation
Points of Misbehaviour
In the world of complex functions, not all points are created equal. While many points behave predictably, some are special. These are the points where a function might shoot off to infinity, or become otherwise undefined. We call these points singularities.
A singularity of a function is a point where the function is not analytic. For our purposes, we're interested in isolated singularities, where the function is analytic in a small neighbourhood around the point, just not at the point itself.
There are three main types of isolated singularities:
- Removable Singularities: These are like potholes that can be filled. The function might not be defined at the point, but we can assign a value to it to make the function analytic there. For example, the function is undefined at , but its limit as is 1. We can just define and the problem is solved.
- Poles: These are more serious. At a pole, the function's magnitude blows up to infinity. Think of the function . At , the denominator is zero, and the function's value is infinite. This is a pole.
- Essential Singularities: These are the most complex. As you approach an essential singularity, the function behaves erratically, taking on every possible complex value (with at most one exception) in any tiny neighbourhood around the point. The function has an essential singularity at .
Poles and Their Order
Poles are particularly important in engineering applications, especially when solving integrals. They are classified by their order. A pole at is of order if the function can be written in a specific form. Intuitively, the order tells you "how fast" the function goes to infinity. A pole of order 2 goes to infinity faster than a pole of order 1.
For a function to have a pole of order at , the function must be analytic and non-zero at . The simplest case is a simple pole, where the order is .
For example, the function has a pole of order 3 at . If we multiply by , we get , which is analytic and non-zero at .
The Concept of a Residue
Around any isolated singularity, we can express a function using a Laurent series, which is like a Taylor series but can also include terms with negative powers. The Laurent series for a function about a point looks like this:
One of these coefficients is uniquely important: the coefficient . This is called the residue of the function at the singularity . It's often denoted as .
The residue might seem like just one of many numbers, but it holds the key to evaluating many complex integrals that are otherwise intractable. The Residue Theorem, which you'll see later, uses the sum of residues inside a closed path to calculate the integral along that path.
Finding the full Laurent series just to get one coefficient can be tedious. Thankfully, we have more direct methods for calculating residues at poles.
Calculating Residues at Poles
For a simple pole (), the calculation is straightforward. You can find the residue by multiplying the function by and then taking the limit as approaches .
Let's find the residue of at its pole .
For a pole of order n, the formula is a bit more involved. It requires taking a derivative to isolate the coefficient.
For example, consider . This has a pole of order 2 at . Here, .
Sometimes, the limit formulas are cumbersome, especially if the function is complex. In these cases, it can be easier to find the first few terms of the Laurent series expansion and simply read off the coefficient.
For example, to find the residue of at , we can use the known series for .
From the expansion, we can see that the coefficient of the term is . So, .
What is an isolated singularity of a complex function f(z)?
The function is undefined at . What type of singularity does it have at this point?
Understanding how to identify singularities and calculate their residues is a foundational skill for applying complex analysis to practical problems.
