Mandelbrot set

From HandWiki
Short description: Fractal named after mathematician Benoit Mandelbrot
The Mandelbrot set within a continuously colored environment

The Mandelbrot set (/ˈmændəlbrt, -brɒt/)[1][2] is a two-dimensional set with a relatively simple definition that exhibits great complexity, especially as it is magnified. It is popular for its aesthetic appeal and fractal structures. The set is defined in the complex plane as the complex numbers [math]\displaystyle{ c }[/math] for which the function [math]\displaystyle{ f_c(z)=z^2+c }[/math] does not diverge to infinity when iterated starting at [math]\displaystyle{ z=0 }[/math], i.e., for which the sequence [math]\displaystyle{ f_c(0) }[/math], [math]\displaystyle{ f_c(f_c(0)) }[/math], etc., remains bounded in absolute value.

This set was first defined and drawn by Robert W. Brooks and Peter Matelski in 1978, as part of a study of Kleinian groups.[3] 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.

Error creating thumbnail: convert: corrupt image `/var/www/html/handwiki/public_html/wiki/images/a/a4/Mandelbrot_sequence_new.gif' @ error/gif.c/DecodeImage/513. convert: corrupt image `/var/www/html/handwiki/public_html/wiki/images/a/a4/Mandelbrot_sequence_new.gif' @ error/gif.c/ReadGIFImage/1389. convert: no images defined `/tmp/transform_13a5f5b68053.gif' @ error/convert.c/ConvertImageCommand/3229. Error code: 1
Zooming into the boundary of the Mandelbrot set

Images of the Mandelbrot set exhibit an infinitely complicated boundary that reveals progressively ever-finer recursive detail at increasing magnifications; mathematically, the boundary of the Mandelbrot set is a fractal curve. The "style" of this recursive detail depends on the region of the set boundary being examined. Mandelbrot set images may be created by sampling the complex numbers and testing, for each sample point [math]\displaystyle{ c }[/math], whether the sequence [math]\displaystyle{ f_c(0), f_c(f_c(0)),\dotsc }[/math] goes to infinity. Treating the real and imaginary parts of [math]\displaystyle{ c }[/math] as image coordinates on the complex plane, pixels may then be colored according to how soon the sequence [math]\displaystyle{ |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). If [math]\displaystyle{ c }[/math] is held constant and the initial value of [math]\displaystyle{ z }[/math] is varied instead, the corresponding Julia set for the point [math]\displaystyle{ c }[/math] is obtained.

The Mandelbrot set has become popular outside mathematics both for its aesthetic appeal and as an example of a complex structure arising from the application of simple rules. It is one of the best-known examples of mathematical visualization, mathematical beauty, and motif.

History

The first published picture of the Mandelbrot set, by Robert W. Brooks and Peter Matelski in 1978

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.[3] On 1 March 1980, at IBM's Thomas J. Watson Research Center in Yorktown Heights, New York, Benoit Mandelbrot first visualized the set.[4]

Mandelbrot studied the parameter space of quadratic polynomials in an article that appeared in 1980.[5] The mathematical study of the Mandelbrot set really began with work by the mathematicians Adrien Douady and John H. Hubbard (1985),[6] 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),[7] and an internationally touring exhibit of the German Goethe-Institut (1985).[8][9]

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.[10] 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.[11]

The work of Douady and Hubbard occurred during an increase in interest in complex dynamics and abstract mathematics,[12] and the study of the Mandelbrot set has been a centerpiece of this field ever since.[citation needed]

Formal definition

The Mandelbrot set is the set of values of c in the complex plane for which the orbit of the critical point [math]\displaystyle{ z = 0 }[/math] under iteration of the quadratic map

[math]\displaystyle{ z_{n+1} = z_{n}^2 + c }[/math] [13]

remains bounded.[14] Thus, a complex number c is a member of the Mandelbrot set if, when starting with [math]\displaystyle{ z_0 = 0 }[/math] and applying the iteration repeatedly, the absolute value of [math]\displaystyle{ z_n }[/math] remains bounded for all [math]\displaystyle{ n \gt 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]\displaystyle{ 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]\displaystyle{ f(z) = z^2 + c }[/math], the subset of the space of parameters [math]\displaystyle{ c }[/math] for which the Julia set of the corresponding polynomial forms a connected set. 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 properties

