10. Singularities

Removable Singularities

Removable Singularities

students, in complex analysis, a singularity is a point where a function stops behaving nicely. Some singularities are very serious, like poles and essential singularities, but some are actually “fake trouble spots” that can be fixed. Those are called removable singularities ✨. In this lesson, you will learn what they are, how to detect them, and why they matter in the bigger picture of singularities.

What is a removable singularity?

Suppose a function $f(z)$ is defined on a region except at one point $a$. If the function is not defined at $a$, but it can be made analytic there by assigning one suitable value, then $a$ is called a removable singularity.

In simple terms, the function has a missing point, but the hole can be filled in without changing the behavior of the function around that point. Think of a graph with one tiny dot missing from an otherwise smooth curve. The function may look broken at $a$, but the break is not permanent 🧩.

The key idea is this: if we can find a new function $F(z)$ such that:

  • $F(z)=f(z)$ for all z

eq a$ near $a,

  • $F$ is analytic at $a$,

then $a$ is removable for $f$.

A common example is

$$

$ f(z)=\frac{\sin z}{z}$

$$

which is not defined at $z=0$. But near $0$, the function behaves very nicely. Since

$$

$\lim_{z\to 0}\frac{\sin z}{z}=1,$

$$

we can define $f(0)=1$. The new function becomes analytic at $0$, so $z=0$ is a removable singularity.

How to recognize a removable singularity

There are several useful ways to identify removable singularities. The most important one is based on limits.

1. The limit exists and is finite

If $f(z)$ is analytic on a punctured neighborhood of $a$ and

$$

$\lim_{z\to a} f(z)=L$

$$

exists and is finite, then $a$ is a removable singularity. You can remove the singularity by defining

$$

$ f(a)=L.$

$$

This works because the function then becomes continuous at $a$, and in complex analysis, this can lead to analyticity as well.

2. The Laurent series has no negative powers

If $f$ has a Laurent series around $a$ of the form

$$

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

$$

then $a$ is removable exactly when all coefficients with negative powers are zero. That means the series really reduces to a Taylor series:

$$

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

$$

So a removable singularity is not truly singular in the long run; it is only missing a value.

3. The function is bounded near the point

If $f$ is analytic on $0<|z-a|<r$ and there exists a constant $M$ such that

$$

$|f(z)|\le M$

$$

for all $z$ near $a$, then $a$ is removable. This is a famous result from complex analysis. A bounded analytic function on a punctured neighborhood cannot hide a pole there.

Example 1: $\frac{\sin z}{z}$ at $z=0$

Let’s look more closely at the classic example

$$

$ f(z)=\frac{\sin z}{z}.$

$$

This function is undefined at $z=0$, but the sine function has the Taylor expansion

$$

$\sin z=z-\frac{z^3}{3!}+\frac{z^5}{5!}-\cdots.$

$$

Dividing by $z$ gives

$$

$\frac{\sin z}{z}=1-\frac{z^2}{3!}+\frac{z^4}{5!}-\cdots.$

$$

This series has no negative powers of $z$, so the singularity at $0$ is removable. If we define

$$

$ f(0)=1,$

$$

then the function becomes analytic at $0$. This is a strong example because it shows how a function can look undefined but still be perfectly well behaved after filling the gap.

Example 2: $\frac{z^2-1}{z-1}$ at $z=1$

Consider

$$

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

$$

At $z=1$, this expression is undefined because the denominator is zero. But factor the numerator:

$$

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

$$

For $z\neq 1$,

$$

$ f(z)=z+1.$

$$

Now it is clear that as $z\to 1$,

$$

$ \lim_{z\to 1} f(z)=2.$

$$

So the singularity at $z=1$ is removable. The function can be extended by defining $f(1)=2$.

This example is useful because it shows that removable singularities often come from algebraic cancellation. A denominator may make the formula look dangerous, but if the “problem factor” cancels, the point may only be a hole, not a true singularity 🔍.

Why removable singularities matter

Removable singularities are important because they help us understand the difference between a function that is genuinely singular and one that only appears singular.

This matters in several ways:

  • It helps simplify complicated expressions.
  • It allows functions to be extended analytically.
  • It is useful when evaluating limits and series.
  • It appears in many proofs and applications in complex analysis.

For example, if a function is bounded near a missing point, the removable singularity theorem tells us the hole can be filled. This gives a powerful link between local behavior near a point and the global analytic structure of the function.

Connection to the broader topic of singularities

Removable singularities are one of the three major types of isolated singularities studied in basic complex analysis, along with poles and essential singularities.

  • A removable singularity can be fixed by defining one value.
  • A pole happens when the function grows without bound like

$$

$\frac{1}{(z-a)^n}$

$$

near $a$.

  • An essential singularity is much more chaotic, with behavior that cannot be simplified into a pole-like form.

So removable singularities are the mildest type. They are special because the function is actually well behaved after a small correction. In a sense, they are the least “singular” of all singularities 😊.

A step-by-step way to test for removability

When students sees a function undefined at a point, here is a practical method:

Step 1: Find the point of concern

Identify where the function is not defined. Often this comes from division by zero or a logarithm branch issue.

Step 2: Check the limit

Try to compute

$$

$\lim_{z\to a} f(z).$

$$

If the limit exists and is finite, the singularity is removable.

Step 3: Look for cancellation

Factor the expression if possible. Algebraic cancellation often reveals that the singularity is only apparent.

Step 4: Use a series if needed

If algebra is not enough, expand in a Taylor or Laurent series. If there are no negative powers, the singularity is removable.

Step 5: Define the missing value

If the singularity is removable, set

$$

$ f(a)=\lim_{z\to a} f(z).$

$$

Then the function becomes analytic at $a$.

Common misconceptions

A removable singularity is not the same as a function being globally harmless. It only means the problem at one point can be fixed. The function may still have other singularities elsewhere.

Another misconception is that every undefined point is removable. That is not true. For example,

$$

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

$$

at $z=0$ is not removable, because the function blows up near $0$.

Also, if a limit does not exist or is infinite, the singularity is not removable. The behavior near the point matters more than the fact that the formula is undefined there.

Conclusion

Removable singularities are points where a complex function seems broken, but the break can be repaired by defining one value. They are detected by finite limits, absence of negative powers in a Laurent series, or boundedness near the point. Examples like $\frac{\sin z}{z}$ and $\frac{z^2-1}{z-1}$ show how these singularities appear in practice.

students, understanding removable singularities gives you a strong foundation for the study of singularities as a whole. It also prepares you for poles and essential singularities, which are more severe and less fixable. In complex analysis, learning to recognize removable singularities is one of the first steps in understanding how analytic functions behave near problematic points.

Study Notes

  • A removable singularity is a point where a function is undefined but can be made analytic by defining one value.
  • If $\lim_{z\to a} f(z)$ exists and is finite, then $a$ is removable.
  • If a Laurent series around $a$ has no negative powers, the singularity is removable.
  • If $f$ is bounded near $a$, then $a$ is removable.
  • Example: $\frac{\sin z}{z}$ has a removable singularity at $z=0$ and can be extended by setting $f(0)=1$.
  • Example: $\frac{z^2-1}{z-1}$ has a removable singularity at $z=1$ and can be extended by setting $f(1)=2$.
  • Removable singularities are the mildest type of isolated singularity.
  • The other main isolated singularities are poles and essential singularities.
  • A removable singularity is really a “hole” in the graph or function definition, not a true blow-up.
  • Recognizing removable singularities helps simplify functions and extend analyticity.

Practice Quiz

5 questions to test your understanding