← Back to Paradoxes

Wada Basins

Three regions sharing the exact same boundary

The Paradox

Imagine three lakes. In ordinary geometry, if Lake A borders Lake B along some shoreline, then Lake C must be somewhere else—it can't also share that same stretch of shore.

But in 1917, mathematician Takeo Wada discovered something impossible: you can construct three disjoint regions where every single boundary point touches all three regions. The three lakes share the exact same boundary!

This isn't just a mathematical curiosity—it appears naturally in chaos theory. The Newton fractal for z³ - 1 demonstrates this beautifully: three basins of attraction with a shared fractal boundary.

Newton Fractal: z³ - 1

Each color shows which of three roots that starting point converges to. Click to zoom in!

Root 1
z = 1
Root 2
z = -0.5 + 0.866i
Root 3
z = -0.5 - 0.866i
Zoom: 1x
z = 0 + 0i
Rendering fractal...

The Wada Property in Action

Zoom into any boundary region. No matter how close you look, you'll find ALL THREE colors interleaved. There is no boundary between just two colors—the third always squeezes in between. This is the essence of the Wada property: three regions, one shared fractal boundary.

Converges to z = 1
Converges to e^(2πi/3)
Converges to e^(4πi/3)

How It Works

The Newton-Raphson method finds roots of equations by iteration:

zn+1 = zn - f(zn) / f'(zn)

For f(z) = z³ - 1, this becomes:

zn+1 = zn - (zn³ - 1) / (3zn²) = (2zn³ + 1) / (3zn²)

The polynomial z³ - 1 has three roots equally spaced around the unit circle:

The Surprising Result

Arthur Cayley posed this problem in 1879: which starting points converge to which root? He expected simple 120° "pie slices" around each root. The actual answer—revealed by computers a century later—is infinitely complex.

The Julia set forms the boundary between all three basins. On this boundary, arbitrarily small perturbations can send you to any of the three roots. That's why the boundary is shared by all three regions!

Why the Third Color Always Intrudes

"No two colours can ever form a solid interface because the third always manages to squeeze in between. That is the essence of the Wada property."
— Chalkdust Magazine

Think about it geometrically:

The result is a fractal boundary of infinite complexity. The boundary has zero area (it's a 1-dimensional curve in a sense) but infinite length—just like the coastline paradox!

The Original Lakes of Wada

Takeo Wada's 1917 construction was different but achieved the same property:

  1. Day 1: Dig Lake 1, extending tendrils within distance a₁ of all land
  2. Day 2: Dig Lake 2, extending within distance a₂ of all remaining land
  3. Day 3: Dig Lake 3, extending within distance a₃ of all remaining land
  4. Day 4: Extend Lake 1 within distance a₄...
  5. Continue cycling through lakes, with distances a₁, a₂, a₃, ... → 0

After infinitely many days, the remaining "dry land" is the common boundary of all three lakes! This boundary is an indecomposable continuum—a bizarre topological object that cannot be split into two proper subcontinua.

Wada Basins in Nature

The Wada property isn't just a mathematical curiosity—it appears in real physical systems:

Anywhere you have three or more attractors in a chaotic system, Wada basins can emerge!

Sources & Further Reading