Ana Sayfa
Matematikçiler
Makaleler
Matematik Seçkileri
Fraktallar
=> Apollonian Gasket
=> Barnsley's Fern
=> Barnsley's Tree
=> Batrachion
=> Blancmange Function
=> Box Fractal
=> Brown Function
=> Cactus Fractal
=> Cantor Dust
=> Cantor Function
=> Cantor Set
=> Cantor Square Fractal
=> Capacity Dimension
=> Carotid-Kundalini Fractal
=> Cesàro Fractal
=> Chaos Game
=> Circles-and-Squares Fractal
=> Coastline Paradox
=> Correlation Exponent
=> Count
=> Cross-Stitch Curve
=> Curlicue Fractal
=> Delannoy Number
=> Dendrite Fractal
=> Devil's Staircase
=> Douady's Rabbit Fractal
=> Dragon Curve
=> Elephant Valley
=> Exterior Snowflake
=> Gosper Island
=> H-Fractal
=> Haferman Carpet
=> Hénon Map
=> Hilbert Curve
=> Householder's Method
=> Ice Fractal
=> Julia Set
=> Koch Antisnowflake
=> Koch Snowflake
=> Lévy Fractal
=> Lévy Tapestry
=> Lindenmayer System
=> Mandelbrot Set
=> Mandelbrot Set Lemniscate
=> Mandelbrot Tree
=> Menger Sponge
=> Minkowski Sausage
=> Mira Fractal
=> Newton's Method
=> Peano Curve
=> Peano-Gosper Curve
=> Pentaflake
=> Plane-Filling Function
=> Pythagoras Tree
=> Randelbrot Set
=> Rep-Tile
=> Reverend Back's Abbey Floor
=> San Marco Fractal
=> Sea Horse Valley
=> Siegel Disk Fractal
=> Sierpiński Arrowhead Curve
=> Sierpiński Carpet
=> Sierpiński Curve
=> Sierpiński Sieve
=> Star Fractal
=> Strange Attractor
=> Tetrix
Paradokslar
Sayılar Teorisi
Ziyaretçi defteri
 

Mandelbrot Set

The term Mandelbrot set is used to refer both to a general class of fractal sets and to a particular instance of such a set. In general, a Mandelbrot set marks the set of points in the complex plane such that the corresponding Julia set is connected and not computable.

"The" Mandelbrot set is the set obtained from the quadratic recurrence equation

 z_(n+1)=z_n^2+C
(1)

with z_0=C, where points C in the complex plane for which the orbit of z_n does not tend to infinity are in the set. Setting z_0 equal to any point in the set that is not a periodic point gives the same result. The Mandelbrot set was originally called a mu molecule by Mandelbrot. J. Hubbard and A. Douady proved that the Mandelbrot set is connected.

MandelbrotSet

A plot of the Mandelbrot set is shown above in which values of C in the complex plane are colored according to the number of steps required to reach r_(max)=2. The kidney bean-shaped portion of the Mandelbrot set turns out to be bordered by a cardioid with equations

4x = 2cost-cos(2t)
(2)
4y = 2sint-sin(2t).
(3)

The adjoining portion is a circle with center at (-1,0) and radius 1/4.

SeaHorseValley

The region of the Mandelbrot set centered around -0.75+0.1i is sometimes known as the sea horse valley because the spiral shapes appearing in it resemble sea horse tails (Giffin, Munafo).

ElephantValley

Similarly, the portion of the Mandelbrot set centered around 0.3+0i with size approximately 0.1+0.1i is known as elephant valley.

Shishikura (1994) proved that the boundary of the Mandelbrot set is a fractal with Hausdorff dimension 2, refuting the conclusion of Elenbogen and Kaeding (1989) that it is not. However, it is not yet known if the Mandelbrot set is pathwise-connected. If it is pathwise-connected, then Hubbard and Douady's proof implies that the Mandelbrot set is the image of a circle and can be constructed from a disk by collapsing certain arcs in the interior (Douady 1986).

MandelbrotSetAreas

The area of the Mandelbrot set can be written exactly as

 A=pi(1-sum_(n=1)^inftynb_n^2)
(4)

where b_n are the coefficients of the Laurent series about infinity of the conformal map psi of the exterior of the unit disk onto the exterior of the Mandelbrot set,

psi(w) = w+sum_(n=0)^(infty)b_nw^(-n)
(5)
= w-1/2+1/8w^(-1)-1/4w^(-2)+(15)/(128)w^(-3)+0w^(-4)-(47)/(1024)w^(-5)+...
(6)

