Möbius Transformation Calculator

Use this Möbius Transformation Calculator to enter values, adjust options, and review results in a compact responsive workspace.

Results are calculated automatically as you enter data.

Formula -
Fixed points, inverse, and singularities

▼ See explanations and tips below ▼

What Is a Möbius Transformation?

A Möbius transformation is a function that moves points in the complex plane using a fractional linear formula. Instead of taking a real number as an input, it takes a complex number \(z = x + yi\) and returns another complex number \(w\).

The general form is:

$$ w = T(z) = \frac{az + b}{cz + d} $$

Here, \(a\), \(b\), \(c\), and \(d\) are complex coefficients. The expression is called a Möbius transformation when the determinant is not zero:

$$ ad - bc \ne 0 $$

This condition matters because it prevents the formula from collapsing into a constant function. When \(ad - bc = 0\), the expression may still produce numbers for many inputs, but it is not a true one-to-one Möbius transformation.

Möbius transformations are also called fractional linear transformations or linear fractional transformations. They are important in complex analysis because they combine simple geometric actions—translation, rotation, scaling, and inversion—into one flexible formula.


Why Möbius Transformations Matter

Möbius transformations are useful because they connect algebra and geometry. A change in the coefficients \(a\), \(b\), \(c\), and \(d\) can move, rotate, stretch, invert, or bend the appearance of shapes on the complex plane.

They are especially helpful when studying:

  • complex functions and complex-plane graphing;
  • conformal maps, where angles are preserved away from singularities;
  • transformations of lines, circles, grids, and regions;
  • the Riemann sphere and the point at infinity;
  • fixed points, where a transformation leaves a point unchanged;
  • poles and singularities, where the formula becomes undefined in the finite plane.

One reason Möbius transformations are visually powerful is that they map generalized circles to generalized circles. In this context, a generalized circle means either an ordinary circle or a straight line, with lines treated as circles passing through infinity.


Key Terms to Know

  • Complex number: A number of the form \(x + yi\), where \(x\) is the real part, \(y\) is the imaginary part, and \(i^2 = -1\).
  • Complex plane: A coordinate plane where the horizontal axis represents the real part and the vertical axis represents the imaginary part.
  • Coefficient: One of the complex constants \(a\), \(b\), \(c\), or \(d\) that controls the transformation.
  • Determinant: The complex value \(ad - bc\). It must be nonzero for a valid Möbius transformation.
  • Pole: A point where the denominator \(cz + d\) becomes zero, so the finite formula is undefined.
  • Fixed point: A point \(z\) that satisfies \(T(z) = z\).
  • Inverse map: A formula that reverses the transformation by solving for \(z\) in terms of \(w\).
  • Conformal map: A map that preserves angles at points where it is analytic and has a nonzero derivative.

How Möbius Transformations Work

A Möbius transformation sends each input point \(z\) to an output point \(w\) by multiplying, adding, and dividing complex numbers:

$$ w = \frac{az + b}{cz + d} $$

The denominator controls one of the most important features of the map. If \(c \ne 0\), there is a finite input value where the denominator becomes zero:

$$ cz + d = 0 $$

Solving for \(z\) gives the pole:

$$ z_0 = -\frac{d}{c} $$

At this point, the finite formula does not produce an ordinary complex number. In the extended complex plane, that point is sent to infinity. If \(c = 0\), the denominator does not depend on \(z\), so there is no finite pole.

The determinant tells whether the formula is genuinely invertible as a Möbius transformation:

$$ \Delta = ad - bc $$

If \(\Delta \ne 0\), the inverse map can be written as:

$$ z = \frac{dw - b}{-cw + a} $$

This inverse formula is useful because it shows that a Möbius transformation can be reversed, except at the corresponding singular points on the extended plane.

Fixed points come from setting the output equal to the input:

$$ \frac{az + b}{cz + d} = z $$

Multiplying both sides by \(cz + d\) gives:

$$ az + b = cz^2 + dz $$

Rearranging gives the fixed-point equation:

$$ cz^2 + (d - a)z - b = 0 $$

When \(c \ne 0\), this is a quadratic equation and may have one repeated finite fixed point or two finite fixed points. When \(c = 0\), the equation becomes linear unless the transformation is the identity. For the identity transformation, every finite point is fixed.


Examples of Möbius Transformations in Practice

Example 1: A Simple Translation

Choose:

$$ a = 1, \quad b = 1, \quad c = 0, \quad d = 1 $$

Then the transformation becomes:

$$ w = \frac{1z + 1}{0z + 1} = z + 1 $$

If \(z = 2 + i\), then:

$$ w = (2 + i) + 1 = 3 + i $$

This moves every point one unit to the right. Since \(c = 0\), there is no finite pole. The determinant is:

$$ ad - bc = (1)(1) - (1)(0) = 1 $$

So the transformation is valid and invertible.


Example 2: Complex Inversion

Choose:

$$ a = 0, \quad b = 1, \quad c = 1, \quad d = 0 $$

Then:

$$ w = \frac{1}{z} $$

