6 min read
The Mandelbrot set and Julia sets come from the same quadratic iteration, but they answer different questions. One is a map of parameter space. The other is the actual fractal shape produced by a single chosen parameter.
Mandelbrot
You move around the plane and ask whether the orbit stays bounded.
Julia
You keep fixed and vary the starting valueacross the whole plane.
The Mandelbrot set is the set of all complex numbers for which the orbit starting atdoes not escape. A Julia set uses one chosen value of and asks which starting points belong to the boundary between bounded and escaping behaviour.
That is why people often say the Mandelbrot set is a map of Julia sets. Points inside the Mandelbrot set correspond to connected Julia sets. Points outside tend to produce dust-like, disconnected Julia sets.
Start with Mandelbrot when you want named places, exact zoom coordinates, and a reliable sense of where the major structures live. Start with Julia when you want the quickest visual variety: one constant can give you a rabbit, another a lightning tree, and another a cloud of disconnected dust.
On FractalSet, the strongest workflow is usually Mandelbrot first, then Julia second. Use the Mandelbrot atlas to learn the map, then jump into Julia examples when you want to see how the same equation branches into an entire family of shapes.