Mandelbrot set
Template:Short description Template:More citations needed Template:Use dmy dates
The Mandelbrot set (Template:IPAc-en)<ref>Template:Cite encyclopedia</ref><ref>Template:Cite Merriam-Webster</ref> is a two-dimensional set that is defined in the complex plane as the complex numbers <math>c</math> for which the function <math>f_c(z)=z^2+c</math> does not diverge to infinity when iterated starting at <math>z=0</math>, i.e., for which the sequence <math>f_c(0)</math>, <math>f_c(f_c(0))</math>, etc., remains bounded in absolute value.<ref>Template:Cite book</ref>
This set was first defined and drawn by Robert W. Brooks and Peter Matelski in 1978, as part of a study of Kleinian groups.<ref name=":0" /> Afterwards, in 1980, Benoit Mandelbrot obtained high-quality visualizations of the set while working at IBM's Thomas J. Watson Research Center in Yorktown Heights, New York.<ref>Template:Cite book</ref>
Images of the Mandelbrot set exhibit an infinitely complicated boundary that reveals progressively ever-finer recursive detail at increasing magnifications;<ref>Template:Cite book</ref><ref>Template:Cite book</ref> mathematically, the boundary of the Mandelbrot set is a fractal curve.<ref>Template:Cite book</ref> The "style" of this recursive detail depends on the region of the set boundary being examined.<ref>Template:Cite book</ref> Mandelbrot set images may be created by sampling the complex numbers and testing, for each sample point <math>c</math>, whether the sequence <math>f_c(0), f_c(f_c(0)),\dotsc</math> goes to infinity.<ref name=":4">Template:Cite book</ref>Template:Close paraphrasing inline Treating the real and imaginary parts of <math>c</math> as image coordinates on the complex plane, pixels may then be colored according to how soon the sequence <math>|f_c(0)|, |f_c(f_c(0))|,\dotsc</math> crosses an arbitrarily chosen threshold (the threshold must be at least 2, as −2 is the complex number with the largest magnitude within the set, but otherwise the threshold is arbitrary).<ref name=":4" />Template:Close paraphrasing inline If <math>c</math> is held constant and the initial value of <math>z</math> is varied instead, the corresponding Julia set for the point <math>c</math> is obtained.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The Mandelbrot set is well-known,<ref>Template:Cite book</ref> even outside mathematics,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> for how it exhibits complex fractal structures when visualized and magnified, despite having a relatively simple definition.<ref>Template:Cite book</ref><ref>Template:Cite book</ref><ref>Template:Cite book</ref>
HistoryEdit
The Mandelbrot set has its origin in complex dynamics, a field first investigated by the French mathematicians Pierre Fatou and Gaston Julia at the beginning of the 20th century. The fractal was first defined and drawn in 1978 by Robert W. Brooks and Peter Matelski as part of a study of Kleinian groups.<ref name=":0">Robert Brooks and Peter Matelski, The dynamics of 2-generator subgroups of PSL(2,C), in Template:Cite book</ref> On 1 March 1980, at IBM's Thomas J. Watson Research Center in Yorktown Heights, New York, Benoit Mandelbrot first visualized the set.<ref name="bf">Template:Cite journal</ref>
Mandelbrot studied the parameter space of quadratic polynomials in an article that appeared in 1980.<ref>Template:Cite journal</ref> The mathematical study of the Mandelbrot set really began with work by the mathematicians Adrien Douady and John H. Hubbard (1985),<ref name="John H. Hubbard 1985">Adrien Douady and John H. Hubbard, Etude dynamique des polynômes complexes, Prépublications mathémathiques d'Orsay 2/4 (1984 / 1985)</ref> who established many of its fundamental properties and named the set in honor of Mandelbrot for his influential work in fractal geometry.
The mathematicians Heinz-Otto Peitgen and Peter Richter became well known for promoting the set with photographs, books (1986),<ref>Template:Cite book</ref> and an internationally touring exhibit of the German Goethe-Institut (1985).<ref>Frontiers of Chaos, Exhibition of the Goethe-Institut by H.O. Peitgen, P. Richter, H. Jürgens, M. Prüfer, D.Saupe. Since 1985 shown in over 40 countries.</ref><ref>Template:Cite book</ref>
The cover article of the August 1985 Scientific American introduced the algorithm for computing the Mandelbrot set. The cover was created by Peitgen, Richter and Saupe at the University of Bremen.<ref>Template:Cite journal</ref> The Mandelbrot set became prominent in the mid-1980s as a computer-graphics demo, when personal computers became powerful enough to plot and display the set in high resolution.<ref>Template:Cite magazine</ref>
The work of Douady and Hubbard occurred during an increase in interest in complex dynamics and abstract mathematics,<ref name=rees>Template:Cite journal</ref> and the topological and geometric study of the Mandelbrot set remains a key topic in the field of complex dynamics.<ref>Template:Cite book</ref>
Formal definitionEdit
The Mandelbrot set is the uncountable set of values of c in the complex plane for which the orbit of the critical point <math display="inline">z = 0</math> under iteration of the quadratic map
- <math>z \mapsto z^2 + c</math> <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
remains bounded.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Thus, a complex number c is a member of the Mandelbrot set if, when starting with <math>z_0 = 0</math> and applying the iteration repeatedly, the absolute value of <math>z_n</math> remains bounded for all <math>n > 0</math>.
For example, for c = 1, the sequence is 0, 1, 2, 5, 26, ..., which tends to infinity, so 1 is not an element of the Mandelbrot set. On the other hand, for <math>c=-1</math>, the sequence is 0, −1, 0, −1, 0, ..., which is bounded, so −1 does belong to the set.
The Mandelbrot set can also be defined as the connectedness locus of the family of quadratic polynomials <math>f(z) = z^2 + c</math>, the subset of the space of parameters <math>c</math> for which the Julia set of the corresponding polynomial forms a connected set.<ref>Template:Citation</ref> In the same way, the boundary of the Mandelbrot set can be defined as the bifurcation locus of this quadratic family, the subset of parameters near which the dynamic behavior of the polynomial (when it is iterated repeatedly) changes drastically.
Basic propertiesEdit
The Mandelbrot set is a compact set, since it is closed and contained in the closed disk of radius 2 centred on zero. A point <math>c</math> belongs to the Mandelbrot set if and only if <math>|z_n|\leq 2</math> for all <math>n\geq 0</math>. In other words, the absolute value of <math>z_n</math> must remain at or below 2 for <math>c</math> to be in the Mandelbrot set, <math>M</math>, and if that absolute value exceeds 2, the sequence will escape to infinity. Since <math>c=z_1</math>, it follows that <math>|c|\leq 2</math>, establishing that <math>c</math> will always be in the closed disk of radius 2 around the origin.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The intersection of <math>M</math> with the real axis is the interval <math>\left[-2,\frac{1}{4}\right]</math>. The parameters along this interval can be put in one-to-one correspondence with those of the real logistic family,
- <math>x_{n+1} = r x_n(1-x_n),\quad r\in[1,4].</math>
The correspondence is given by
- <math>r = 1+\sqrt{1- 4 c},
\quad c = \frac{r}{2}\left(1-\frac{r}{2}\right), \quad z_n = r\left(\frac{1}{2} - x_n\right).</math>
This gives a correspondence between the entire parameter space of the logistic family and that of the Mandelbrot set.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Douady and Hubbard showed that the Mandelbrot set is connected. They constructed an explicit conformal isomorphism between the complement of the Mandelbrot set and the complement of the closed unit disk. Mandelbrot had originally conjectured that the Mandelbrot set is disconnected. This conjecture was based on computer pictures generated by programs that are unable to detect the thin filaments connecting different parts of <math>M</math>. Upon further experiments, he revised his conjecture, deciding that <math>M</math> should be connected. A topological proof of the connectedness was discovered in 2001 by Jeremy Kahn.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The dynamical formula for the uniformisation of the complement of the Mandelbrot set, arising from Douady and Hubbard's proof of the connectedness of <math>M</math>, gives rise to external rays of the Mandelbrot set. These rays can be used to study the Mandelbrot set in combinatorial terms and form the backbone of the Yoccoz parapuzzle.<ref>The Mandelbrot set, theme and variations. Tan, Lei. Cambridge University Press, 2000. Template:Isbn. Section 2.1, "Yoccoz para-puzzles", p. 121</ref>
The boundary of the Mandelbrot set is the bifurcation locus of the family of quadratic polynomials. In other words, the boundary of the Mandelbrot set is the set of all parameters <math>c</math> for which the dynamics of the quadratic map <math>z_n=z_{n-1}^2+c</math> exhibits sensitive dependence on <math>c,</math> i.e. changes abruptly under arbitrarily small changes of <math>c.</math> It can be constructed as the limit set of a sequence of plane algebraic curves, the Mandelbrot curves, of the general type known as polynomial lemniscates. The Mandelbrot curves are defined by setting <math>p_0=z,\ p_{n+1}=p_n^2+z</math>, and then interpreting the set of points <math>|p_n(z)| = 2</math> in the complex plane as a curve in the real Cartesian plane of degree <math>2^{n+1}</math>in x and y.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Each curve <math>n > 0</math> is the mapping of an initial circle of radius 2 under <math>p_n</math>. These algebraic curves appear in images of the Mandelbrot set computed using the "escape time algorithm" mentioned below.
Other propertiesEdit
Main cardioid and period bulbsEdit
The main cardioid is the period 1 continent.<ref>Template:Cite book</ref> It is the region of parameters <math>c</math> for which the map <math>f_c(z) = z^2 + c</math> has an attracting fixed point.<ref>Template:Cite book</ref> It consists of all parameters of the form <math> c(\mu) := \frac\mu2\left(1-\frac\mu2\right)</math> for some <math>\mu</math> in the open unit disk.<ref name=":5">Template:Cite book</ref>Template:Close paraphrasing inline
To the left of the main cardioid, attached to it at the point <math>c=-3/4</math>, a circular bulb, the period-2 bulb is visible.<ref name=":5" />Template:Close paraphrasing inline The bulb consists of <math>c</math> for which <math>f_c</math> has an attracting cycle of period 2. It is the filled circle of radius 1/4 centered around −1.<ref name=":5" />Template:Close paraphrasing inline
More generally, for every positive integer <math>q>2</math>, there are <math>\phi(q)</math> circular bulbs tangent to the main cardioid called period-q bulbs (where <math>\phi</math> denotes the Euler phi function), which consist of parameters <math>c</math> for which <math>f_c</math> has an attracting cycle of period <math>q</math>.Template:Citation needed More specifically, for each primitive <math>q</math>th root of unity <math>r=e^{2\pi i\frac{p}{q}}</math> (where <math>0<\frac{p}{q}<1</math>), there is one period-q bulb called the <math>\frac{p}{q}</math> bulb, which is tangent to the main cardioid at the parameter <math> c_{\frac{p}{q}} := c(r) = \frac{r}2\left(1-\frac{r}2\right),</math> and which contains parameters with <math>q</math>-cycles having combinatorial rotation number <math>\frac{p}{q}</math>.<ref>Template:Cite book</ref> More precisely, the <math>q</math> periodic Fatou components containing the attracting cycle all touch at a common point (commonly called the <math>\alpha</math>-fixed point). If we label these components <math>U_0,\dots,U_{q-1}</math> in counterclockwise orientation, then <math>f_c</math> maps the component <math>U_j</math> to the component <math>U_{j+p\,(\operatorname{mod} q)}</math>.<ref name=":5" />Template:Close paraphrasing inline
The change of behavior occurring at <math>c_{\frac{p}{q}}</math> is known as a bifurcation: the attracting fixed point "collides" with a repelling period-q cycle. As we pass through the bifurcation parameter into the <math>\tfrac{p}{q}</math>-bulb, the attracting fixed point turns into a repelling fixed point (the <math>\alpha</math>-fixed point), and the period-q cycle becomes attracting.<ref name=":5" />Template:Close paraphrasing inline
Hyperbolic componentsEdit
Bulbs that are interior components of the Mandelbrot set in which the maps <math>f_c</math> have an attracting periodic cycle are called hyperbolic components.<ref>Template:Cite thesis</ref>
It is conjectured that these are the only interior regions of <math>M</math> and that they are dense in <math>M</math>. This problem, known as density of hyperbolicity, is one of the most important open problems in complex dynamics.<ref>Template:Cite arXiv</ref> Hypothetical non-hyperbolic components of the Mandelbrot set are often referred to as "queer" or ghost components.<ref>Template:Cite book</ref><ref>Template:Cite thesis</ref> For real quadratic polynomials, this question was proved in the 1990s independently by Lyubich and by Graczyk and Świątek. (Note that hyperbolic components intersecting the real axis correspond exactly to periodic windows in the Feigenbaum diagram. So this result states that such windows exist near every parameter in the diagram.)
Not every hyperbolic component can be reached by a sequence of direct bifurcations from the main cardioid of the Mandelbrot set. Such a component can be reached by a sequence of direct bifurcations from the main cardioid of a little Mandelbrot copy (see below).
Each of the hyperbolic components has a center, which is a point c such that the inner Fatou domain for <math>f_c(z)</math> has a super-attracting cycle—that is, that the attraction is infinite. This means that the cycle contains the critical point 0, so that 0 is iterated back to itself after some iterations. Therefore, <math>f_c^n(0) = 0</math> for some n. If we call this polynomial <math>Q^{n}(c)</math> (letting it depend on c instead of z), we have that <math>Q^{n+1}(c) = Q^{n}(c)^{2} + c</math> and that the degree of <math>Q^{n}(c)</math> is <math>2^{n-1}</math>. Therefore, constructing the centers of the hyperbolic components is possible by successively solving the equations <math>Q^{n}(c) = 0, n = 1, 2, 3, ...</math>.Template:Citation needed The number of new centers produced in each step is given by Sloane's Template:Oeis.
Local connectivityEdit
It is conjectured that the Mandelbrot set is locally connected. This conjecture is known as MLC (for Mandelbrot locally connected). By the work of Adrien Douady and John H. Hubbard, this conjecture would result in a simple abstract "pinched disk" model of the Mandelbrot set. In particular, it would imply the important hyperbolicity conjecture mentioned above.Template:Citation needed
The work of Jean-Christophe Yoccoz established local connectivity of the Mandelbrot set at all finitely renormalizable parameters; that is, roughly speaking those contained only in finitely many small Mandelbrot copies.<ref name="yoccoz">Template:Cite book. Hubbard cites as his source a 1989 unpublished manuscript of Yoccoz.</ref> Since then, local connectivity has been proved at many other points of <math>M</math>, but the full conjecture is still open.
Self-similarityEdit
The Mandelbrot set is self-similar under magnification in the neighborhoods of the Misiurewicz points. It is also conjectured to be self-similar around generalized Feigenbaum points (e.g., −1.401155 or −0.1528 + 1.0397i), in the sense of converging to a limit set.<ref>Template:Cite journal</ref><ref>Template:Cite book)</ref> The Mandelbrot set in general is quasi-self-similar, as small slightly different versions of itself can be found at arbitrarily small scales. These copies of the Mandelbrot set are all slightly different, mostly because of the thin threads connecting them to the main body of the set.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Further resultsEdit
The Hausdorff dimension of the boundary of the Mandelbrot set equals 2 as determined by a result of Mitsuhiro Shishikura.<ref name="shishikura"/> The fact that this is greater by a whole integer than its topological dimension, which is 1, reflects the extreme fractal nature of the Mandelbrot set boundary. Roughly speaking, Shishikura's result states that the Mandelbrot set boundary is so "wiggly" that it locally fills space as efficiently as a two-dimensional planar region. Curves with Hausdorff dimension 2, despite being (topologically) 1-dimensional, are oftentimes capable of having nonzero area (more formally, a nonzero planar Lebesgue measure). Whether this is the case for the Mandelbrot set boundary is an unsolved problem.Template:Citation needed
It has been shown that the generalized Mandelbrot set in higher-dimensional hypercomplex number spaces (i.e. when the power <math>\alpha</math> of the iterated variable <math>z</math> tends to infinity) is convergent to the unit (<math>\alpha</math>−1)-sphere.<ref>Template:Cite journal</ref>
In the Blum–Shub–Smale model of real computation, the Mandelbrot set is not computable, but its complement is computably enumerable. Many simple objects (e.g., the graph of exponentiation) are also not computable in the BSS model. At present, it is unknown whether the Mandelbrot set is computable in models of real computation based on computable analysis, which correspond more closely to the intuitive notion of "plotting the set by a computer". Hertling has shown that the Mandelbrot set is computable in this model if the hyperbolicity conjecture is true.Template:Citation needed
Relationship with Julia setsEdit
As a consequence of the definition of the Mandelbrot set, there is a close correspondence between the geometry of the Mandelbrot set at a given point and the structure of the corresponding Julia set. For instance, a value of c belongs to the Mandelbrot set if and only if the corresponding Julia set is connected. Thus, the Mandelbrot set may be seen as a map of the connected Julia sets.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>Template:Better source needed
This principle is exploited in virtually all deep results on the Mandelbrot set. For example, Shishikura proved that, for a dense set of parameters in the boundary of the Mandelbrot set, the Julia set has Hausdorff dimension two, and then transfers this information to the parameter plane.<ref name="shishikura">Template:Cite journal.</ref> Similarly, Yoccoz first proved the local connectivity of Julia sets, before establishing it for the Mandelbrot set at the corresponding parameters.<ref name="yoccoz"/>
GeometryEdit
For every rational number <math>\tfrac{p}{q}</math>, where p and q are coprime, a hyperbolic component of period q bifurcates from the main cardioid at a point on the edge of the cardioid corresponding to an internal angle of <math>\tfrac{2\pi p}{q}</math>.<ref name="guild">{{#invoke:citation/CS1|citation |CitationClass=web }}Template:Cbignore</ref> The part of the Mandelbrot set connected to the main cardioid at this bifurcation point is called the p/q-limb. Computer experiments suggest that the diameter of the limb tends to zero like <math>\tfrac{1}{q^2}</math>. The best current estimate known is the Yoccoz-inequality, which states that the size tends to zero like <math>\tfrac{1}{q}</math>.Template:Citation needed
A period-q limb will have <math>q-1</math> "antennae" at the top of its limb. The period of a given bulb is determined by counting these antennas. The numerator of the rotation number, p, is found by numbering each antenna counterclockwise from the limb from 1 to <math>q-1</math> and finding which antenna is the shortest.<ref name="guild" />
Pi in the Mandelbrot setEdit
There are intriguing experiments in the Mandelbrot set that lead to the occurrence of the number <math>\pi</math>. For a parameter <math>c = -\tfrac{3}{4}+ i\varepsilon</math> with <math>\varepsilon>0</math>, verifying that <math>c</math> is not in the Mandelbrot set means iterating the sequence <math>z \mapsto z^2 + c</math> starting with <math>z=0</math>, until the sequence leaves the disk around <math>0</math> of any radius <math>R>2</math>. This is motivated by the (still open) question whether the vertical line at real part <math>-3/4</math> intersects the Mandelbrot set at points away from the real line. It turns out that the necessary number of iterations, multiplied by <math>\varepsilon</math>, converges to pi. For example, for <math>\varepsilon</math> = 0.0000001, and <math>R=2</math>, the number of iterations is 31415928 and the product is 3.1415928.<ref>Template:Cite book</ref> This experiment was performed independently by many people in the early 1990s, if not before; for instance by David Boll.
Analogous observations have also been made at the parameters <math>c=-5/4</math> and <math>c=1/4</math> (with a necessary modification in the latter case). In 2001, Aaron Klebanoff published a (non-conceptual) proof for this phenomenon at <math>c=1/4</math><ref>Template:Cite journal</ref>
In 2023, Paul Siewert developed, in his Bachelor thesis, a conceptual proof also for the value <math>c=1/4</math>, explaining why the number pi occurs (geometrically as half the circumference of the unit circle).<ref>Paul Siewert, Pi in the Mandelbrot set. Bachelor Thesis, Universität Göttingen, 2023</ref>
In 2025, the three high school students Thies Brockmöller, Oscar Scherz, and Nedim Srkalovic extended the theory and the conceptual proof to all the infinitely bifurcation points in the Mandelbrot set.<ref>Template:Cite arXiv</ref>
Fibonacci sequence in the Mandelbrot setEdit
The Mandelbrot Set features a fundamental cardioid shape adorned with numerous bulbs directly attached to it.<ref name=":1">Template:Cite journal</ref> Understanding the arrangement of these bulbs requires a detailed examination of the Mandelbrot Set's boundary. As one zooms into specific portions with a geometric perspective, precise deducible information about the location within the boundary and the corresponding dynamical behavior for parameters drawn from associated bulbs emerges.<ref name=":2">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The iteration of the quadratic polynomial <math>f_c(z) = z^2 + c</math>, where <math>c</math> is a parameter drawn from one of the bulbs attached to the main cardioid within the Mandelbrot Set, gives rise to maps featuring attracting cycles of a specified period <math>q</math> and a rotation number <math>p/q</math>. In this context, the attracting cycle of exhibits rotational motion around a central fixed point, completing an average of <math>p/q</math> revolutions at each iteration.<ref name=":2" /><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The bulbs within the Mandelbrot Set are distinguishable by both their attracting cycles and the geometric features of their structure. Each bulb is characterized by an antenna attached to it, emanating from a junction point and displaying a certain number of spokes indicative of its period. For instance, the <math>2/5</math> bulb is identified by its attracting cycle with a rotation number of <math>2/5</math>. Its distinctive antenna-like structure comprises a junction point from which five spokes emanate. Among these spokes, called the principal spoke is directly attached to the <math>2/5</math> bulb, and the 'smallest' non-principal spoke is positioned approximately <math>2/5</math> of a turn counterclockwise from the principal spoke, providing a distinctive identification as a <math>2/5</math>-bulb.<ref name=":3">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> This raises the question: how does one discern which among these spokes is the 'smallest'?<ref name=":1" /><ref name=":3" /> In the theory of external rays developed by Douady and Hubbard,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> there are precisely two external rays landing at the root point of a satellite hyperbolic component of the Mandelbrot Set. Each of these rays possesses an external angle that undergoes doubling under the angle doubling map <math>\theta\mapsto</math> <math>2\theta</math>. According to this theorem, when two rays land at the same point, no other rays between them can intersect. Thus, the 'size' of this region is measured by determining the length of the arc between the two angles.<ref name=":2" />
If the root point of the main cardioid is the cusp at <math>c=1/4</math>, then the main cardioid is the <math>0/1</math>-bulb. The root point of any other bulb is just the point where this bulb is attached to the main cardioid. This prompts the inquiry: which is the largest bulb between the root points of the <math>0/1</math> and <math>1/2</math>-bulbs? It is clearly the <math>1/3</math>-bulb. And note that <math>1/3</math> is obtained from the previous two fractions by Farey addition, i.e., adding the numerators and adding the denominators
<math>\frac{0}{1}</math> <math>\oplus</math> <math>\frac{1}{2}</math><math>=</math><math>\frac{1}{3}</math>
Similarly, the largest bulb between the <math>1/3</math> and <math>1/2</math>-bulbs is the <math>2/5</math>-bulb, again given by Farey addition.
<math>\frac{1}{3}</math> <math>\oplus</math> <math>\frac{1}{2}</math><math>=</math><math>\frac{2}{5}</math>
The largest bulb between the <math>2/5</math> and <math>1/2</math>-bulb is the <math>3/7</math>-bulb, while the largest bulb between the <math>2/5</math> and <math>1/3</math>-bulbs is the <math>3/8</math>-bulb, and so on.<ref name=":2" /><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The arrangement of bulbs within the Mandelbrot set follows a remarkable pattern governed by the Farey tree, a structure encompassing all rationals between <math>0</math> and <math>1</math>. This ordering positions the bulbs along the boundary of the main cardioid precisely according to the rational numbers in the unit interval.<ref name=":3" />
Starting with the <math>1/3</math> bulb at the top and progressing towards the <math>1/2</math> circle, the sequence unfolds systematically: the largest bulb between <math>1/2</math> and <math>1/3</math> is <math>2/5</math>, between <math>1/3</math> and <math>2/5</math> is <math>3/8</math>, and so forth.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Intriguingly, the denominators of the periods of circular bulbs at sequential scales in the Mandelbrot Set conform to the Fibonacci number sequence, the sequence that is made by adding the previous two terms – 1, 2, 3, 5, 8, 13, 21...<ref>Template:Cite journal</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The Fibonacci sequence manifests in the number of spiral arms at a unique spot on the Mandelbrot set, mirrored both at the top and bottom. This distinctive location demands the highest number of iterations of for a detailed fractal visual, with intricate details repeating as one zooms in.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Image gallery of a zoom sequenceEdit
The boundary of the Mandelbrot set shows more intricate detail the closer one looks or magnifies the image. The following is an example of an image sequence zooming to a selected c value.
The magnification of the last image relative to the first one is about 1010 to 1. Relating to an ordinary computer monitor, it represents a section of a Mandelbrot set with a diameter of 4 million kilometers.
- Mandel zoom 00 mandelbrot set.jpg
Start. Mandelbrot set with continuously colored environment.
- Mandel zoom 01 head and shoulder.jpg
Gap between the "head" and the "body", also called the "seahorse valley"<ref name=":7">Template:Cite book</ref>
- Mandel zoom 02 seehorse valley.jpg
Double-spirals on the left, "seahorses" on the right
- Mandel zoom 03 seehorse.jpg
"Seahorse" upside down
The seahorse "body" is composed by 25 "spokes" consisting of two groups of 12 "spokes"<ref>Template:Cite book</ref> each and one "spoke" connecting to the main cardioid. These two groups can be attributed by some metamorphosis to the two "fingers" of the "upper hand" of the Mandelbrot set; therefore, the number of "spokes" increases from one "seahorse" to the next by 2; the "hub" is a Misiurewicz point. Between the "upper part of the body" and the "tail", there is a distorted copy of the Mandelbrot set, called a "satellite".
- Mandel zoom 04 seehorse tail.jpg
The central endpoint of the "seahorse tail" is also a Misiurewicz point.
- Mandel zoom 05 tail part.jpg
Part of the "tail" – there is only one path consisting of the thin structures that lead through the whole "tail". This zigzag path passes the "hubs" of the large objects with 25 "spokes" at the inner and outer border of the "tail"; thus the Mandelbrot set is a simply connected set, which means there are no islands and no loop roads around a hole.
- Mandel zoom 06 double hook.jpg
Satellite. The two "seahorse tails" (also called dendritic structures)<ref>Template:Cite book</ref> are the beginning of a series of concentric crowns with the satellite in the center.
- Mandel zoom 07 satellite.jpg
Each of these crowns consists of similar "seahorse tails"; their number increases with powers of 2, a typical phenomenon in the environment of satellites. The unique path to the spiral center passes the satellite from the groove of the cardioid to the top of the "antenna" on the "head".
- Mandel zoom 08 satellite antenna.jpg
"Antenna" of the satellite. There are several satellites of second order.
- Mandel zoom 09 satellite head and shoulder.jpg
The "seahorse valley"<ref name=":7" /> of the satellite. All the structures from the start reappear.
- Mandel zoom 10 satellite seehorse valley.jpg
Double-spirals and "seahorses" – unlike the second image from the start, they have appendices consisting of structures like "seahorse tails"; this demonstrates the typical linking of n + 1 different structures in the environment of satellites of the order n, here for the simplest case n = 1.
- Mandel zoom 11 satellite double spiral.jpg
Double-spirals with satellites of second order – analogously to the "seahorses", the double-spirals may be interpreted as a metamorphosis of the "antenna".
- Mandel zoom 12 satellite spirally wheel with julia islands.jpg
In the outer part of the appendices, islands of structures may be recognized; they have a shape like Julia sets Jc; the largest of them may be found in the center of the "double-hook" on the right side.
- Mandel zoom 13 satellite seehorse tail with julia island.jpg
Part of the "double-hook".
- Mandel zoom 14 satellite julia island.jpg
Islands.
- Mandel zoom 15 one island.jpg
A detail of one island.
- Mandel zoom 16 spiral island.jpg
Detail of the spiral.
The islands in the third-to-last step seem to consist of infinitely many parts, as is the case for the corresponding Julia set <math>J_c</math>. They are connected by tiny structures, so that the whole represents a simply connected set. The tiny structures meet each other at a satellite in the center that is too small to be recognized at this magnification. The value of <math>c </math> for the corresponding <math>J_c</math> is not the image center but, relative to the main body of the Mandelbrot set, has the same position as the center of this image relative to the satellite shown in the 6th step.
Inner structureEdit
While the Mandelbrot set is typically rendered showing outside boundary detail, structure within the bounded set can also be revealed.<ref>Template:Cite journal</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite journal</ref> For example, while calculating whether or not a given c value is bound or unbound, while it remains bound, the maximum value that this number reaches can be compared to the c value at that location. If the sum of squares method is used, the calculated number would be max:(real^2 + imaginary^2) − c:(real^2 + imaginary^2).Template:Citation needed The magnitude of this calculation can be rendered as a value on a gradient.
This produces results like the following, gradients with distinct edges and contours as the boundaries are approached. The animations serve to highlight the gradient boundaries.
- Mandelbrot full gradient.gif
Animated gradient structure inside the Mandelbrot set
- Mandelbrot inner gradient.gif
Animated gradient structure inside the Mandelbrot set, detail
- Mandelbrot gradient iterations.gif
Rendering of progressive iterations from 285 to approximately 200,000 with corresponding bounded gradients animated
- Mandelbrot gradient iterations thumb.gif
Thumbnail for gradient in progressive iterations
GeneralizationsEdit
Multibrot setsEdit
Multibrot sets are bounded sets found in the complex plane for members of the general monic univariate polynomial family of recursions
- <math>z \mapsto z^d + c</math>.<ref>Template:Cite conference</ref>
For an integer d, these sets are connectedness loci for the Julia sets built from the same formula. The full cubic connectedness locus has also been studied; here one considers the two-parameter recursion <math>z \mapsto z^3 + 3kz + c</math>, whose two critical points are the complex square roots of the parameter k. A parameter is in the cubic connectedness locus if both critical points are stable.<ref>Rudy Rucker's discussion of the CCM: CS.sjsu.edu</ref> For general families of holomorphic functions, the boundary of the Mandelbrot set generalizes to the bifurcation locus.Template:Citation needed
The Multibrot set is obtained by varying the value of the exponent d. The article has a video that shows the development from d = 0 to 7, at which point there are 6 i.e. <math>(d-1)</math> lobes around the perimeter. In general, when d is a positive integer, the central region in each of these sets is always an epicycloid of <math>(d-1)</math> cusps. A similar development with negative integral exponents results in <math>(1-d)</math> clefts on the inside of a ring, where the main central region of the set is a hypocycloid of <math>(1-d)</math> cusps.Template:Citation needed
Higher dimensionsEdit
There is no perfect extension of the Mandelbrot set into 3D, because there is no 3D analogue of the complex numbers for it to iterate on. There is an extension of the complex numbers into 4 dimensions, the quaternions, that creates a perfect extension of the Mandelbrot set and the Julia sets into 4 dimensions.<ref name="javier-barrallo"/> These can then be either cross-sectioned or projected into a 3D structure. The quaternion (4-dimensional) Mandelbrot set is simply a solid of revolution of the 2-dimensional Mandelbrot set (in the j-k plane), and is therefore uninteresting to look at.<ref name="javier-barrallo">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Taking a 3-dimensional cross section at <math>d = 0\ (q = a + bi +cj + dk)</math> results in a solid of revolution of the 2-dimensional Mandelbrot set around the real axis.Template:Citation needed
Other non-analytic mappingsEdit
The tricorn fractal, also called the Mandelbar set, is the connectedness locus of the anti-holomorphic family <math>z \mapsto \bar{z}^2 + c</math>.<ref name=":6">Template:Citation</ref><ref>Template:Citation</ref> It was encountered by Milnor in his study of parameter slices of real cubic polynomials.Template:Citation needed It is not locally connected.<ref name=":6" /> This property is inherited by the connectedness locus of real cubic polynomials.Template:Citation needed
Another non-analytic generalization is the Burning Ship fractal, which is obtained by iterating the following:
- <math>z \mapsto (|\Re \left(z\right)|+i|\Im \left(z\right)|)^2 + c</math>.Template:Citation needed
Computer drawingsEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} There exist a multitude of various algorithms for plotting the Mandelbrot set via a computing device. Here, the naïve<ref>Template:Cite book</ref> "escape time algorithm" will be shown, since it is the most popular<ref>Template:Cite book</ref> and one of the simplest algorithms.<ref>Template:Cite book</ref> In the escape time algorithm, a repeating calculation is performed for each x, y point in the plot area and based on the behavior of that calculation, a color is chosen for that pixel.<ref>Template:Cite book</ref><ref>Template:Cite book</ref>
The x and y locations of each point are used as starting values in a repeating, or iterating calculation (described in detail below). The result of each iteration is used as the starting values for the next. The values are checked during each iteration to see whether they have reached a critical "escape" condition, or "bailout". If that condition is reached, the calculation is stopped, the pixel is drawn, and the next x, y point is examined.
The color of each point represents how quickly the values reached the escape point. Often black is used to show values that fail to escape before the iteration limit, and gradually brighter colors are used for points that escape. This gives a visual representation of how many cycles were required before reaching the escape condition.
To render such an image, the region of the complex plane we are considering is subdivided into a certain number of pixels. To color any such pixel, let <math>c</math> be the midpoint of that pixel. Iterate the critical point 0 under <math>f_c</math>, checking at each step whether the orbit point has a radius larger than 2. When this is the case, <math>c</math> does not belong to the Mandelbrot set, and color the pixel according to the number of iterations used to find out. Otherwise, keep iterating up to a fixed number of steps, after which we decide that our parameter is "probably" in the Mandelbrot set, or at least very close to it, and color the pixel black.
In pseudocode, this algorithm would look as follows. The algorithm does not use complex numbers and manually simulates complex-number operations using two real numbers, for those who do not have a complex data type. The program may be simplified if the programming language includes complex-data-type operations.
for each pixel (Px, Py) on the screen do x0 := scaled x coordinate of pixel (scaled to lie in the Mandelbrot X scale (-2.00, 0.47)) y0 := scaled y coordinate of pixel (scaled to lie in the Mandelbrot Y scale (-1.12, 1.12)) x := 0.0 y := 0.0 iteration := 0 max_iteration := 1000 while (x^2 + y^2 ≤ 2^2 AND iteration < max_iteration) do xtemp := x^2 - y^2 + x0 y := 2*x*y + y0 x := xtemp iteration := iteration + 1 color := palette[iteration] plot(Px, Py, color)
Here, relating the pseudocode to <math>c</math>, <math>z</math> and <math>f_c</math>:
- <math>z = x + iy</math>
- <math>z^2 = x^2 +i2xy - y^2</math>
- <math>c = x_0 + i y_0</math>
and so, as can be seen in the pseudocode in the computation of x and y:
- <math>x = \mathop{\mathrm{Re}} \left(z^2+c \right) = x^2-y^2 + x_0</math> and <math>y = \mathop{\mathrm{Im}} \left(z^2+c \right) = 2xy + y_0</math>.
To get colorful images of the set, the assignment of a color to each value of the number of executed iterations can be made using one of a variety of functions (linear, exponential, etc.).
Python codeEdit
Here is the code implementing the above algorithm in Python:<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>Template:Close paraphrasing inline
<syntaxhighlight lang="numpy"> import numpy as np import matplotlib.pyplot as plt
- Setting parameters (these values can be changed)
x_domain, y_domain = np.linspace(-2, 2, 500), np.linspace(-2, 2, 500) bound = 2 max_iterations = 50 # any positive integer value colormap = "nipy_spectral" # set to any matplotlib valid colormap
func = lambda z, p, c: z**p + c
- Computing 2D array to represent the Mandelbrot set
iteration_array = [] for y in y_domain:
row = [] for x in x_domain: z = 0 p = 2 c = complex(x, y) for iteration_number in range(max_iterations): if abs(z) >= bound: row.append(iteration_number) break else: try: z = func(z, p, c) except (ValueError, ZeroDivisionError): z = c else: row.append(0)
iteration_array.append(row)
- Plotting the data
ax = plt.axes() ax.set_aspect("equal") graph = ax.pcolormesh(x_domain, y_domain, iteration_array, cmap=colormap) plt.colorbar(graph) plt.xlabel("Real-Axis") plt.ylabel("Imaginary-Axis") plt.show() </syntaxhighlight>
The value of power
variable can be modified to generate an image of equivalent multibrot set (<math>z = z^{\text{power}}+c</math>). For example, setting p = 2
produces the associated image.
References in popular cultureEdit
The Mandelbrot set is widely considered the most popular fractal,<ref>Mandelbaum, Ryan F. (2018). "This Trippy Music Video Is Made of 3D Fractals." Retrieved 17 January 2019</ref><ref>Moeller, Olga de. (2018)."what are Fractals?" Retrieved 17 January 2019.</ref> and has been referenced several times in popular culture.
- The Jonathan Coulton song "Mandelbrot Set" is a tribute to both the fractal itself and to the man it is named after, Benoit Mandelbrot.<ref name="JoCopedia">{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Blue Man Group's 1999 debut album Audio references the Mandelbrot set in the titles of the songs "Opening Mandelbrot", "Mandelgroove", and "Klein Mandelbrot".<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref> Their second album, The Complex (2003), closes with a hidden track titled "Mandelbrot IV".
- The second book of the Mode series by Piers Anthony, Fractal Mode, describes a world that is a perfect 3D model of the set.<ref name="Anthony1992">Template:Cite book</ref>
- The Arthur C. Clarke novel The Ghost from the Grand Banks features an artificial lake made to replicate the shape of the Mandelbrot set.<ref name="Clarke2011">Template:Cite book</ref>
- Benoit Mandelbrot and the eponymous set were the subjects of the Google Doodle on 20 November 2020 (the late Benoit Mandelbrot's 96th birthday).<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- The American rock band Heart has an image of a Mandelbrot set on the cover of their 2004 album, Jupiters Darling.
- The British black metal band Anaal Nathrakh uses an image resembling the Mandelbrot set on their Eschaton album cover art.
- The television series Dirk Gently's Holistic Detective Agency (2016) prominently features the Mandelbrot set in connection with the visions of the character Amanda. In the second season, her jacket has a large image of the fractal on the back.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- In Ian Stewart's 2001 book Flatterland, there is a character called the Mandelblot, who helps explain fractals to the characters and reader.<ref>Template:Cite journal</ref>
- The unfinished Alan Moore 1990 comic book series Big Numbers used Mandelbrot's work on fractal geometry and chaos theory to underpin the structure of that work. Moore at one point was going to name the comic book series The Mandelbrot Set.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- In the manga The Summer Hikaru Died, Yoshiki hallucinates the Mandelbrot set when he reaches into the body of the false Hikaru.
See alsoEdit
- Buddhabrot
- Collatz fractal
- Fractint
- Gilbreath permutation
- List of mathematical art software
- Mandelbox
- Mandelbulb
- Menger sponge
- Newton fractal
- Orbit portrait
- Orbit trap
- Pickover stalk
- Plotting algorithms for the Mandelbrot setTemplate:Div col end
ReferencesEdit
Further readingEdit
- Template:Cite book
(First appeared in 1990 as a Stony Brook IMS Preprint, available as arXiV:math.DS/9201272 ) - Template:Cite book
(includes a DVD featuring Arthur C. Clarke and David Gilmour) - Template:Cite book
External linksEdit
Template:Sister project Template:Sister project
- Video: Mandelbrot fractal zoom to 6.066 e228
- Relatively simple explanation of the mathematical process, by Dr Holly Krieger, MIT
- Mandelbrot Set Explorer: Browser based Mandelbrot set viewer with a map-like interface
- Various algorithms for calculating the Mandelbrot set (on Rosetta Code)
- Fractal calculator written in Lua by Deyan Dobromiroiv, Sofia, Bulgaria