Iteration Formula
Instructions
- Scroll/Pinch: Zoom in/out
- Drag: Pan view
- Touch gestures supported
- Keyboard: Arrow keys to pan, +/- to zoom, R to reset
Explore the periodicity and spiral structures of complex exponential mapping fractals
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 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.
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'.
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.
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.