For \(z = 2 + i\):

$$ \frac{1}{2+i} = \frac{2-i}{(2+i)(2-i)} = \frac{2-i}{5} $$

So:

$$ w = 0.4 - 0.2i $$

This transformation has a pole at:

$$ z_0 = -\frac{d}{c} = -\frac{0}{1} = 0 $$

Its fixed points satisfy:

$$ \frac{1}{z} = z $$

So:

$$ z^2 = 1 $$

The fixed points are:

$$ z = 1 \quad \text{and} \quad z = -1 $$

Example 3: A Cayley-Type Transformation

A common Möbius transformation is:

$$ w = \frac{z - i}{z + i} $$

This corresponds to:

$$ a = 1, \quad b = -i, \quad c = 1, \quad d = i $$

The determinant is:

$$ ad - bc = (1)(i) - (-i)(1) = 2i $$

Because \(2i \ne 0\), the transformation is valid. Its pole is:

$$ z_0 = -\frac{i}{1} = -i $$

For a real input \(x\), the numerator and denominator have the same distance from the real axis:

$$ |x - i| = |x + i| $$

That means:

$$ \left|\frac{x-i}{x+i}\right| = 1 $$

So real-axis inputs are sent to points on the unit circle. This is one reason Cayley-type transformations are useful for converting between lines and circles.


Example 4: A Non-Invertible Edge Case

Choose:

$$ a = 1, \quad b = 1, \quad c = 1, \quad d = 1 $$

Then:

$$ ad - bc = (1)(1) - (1)(1) = 0 $$

The formula becomes:

$$ w = \frac{z + 1}{z + 1} $$

For every \(z \ne -1\), this simplifies to:

$$ w = 1 $$

This collapses many input points to the same output value. It is not one-to-one, so it is not a valid Möbius transformation. A calculator should reject or warn about this kind of determinant-zero case.


How to Interpret the Result

The formula result shows the current transformation:

$$ w = \frac{az + b}{cz + d} $$

The determinant result tells whether the map is valid and invertible enough to use as a Möbius transformation. A determinant of exactly zero means the formula collapses. A determinant extremely close to zero can also be numerically unstable, even if it is not mathematically zero.

Because multiplying all four coefficients by the same nonzero complex number does not change the transformation, the calculator normalizes the coefficient matrix before numerical analysis. The displayed normalized determinant is used for scale-invariant validity and conditioning checks.

The pole result identifies the finite point where the denominator is zero. If the calculator reports no finite pole, it means \(c\) is exactly zero. Any finite nonzero \(c\), however small, gives the finite pole \(-d/c\).

The fixed-points result lists the finite points where \(w = z\). These are the points that stay in place while other points move around them. For the identity transformation, every finite point is fixed.

The inverse map shows how to solve the transformation backward from \(w\) to \(z\). This is useful for checking algebra, studying symmetry, or understanding how the map can be undone.

The source-plane and transformed-plane views should be read as visual aids. The source panel shows the original sampled geometry, while the transformed panel shows where those sampled points go under the current formula.

If animation is enabled, the motion is an interpolation for visualization. It does not change the final Möbius transformation formula.


Common Mistakes and Misconceptions

A common mistake is treating the real and imaginary controls as separate coefficients. For example, \(a.\text{re}\) and \(a.\text{im}\) are the real and imaginary parts of one complex coefficient \(a\), not two independent coefficients.

Another mistake is ignoring the determinant. The condition \(ad - bc \ne 0\) is not a minor technicality; it is what prevents the map from becoming a constant or non-invertible expression.

It is also easy to expect a finite pole in every case. A finite pole occurs only when \(c \ne 0\). If \(c = 0\), the denominator has no \(z\) term, so the pole is at infinity rather than at a finite complex-plane point.

Rounded output can also be misleading. The calculator uses scientific notation for very small nonzero values so they are not labeled as exact zero, but displayed digits are still finite-precision approximations.

The graph can create another misconception. If a point or curve is not visible, that does not always mean it does not exist mathematically. It may be outside the visible window, clipped because its transformed value is very large, or omitted because it is too close to a singularity.

Finally, animation should not be confused with a different transformation. It is only a display method that helps show the transition from source geometry to transformed geometry.


When to Use Möbius Transformations

Use Möbius transformations when you want to study how complex-plane geometry changes under a fractional linear map.

They are especially useful for:

  • exploring how grids, lines, and circles transform;
  • checking the pole and fixed points of a complex transformation;
  • understanding inversion and Cayley-type maps;
  • studying conformal maps in complex analysis;
  • visualizing how coefficient changes affect geometry;
  • connecting algebraic formulas with geometric behavior.

They are not meant for measurement-unit conversion. The inputs and outputs are dimensionless complex numbers and complex-plane coordinates.


Limitations and Things to Keep in Mind

Möbius transformations are exact mathematical objects, but calculator displays are numerical approximations. Displayed values may be rounded, and very small values may be shown as zero.

The calculator normalizes the coefficient matrix before testing the determinant, so equivalent projective scalings receive the same classification. An extremely small normalized determinant is reported as numerically ill-conditioned; a determinant that collapses to zero at floating-point precision is rejected.

