Mandelbulb
   HOME

TheInfoList



OR:

The Mandelbulb is a three-dimensional
fractal In mathematics, a fractal is a Shape, geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scale ...
, constructed for the first time in 1997 by Jules Ruis and further developed in 2009 by Daniel White and Paul Nylander using
spherical coordinates In mathematics, a spherical coordinate system specifies a given point in three-dimensional space by using a distance and two angles as its three coordinates. These are * the radial distance along the line connecting the point to a fixed point ...
. A
canonical The adjective canonical is applied in many contexts to mean 'according to the canon' the standard, rule or primary source that is accepted as authoritative for the body of knowledge or literature in that context. In mathematics, ''canonical exampl ...
3-dimensional
Mandelbrot set The Mandelbrot set () is a two-dimensional set (mathematics), set that is defined in the complex plane as the complex numbers c for which the function f_c(z)=z^2+c does not Stability theory, diverge to infinity when Iteration, iterated starting ...
does not exist, since there is no 3-dimensional analogue of the 2-dimensional space of
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the for ...
s. It is possible to construct Mandelbrot sets in 4 dimensions using
quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
s and bicomplex numbers. White and Nylander's formula for the "''n''th power" of the vector \mathbf v = \langle x, y, z\rangle in is : \mathbf v^n := r^n \langle\sin(n\theta) \cos(n\phi), \sin(n\theta) \sin(n\phi), \cos(n\theta)\rangle, where : r = \sqrt, : \phi = \arctan\frac = \arg(x + yi), : \theta = \arctan\frac = \arccos\frac. The Mandelbulb is then defined as the set of those \mathbf c in for which the orbit of \langle 0, 0, 0\rangle under the iteration \mathbf v \mapsto \mathbf v^n + \mathbf c is bounded. For ''n'' > 3, the result is a 3-dimensional bulb-like structure with
fractal In mathematics, a fractal is a Shape, geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scale ...
surface detail and a number of "lobes" depending on ''n''. Many of their graphic renderings use ''n'' = 8. However, the equations can be simplified into rational polynomials when ''n'' is odd. For example, in the case ''n'' = 3, the third power can be simplified into the more elegant form: : \langle x, y, z\rangle^3 = \left\langle\frac, \frac, z (z^2 - 3x^2 - 3y^2)\right\rangle. The Mandelbulb given by the formula above is actually one in a family of fractals given by parameters (''p'', ''q'') given by : \mathbf v^n := r^n \langle\sin(p\theta) \cos(q\phi), \sin(p\theta) \sin(q\phi), \cos(p\theta)\rangle. Since ''p'' and ''q'' do not necessarily have to equal ''n'' for the identity , ''vn'',  = , ''v'', ''n'' to hold, more general fractals can be found by setting : \mathbf v^n := r^n \big\langle\sin\big(f(\theta, \phi)\big) \cos\big(g(\theta, \phi)\big), \sin\big(f(\theta, \phi)\big) \sin\big(g(\theta, \phi)\big), \cos\big(f(\theta, \phi)\big)\big\rangle for functions ''f'' and ''g''.


Cubic formula

Other formula come from identities parametrising the sum of squares to give a power of the sum of squares, such as : (x^3 - 3xy^2 - 3xz^2)^2 + (y^3 - 3yx^2 + yz^2)^2 + (z^3 - 3zx^2 + zy^2)^2 = (x^2 + y^2 + z^2)^3, which we can think of as a way to cube a triplet of numbers so that the modulus is cubed. So this gives, for example, : x \to x^3 - 3x (y^2 + z^2) + x_0 : y \to -y^3 + 3 y x^2 - y z^2 + y_0 : z \to z^3 - 3 z x^2 + z y^2 + z_0 or other permutations. This reduces to the complex fractal w \to w^3 + w_0 when ''z'' = 0 and w \to \overline^3 + w_0 when ''y'' = 0. There are several ways to combine two such "cubic" transforms to get a power-9 transform, which has slightly more structure.


Quintic formula

Another way to create Mandelbulbs with cubic symmetry is by taking the complex iteration formula z \to z^ + z_0 for some
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
''m'' and adding terms to make it symmetrical in 3 dimensions but keeping the cross-sections to be the same 2-dimensional fractal. (The 4 comes from the fact that i^4 = 1.) For example, take the case of z \to z^5 + z_0. In two dimensions, where z = x + iy, this is : x \to x^5 - 10 x^3 y^2 + 5 x y^4 + x_0, : y \to y^5 - 10 y^3 x^2 + 5 y x^4 + y_0. This can be then extended to three dimensions to give : x \to x^5 - 10 x^3 (y^2 + A y z + z^2) + 5 x (y^4 + B y^3 z + C y^2 z^2 + B y z^3 + z^4) + D x^2 y z (y+z) + x_0, : y \to y^5 - 10 y^3 (z^2 + A x z + x^2) + 5 y (z^4 + B z^3 x + C z^2 x^2 + B z x^3 + x^4) + D y^2 z x (z+x)+ y_0, : z \to z^5 - 10 z^3 (x^2 + A x y + y^2) + 5 z (x^4 + B x^3 y + C x^2 y^2 + B x y^3 + y^4) + D z^2 x y (x+y) +z_0 for arbitrary constants ''A'', ''B'', ''C'' and ''D'', which give different Mandelbulbs (usually set to 0). The case z \to z^9 gives a Mandelbulb most similar to the first example, where ''n'' = 9. A more pleasing result for the fifth power is obtained by basing it on the formula z \to -z^5 + z_0.


