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 added). But as you might already know, we can describe 2D planes with complex numbers, using the complex plane, denoted .Thus, we can view inversion as a function (i.e. transformation) that acts on the complex plane (with added). We write this in shorthand by saying inversion is a function on .
Can we find this function explicitly? Recall the definition of inversion, in which we scale points along a ray from the origin:
The point is sent to the point , where .
Since we're reframing in terms of the complex plane, we replace the above sentence with:
The complex number is sent to the complex number , where .
Here, in the complex plane, is zero (the origin), so that length equals the magnitude of the complex number (which we denoted ).
Claim.In the complex plane, inversion about the origin with radius 1, is described by the function , where the line on top represents complex conjugation (i.e. reflection in the x-axis).Proof.For any (nonzero) complex number , we can decompose it into , 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 to . Therefore the inversion of the complex number , is (the new magnitude, times the same direction as before).This simplifies to as required, using the fact that .
The Reciprocal map
We've just seen that inversion is described by the map , i.e. the map , followed by reflection in the x-axis.
Well, we can flip this on its head, to discover a new map called the reciprocal map ; 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; looks so ugly compared to ). 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 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:
For example,So to send to , we perform the following transformations in order:
;
- scale by scale factor 4
- translate by 3+0i
- apply reciprocal map
- rotate by 180deg (i.e. multiply by -1)
- translate by 1+0i
- scale by scale factor 1/2
;
Finally, Möbius Maps
Defn. (Möbius Maps)We define Möbius Maps, or Möbius Transformations, to be those of the formwhere .
We require so that the map is actually bijective: if then sends every complex number 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 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 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.
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:
To construct a Möbius map, let's invert the left diagram about -1.5 (which lies on the outer circle), and invert the right diagram about -2 (which lies on the outer circle).
Each of these inversions transform the coloured regions to an infinite region between a line and a circle. These two regions will be related by a translation and scaling.
If we chain together all these transformations, we will get the final Möbius map. It actually comes out to be quite nice.
;
;
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.
If you're savvy with your olympiad geometry, alternatively you could try to use Circles of Apollonius :)↩