The Mandelbrot set is a compact set, since it is closed and contained in the closed disk of radius 2 around the origin. A point [math]\displaystyle{ c }[/math] belongs to the Mandelbrot set if and only if [math]\displaystyle{ |z_n|\leq 2 }[/math] for all [math]\displaystyle{ n\geq 0 }[/math]. In other words, the absolute value of [math]\displaystyle{ z_n }[/math] must remain at or below 2 for [math]\displaystyle{ c }[/math] to be in the Mandelbrot set, [math]\displaystyle{ M }[/math], and if that absolute value exceeds 2, the sequence will escape to infinity. Since [math]\displaystyle{ c=z_1 }[/math], it follows that [math]\displaystyle{ |c|\leq 2 }[/math], establishing that [math]\displaystyle{ c }[/math] will always be in the closed disk of radius 2 around the origin.[15]

Correspondence between the Mandelbrot set and the bifurcation diagram of the quadratic map
With [math]\displaystyle{ z_{n} }[/math] iterates plotted on the vertical axis, the Mandelbrot set can be seen to bifurcate at the period-2k components.

The intersection of [math]\displaystyle{ M }[/math] with the real axis is the interval [math]\displaystyle{ \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]\displaystyle{ x_{n+1} = r x_n(1-x_n),\quad r\in[1,4]. }[/math]

The correspondence is given by

[math]\displaystyle{ z = r\left(\frac12 - x\right), \quad c = \frac{r}{2}\left(1-\frac{r}{2}\right). }[/math]

This gives a correspondence between the entire parameter space of the logistic family and that of the Mandelbrot set.[citation needed]

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]\displaystyle{ M }[/math]. Upon further experiments, he revised his conjecture, deciding that [math]\displaystyle{ M }[/math] should be connected. A topological proof of the connectedness was discovered in 2001 by Jeremy Kahn.[16]

External rays of wakes near the period 1 continent in the Mandelbrot set

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]\displaystyle{ 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.[17]

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]\displaystyle{ c }[/math] for which the dynamics of the quadratic map [math]\displaystyle{ z_n=z_{n-1}^2+c }[/math] exhibits sensitive dependence on [math]\displaystyle{ c, }[/math] i.e. changes abruptly under arbitrarily small changes of [math]\displaystyle{ 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]\displaystyle{ p_0=z,\ p_{n+1}=p_n^2+z }[/math], and then interpreting the set of points [math]\displaystyle{ |p_n(z)| = 2 }[/math] in the complex plane as a curve in the real Cartesian plane of degree [math]\displaystyle{ 2^{n+1} }[/math]in x and y.[18] Each curve [math]\displaystyle{ n \gt 0 }[/math] is the mapping of an initial circle of radius 2 under [math]\displaystyle{ p_n }[/math]. These algebraic curves appear in images of the Mandelbrot set computed using the "escape time algorithm" mentioned below.

Other properties

Main cardioid and period bulbs

Periods of hyperbolic components

The main cardioid is the period 1 continent. It is the region of parameters [math]\displaystyle{ c }[/math] for which the map

[math]\displaystyle{ f_c(z) = z^2 + c }[/math]

has an attracting fixed point. It consists of all parameters of the form

[math]\displaystyle{ c(\mu) := \frac\mu2\left(1-\frac\mu2\right) }[/math]

for some [math]\displaystyle{ \mu }[/math] in the open unit disk.

To the left of the main cardioid, attached to it at the point [math]\displaystyle{ c=-3/4 }[/math], a circular bulb, the period-2 bulb is visible. The bulb consists of [math]\displaystyle{ c }[/math] for which [math]\displaystyle{ f_c }[/math] has an attracting cycle of period 2. It is the filled circle of radius 1/4 centered around −1.