(Sloane's A054670 and A054671; Ewing and Schober 1992). The recursion for b_n is given by

b_n = {-1/2 for n=0; -(w_(n,n+1))/n otherwise
(7)
w_(n,m) = {0 for n=0; a_(m-1)+w_(n-1,m)+sum_(j=0)^(m-2)a_jw_(n-1,m-j-1) otherwise
(8)
a_j = u_(0,j+1)
(9)
u_(n,k) = {1 for 2^n-1=k; sum_(j=0)^(k)u_(n-1,j)u_(n-1,k-j) for 2^n-1>k; 0 for 2^(n+1)-1>k; 1/2(u_(n+1,k)-sum_(j=1)^(k-1)u_(n,j)u_(n,k-j)) otherwise.
(10)

These coefficients can be computed recursively, but a closed form is not known. Furthermore, the sum converges very slowly, so 10^(118) terms are needed to get the first two digits, and 10^(1181) terms are needed to get three digits. Ewing and Schober (1992) computed the first 240000 values of b_n, found that -1<nb_n<1 in this range, and conjectured that this inequality always holds. This calculation also provided the limit A<=1.7274 and led the authors to believe that the true values lies between 1.66 and 1.71.

The area of the set obtained by pixel counting is 1.50659177+/-0.00000008 (Sloane's A098403; Munafo; Lesmoir-Gordon et al. 2000, p. 97) and by statistical sampling is 1.506484+/-0.000004 with 95% confidence (Mitchell 2001), both of which are significantly smaller than the estimate of Ewing and Schober (1992).

MandelbrotLemniscates

To visualize the Mandelbrot set, the limit at which points are assumed to have escaped can be approximated by r_(max) instead of infinity. Beautiful computer-generated plots can be then be created by coloring nonmember points depending on how quickly they diverge to r_(max). A common choice is to define an integer called the count to be the largest n such that |z_n|<r_(max), where r can be conveniently taken as r_(max)=2, and to color points of different count different colors. The boundary between successive counts defines a series of "Mandelbrot set lemniscates" (or "equipotential curves"; Peitgen and Saupe 1988) defined by iterating the quadratic recurrence,

 L_n(C)=z_n=r_(max).
(11)

The first few lemniscates are therefore given by

L_1(C) = C
(12)
L_2(C) = C(C+1)
(13)
= C^2+C
(14)
L_3(C) = C+(C+C^2)^2
(15)
= C^4+2C^3+C^2+C
(16)
L_4(C) = C+[C+(C+C^2)^2]^2
(17)
= C^8+4C^7+6C^6+6C^5+5C^4+2C^3+C^2+C
(18)
 
(19)

(Sloane's A114448).

When writing C=x+iy and taking the absolute square of each side, the lemniscates can plotted in the complex plane, and the first few are given by

r^2 = x^2+y^2
(20)
r^2 = (x^2+y^2)[(x+1)^2+y^2]
(21)
r^2 = (x^2+y^2)(1+2x+5x^2+6x^3+6x^4+4x^5+x^6-3y^2-2xy^2+8x^2y^2+8x^3y^2+3x^4y^2+2y^4+4xy^4+3x^2y^4+y^6).
(22)

These are a circle (black), an oval (red), and a pear curve (yellow). In fact, the second Mandelbrot set lemniscate L_2 can be written in terms of a new coordinate system with x^'=x-1/2 as

 [(x^'-1/2)^2+y^2][(x^'+1/2)^2+y^2]=r^2,
(23)

which is just a Cassini oval with a=1/2 and b^2=r. The Mandelbrot set lemniscates grow increasingly convoluted with higher count, illustrated above, and approach the Mandelbrot set as the count tends to infinity.

MandelbrotSin

The term Mandelbrot set can also be applied to generalizations of "the" Mandelbrot set in which the function f(z)=z^2+C is replaced by some other function. In the above plot, f(z)=sin(z/c), z_0=c, and c is allowed to vary in the complex plane. Note that completely different sets (that are not Mandelbrot sets) can be obtained for choices of z_0 that do not lie in the fractal attractor. So, for example, in the above set, picking z_0 inside the unit disk but outside the red basins gives a set of completely different-looking images.

MandelbrotSetPowers

Generalizations of the Mandelbrot set can be constructed by replacing z_n^2 with z_n^k or (z^__n)^k, where k is a positive integer and z^_ denotes the complex conjugate of z. The above figures show the fractals obtained for k=2, 3, and 4 (Dickau). The plots on the bottom have z replaced with z^_ and are sometimes called "mandelbar sets."


Bugün 67 ziyaretçi (97 klik) kişi burdaydı!
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol