Complex Exponential Mapping - Complex Plane Iterative Fractal

Explore the periodicity and spiral structures of complex exponential mapping fractals

Center: 0, 0 | Zoom: 1x | Mouse: 0, 0
Rendering...

Iteration Formula

zn+1 = ezn + c
ex+iy = ex(cos y + i sin y)
Escape Condition: |zn| > R
Periodicity: ez+2πi = ez

Instructions

  • Scroll/Pinch: Zoom in/out
  • Drag: Pan view
  • Touch gestures supported
  • Keyboard: Arrow keys to pan, +/- to zoom, R to reset

What is Complex Exponential Mapping?

Complex exponential mapping is a famous complex iterative fractal, similar to the Mandelbrot set but using the exponential function e^z instead of the power function z². For a complex number z = x + iy, the exponential function is defined as: e^(x+iy) = e^x (cos y + i sin y). This fractal is generated by the iteration formula z_{n+1} = e^{z_n} + c.

Euler's Formula

Euler's formula e^(iy) = cos y + i sin y is the core of the complex exponential function. It connects exponential functions with trigonometric functions, causing complex exponentials to exhibit periodic behavior along the imaginary axis. When the real part x is fixed, as the imaginary part y varies, e^(x+iy) traces a circle of radius e^x in the complex plane.

Periodicity Features

The most significant feature of complex exponential mapping is its periodicity: e^(z+2πi) = e^z. This means that along the imaginary axis, the function values repeat exactly every 2π distance. In the fractal, this manifests as beautiful periodic spiral patterns that extend infinitely in the y-direction, creating structures resembling 'combs' or 'spiral galaxies'.

Escape Behavior

Unlike the Mandelbrot set, complex exponential mapping has very fast escape speeds. When the real part x is sufficiently large, e^x grows rapidly, causing the iteration values to diverge quickly. Therefore, this fractal is bounded in the positive real direction but produces complex spiral structures in the negative real direction and along the imaginary axis.

Comparison with Mandelbrot Set

Applications

Exploration Tips

Try exploring at different imaginary axis positions to observe the periodically repeating patterns. The choice of parameter c significantly affects the fractal's shape. When c = 0, you can see the purest periodic spiral structures. Explore in the negative real direction to see complex fractal details. Increasing the escape radius captures more details but increases computation time.