How Does Decoding Math’s Famed Fractal: The Mandelbrot Set Work?

Imagine you are playing a video game where you press a button to change one number, and that new number tells the next button what to do. The Mandelbrot Set is just a picture of all the numbers that don’t fly away into infinity when we keep pressing that button over and over again. It looks like a squiggly black blob with tiny, perfect copies of itself peeking out from the edges, no matter how much you zoom in.

To make this work, we use a very simple math recipe called an iterative formula. Think of it like bouncing a ball on the floor. Every time the ball hits the ground, it goes back up, but not quite as high as before. We write down where the ball starts and how much gravity pulls it down.

The Simple Recipe

We start with a number called z (which begins at zero) and another number called c. We do two steps in a loop:

  1. Square the current value of z.
  2. Add our starting number c to that square.

If the result stays small and close to the center, we color it black. If it gets too big and zooms off the screen forever, we say it is not part of the set and give it a bright color. This process repeats thousands of times for each point on our paper grid.

Zooming In Forever

Here is the coolest part: self-similarity. Imagine you have a mirror that shows your reflection, and in that reflection, there is another smaller mirror showing an even tinier version of you. If you zoom into the edge of the Mandelbrot Set, you see tiny spirals and bubbles that look exactly like the big shape. You can keep zooming deeper forever, and those little shapes will never stop looking like versions of the original. It is a puzzle that has details everywhere, from the huge main body down to the tiniest specks.

Take the quiz →

Examples

  1. watching a zoomed in photo that keeps showing smaller versions of itself
  2. bouncing a ball on different planets to see how high it goes
  3. painting by numbers where the pattern repeats endlessly

Ask a question

See also

Discussion

Recent activity