Get AI summaries of any video or article — Sign up free
Beyond the Mandelbrot set, an intro to holomorphic dynamics thumbnail

Beyond the Mandelbrot set, an intro to holomorphic dynamics

3Blue1Brown·
6 min read

Based on 3Blue1Brown's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Holomorphic dynamics studies iterating complex-derivable functions and classifies outcomes as convergence to fixed points/cycles, escape to infinity, or chaotic behavior.

Briefing

Holomorphic dynamics turns the Mandelbrot set from a one-off curiosity into a recurring pattern: iterating complex-analytic functions produces stable behaviors (fixed points or cycles) separated by fractal boundaries where nearby starting points diverge into radically different outcomes. The core setup is simple—take a complex function that has a complex derivative (polynomials, exponentials, trig functions, and many rational functions qualify), then repeatedly apply it to an initial value. The orbit either settles into a cycle, converges to a limit point, escapes to infinity, or behaves chaotically; and when the chaotic cases are visualized, the dividing lines often form intricate fractals.

The discussion connects this general framework to two landmark constructions. Newton’s method, iterated in the complex plane, yields “Newton fractals” by coloring each starting seed according to which root it converges to. In parallel, the classic Mandelbrot set arises from a different choice: fix the starting value z = 0 while varying a parameter c in the quadratic map z ↦ z^2 + c. Points c for which the orbit stays bounded form the Mandelbrot set, while those that escape are colored by how quickly they diverge. The key contrast is structural: Mandelbrot images scan parameter space (changing the function), whereas Newton fractals scan initial-value space (changing the seed).

To build a theory rather than just pictures, the transcript emphasizes fixed points and—crucially—stability. A fixed point satisfies f(z) = z, and whether nearby points are drawn in or pushed away is determined by the derivative at that point. If |f′(z*)| < 1 the fixed point is attracting; if |f′(z*)| > 1 it is repelling; and for Newton’s method, roots of the polynomial become super-attracting because the derivative at those points is 0. The same logic extends to periodic orbits: two-cycles, n-cycles, and the fact that periodic points proliferate rapidly because solving f^n(z) = z becomes a high-degree polynomial problem.

A practical numerical question then appears: can Newton’s method get trapped in an attracting cycle that is not a root? Yes. For a specific cubic, Newton iteration can converge to a genuine attracting two-cycle, meaning some initial guesses never reach any root. Visualizing which cubics have such “bad” attracting cycles leads to a striking universality. A theorem attributed to Fatou implies that if a rational map has an attracting cycle, at least one critical point of an iterate must lie in that cycle. In the cubic Newton setting, this translates into a test using only the midpoint (the average) of the three roots: if that midpoint falls into an attracting cycle, then the polynomial has one. Scanning the third root λ while holding two roots fixed produces a parameter-space diagram whose zoomed-in black region matches the Mandelbrot set’s iconic cardioid-and-bulb geometry. The Mandelbrot shape thus emerges as a general feature of parameter spaces for Newton-type dynamics, not just the quadratic family.

Finally, the transcript explains why fractal boundaries are unavoidable. Boundaries between different basins have a “multicolor” property: arbitrarily small neighborhoods around a Julia set point eventually contain points with every available limiting behavior. That forces boundaries to be rough rather than smooth. The Fatou set consists of points that fall into predictable stable behavior; the Julia set is the complement, where nearby points expand apart and behave chaotically. A Julia-set “stuff-goes-everywhere” principle—linked to Montel’s theorem—states that iterating a neighborhood of a Julia point eventually spreads across the complex plane (with at most two exceptions). This supplies a logical bridge from chaos to fractals: maximal instability at the Julia set boundary is what generates the intricate, self-similar-looking shapes seen in these dynamical pictures.

Cornell Notes

Holomorphic dynamics studies what happens when complex-derivable functions are iterated. Orbits may converge to fixed points or cycles, escape to infinity, or behave chaotically; the chaotic regime produces fractal boundaries between outcomes. Stability is determined by derivatives: attracting fixed points satisfy |f′(z*)|<1, repelling ones satisfy |f′(z*)|>1, and Newton’s method makes polynomial roots super-attracting because f′(z*)=0. Newton iteration can also converge to attracting cycles that are not roots, so parameter-space diagrams can be built by coloring polynomials whose root-averages fall into such cycles. Fatou’s theorem yields a powerful shortcut: for cubic Newton maps, checking the midpoint (average of the three roots) suffices to detect attracting cycles—leading to a Mandelbrot-like cardioid/bulb structure in the scan.

What does it mean for a complex function to be “holomorphic,” and why does that matter for dynamics?

Holomorphic functions are complex-to-complex functions that have a complex derivative. Geometrically, zooming in near a point makes the function look like multiplication by a complex constant—scaling plus rotation. That local linear behavior is exactly what makes stability analysis possible when iterating: the derivative controls whether nearby points shrink toward or expand away from a fixed point or cycle.

How does stability of a fixed point get decided using derivatives?

