The Multibrot set is the family of points c in the complex plane for which the forward orbit of 0 under the polynomial map z ↦ z^d + c remains bounded. It generalizes the classical Mandelbrot set (the case d = 2) by allowing the exponent d to be any integer greater than 1. Each choice of d produces a distinct connected set of parameter values whose boundary typically exhibits intricate fractal structure.
Definition and basic properties
Fix an integer d > 1 and define the iteration z_{n+1} = z_n^d + c with z_0 = 0. The Multibrot set of degree d is the set of complex numbers c for which the sequence (z_n) does not tend to infinity. Equivalently, it is the connectedness locus for the family of polynomials z^d + c: when c lies inside the Multibrot set, the corresponding filled Julia set is connected; when c lies outside, the Julia set is disconnected (often a Cantor set).
Characteristics and symmetries
Multibrot sets share many features with the Mandelbrot set: they contain a main central component of parameters with an attracting fixed point and a hierarchy of smaller "bulbs" corresponding to attracting cycles. Algebraic conjugacies imply rotational symmetry: the Multibrot set for exponent d is invariant under multiplication of c by any (d−1)st root of unity, so it has rotational symmetry of order d−1. In addition, because coefficients are real, the parameter plane also has reflection symmetry under complex conjugation.
Relation to Julia sets and dynamics
The Multibrot set organizes the dynamics of the maps z^d + c. For c in the set, critical orbit behavior is bounded and the filled Julia set of the map is connected; crossing the boundary typically produces bifurcations such as the creation or destruction of attracting cycles. This connection makes Multibrot sets a central object in one-dimensional complex dynamics and in the study of stability and structural changes of polynomial maps.
Visualization and computation
In practice, the Multibrot set is visualized by iterating z ↦ z^d + c on a grid of c-values and coloring points by whether the orbit escapes and by how quickly it does so (escape-time coloring). There are many refinements in rendering, including distance estimation and orbit trapping, which reveal fine boundary detail. For introductions and software tools see introductory resource, visualization tools, and implementations at code repositories.
History, variants and applications
The name "Multibrot" arose among fractal researchers to describe these higher-degree analogues of the Mandelbrot set. Mathematicians developed the rigorous foundations of polynomial parameter spaces and Julia sets in the late 20th century; later work explored parameter-plane structure for many degrees and families. Variants include maps with non-integer powers, iterated rational maps, and renderings such as the Buddhabrot or Nebulabrot that visualize orbit distributions rather than parameter membership. For further reading and mathematical background see background material and advanced references.
- Typical examples: d = 2 (Mandelbrot), d = 3 (cubic Multibrot), d = 4, etc.
- Common uses: research in complex dynamics, teaching, and fractal art.
- Computational note: rendering requires a practical escape radius and a cutoff number of iterations; these choices affect accuracy and appearance.