Complex Limits to Infinity

Mar 26 2024

By now, we've established the concept of a limit when working with a complex space. It turns out that it's basically the exact analogue of the real definition of a limit, which, if you'll recall, is

ϵ, δ s.t. 0<xc<δf(x)L<ϵ\forall \epsilon,\ \exists \delta\ s.t.\ 0 \lt |x - c| \lt \delta \to |f(x) - L| \lt \epsilon

In complex space, we have a similar concept - we replace the absolute value bars with the modulus (which are, in effect, the same thing anyway).

ϵ, δ s.t. zz0<δf(z)w0<ϵ\forall \epsilon,\ \exists \delta\ s.t.\ |z - z_0| \lt \delta \to |f(z) - w_0| \lt \epsilon

We use this definition in a similar way. But how about limits to infinity?

In single variable calculus, we said that, for whichever "direction" of infinity we're choosing to travel in (-\infty or \infty). we can choose an arbitrarily large (or small) number beyond which the function will approach some limit LL. More formally,

ϵ, N s.t. x>Nf(x)L<ϵ\forall \epsilon,\ \exists N\ s.t.\ x \gt N \to |f(x) - L| \lt \epsilon

But what does it even mean to travel in a "direction" of infinity on the complex plane? Aren't there a million paths? What does it mean to be inside some Bδ()B_\delta(\infty)?

First, we'll take a tangent into the world of stereographic projections. Take a circle, cut in half by the real number line. We can draw a line through the top of the circle and every single point (PP') on the real number line, which will intersect another point on the circle itself (PP).

(image credits to Wikipedia).

We've effectively created a map of the real number line onto this one circle. Furthermore, you'll notice that, as we near infinity, our mapped point nears the very top of the circle, where all of our rays originate from: NN.

Now, extend this to the complex plane (two dimensions). Instead of a circle, we have a sphere, with an intersecting equatorial plane. We similarly draw lines from the top of our circle, mapping points on the actual complex plane to points on the sphere.

Riemann Sphere (again, credits to Wikipedia).

This is called the Riemann sphere. What this projection does is it realizes this abstract concept of \infty into a "physical" point that we can grapple with. Any δ\delta-neighborhood around \infty can just be visualized as a neighborhood drawn on the top of the sphere, which can then be mapped onto boundaries on the complex plane.

More formally, we define an ϵ\epsilon-neighborhood of \infty to be the set of points

zC  z>1ϵ{z \in \mathbb{C}\ |\ |z| \gt \frac{1}{\epsilon}}

Why 1ϵ\frac{1}{\epsilon}, you ask? We could choose any arbitrarily large number, like NN in our example with real, single variable functions. However, 1ϵ\frac{1}{\epsilon} makes it extra clear that, with some small number ϵ\epsilon, we use its large reciprocal (it also makes the coming proofs just a bit nicer).

With this definition, we can formulate a statement of limits:

ϵ δ s.t. z>1δf(z)w0<ϵ\forall \epsilon\ \exists \delta\ s.t.\ |z| \gt \frac{1}{\delta} \to |f(z) - w_0| \lt \epsilon

means

limzf(z)=w0\lim_{z \to \infty} f(z) = w_0

Meanwhile,

ϵ δ s.t. 0<zz0<δf(z)>1ϵ\forall \epsilon\ \exists \delta\ s.t.\ 0 \lt |z - z_0| \lt \delta \to |f(z)| \gt \frac{1}{\epsilon}

means

limzz0f(z)=\lim_{z \to z_0} f(z) = \infty

We can derive some pretty cool properties that can help us evaluate certain limits to infinity.

Case 1

limzz0f(z)=limzz01f(z)=0\lim_{z \to z_0} f(z) = \infty \Longleftrightarrow \lim_{z \to z_0} \frac{1}{f(z)} = 0

We first assume the statement limzz0f(z)=\lim_{z \to z_0} f(z) = \infty, which tells us

zz0<δf(z)>1ϵ|z - z_0| \lt \delta \to |f(z)| \gt \frac{1}{\epsilon}

by definition. We can then reciprocate:

1f(z)0<ϵ, zz0<δ|\frac{1}{|f(z)} - 0| \lt \epsilon,\ |z - z_0| \lt \delta

which yields

limzz01f(z)=0\lim_{z \to z_0} \frac{1}{f(z)} = 0

Case 2

limzf(z)=w0limz0f(1z)=w0\lim_{z \to \infty} f(z) = w_0 \Longleftrightarrow \lim_{z \to 0} f\left(\frac{1}{z}\right) = w_0

Once again, we assume limzf(z)=w0\lim_{z \to \infty} f(z) = w_0. By definition, then,

z>1δf(z)w0<ϵ|z| \gt \frac{1}{\delta} \to |f(z) - w_0| \lt \epsilon

Manipulating the left side,

1z<δf(z)w0<ϵ|\frac{1}{z}| \lt \delta \to |f(z) - w_0| \lt \epsilon

We can "choose" z=1zz = \frac{1}{z}. (If this feels weird to you, remember that we can choose some auxiliary variable a=1za = \frac{1}{z}, and then "rename" aa to zz in the formal limit statement, which is why we're allowed to do this next part). Plugging in 1z\frac{1}{z} for zz, we get

z<δf(1z)w0<ϵ|z| \lt \delta \to |f\left(\frac{1}{z}\right) - w_0| \lt \epsilon

By definition, this becomes the limit

limz0f(1z)=w0\lim_{z \to 0} f\left(\frac{1}{z}\right) = w_0

Case 3

limzf(z)=limz01f(1/z)=0\lim_{z \to \infty} f(z) = \infty \Longleftrightarrow \lim_{z \to 0} \frac{1}{f(1/z)} = 0

To see why this is true, we first assume the left side of the statement (sound familiar?). From limzf(z)=\lim_{z \to \infty} f(z) = \infty, we get, by definition,

z>1δf(z)>1ϵ|z| \gt \frac{1}{\delta} \to |f(z)| \gt \frac{1}{\epsilon}

This time, we can reciprocate for both statements, yielding

1z<δ1f(z)<ϵ|\frac{1}{z}| \lt \delta \to |\frac{1}{f(z)}| \lt \epsilon

Revisiting our trick from case 2, we can "choose" z=1zz = \frac{1}{z} and get

z<δ1f(1/z)<ϵ|z| \lt \delta \to |\frac{1}{f(1/z)}| \lt \epsilon

which is the formal statement of the limit

limz01f(1/z)=0\lim_{z \to 0} \frac{1}{f(1/z)} = 0