The field guide to infinite patterns

The mathematics of infinity, made visible.

Fractal
Section

Fractal Mathematics

The simple rules behind infinite complexity — geometry, dimension, self-similarity and chaos, in plain English.

Fractal geometry is the branch of mathematics that describes shapes too irregular for classical Euclidean geometry — coastlines, clouds, mountains, the branching of a lung — using one powerful idea: a simple rule, repeated, can generate endless complexity. Where a line is one-dimensional and a plane is two, a fractal can sit between them, carrying a fractional dimension that measures exactly how intricately it fills space. This section is written for the curious-but-not-credentialed reader: it explains self-similarity and fractal dimension in plain language, lays out the seven classes of fractals, works the Mandelbrot formula step by step, and traces the link to chaos theory. No PhD required — only the willingness to follow one rule as far as it goes.

Fractal Mathematics

Types of Fractals: 7 Classes Explained

Mathematicians sort fractals two ways — by how their parts repeat (exact, quasi, and statistical self-similarity) and by how they are built (iterated function systems, escape-time formulas, strange attractors, and L-systems). Here are the seven classes, with real examples and their fractal dimensions.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

Self-Similarity, Explained

The one idea at the heart of every fractal: why a coastline looks the same whether you measure it with a mile-long ruler or a yardstick — and what that tells us about the hidden geometry of the universe.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

The Math of the Mandelbrot Set: z²+c, Step by Step

The most complex object in mathematics is built from one short line: z → z² + c. Here is what that formula means, how to run it by hand, and why a five-character rule produces infinite detail.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

How to Make Fractals in Python

From a fifteen-line Mandelbrot renderer to an animated Barnsley fern, Python makes the infinite tangible. A working guide — with real code, the math behind it, and the libraries that do the heavy lifting.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

Fractal Geometry vs Euclidean Geometry

Euclid gave us the smooth, idealized shapes of the classroom; Mandelbrot gave us a geometry rough enough to describe a coastline. Here is how the two systems differ — and why nature speaks fractal.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

Fractal Geometry: The Mathematics of the Infinite

Fractal geometry is the branch of mathematics that measures roughness. Here is how one simple idea — a rule repeated at every scale — gave us a way to put a number on coastlines, clouds, and the most complex object in mathematics.

By Dr. Elena Marchetti · 1 MIN READ

Fractal Mathematics

Chaos Theory & Fractals: The Connection

Chaos and fractals are two faces of one idea: simple deterministic rules, iterated, that produce unpredictable motion tracing infinitely intricate self-similar shapes. Here is how the two fields grew up together — and why a strange attractor is a fractal.

By Dr. Elena Marchetti · 1 MIN READ

Frequently asked about Fractal Mathematics

What is fractal geometry?

Fractal geometry is the mathematical study of shapes that repeat their structure across scales and are too irregular for classical (Euclidean) geometry. Pioneered by Benoit Mandelbrot, it describes natural forms — coastlines, mountains, clouds — using rules of self-similarity and fractional dimension.

What is fractal dimension?

Fractal dimension is a number — often not a whole number — that measures how completely a fractal fills space as you zoom in. A jagged coastline might have a dimension around 1.25, sitting between a smooth line (dimension 1) and a filled plane (dimension 2). It is usually estimated by box-counting or the Hausdorff method.

Do you need advanced math to understand fractals?

No. The core ideas — a rule repeated at every scale, self-similarity, and a dimension that need not be a whole number — can be understood with everyday intuition and simple pictures. This section is written for the math-curious, with the formal depth available where you want it.