More generally, for every positive integer [math]\displaystyle{ q\gt 2 }[/math], there are [math]\displaystyle{ \phi(q) }[/math] circular bulbs tangent to the main cardioid called period-q bulbs (where [math]\displaystyle{ \phi }[/math] denotes the Euler phi function), which consist of parameters [math]\displaystyle{ c }[/math] for which [math]\displaystyle{ f_c }[/math] has an attracting cycle of period [math]\displaystyle{ q }[/math]. More specifically, for each primitive [math]\displaystyle{ q }[/math]th root of unity [math]\displaystyle{ r=e^{2\pi i\frac{p}{q}} }[/math] (where [math]\displaystyle{ 0\lt \frac{p}{q}\lt 1 }[/math]), there is one period-q bulb called the [math]\displaystyle{ \frac{p}{q} }[/math] bulb, which is tangent to the main cardioid at the parameter

[math]\displaystyle{ c_{\frac{p}{q}} := c(r) = \frac{r}2\left(1-\frac{r}2\right), }[/math]
Attracting cycle in 2/5-bulb plotted over Julia set (animation)

and which contains parameters with [math]\displaystyle{ q }[/math]-cycles having combinatorial rotation number [math]\displaystyle{ \frac{p}{q} }[/math]. More precisely, the [math]\displaystyle{ q }[/math] periodic Fatou components containing the attracting cycle all touch at a common point (commonly called the [math]\displaystyle{ \alpha }[/math]-fixed point). If we label these components [math]\displaystyle{ U_0,\dots,U_{q-1} }[/math] in counterclockwise orientation, then [math]\displaystyle{ f_c }[/math] maps the component [math]\displaystyle{ U_j }[/math] to the component [math]\displaystyle{ U_{j+p\,(\operatorname{mod} q)} }[/math].

Attracting cycles and Julia sets for parameters in the 1/2, 3/7, 2/5, 1/3, 1/4, and 1/5 bulbs

The change of behavior occurring at [math]\displaystyle{ 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]\displaystyle{ \tfrac{p}{q} }[/math]-bulb, the attracting fixed point turns into a repelling fixed point (the [math]\displaystyle{ \alpha }[/math]-fixed point), and the period-q cycle becomes attracting.

Hyperbolic components

Bulbs that are interior components of the Mandelbrot set in which the maps [math]\displaystyle{ f_c }[/math] have an attracting periodic cycle are called hyperbolic components.[citation needed]

It is conjectured that these are the only interior regions of [math]\displaystyle{ M }[/math] and that they are dense in [math]\displaystyle{ M }[/math]. This problem, known as density of hyperbolicity, is one of the most important open problems in complex dynamics.[19] Hypothetical non-hyperbolic components of the Mandelbrot set are often referred to as "queer" or ghost components.[20][21] 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).

Centers of 983 hyperbolic components of the Mandelbrot set.

Each of the hyperbolic components has a center, which is a point c such that the inner Fatou domain for [math]\displaystyle{ 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]\displaystyle{ f_c^n(0) = 0 }[/math] for some n. If we call this polynomial [math]\displaystyle{ Q^{n}(c) }[/math] (letting it depend on c instead of z), we have that [math]\displaystyle{ Q^{n+1}(c) = Q^{n}(c)^{2} + c }[/math] and that the degree of [math]\displaystyle{ Q^{n}(c) }[/math] is [math]\displaystyle{ 2^{n-1} }[/math]. Therefore, constructing the centers of the hyperbolic components is possible by successively solving the equations [math]\displaystyle{ Q^{n}(c) = 0, n = 1, 2, 3, ... }[/math].[citation needed] The number of new centers produced in each step is given by Sloane's OEISA000740.

