Area of a fractal?

5.8k Views Asked by At

I wanted to know that how can one find the area of the Mandelbrot set or any fractal for that matter ?

1

There are 1 best solutions below

0
On BEST ANSWER

As mentioned in the comments there actually two orthogonal ways of thinking about the "area" of a fractal.

You could consider the area to be a measure of the amount of space the fractal encloses.

On the other hand, you could think of trying to measure the "size" of the fractal itself.

The first method is very easy to do, you just find a recursion formula for the amount of area, and/or manually count the number of squares inside the boundary. According to Wikipedia the area of the Mandelbrot Set is about $1.506...$, the site has more digits. Here's the derivation for the area of the Koch Snowflake.

The second method can be either very difficult or extremely tractable depending on what properties you'd like to investigate.

First, the hard way. We define a measure, in this case the Haussdorf measure, using this. Basically, we extend integer dimension measures, like cardinality, length, and area to fractional dimensions. The problem is that finding the Haussdorf measure of even simple shapes is an open problem. There are some estimates for the Koch Curve and a few other sets.

However, there is an easy way to work with measures. Instead of working to find a numerical value for the measure, we simply define a certain fractal to have a measure equal to unity. This might sound trivial, but if you give up the intrinsic size measuring property of the Haussdorf measure, you can measure other interesting properties. For instance, instead of focusing on the exact measure of the cantor set, you could focus on integrating a function along this measure. See an example with the cantor set here. Evaluating Integrals by Self Similarity, by Bob Strichartz, is paper that lays this method out in more detail.

In fact, there's an entire tag on this site devoted to calculus with respect to fractals. It's called Fractal Analysis and you can find it here.