Fractals and infinite detail
A simple repeated rule can create endless visual structure.
This prototype lets learners explore Mandelbrot and Julia sets by changing the view, zooming into boundaries and adjusting how long each point is tested before it escapes.
It is a bridge between complex numbers, iteration, computation and mathematical beauty.
Fractal lab
Iterate one complex rule and watch structure appear.
Each point is tested by repeatedly applying z -> z^2 + c. The colour records how long it takes to escape.
Mode
Mandelbrot
Centre
-0.6500 + 0.0000i
Width
3.4000
Pointer
Move over image
Guided tasks
Mathematical idea
The formula is simple. The behaviour is not.
This is one of the reasons fractals are so compelling: a short repeated instruction creates structure that keeps revealing new detail. It connects complex numbers, iteration, computation and chaos.
Joy in the process
The point is not just to finish. It is to notice, test and return.
These tools are invitations to explore. A good mistake, a surprising pattern or a question you cannot yet answer is part of the work, not a failure of it.
The challenge is deliberate: the site should support thinking, not remove the need for it.
Future extensions