Local connectivity

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.[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.[22] Since then, local connectivity has been proved at many other points of [math]\displaystyle{ M }[/math], but the full conjecture is still open.

Self-similarity

Self-similarity in the Mandelbrot set shown by zooming in on a round feature while panning in the negative-x direction. The display center pans left from the fifth to the seventh round feature (-1.4002, 0) to (-1.4011, 0) while the view magnifies by a factor of 21.78 to approximate the square of the Feigenbaum ratio.

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.[23][24] 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.[citation needed]

Further results

The Hausdorff dimension of the boundary of the Mandelbrot set equals 2 as determined by a result of Mitsuhiro Shishikura.[25] 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.[citation needed]

It has been shown that the generalized Mandelbrot set in higher-dimensional hypercomplex number spaces (i.e. when the power [math]\displaystyle{ \alpha }[/math] of the iterated variable [math]\displaystyle{ z }[/math] tends to infinity) is convergent to the unit ([math]\displaystyle{ \alpha }[/math]-1)-sphere.[26]

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.[citation needed]

Relationship with Julia sets

A mosaic made by matching Julia sets to their values of c on the complex plane. The Mandelbrot set is a map of connected Julia sets.

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.[citation 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.[25] Similarly, Yoccoz first proved the local connectivity of Julia sets, before establishing it for the Mandelbrot set at the corresponding parameters.[22]

Geometry

For every rational number [math]\displaystyle{ \tfrac{p}{q} }[/math], where p and q are relatively prime, 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]\displaystyle{ \tfrac{2\pi p}{q} }[/math].[27] 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]\displaystyle{ \tfrac{1}{q^2} }[/math]. The best current estimate known is the Yoccoz-inequality, which states that the size tends to zero like [math]\displaystyle{ \tfrac{1}{q} }[/math].[citation needed]

A period-q limb will have [math]\displaystyle{ 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]\displaystyle{ q-1 }[/math] and finding which antenna is the shortest.[27]

Pi in the Mandelbrot set

In an attempt to demonstrate that the thickness of the p/q-limb is zero, David Boll carried out a computer experiment in 1991, where he computed the number of iterations required for the series to diverge for [math]\displaystyle{ z = -\tfrac{3}{4}+ i\varepsilon }[/math] ([math]\displaystyle{ -\tfrac{3}{4} }[/math] being the location thereof). As the series does not diverge for the exact value of [math]\displaystyle{ z = -\tfrac{3}{4} }[/math], the number of iterations required increases with a small [math]\displaystyle{ \varepsilon }[/math]. It turns out that multiplying the value of [math]\displaystyle{ \varepsilon }[/math] with the number of iterations required yields an approximation of [math]\displaystyle{ \pi }[/math] that becomes better for smaller [math]\displaystyle{ \varepsilon }[/math]. For example, for [math]\displaystyle{ \varepsilon }[/math] = 0.0000001, the number of iterations is 31415928 and the product is 3.1415928.[28] In 2001, Aaron Klebanoff proved Boll's discovery.[29]

Fibonacci sequence in the Mandelbrot set

It can be shown that the Fibonacci sequence is located within the Mandelbrot set and that a relation exists between the main cardioid and the Farey diagram.[30] Upon mapping the main cardioid to a disk, the amount of antennae that extends from the next largest hyperbolic component, and that is located between the two previously selected components, follows suit with the Fibonacci sequence. The amount of antennae also correlates with the Farey diagram and the denominator amounts within the corresponding fractional values, of which relate to the distance around the disk. Both portions of these fractional values themselves can be summed together after [math]\displaystyle{ \frac{1}{3} }[/math] to produce the location of the next hyperbolic component within the sequence. Thus, the Fibonacci sequence of 1, 2, 3, 5, 8, 13, and 21 can be found within the Mandelbrot set.

Image gallery of a zoom sequence

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.

The seahorse "body" is composed by 25 "spokes" consisting of two groups of 12 "spokes" 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".

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]\displaystyle{ 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]\displaystyle{ c }[/math] for the corresponding [math]\displaystyle{ 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 structure

While the Mandelbrot set is typically rendered showing outside boundary detail, structure within the bounded set can also be revealed. 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). 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.

Generalizations

Animations of the Multibrot set for d from 0 to 5 (left) and from 0.05 to 2 (right).
A 4D Julia set may be projected or cross-sectioned into 3D, and because of this a 4D Mandelbrot is also possible.

Multibrot sets

Multibrot sets are bounded sets found in the complex plane for members of the general monic univariate polynomial family of recursions

