zaro

What is the inverse Mandelbrot formula?

Published in Fractal Geometry 3 mins read

The inverse Mandelbrot formula is typically given by the iterative equation $z_{n+1} = z_n^2 + \frac{1}{c}$, where $z$ and $c$ are complex numbers. This formula defines the set of all complex numbers $c$ for which the sequence generated by iterating this equation (starting with $z_0 = 0$) remains bounded.

Understanding the Inverse Mandelbrot Set

The Inverse Mandelbrot Set is a fascinating fractal derived from a variation of the classic Mandelbrot Set equation. While the standard Mandelbrot Set is defined by $z_{n+1} = z_n^2 + c$, the inverse version introduces a key modification by using the reciprocal of the complex parameter $c$.

The Iteration Process

To generate the Inverse Mandelbrot Set, the following steps are performed for each point $c$ in the complex plane:

  1. Initialize: Set the starting value $z_0 = 0$.
  2. Iterate: Repeatedly apply the formula $z_{n+1} = z_n^2 + \frac{1}{c}$ for increasing values of $n$ (e.g., $n=0, 1, 2, \dots$).
  3. Check for Boundedness: Observe whether the magnitude of $z_n$ remains within a finite limit (e.g., less than 2) as $n$ approaches infinity.
    • If the sequence of $z_n$ values remains bounded, the point $c$ belongs to the Inverse Mandelbrot Set.
    • If the sequence escapes (its magnitude grows indefinitely), the point $c$ is outside the set.

Connection to the Standard Mandelbrot

The inverse Mandelbrot is intimately related to the standard Mandelbrot Set. It is essentially equivalent to mapping the standard Mandelbrot Set to the inverse complex plane. This means that if a point $c$ is in the standard Mandelbrot Set, then its inverse $1/c$ will be in the Inverse Mandelbrot Set. This relationship highlights a deep mathematical symmetry within complex dynamics.

Visual Characteristics

The visual appearance of the Inverse Mandelbrot Set shares many similarities with its standard counterpart, yet it possesses unique features:

  • Initial Teardrop Shape: When viewed from a distance, the Inverse Mandelbrot Set often presents an initial "teardrop" or "bullet" shape, distinct from the main cardioid of the standard set.
  • Self-Similarity: Like all fractals, it exhibits self-similarity, meaning that infinitely intricate patterns repeat at different scales as one zooms deeper into the set.
  • Mandelbrot-like Features: Upon deeper magnification, the intricate details and "mini-Mandelbrots" that characterize the normal Mandelbrot Set emerge, demonstrating the profound underlying connection between the two.

Inverse vs. Standard Mandelbrot Formula

Here's a quick comparison of the two formulas:

Feature Standard Mandelbrot Set Inverse Mandelbrot Set
Iterative Formula $z_{n+1} = z_n^2 + c$ $z_{n+1} = z_n^2 + \frac{1}{c}$
Initial Value $z_0 = 0$ $z_0 = 0$
Parameter $c$ (a complex constant) $c$ (a complex constant, typically non-zero)
Relationship to Other Basis for many Julia sets Mapping of the standard Mandelbrot
Primary Shape Main cardioid with bulb-like attachments Teardrop-like at outer levels

Both the standard and inverse Mandelbrot sets are prime examples of fractals derived from simple iterative equations in the complex plane, revealing astonishing complexity and beauty through their recursive nature.