Only finite fixed points are listed. In the extended complex plane, infinity can also play a role, but it may not be reported as a fixed point in the finite fixed-point output.

Graphing has practical limits. A visual graph can show only a finite window of the complex plane, so points outside the visible range are not shown. Values that become extremely large near a pole may be clipped or omitted so the graph remains readable.

When a sampled source curve crosses the finite pole, the transformed curve is deliberately split into separate branches. Each branch is clipped to its own complex-plane panel so a path through infinity is not drawn as a finite connecting segment.

The pole is a mathematical singularity, not a graphing error. If a sampled line crosses close to the pole, the transformed curve may break, shoot away, or disappear from the finite view.

The density setting controls how much source geometry is sampled. Higher density can make curves look smoother, but it does not change the formula. Invalid or poorly chosen density values may produce confusing visuals.

For coursework, proofs, or formal mathematical work, use the calculator as a checking and visualization tool. Always verify important results algebraically.


How to Use This Calculator

  1. Choose a preset transformation or enter the real and imaginary parts of \(a\), \(b\), \(c\), and \(d\).
  2. Select the source geometry: grid, line, or circle.
  3. Adjust the density value to change how many sample lines or points are drawn.
  4. Turn domain coloring on if you want hue markers based on complex argument.
  5. Turn animation on if you want a visual transition from the source geometry to the transformed geometry.
  6. Review the formula, determinant, pole, fixed points, inverse map, fixed-point equation, and singularity information.
  7. Compare the source \(z\)-plane with the transformed \(w\)-plane.
  8. Download the graph if you want to save the current visualization as a PNG image.

Frequently Asked Questions

Is a Möbius transformation the same as a Möbius strip?

No. A Möbius strip is a one-sided surface in geometry and topology. A Möbius transformation is a complex function of the form \(w = (az+b)/(cz+d)\). The names are related historically, but the objects are different.


Why must \(ad - bc\) be nonzero?

The determinant condition prevents the formula from collapsing into a constant or non-invertible map. If \(ad - bc = 0\), the transformation cannot act as a one-to-one Möbius transformation on the extended complex plane.


What does the pole mean?

The pole is the finite input value where \(cz + d = 0\). At that value, the denominator is zero, so the finite formula is undefined. If \(c \ne 0\), the pole is \(z_0 = -d/c\); if \(c = 0\), there is no finite pole.


What are fixed points?

Fixed points are points that do not move under the transformation. They satisfy \(T(z) = z\), which leads to the equation \(cz^2 + (d-a)z - b = 0\). The identity transformation fixes every finite point.


Why do lines and circles often stay recognizable after transformation?

Möbius transformations map generalized circles to generalized circles. That means a line can become a line or a circle, and a circle can become a circle or a line. Near a pole, a curve may appear broken in a finite graph even though the extended-plane geometry is still well structured.


Does the graph show the entire transformation?

No. The graph is a finite visualization of sampled points. Points outside the visible window, values near a singularity, and very large transformed values may not appear. Use the algebraic outputs along with the graph.


Is the inverse map always available?

For a valid Möbius transformation with \(ad - bc \ne 0\), there is an inverse Möbius transformation. Numerically, however, values near singularities or near a zero determinant can be unstable, so the displayed result should be interpreted with the calculator’s rounding and tolerance in mind.


Sources and References

Books and Open Textbooks

  1. Lars V. Ahlfors. Complex Analysis: An Introduction to the Theory of Analytic Functions of One Complex Variable. 3rd ed., McGraw-Hill, 1979. Chapter 3, “Analytic Functions as Mappings,” Section 3, “Linear Transformations.” ISBN: 978-0070006577.
  2. James Ward Brown and Ruel V. Churchill. Complex Variables and Applications. 8th ed., McGraw-Hill Education, 2009. Sections on complex mappings, conformal mapping, and linear fractional transformations. ISBN: 978-0073051949.
  3. Michael P. Hitchman. Geometry with an Introduction to Cosmic Topology. “3.4: Möbius Transformations.” Mathematics LibreTexts, accessed July 4, 2026. https://math.libretexts.org/Bookshelves/Geometry/GeometrywithanIntroductiontoCosmicTopology%28Hitchman%29/03%3ATransformations/3.04%3AMobiusTransformations
  4. Juan Carlos Ponce Campuzano. Complex Analysis: A Visual and Interactive Introduction. 2019. “Linear Fractional Transformations” and “Conformal Mapping,” accessed July 4, 2026. https://complex-analysis.com/content/linearfractionaltransformations.html and https://complex-analysis.com/content/conformal_mapping.html

Online and Educational Sources

  1. Juan Carlos Ponce Campuzano. “Complex Analysis: A Visual and Interactive Introduction.” Project page and online book description, accessed July 4, 2026. https://complex-analysis.com/
  2. Juan Carlos Ponce Campuzano. “Books.” Author bibliography page, accessed July 4, 2026. https://www.jcponce.com/p/books.html