10. Singularities

Poles

Poles in Complex Analysis

students, imagine zooming in on a complex function the way a map app zooms in on a city street 🔍. Most of the time the function behaves nicely, but sometimes something dramatic happens at a specific point. In this lesson, you will study one of the most important kinds of singular behavior: a pole. Poles are a central part of the topic of singularities, and they appear often in calculations, graphs, and contour integrals.

What you will learn

By the end of this lesson, you should be able to:

  • explain what a pole is and why it matters,
  • recognize poles in examples of complex functions,
  • connect poles to the larger topic of singularities,
  • use algebraic and limit-based reasoning to identify the order of a pole,
  • understand why poles are especially important in complex integration and residue methods.

What is a pole?

A singularity is a point where a complex function is not analytic. Some singularities are mild, some are extreme, and some can be removed by redefining the function. A pole is a singularity where the function grows without bound as the variable approaches the point.

More precisely, a function $f(z)$ has a pole at $z=a$ if there exists a positive integer $m$ such that $(z-a)^m f(z)$ is analytic near $z=a$ and does not equal $0$ at $z=a$. The smallest such $m$ is called the order of the pole.

This definition means that near the pole, the function looks like a power of $\frac{1}{z-a}$ plus smaller terms. For example, if $f(z)$ has a simple pole at $z=a$, then near $a$ it behaves like $\frac{c}{z-a}$ for some nonzero constant $c$.

A pole is not just “a place where the function is undefined.” For example, $f(z)=\frac{1}{z-a}$ is undefined at $z=a$, but its behavior is very specific: the values become huge in magnitude near $a$, rather than approaching a finite value.

Seeing poles through examples

Let’s start with a very familiar example:

$$f(z)=\frac{1}{z-2}$$

This function is not defined at $z=2$. If $z$ gets close to $2$, the denominator gets close to $0$, so the function’s magnitude becomes very large. Therefore, $z=2$ is a pole.

In fact, it is a simple pole, also called a pole of order $1$, because multiplying by $(z-2)$ gives

$$ (z-2)f(z)=1, $$

which is analytic near $z=2$.

Now consider

$$g(z)=\frac{1}{(z+1)^3}.$$

At $z=-1$, the denominator becomes $0$. Multiplying by $(z+1)^3$ gives

$$ (z+1)^3 g(z)=1. $$

So $z=-1$ is a pole of order $3$.

Here is a slightly less obvious example:

$$h(z)=\frac{z^2+1}{z-1}.$$

At $z=1$, the denominator is $0$, but the numerator is $2$, not $0$. So the function behaves like a nonzero constant divided by $z-1$. Therefore, $z=1$ is a simple pole.

Now compare that with

$$k(z)=\frac{z-1}{z-1}.$$

For $z\neq 1$, this equals $1$. The point $z=1$ is undefined in the original formula, but the limit exists and equals $1$. So $z=1$ is not a pole. It is a removable singularity. This comparison is important because it shows that not every undefined point is a pole.

How to identify the order of a pole

To find the order of a pole at $z=a$, look for the smallest positive integer $m$ such that

$$ (z-a)^m f(z) $$

is analytic at $z=a$ and nonzero there.

A practical method is to simplify the function first.

Example 1

$$f(z)=\frac{z^2-1}{(z-1)^2}$$

Factor the numerator:

$$ z^2-1=(z-1)(z+1). $$

So

$$ f(z)=\frac{(z-1)(z+1)}{(z-1)^2}=\frac{z+1}{z-1}. $$

Now it is clear that $z=1$ is a pole. Since only one factor of $z-1$ remains in the denominator, it is a simple pole.

Example 2

$$f(z)=\frac{z^2-4}{(z-2)^2}$$

Factor the numerator:

$$ z^2-4=(z-2)(z+2). $$

Then

$$ f(z)=\frac{(z-2)(z+2)}{(z-2)^2}=\frac{z+2}{z-2}. $$

So $z=2$ is again a simple pole, not a double pole. This is a good reminder that the visible power in the denominator is not always the true order of the pole; cancellation matters.

Example 3

$$f(z)=\frac{1}{(z-i)^4}$$

Here, there is no cancellation. Therefore, $z=i$ is a pole of order $4$.