Power-nine formula

This fractal has cross-sections of the power-9 Mandelbrot fractal. It has 32 small bulbs sprouting from the main sphere. It is defined by, for example, : x \to x^9 - 36 x^7 (y^2 + z^2) + 126 x^5 (y^2 + z^2)^2 - 84 x^3 (y^2 + z^2)^3 + 9 x (y^2 + z^2)^4 + x_0, : y \to y^9 - 36 y^7 (z^2 + x^2) + 126 y^5 (z^2 + x^2)^2 - 84 y^3 (z^2 + x^2)^3 + 9 y (z^2 + x^2)^4 + y_0, : z \to z^9 - 36 z^7 (x^2 + y^2) + 126 z^5 (x^2 + y^2)^2 - 84 z^3 (x^2 + y^2)^3 + 9 z (x^2 + y^2)^4 + z_0. These formula can be written in a shorter way: : x \to \frac \left(x + i\sqrt\right)^9 + \frac \left(x - i\sqrt\right)^9 + x_0 and equivalently for the other coordinates.


Spherical formula

A perfect spherical formula can be defined as a formula : (x,y,z) \to \big(f(x, y, z) + x_0, g(x, y, z) + y_0, h(x, y, z) + z_0\big), where : (x^2 + y^2 + z^2)^n = f(x, y, z)^2 + g(x, y, z)^2 + h(x, y, z)^2, where ''f'', ''g'' and ''h'' are ''n''th-power rational trinomials and ''n'' is an integer. The cubic fractal above is an example.


Uses in media

* In the 2014 animated film '' Big Hero 6'', the climax takes place in the middle of a
wormhole A wormhole is a hypothetical structure that connects disparate points in spacetime. It can be visualized as a tunnel with two ends at separate points in spacetime (i.e., different locations, different points in time, or both). Wormholes are base ...
, which is represented by the stylized interior of a Mandelbulb. * In the 2018
science fiction Science fiction (often shortened to sci-fi or abbreviated SF) is a genre of speculative fiction that deals with imaginative and futuristic concepts. These concepts may include information technology and robotics, biological manipulations, space ...
horror film Horror is a film genre that seeks to elicit physical or psychological fear in its viewers. Horror films often explore dark subject matter and may deal with Transgressive art, transgressive topics or themes. Broad elements of the genre include Mo ...
''
Annihilation In particle physics, annihilation is the process that occurs when a subatomic particle collides with its respective antiparticle to produce other particles, such as an electron colliding with a positron to produce two photons. The total energy a ...
'', an extraterrestrial being appears in the form of a partial Mandelbulb. * In the
webcomic Webcomics (also known as online comics or Internet comics) are comics published on the internet, such as on a website or a mobile app. While many webcomics are published exclusively online, others are also published in magazines, newspapers, or ...
''Unsounded'' the spirit realm of the khert is represented by a stylized golden mandelbulb. * In the 2013-2020 drama show Marvel's Agents of S.H.I.E.L.D, season 7, episode 13, "What We're Fighting For", the beginning shows the S.H.I.E.L.D. team travel through the Quantum Realm whose opening appearance from the outside resembles the end of an internally rotating mandelbulb. * In the 2016 film Marvel's Doctor Strange, one of the dimensions Strange is shown by the Ancient One depicts the top end of an expanding mandelbulb. * In the 2020 film 2067, as the main character is arriving in the future, the distorted land he descends upon resembles a distorted and morphing mandelbulb.


See also

*
Mandelbox In mathematics, the mandelbox is a fractal with a boxlike shape found by Tom Lowe in 2010. It is defined in a similar way to the famous Mandelbrot set as the values of a parameter such that the origin does not escape to infinity under iteration ...
*
List of fractals by Hausdorff dimension According to Benoit Mandelbrot, "A fractal is by definition a set for which the Hausdorff-Besicovitch dimension strictly exceeds the topological dimension." Presented here is a list of fractals, ordered by increasing Hausdorff dimension, to ill ...


References

6. http://www.fractal.org the Fractal Navigator by Jules Ruis


External links


for the first use of the Mandelbulb formula on www.fractal.org website Jules Ruis


* ttp://www.bugman123.com/Hypercomplex/index.html Several variants of the Mandelbulb, on Paul Nylander's website
An opensource fractal renderer that can be used to create images of the Mandelbulb

Formula for Mandelbulb/Juliabulb/Juliusbulb by Jules Ruis

Mandelbulb/Juliabulb/Juliusbulb with examples of real 3D objects

Video : View of the Mandelbulb

The discussion thread in Fractalforums.com that led to the Mandelbulb

Video fly through of an animated Mandelbulb world

Open-source Mandelbulber v2 software - Explore trigonometric, hyper-complex, Mandelbox, IFS, and many other 3D fractals.

Silent video: Explore the Mandelbulb (2024 rendering)
{{Mathematical art Fractals