Created 31 Aug 2025

Introducing Möbius Maps

So far, we've introduced inversion, found some key properties, and used it to solve a geometry problem.

As a recap, the two key properties of inversion are that it is a conformal map (preserves angles at the meeting point of two curves) and sends clines to clines.

Just to hammer it home:

Inversion is a conformal map that sends clines to clines.

The above sentence is the ONLY thing about inversion we care about; if any other map is conformal and sends clines to clines, then it is just as overpowered as inversion.

In this article, we'll view the 2D plane instead as the complex plane, and leverage our inversion intuition to derive Möbius maps.

Why are Complex Numbers Relevant?

So far we've been working with the 2D plane (with PP_\infty added). But as you might already know, we can describe 2D planes with complex numbers, using the complex plane, denoted C\mathbb{C}.

Thus, we can view inversion as a function (i.e. transformation) that acts on the complex plane (with PP_\infty added). We write this in shorthand by saying inversion is a function on C{P}\mathbb{C} \cup \{P_\infty\}.

Can we find this function explicitly? Recall the definition of inversion, in which we scale points along a ray from the origin:

OrAA*

The point AA is sent to the point AA^*, where OAOA=r2OA \cdot OA^* = r^2.

Since we're reframing in terms of the complex plane, we replace the above sentence with:

The complex number AA is sent to the complex number AA^*, where AA=r2|A| \cdot |A^*| = r^2.

Here, in the complex plane, OO is zero (the origin), so that length OAOA equals the magnitude of the complex number AA (which we denoted A|A|).

Claim.
In the complex plane, inversion about the origin with radius 1, is described by the function z1/zz \mapsto \overline{ 1/z }, where the line on top represents complex conjugation (i.e. reflection in the x-axis).
Proof.
For any (nonzero) complex number zz, we can decompose it into zzz|z| \cdot \frac{z}{|z|}, that is, its magnitude, multiplied by a direction of unit length.Now for inversion, we keep the direction the same, but we modify the magnitude from z|z| to 1z\frac{1}{|z|}. Therefore the inversion of the complex number zz, is 1zzz\frac{1}{|z|} \cdot \frac{z}{|z|} (the new magnitude, times the same direction as before).This simplifies to 1/z\overline{1/z} as required, using the fact that z2=zz|z|^2 = z \overline{z}.

The Reciprocal map

We've just seen that inversion is described by the map z1/zz \mapsto \overline{1/z}, i.e. the map 1/z1/z, followed by reflection in the x-axis.

Well, we can flip this on its head, to discover a new map called the reciprocal map z1/zz \mapsto 1/z; which is just inversion followed by reflection in the x-axis!

"Why is this special?", you ask. Well, taking the reciprocal of a complex number is a very elementary / philosophically basic thing to do (as opposed to inversion; 1/z\overline{1/z} looks so ugly compared to 1/z1/z). What we've just done is given a geometrical interpretation of this reciprocal map, as a composition of transformations of the plane: again, it is inversion followed by reflection in the x-axis.

EVEN BETTER THAN A MERE GEOMETRICAL INTERPRETATION:


Recall the point I hammered home at the top of this page: inversion is a conformal map that sends clines to clines. (I'm about to write "conformal map that sends clines to clines" so many freaking times, that I'll temporarily abbreviate it to "CCC". So inversion is CCC.)


Guess what else is CCC? Reflection! (Proof: reflection preserves angles, circles and lines, because it preserves basically everything.)


Therefore, the reciprocal map, which again, is inversion (which is CCC) composed with reflection (which is also CCC), is also CCC! Let's write this important statement out in full:
The reciprocal map is a conformal map that sends clines to clines.

Pop Quiz

Which of these functions on the complex plane (with PP_\infty added) are conformal maps that send clines to clines?

(Hint for the last one: can you rewrite the fraction as the composition of a bunch of functions that you already know are conformal maps that sends clines to clines?) View the spoiler below if you're stuck:

Finally, Möbius Maps

Defn. (Möbius Maps)
We define Möbius Maps, or Möbius Transformations, to be those of the formzaz+bcz+dz \mapsto \frac{az+b}{cz+d}where adbc0ad-bc \neq 0.
We require adbc0ad-bc \neq 0 so that the map is actually bijective: if ad=bcad=bc then az+bcz+d=ac\frac{az+b}{cz+d} = \frac{a}{c} sends every complex number zz to the same output.

Now, I could've led with this definition at the very start of everything. But the ENTIRE POINT of all of what I've written up to this definition, is to motivate the following key property of Möbius maps:

Möbius maps are conformal maps that send clines to clines.
Proof.
To prove this, we need to show zaz+bcz+dz \mapsto \frac{az+b}{cz+d} is a conformal map that sends clines to clines. But, I hope you've done the pop quiz above - this is just a generalisation!
More specifically, it's an exercise for you to show that we can deconstruct az+bcz+d\frac{az + b}{cz + d} into the composition of translations, reciprocals, rotations and scaling. All of these component functions are conformal maps that send clines to clines, hence so is their composition.

Example Question

We've now covered ALL OF THE THEORY, whoop whoop. Now, we should be ready to solve Möbius map problems using the "conformal map that sends clines to clines" property. I'll end our journey by hinting at an example.

Example.
Find a Möbius map that takes the region between the circles {z=1}\{|z|=1\} and {z1=5/2}\{|z − 1| = 5/2\} to an annulus {1<z<R}\{1 < |z| < R\}; you may choose the value of RR.
ImReRe012-1-2-221-1012-1-2-221-1 ImReRe012-1-2-221-1012-1-2-221-1

Since I want you to actually understand what's going on, I won't provide the full solution here. But, here's a hint on how to approach it1:

Conclusion

Just to check that you're still alive, so far we've covered the following:

  • Intuition behind circle inversion, and a practice problem. This gave you a taste of what it's like to use the "conformal map that sends clines to clines" property to solve problems.
  • Derivation of defintion of a Möbius map, and the fact that Möbius maps are conformal maps that send clines to clines.
  • A practice Möbius maps problem.
This is where I'll be ending our journey. (Sorry I didn't have time to go more in depth!) I hope you enjoy Mobius map questions as much as me now! If you liked this content, you might like to self-study the Complex Analysis Tripos course, which covers most of what I've told you (specifically, look for the section on conformal equivalences).
  1. If you're savvy with your olympiad geometry, alternatively you could try to use Circles of Apollonius :)

The source code for this project can be found here. You can contact me (the author) via my homepage.