The field guide to infinite patterns

The mathematics of infinity, made visible.

Fractal

Famous Fractals

Mandelbrot vs Julia Set: What's the Connection?

Two of the most famous fractals are built from the very same formula, z² + c. The difference is which number you hold still — and that single choice makes the Mandelbrot set a map of every Julia set there is.

The Mandelbrot set rendered in deep blue and gold, its self-similar bulbs and filaments forming the parameter map that catalogs every quadratic Julia set.
Illustration: Fractal

Ask a mathematician for the two most iconic objects in fractal geometry and you will almost always hear the same pair: the Mandelbrot set and the Julia set. They look like cousins — the same baroque filigree, the same impossible detail that survives infinite zoom — and that family resemblance is no accident. Both are born from a single, almost insultingly simple instruction: take a complex number, square it, add a constant, and repeat forever. The phrase julia set vs mandelbrot frames them as rivals, but they are better understood as two readings of the same equation. The difference comes down to one decision: which number you choose to hold still.

The one-sentence answer: A Julia set lives in the dynamical plane — you fix the constant c and ask which starting points z stay bounded. The Mandelbrot set lives in the parameter plane — you fix the start at z = 0 and ask which constants c stay bounded. Crucially, the Mandelbrot set is the index of all Julia sets: a point c belongs to the Mandelbrot set if and only if its Julia set is connected.

What is the difference between the Julia set and the Mandelbrot set?

Both fractals are escape-time objects generated by iterating the quadratic map fc(z) = z2 + c over the complex numbers. To iterate means to feed the output back in as the next input. The entire distinction is about what you treat as the variable.

For a Julia set, you first pick a fixed complex constant c — say c = −0.8 + 0.156i. Then you let the starting point z roam across the plane and ask, for each one: does its orbit stay bounded forever, or does it escape to infinity? The boundary between the points that stay caught and the points that fly away is the Julia set, named for the French mathematician Gaston Julia. Every different value of c produces a completely different Julia set — there are infinitely many.

For the Mandelbrot set, you flip the roles. You always start the iteration at z = 0, and now it is the constant c that you let roam across the plane. The Mandelbrot set is the collection of every constant c whose orbit (starting from zero) stays bounded. According to Wikipedia's account of the object, this is precisely its definition. There is therefore exactly one Mandelbrot set — a single, definitive portrait — but an infinite gallery of Julia sets.

If you have not yet met the headline act on its own terms, our deep dive on the Mandelbrot set walks through its anatomy bulb by bulb, and the broader fractal geometry hub explains the iterative machinery underneath both shapes.

Why do they come from the same formula?

The shared engine — z squared plus c — is the reason the two sets are so deeply entangled. The Mandelbrot set is what mathematicians call the parameter plane for the quadratic family, while each Julia set is a dynamical plane for one specific member of that family. Think of it as the difference between a map of every country (the Mandelbrot set) and a detailed atlas page for one country (a single Julia set).

This is not a loose metaphor; it is a theorem. The work of Pierre Fatou in 1917 and Gaston Julia in 1918 established the foundations of complex dynamics decades before computers could draw the results. Their Fatou–Julia theorem yields a sharp dichotomy for the quadratic family: for any given c, the Julia set is either one connected piece or it shatters into infinitely many disconnected specks — a totally disconnected dust, sometimes called Fatou dust, with nothing in between.

Julia set vs Mandelbrot set at a glance
PropertyJulia setMandelbrot set
Formulaz2 + cz2 + c
What is fixedThe constant cThe start, z = 0
What variesThe starting point zThe constant c
Which planeDynamical planeParameter plane
How many existInfinitely many (one per c)Exactly one
Discovered / namedFatou 1917, Julia 1918Brooks & Matelski 1978; Mandelbrot 1980
Connected?Connected iff c is in the Mandelbrot setProven connected (Douady & Hubbard, 1982)

How is the Mandelbrot set a map of all the Julia sets?

This is the punchline that makes the comparison worth your time. The Mandelbrot set is not merely related to Julia sets — it is their catalog. The defining theorem of the field, as Wikipedia summarizes it, states that the Mandelbrot set is the set of all c for which the Julia set J(fc) is connected. Mathematicians call this the connectedness locus.

So the Mandelbrot set works as a lookup table:

  • Pick a point c inside the Mandelbrot set, and the Julia set for that c will be a single connected piece — a lacy island, a dragon, a rabbit.
  • Pick a point c outside the Mandelbrot set, and the Julia set disintegrates into Fatou dust — a totally disconnected scatter of points.
  • Pick a point c on the boundary of the Mandelbrot set, and you get the most intricate, knife-edge Julia sets of all.

There is a striking visual demonstration of this: tile a grid with the Julia set drawn at each location c, and the overall mosaic of "which Julia sets are connected" reassembles the silhouette of the Mandelbrot set itself. The connected ones cluster exactly where the Mandelbrot set is solid. The behavior is also locally self-similar: near certain special parameters (the Misiurewicz points), the Mandelbrot set and the corresponding Julia set look almost identical when you zoom in — a phenomenon documented in the same complex-dynamics literature.

Who discovered each one, and when?

The two objects are separated by roughly six decades and by the arrival of the computer. Julia sets are old mathematics: Fatou and Julia were iterating rational functions by hand in the late 1910s, publishing in the Comptes Rendus and the Journal de Mathématiques Pures et Appliquées respectively. Gaston Julia's 1918 memoir won a prize from the French Academy of Sciences, yet without machines to render the shapes, the work fell into relative obscurity for fifty years.

