[back to Cosine Kitty's math page]

Areas of Mandelbrot fractals - by Don Cross, February 2005

I am currently investigating the areas of the Mandelbrot fractals formed by iterating the formula
z' = zn + c

Below is a table of areas of these fractals as a function of n, as determined by C++ software I wrote. Because I am using a fairly low-resolution pixel-counting algorithm, I am listing the areas to only 4 places after the decimal. By comparing the value of A(2) with other people's empirical results, chances are the values here are only correct to 3 places after the decimal.

Area of Mandelbrot fractal
nA(n)
10.0000
21.5065
31.7939
41.9808
52.1139
62.2152
72.2947
82.3608
92.4153
102.4625
112.5028
122.5365
132.5667
142.5947
152.6182
162.6415
172.6614
182.6794
192.6968
202.7125
302.8179
402.8793
502.9183
602.9470
702.9681
802.9847
902.9983
1003.0097
10003.1181
100003.1343
π = 3.1416

The conjecture that A(∞) = π is based on the observation that the fractals become closer and closer to a unit circle as n → ∞.

References