No Login Data Private Local Save

Mandelbrot Set Explorer - Online Infinite Zoom Fractal

67
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.