For a fixed point z* with f(z*)=z*, the derivative f′(z*) determines local behavior. If |f′(z*)|<1, nearby points are attracted (they get pulled in). If |f′(z*)|>1, nearby points are repelled. For Newton’s method, when z* is a root of the polynomial p, the derivative of the Newton map at z* simplifies to 0, making these fixed points super-attracting—nearby points collapse toward the root quickly.

Why do cycles proliferate, and how does that connect to solving polynomial equations?

A two-cycle requires f(f(z))=z but not f(z)=z, which becomes a polynomial equation of higher degree. For the quadratic family f(z)=z^2+c, composing twice yields degree 4, composing again yields degree 8, and so on—degree grows like 2^n for period n. By the fundamental theorem of algebra, one expects on the order of 2^n periodic points in the complex plane for period n, though only attracting ones matter for typical convergence.

How can Newton’s method converge to an attracting cycle that is not a root?

Newton’s method can have attracting periodic orbits besides the polynomial roots. The transcript gives a concrete cubic example, z^3 − 2z + 2, where a cluster near 0 can shrink into a two-cycle between 0 and 1. This is rare for random seeds but possible: if the derivative of f∘f at a point in the cycle has magnitude less than 1, the cycle is attracting, so nearby initial guesses get trapped there instead of reaching any root.

What does Fatou’s theorem contribute to detecting attracting cycles in cubic Newton maps?

Fatou’s theorem implies that if a rational map has an attracting cycle, at least one critical point of an iterate must land in that cycle. In the cubic Newton setting, this becomes a practical criterion: the midpoint (average) of the three roots is guaranteed to fall into the attracting cycle whenever one exists. That means the presence of “bad” attracting cycles can be detected by checking a single point rather than scanning all initial seeds.

Why are Julia sets fractal and never smooth along their boundaries?

The transcript highlights a multicolor boundary property: arbitrarily small neighborhoods around Julia set points eventually contain points with all available limiting behaviors (different attractors/cycles/infinity). A smooth boundary would allow neighborhoods that touch only two behaviors, contradicting the multicolor property. The Julia set is the chaotic complement of the Fatou set, and a Julia-set “stuff-goes-everywhere” principle (linked to Montel’s theorem) strengthens this: iterating a neighborhood of a Julia point spreads it across the plane (except possibly two points), making maximal instability the mechanism behind rough fractal boundaries.

Review Questions

  1. In Newton’s method, why do polynomial roots become super-attracting fixed points, and how does that relate to the derivative of the Newton map?
  2. For the quadratic family f(z)=z^2+c, how does the degree of the equation f^n(z)=z grow with n, and what does that imply about the number of periodic points?
  3. What is the practical “single-point test” for whether a cubic Newton map has an attracting cycle, and how does Fatou’s theorem justify it?

Key Points

  1. 1

    Holomorphic dynamics studies iterating complex-derivable functions and classifies outcomes as convergence to fixed points/cycles, escape to infinity, or chaotic behavior.

  2. 2

    Mandelbrot sets arise by fixing z=0 and varying the parameter c in z↦z^2+c, while Newton fractals arise by fixing the function and varying the initial seed z0.

  3. 3

    Stability of fixed points and cycles is controlled by derivatives: |f′|<1 implies attraction and |f′|>1 implies repulsion; Newton’s method makes polynomial roots super-attracting because the derivative at roots is 0.

  4. 4

    Newton’s method can converge to attracting cycles that are not roots, creating numerical “traps” for some initial guesses.

  5. 5

    Fatou’s theorem yields a shortcut for cubic Newton maps: if an attracting cycle exists, the midpoint (average) of the three roots must fall into it, so scanning can be done by testing one point per polynomial.

  6. 6

    Zooming into the parameter-space region where that midpoint is trapped produces a Mandelbrot-like cardioid-and-bulb structure, showing the Mandelbrot shape’s universality beyond the quadratic family.

  7. 7

    Fractal Julia-set boundaries are forced by a multicolor neighborhood property and reinforced by a “stuff-goes-everywhere” principle tied to Montel’s theorem, linking maximal chaos to rough geometry.

Highlights

Newton’s method in the complex plane can converge to attracting cycles that are not polynomial roots, meaning some starting values never reach the intended solutions.
Fatou’s theorem turns a hard global question—whether a cubic Newton map has an attracting cycle—into a one-point check: the average of the three roots must land in the attracting cycle.
A parameter-space scan over one root λ (with the other two fixed) produces a zoomed-in black region that matches the Mandelbrot set’s iconic cardioid/bulb geometry.
Julia sets are the chaotic boundary between basins: tiny neighborhoods around them expand until they spread across the complex plane (with at most two exceptions).

Topics

  • Holomorphic Dynamics
  • Mandelbrot Set
  • Newton Fractals
  • Fatou and Julia Sets
  • Attracting Cycles

Mentioned

  • Pierre Fatou
  • Gaston Julia
  • Ben Sparks