Loading…

Fractal Geometry Explorer [mandelbrot Set]

Math Geometry • Analytical and Advanced Geometry (capstone)

View all topics

Mandelbrot Set Fractal Calculator & Plotter (Free Online)

Render the Mandelbrot set using the iteration \(z_{n+1}=z_n^2+c\) with \(z_0=0\). Points \(c\) that never “escape” (stay bounded, typically \(|z|<2\)) are in the set. Use the interactive complex-plane plot to zoom into infinite detail.

Drag to pan • wheel/trackpad to zoom • click to center • Shift + drag to box-zoom. Frame numbers stay visible while dragging.

Fractal parameters

Typical start view: center \((-0.5,0)\), span \(\approx 1.6\). Increase iterations for deeper zooms.

Render & display options

The probe computes escape iteration for one chosen \(c\). Rendering computes escape-time for all pixels.

Ready
Mandelbrot set (interactive)

Tip: Shift-drag to draw a zoom box; release to zoom. Wheel zooms around the cursor.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

Why is the escape radius usually 2?

For z_{n+1}=z_n^2+c, if |z_n| ever exceeds 2, the orbit will diverge to infinity, so 2 is a proven sufficient escape bound.

Does “not escaping” always mean the point is in the set?

It means the orbit did not escape within the chosen max iterations. Near the boundary, points may need many iterations to escape, so higher iteration limits give more reliable classification.

Why do I need more iterations when I zoom in?

Deep zoom regions often lie near the boundary, where orbits can hover for a long time before escaping. More iterations improve detail and accuracy.

What is smooth coloring?

It estimates a fractional escape time using the size of z at escape, producing smoother gradients and reducing visible color banding.