[math]\displaystyle{ z \mapsto z^d + c }[/math].[citation needed]

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]\displaystyle{ 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.[31] For general families of holomorphic functions, the boundary of the Mandelbrot set generalizes to the bifurcation locus.[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]\displaystyle{ (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]\displaystyle{ (d-1) }[/math] cusps. A similar development with negative integral exponents results in [math]\displaystyle{ (1-d) }[/math] clefts on the inside of a ring, where the main central region of the set is a hypocycloid of [math]\displaystyle{ (1-d) }[/math] cusps.[citation needed]

Higher dimensions

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.[32] 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.[32] Taking a 3-dimensional cross section at [math]\displaystyle{ d = 0\ (q = a + bi +cj + dk) }[/math] results in a solid of revolution of the 2-dimensional Mandelbrot set around the real axis.[citation needed]

Other non-analytic mappings

Image of the Tricorn / Mandelbar fractal

Of particular interest is the tricorn fractal, the connectedness locus of the anti-holomorphic family

[math]\displaystyle{ z \mapsto \bar{z}^2 + c }[/math].

The tricorn (also sometimes called the Mandelbar) was encountered by Milnor in his study of parameter slices of real cubic polynomials. It is not locally connected. This property is inherited by the connectedness locus of real cubic polynomials.

Another non-analytic generalization is the Burning Ship fractal, which is obtained by iterating the following:

[math]\displaystyle{ z \mapsto (|\Re \left(z\right)|+i|\Im \left(z\right)|)^2 + c }[/math].

Computer drawings

There exist a multitude of various algorithms for plotting the Mandelbrot set via a computing device. Here, the most widely used and simplest algorithm will be demonstrated, namely, the naïve "escape time algorithm". 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.

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]\displaystyle{ c }[/math] be the midpoint of that pixel. Iterate the critical point 0 under [math]\displaystyle{ f_c }[/math], checking at each step whether the orbit point has a radius larger than 2. When this is the case, [math]\displaystyle{ 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*x + y*y ≤ 2*2 AND iteration < max_iteration) do
        xtemp := x*x - y*y + x0
        y := 2*x*y + y0
        x := xtemp
        iteration := iteration + 1
    color := palette[iteration]
    plot(Px, Py, color)

Here, relating the pseudocode to [math]\displaystyle{ c }[/math], [math]\displaystyle{ z }[/math] and [math]\displaystyle{ f_c }[/math]:

  • [math]\displaystyle{ z = x + iy }[/math]
  • [math]\displaystyle{ z^2 = x^2 +i2xy - y^2 }[/math]
  • [math]\displaystyle{ c = x_0 + i y_0 }[/math]

and so, as can be seen in the pseudocode in the computation of x and y:

  • [math]\displaystyle{ x = \mathop{\mathrm{Re}}(z^2+c) = x^2-y^2 + x_0 }[/math] and [math]\displaystyle{ y = \mathop{\mathrm{Im}}(z^2+c) = 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.).

References in popular culture

The Mandelbrot set is widely considered the most popular fractal,[33][34] 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.[35]
  • Multiple track titles on the 1999 debut album by the Blue Man Group, Audio, refer to the Mandelbrot set. These are "Opening Mandelbrot", "Mandelgroove", and "Klein Mandelbrot".[36]
  • The second book of the Mode series by Piers Anthony, Fractal Mode, describes a world that is a perfect 3D model of the set.[37]
  • The Arthur C. Clarke novel The Ghost from the Grand Banks features an artificial lake made to replicate the shape of the Mandelbrot set.[38]
  • Benoit Mandelbrot and the eponymous set were the subjects of the Google Doodle on 20 November 2020 (the late Benoit Mandelbrot's 96th birthday).[39]
  • 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.[40]
  • In Ian Stewart's 2001 book Flatterland, there is a character called the Mandelblot, who helps explain fractals to the characters and reader.[41]
  • 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 the name the comic book series The Mandelbrot Set.[42]
  • In the manga The Summer Hikaru Died, Yoshiki hallucinates the Mandelbrot set when he reaches into the body of the false Hikaru.

See also

References

  1. "Mandelbrot set". Mandelbrot set. Oxford University Press. http://www.lexico.com/definition/Mandelbrot+set. 
  2. "Mandelbrot set". Merriam-Webster Dictionary. https://www.merriam-webster.com/dictionary/Mandelbrot+set. Retrieved 2022-01-30. 
  3. 3.0 3.1 Robert Brooks and Peter Matelski, The dynamics of 2-generator subgroups of PSL(2,C), in Irwin Kra (1 May 1981). Irwin Kra. ed. Riemann Surfaces and Related Topics: Proceedings of the 1978 Stony Brook Conference. Bernard Maskit. Princeton University Press. ISBN 0-691-08267-7. https://abel.math.harvard.edu/archive/118r_spring_05/docs/brooksmatelski.pdf. Retrieved 1 July 2019. 
  4. R.P. Taylor & J.C. Sprott (2008). "Biophilic Fractals and the Visual Journey of Organic Screen-savers". Nonlinear Dynamics, Psychology, and Life Sciences (Society for Chaos Theory in Psychology & Life Sciences) 12 (1): 117–129. PMID 18157930. http://sprott.physics.wisc.edu/pubs/paper311.pdf. Retrieved 1 January 2009. 
  5. Mandelbrot, Benoit (1980). "Fractal aspects of the iteration of [math]\displaystyle{ z\mapsto\lambda z(1-z) }[/math] for complex [math]\displaystyle{ \lambda, z }[/math]". Annals of the New York Academy of Sciences 357 (1): 249–259. doi:10.1111/j.1749-6632.1980.tb29690.x. 
  6. Adrien Douady and John H. Hubbard, Etude dynamique des polynômes complexes, Prépublications mathémathiques d'Orsay 2/4 (1984 / 1985)
  7. Peitgen, Heinz-Otto; Richter Peter (1986). The Beauty of Fractals. Heidelberg: Springer-Verlag. ISBN 0-387-15851-0. 
  8. 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.
  9. Gleick, James (1987). Chaos: Making a New Science. London: Cardinal. pp. 229. 
  10. "Exploring The Mandelbrot Set". Scientific American 253 (2): 4. August 1985. https://www.jstor.org/stable/24967754. 
  11. Pountain, Dick (September 1986). "Turbocharging Mandelbrot". Byte. https://archive.org/stream/byte-magazine-1986-09/1986_09_BYTE_11-09_The_68000_Family#page/n370/mode/1up. Retrieved 11 November 2015. 
  12. Rees, Mary (January 2016). "One hundred years of complex dynamics". Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences 472 (2185). doi:10.1098/rspa.2015.0453. PMID 26997888. 
  13. Weisstein, Eric W.. "Mandelbrot Set" (in en). https://mathworld.wolfram.com/. 
  14. "Mandelbrot Set Explorer: Mathematical Glossary". http://math.bu.edu/DYSYS/explorer/def.html. 
  15. "Escape Radius". https://mrob.com/pub/muency/escaperadius.html. 
  16. Kahn, Jeremy (8 August 2001). "The Mandelbrot Set is Connected: a Topological Proof". http://www.math.brown.edu/~kahn/mconn.pdf. 
  17. The Mandelbrot set, theme and variations. Tan, Lei. Cambridge University Press, 2000. ISBN 978-0-521-77476-5. Section 2.1, "Yoccoz para-puzzles", p. 121
  18. Weisstein, Eric W.. "Mandelbrot Set Lemniscate" (in en). https://mathworld.wolfram.com/MandelbrotSetLemniscate.html. 
  19. Anna Miriam Benini (2017). "A survey on MLC, Rigidity and related topics". arXiv:1709.09869 [math.DS].
  20. Douady, Adrien; Hubbard, John H.. Exploring the Mandelbrot set. The Orsay Notes. p. 12. 
  21. Jung, Wolf (2002). Homeomorphisms on Edges of the Mandelbrot Set (Doctoral thesis). RWTH Aachen University. urn:nbn:de:hbz:82-opus-3719.
  22. 22.0 22.1 Hubbard, J. H. (1993). "Local connectivity of Julia sets and bifurcation loci: three theorems of J.-C. Yoccoz". Topological methods in modern mathematics (Stony Brook, NY, 1991). Houston, TX: Publish or Perish. pp. 467–511. http://www.math.cornell.edu/~hubbard/hubbard.pdf. . Hubbard cites as his source a 1989 unpublished manuscript of Yoccoz.
  23. Lei (1990). "Similarity between the Mandelbrot set and Julia Sets". Communications in Mathematical Physics 134 (3): 587–617. doi:10.1007/bf02098448. Bibcode1990CMaPh.134..587L. http://projecteuclid.org/euclid.cmp/1104201823. 
  24. J. Milnor (1989). "Self-Similarity and Hairiness in the Mandelbrot Set". in M. C. Tangora. Computers in Geometry and Topology. New York: Taylor & Francis. pp. 211–257. ISBN 9780824780319. https://books.google.com/books?id=wuVJAQAAIAAJ. )
  25. 25.0 25.1 Shishikura, Mitsuhiro (1998). "The Hausdorff dimension of the boundary of the Mandelbrot set and Julia sets". Annals of Mathematics. Second Series 147 (2): 225–267. doi:10.2307/121009. .
  26. Katunin, Andrzej; Fedio, Kamil (2015). "On a Visualization of the Convergence of the Boundary of Generalized Mandelbrot Set to (n-1)-Sphere". Journal of Applied Mathematics and Computational Mechanics 14 (1): 63–69. doi:10.17512/jamcm.2015.1.06. https://reader.digitarium.pcss.pl/Content/295117/JAMCM_2015_1_6-Katunin_Fedio.pdf. Retrieved 18 May 2022. 
  27. 27.0 27.1 "Number Sequences in the Mandelbrot Set". The Mathemagicians' Guild. 4 June 2020. https://www.youtube.com/watch?v=oNxPSP2tQEk. 
  28. Flake, Gary William (1998). The Computational Beauty of Nature. MIT Press. p. 125. ISBN 978-0-262-56127-3. 
  29. Klebanoff, Aaron D. (2001). "π in the Mandelbrot Set". Fractals 9 (4): 393–402. doi:10.1142/S0218348X01000828. 
  30. "Fractal Foundation Online Course - Chapter 11 - FIBONACCI FRACTALS". https://fractalfoundation.org/OFC/OFC-11-4.html. 
  31. Rudy Rucker's discussion of the CCM: CS.sjsu.edu
  32. 32.0 32.1 Barrallo, Javier (2010). "Expanding the Mandelbrot Set into Higher Dimensions". https://archive.bridgesmathart.org/2010/bridges2010-247.pdf. 
  33. Mandelbaum, Ryan F. (2018). "This Trippy Music Video Is Made of 3D Fractals." Retrieved 17 January 2019
  34. Moeller, Olga de. (2018)."what are Fractals?" Retrieved 17 January 2019.
  35. "Mandelbrot Set". http://www.jonathancoulton.com/wiki/Mandelbrot_Set. 
  36. "Blue Man Group - Audio Album Reviews, Songs & More" (in en). https://www.allmusic.com/album/audio-mw0000672371. 
  37. Piers Anthony (1992). Fractal Mode. HarperCollins. ISBN 978-0-246-13902-3. https://books.google.com/books?id=XdUyAAAACAAJ. 
  38. Arthur C. Clarke (29 September 2011). The Ghost From The Grand Banks. Orion. ISBN 978-0-575-12179-9. https://books.google.com/books?id=6ELsYigmXNoC. 
  39. Sheridan, Wade (20 November 2020). "Google honors mathematician Benoit Mandelbrot with new Doodle". https://www.upi.com/Top_News/US/2020/11/20/Google-honors-mathematician-Benoit-Mandelbrot-with-new-Doodle/8571605871071/. 
  40. "Hannah Marks "Amanda Brotzman" customized black leather jacket from Dirk Gently's Holistic Detective Agency". https://www.icollector.com/Hannah-Marks-Amanda-Brotzman-customized-black-leather-jacket-from-Dirk-Gently-s_i36007665. 
  41. Trout, Jody (April 2002). "Book Review: 'Flatterland: Like Flatland, Only More So". Notices of the AMS 49 (4): 462–465. https://www.ams.org/notices/200204/rev-trout.pdf. 
  42. "The Great Alan Moore Reread: Big Numbers by Tim Callahan". 21 May 2012. https://www.tor.com/2012/05/21/the-great-alan-moore-reread-big-numbers/. 

Further reading

External links