Poles and limits

A useful way to think about poles is through limits. If $f(z)$ has a pole at $z=a$, then $|f(z)|$ becomes arbitrarily large as $z\to a$. In symbols, the magnitude does not approach a finite number.

For a simple pole, the behavior is roughly like

$$ f(z)\approx \frac{c}{z-a}, $$

where $c\neq 0$.

For a pole of order $m$, the behavior is roughly like

$$ f(z)\approx \frac{c}{(z-a)^m}, $$

where $c\neq 0$.

This is why poles are sometimes described as “infinite blow-ups.” But the word “infinite” should be used carefully: in complex analysis, we usually say the function has a pole, not that it takes the value infinity in the ordinary sense.

One important limit test is:

$$ \lim_{z\to a} (z-a)^m f(z)=c \neq 0 $$

for the correct order $m$. If this happens, then $z=a$ is a pole of order $m$.

Why poles matter in complex analysis

Poles are not just definitions to memorize, students. They are powerful tools in complex analysis because they are closely tied to residues and contour integrals. Many functions used in physics, engineering, and applied mathematics have poles.

For example, in evaluating an integral around a closed curve, the main contributions often come from the poles inside the contour. This is one reason poles are so important: they help turn difficult integrals into manageable calculations.

If a function has only isolated poles, then near each pole the function has a Laurent series with finitely many negative powers. For a pole of order $m$, the Laurent series near $z=a$ looks like

$$ f(z)=\sum_{n=-m}^{\infty} c_n (z-a)^n, $$

with $c_{-m}\neq 0$.

This series shows the key feature of a pole: only a finite number of negative-power terms appear.

Poles compared with other singularities

Poles are one of three major types of isolated singularities usually discussed in an introductory course:

  • removable singularities,
  • poles,
  • essential singularities.

These types form a clear spectrum of behavior.

A removable singularity is a point where the function can be redefined to make it analytic.

A pole is a point where the function blows up in a controlled, power-like way.

An essential singularity is much more chaotic, with behavior that is far more complicated than a pole.

So, a pole sits in the middle: it is more severe than a removable singularity, but more structured than an essential singularity.

Consider the three examples:

$$f(z)=\frac{z-1}{z-1}$$

has a removable singularity at $z=1$;

$$g(z)=\frac{1}{z-1}$$

has a simple pole at $z=1$;

and functions like

$$h(z)=e^{1/(z-1)}$$

have an essential singularity at $z=1$.

These examples show how poles fit into the larger singularity classification.

Real-world-style intuition

Think of a pole like a sharply pointed spike on a graph 📈. If you move toward the spike, the function values rise or fall very fast. In a physical model, such behavior can represent a strong source or sink, though real systems usually have limits that prevent true infinite values.

For instance, in electrical engineering, idealized formulas may use poles to model resonance or responses that become very large near certain frequencies. In mathematics, poles give an exact way to describe that type of strong but structured behavior.

Conclusion

Poles are a key idea in the study of singularities. They occur where a function becomes unbounded in a specific, predictable way. The order of a pole tells you how strongly the function blows up, and the behavior near a pole can often be captured by a Laurent series or by multiplying the function by a power of $z-a$. students, understanding poles helps you classify singularities correctly, recognize removable singularities versus true blow-ups, and prepare for powerful tools like residues and contour integration.

Study Notes

  • A singularity is a point where a complex function is not analytic.
  • A pole at $z=a$ occurs when $(z-a)^m f(z)$ is analytic and nonzero at $z=a$ for some positive integer $m$.
  • The smallest such $m$ is the order of the pole.
  • A simple pole is a pole of order $1$.
  • Near a pole of order $m$, the function behaves like $\frac{c}{(z-a)^m}$ with $c\neq 0$.
  • Cancellation can reduce the apparent order of a pole, so simplify expressions carefully.
  • If the limit of the function exists after removing the problematic factor, the singularity may be removable, not a pole.
  • Poles are important because they are closely linked to residues and contour integrals.
  • In a Laurent series, a pole has only finitely many negative-power terms.
  • Poles are one of the main types of isolated singularities, alongside removable singularities and essential singularities.

Practice Quiz

5 questions to test your understanding

Poles — Complex Analysis | A-Warded