No Login Data Private Local Save

Mandelbrot Set Explorer - Online Infinite Zoom Fractal

16
0
0
0
150 iter
|
Theme:
|
Jump to: 🌐 Full View 🐎 Seahorse Valley 🐘 Elephant Valley 🌀 Spiral 🔬 Deep Zoom
Cursor: — , — Center: -0.75 + 0.00i Zoom: 1× Depth: 0
Frequently Asked Questions
The Mandelbrot Set is one of the most famous fractals in mathematics, discovered by Benoît Mandelbrot in 1980. It consists of all complex numbers c for which the iterative equation zn+1 = zn² + c (starting with z₀ = 0) remains bounded—meaning the sequence never escapes to infinity. The stunning beauty comes from the infinitely complex boundary, where tiny changes in c produce dramatically different behavior. Points inside the set are typically colored black, while points outside are colored based on how quickly they escape—creating the iconic psychedelic halos.
The Mandelbrot Set exhibits self-similarity at all scales—zooming into the boundary reveals endless new patterns: spirals, seahorse-like tendrils, and miniature copies of the entire set. This explorer lets you zoom by scrolling, double-clicking, or dragging a selection box. Each zoom level recalculates the fractal at the new resolution. The zoom depth is theoretically limited only by JavaScript's 64-bit floating-point precision (about 1014× magnification), though practical rendering time increases at extreme depths due to the higher iteration counts needed to resolve fine details.
Colors indicate the escape velocity of each point outside the Mandelbrot Set. When iterating z² + c, if |z| exceeds 2, the point will escape to infinity. The color is determined by how many iterations it took to escape—fewer iterations (fast escape) produce one set of hues, while points that nearly belong to the set (slow escape, many iterations) produce different colors. Points that never escape (inside the set) remain black. This tool offers multiple color themes—Rainbow, Fire, Ocean, Neon, and Monochrome—each mapping iteration counts to a different palette for varied aesthetic effects.
Some of the most spectacular regions include: Seahorse Valley (near c = -0.745 + 0.1i)—a narrow channel filled with seahorse-shaped swirls; Elephant Valley (near c = 0.275 + 0i)—named for its trunk-like curving patterns; and the deep spiral regions around c = -0.7453 + 0.1127i, where intricate Fibonacci-like spirals emerge. For truly mind-blowing detail, try the Deep Zoom preset which reveals miniature copies of the entire Mandelbrot Set embedded within the boundary at extreme magnification.
At extreme zoom levels, you need more iterations to resolve the fractal boundary accurately. If the iteration count is too low, points near the boundary may not escape within the limit, causing the image to appear blurry or washed out. This tool's Auto Iterations feature automatically increases the maximum iterations as you zoom deeper—following the heuristic that required iterations roughly scale with the square root of the zoom factor. You can also manually adjust iterations using the +/- buttons for fine control.
Both use the same equation z² + c, but with a crucial difference: in the Mandelbrot Set, c varies across the image while z always starts at 0; in a Julia Set, c is fixed (a single constant) and z starts at each pixel's coordinate. The Mandelbrot Set can be thought of as a "map" of all possible Julia Sets—every point in the Mandelbrot Set corresponds to a connected Julia Set, while points outside produce disconnected (dust-like) Julia Sets. If you find a particularly beautiful spot in the Mandelbrot Set, the corresponding Julia Set will often be equally stunning.
The boundary of the Mandelbrot Set is infinitely complex—you can zoom in forever and never run out of new patterns. Mathematically, the boundary has a Hausdorff dimension of 2 (the same as a filled area), meaning it's so convoluted that it essentially fills two-dimensional space. However, the set itself has a finite area (approximately 1.50659 square units in the complex plane). In practice, computational precision limits our exploration—with standard 64-bit floating-point numbers, meaningful zoom is limited to about 1014× magnification before numerical artifacts appear.
Use the Save button (download icon) in the toolbar to export the current view as a high-resolution PNG image. The file name includes the center coordinates and zoom level so you can revisit or share the exact location. You can also bookmark the URL—future versions of this tool may support URL parameter sharing to let you send a specific fractal view to friends or save it for later exploration. The coordinate display at the bottom shows your precise position in the complex plane at all times.