-
Notifications
You must be signed in to change notification settings - Fork 0
Julia Mode
- Background
- Connection to the Mandelbrot Set
- What Julia Sets Look Like
- Why Julia Sets Matter
- Notable Julia Locations
A Julia set is generated from the quadratic iteration
z(n+1) = z(n)^2 + c
where the parameter c is held fixed, and each pixel in the image represents a different starting value z(0) in the complex plane.
So while the Mandelbrot set asks:
For which values of
cdoes the orbit of0remain bounded?
a Julia set asks:
For this fixed value of
c, which starting points remain bounded under iteration?
This produces a very different kind of fractal: not a map of parameters, but the actual boundary between points that escape and points that remain trapped under repeated iteration.
The theory of Julia sets was developed by Gaston Julia and Pierre Fatou in the early 20th century, decades before computers made their full structure visible.
The Mandelbrot set and Julia sets are deeply connected.
For the quadratic family
z(n+1) = z(n)^2 + c
the rule is:
- if
clies inside the Mandelbrot set, the corresponding Julia set is usually connected - if
clies outside the Mandelbrot set, the corresponding Julia set is usually disconnected, often breaking into dust-like fragments
Because of this, the Mandelbrot set can be seen as a kind of atlas of Julia worlds.
Depending on the chosen parameter c, a Julia set may resemble:
- branching coral
- spirals and vortices
- flowers and petals
- lightning webs
- snowflakes
- animal-like silhouettes
- disconnected cosmic dust
Some Julia sets look organic, some mechanical, some astronomical, and some almost biological.
Julia sets are among the clearest demonstrations of how extremely simple equations can generate infinite complexity. They are central to:
- complex dynamics
- chaos theory
- fractal geometry
- iterative systems
- mathematical visualization
They also make the abstract idea of dynamical stability visible: every Julia set is a snapshot of how one specific quadratic system behaves.
In Julia mode you can explore a single fixed dynamical world defined by the chosen parameter c.
Unlike Mandelbrot mode, which maps the behavior of many different parameters, Julia mode reveals the internal geometry of one selected system. Each saved location is therefore not just a camera position, but a different mathematical universe with its own topology, symmetries, and visual personality.
- Kissing Dragons — A dramatic connected form with two opposing curved structures that seem to meet at the center like mirrored dragon heads.
- Tentacles — Long branching arms extend outward into the plane, producing a fluid, creature-like silhouette.
- Seahorses — A classic Julia structure with curled tails and repeating marine-like motifs, closely related to famous Mandelbrot seahorse regions.
- Darkness — A heavy, shadow-dominated formation with dense interior voids and strong contrast between trapped and escaping regions.
- Spiral Galaxies — Rotating arms sweep outward from a central core, giving the image a distinctly astronomical feel.
- Near Julia Border — A parameter chosen close to the connected/disconnected transition, where the set sits near a delicate topological threshold.
- Mandelbrothers — A Julia world whose structure strongly echoes bulb-and-body motifs familiar from the Mandelbrot set.
- Eyes — Twin voids or enclosed cavities create a face-like composition, one of the most visually striking anthropomorphic forms.
- Black Holes — Dark central wells surrounded by warped orbit-like structure, suggesting gravitational collapse or event horizons.
- Serpent — A long curved body-like formation with a narrow profile and sinuous flow.
- Dancing Snowflakes — Sharp branching symmetry with crystalline detail, but with more motion and asymmetry than a static snowflake.
- Brain — Folded lobes and bilateral curves create an uncanny resemblance to neural or biological tissue.
- Main Cardioid — A Julia parameter associated with a well-known stable region of quadratic dynamics, producing a connected and balanced structure.
- Clown — A playful face-like composition with bulbous symmetry and strong visual character.
- Flash — A high-energy, electrically shaped Julia form with fast radiating contours and sharp directional motion.
- Snowflakes — A crystalline branching form with elegant radial detail and cold geometric symmetry.
- Cauliflower Medallion — Dense recursive folding produces a texture reminiscent of cauliflower florets arranged in a circular medallion.
- Mitochondria — An elongated cellular-looking form with enclosed inner zones, suggestive of microscopic biological structure.
- Mandebulbs — Rounded bulb-like features reminiscent of Mandelbrot satellites, but expressed inside a single Julia world.
- Elephants — Repeated large curved protrusions create the impression of trunks or elephant-like outlines.
- Sunflowers — Petal-like radial repetition around a brighter center gives this Julia set a floral character.
- Tree Snakes — Branching structures twist like serpents through a more organic, woody arrangement.
- Chromosome — A narrow, symmetric form with biological overtones, resembling a twisted or mirrored chromosomal figure.
- Misiurewicz Point — A Julia set generated from a parameter associated with a Misiurewicz point, often producing sharp, highly structured, and unstable-looking geometry.
- Flowers — Smooth petal-like lobes arranged around a central form, one of the most naturally floral Julia variants.
- Black Holes (Variant) — A second black-hole-like configuration, with deeper voids and warped surrounding structure centered around a different parameter.
By Radim Brnka © 2025-2026