The Mandelbrot set arrived only once computers could do the arithmetic. Robert W. Brooks and Peter Matelski first defined and sketched the set in 1978 during a study of Kleinian groups. Then, on 1 March 1980, Benoit Mandelbrot produced the first high-quality visualizations at IBM's Thomas J. Watson Research Center in Yorktown Heights, New York — and recognized, crucially, that this single object organized the entire zoo of Julia sets. The history is told warmly in Quanta Magazine's account of the set. A few years later, in 1982, Adrien Douady and John H. Hubbard proved the deep result that the Mandelbrot set is connected, and named it in Mandelbrot's honor. Their proof — building a conformal map from the complement of the set to the complement of a disk — launched the modern field.

Which one is more complex, mathematically?

By one precise measure, the Mandelbrot set sits at an extreme. In 1991 the mathematician Mitsuhiro Shishikura proved that the boundary of the Mandelbrot set has Hausdorff dimension exactly 2 — the maximum possible for a curve in the plane, a full integer above its topological dimension of 1. In plain terms, the edge is so crinkled that it very nearly fills two-dimensional space. (For why a shape can have a fractional or extreme dimension at all, see our explainer on fractal dimension.)

Julia sets, by contrast, span the whole range of complexity precisely because the Mandelbrot set indexes them. Choose c deep inside the main cardioid and the Julia set is a smooth, near-circular blob. Choose c near the boundary and the Julia set becomes a dendritic, infinitely detailed filigree. So the honest answer to "which is more complex" is that the Mandelbrot set has a uniquely complex boundary, while the Julia sets it catalogs range from the trivially simple to the staggeringly intricate. Neither wins; they describe complexity from two complementary directions.

A practical note for anyone rendering these on a screen: both rely on the same escape criterion. Once the magnitude of z exceeds 2, the orbit is guaranteed to fly off to infinity, so the computer can stop iterating and color that pixel by how many steps it took to escape. That shared trick — counting iterations to escape — is why both sets glow with the same characteristic gradient halos, and why they belong, unmistakably, to the same mathematical family.

Frequently asked

What is the difference between the Julia set and the Mandelbrot set?

Both are generated by iterating the same formula, z² + c, but they differ in what is held fixed. For a Julia set you fix the constant c and vary the starting point z, asking which starting points stay bounded; this produces a different Julia set for every value of c. For the Mandelbrot set you always start at z = 0 and instead vary the constant c, asking which constants stay bounded. As a result there are infinitely many Julia sets but only one Mandelbrot set. The Julia set lives in the dynamical plane while the Mandelbrot set lives in the parameter plane that organizes the whole family.

Is the Mandelbrot set just a collection of Julia sets?

Not exactly a collection, but it is the index to them. The defining theorem of complex dynamics states that a point c belongs to the Mandelbrot set if and only if the Julia set for that same c is connected. So the Mandelbrot set acts as a master map: every point inside it corresponds to a connected Julia set, every point outside it corresponds to a Julia set that has shattered into disconnected dust, and points on its boundary correspond to the most intricate Julia sets. Mathematicians call this role the connectedness locus, which is why the Mandelbrot set is often described as a catalog of all quadratic Julia sets.

Do the Julia set and Mandelbrot set use the same equation?

Yes. Both the classical Julia set and the Mandelbrot set are built from the identical quadratic map f(z) = z² + c, iterated over the complex numbers. The single difference is the choice of variable. A Julia set fixes c as a constant and lets the initial z vary across the plane; the Mandelbrot set fixes the initial z at zero and lets c vary instead. Because they share an engine, they also share visual DNA — the same self-similar filaments and the same escape-time coloring, where a pixel is shaded according to how quickly its orbit escapes once the magnitude of z passes 2.

What does it mean for a Julia set to be connected or disconnected?

A connected Julia set is a single unbroken piece — you could trace from any point to any other without leaving the set. A disconnected Julia set falls apart into infinitely many separate specks, a totally disconnected scatter that mathematicians nickname Fatou dust. The Fatou–Julia theorem proves that for the quadratic family there is no middle ground: a Julia set is either fully connected or fully shattered. Which case you get is decided entirely by the Mandelbrot set — connected when the parameter c lies inside it, dust when c lies outside it. That clean dichotomy is one of the most elegant results in all of fractal mathematics.

Who discovered the Julia set and the Mandelbrot set?

Julia sets are the older mathematics. Pierre Fatou and Gaston Julia independently founded the study of iterated complex functions in 1917 and 1918, working entirely by hand long before computers existed; Julia's prize-winning memoir of 1918 named the objects. The Mandelbrot set came much later, once computation made it visible. Robert W. Brooks and Peter Matelski first defined and drew it in 1978, and Benoit Mandelbrot produced the first detailed visualizations at IBM's Thomas J. Watson Research Center on 1 March 1980. In 1982 Adrien Douady and John H. Hubbard proved the set is connected and named it after Mandelbrot.

Why is the boundary of the Mandelbrot set so complex?

In 1991 the mathematician Mitsuhiro Shishikura proved that the boundary of the Mandelbrot set has a Hausdorff dimension of exactly 2 — the highest value possible for a curve in the plane and a full integer greater than its topological dimension of 1. Informally, the edge is so infinitely crinkled that it almost fills a two-dimensional area despite being a boundary line. This extreme roughness is why you can zoom into the Mandelbrot set's edge forever and keep discovering new bulbs, spirals, and miniature copies of the whole set, and it is a major reason the object became the public emblem of fractal geometry.