MANDELBROT SET EXPLORER

Explore the infinite complexity of the most famous fractal in mathematics. Zoom into any region to discover endless patterns and beauty.

CONTROL PANEL
100
1.0x
FRACTAL CANVAS
Click and drag to zoom • Scroll to zoom in/out
MATHEMATICAL BACKGROUND

The Mandelbrot set is defined by the complex quadratic recurrence relation: zn+1 = zn² + c

For each complex number c, we iterate starting with z0 = 0 and check if the sequence remains bounded.

Points in the set (black) remain bounded, while points outside escape to infinity at different rates (colored).

INTERACTIVE FEATURES
Click & Drag: Select region to zoom
Scroll: Zoom in/out at cursor position
Max Iterations: Control detail level
Color Schemes: Multiple visualization options
Real-time: Instant parameter updates