Turing Pattern Simulator: Reaction-Diffusion Morphogenesis

simulator intermediate ~10 min
Loading simulation...
d = 5.0 — Turing-unstable, pattern-forming regime

With Dᵥ/Dᵤ = 5, the system is in the Turing-unstable regime. The Gray-Scott model at f=0.055, k=0.062 produces mitosis-like spot splitting patterns.

Formula

∂u/∂t = Dᵤ∇²u − uv² + f(1 − u)
∂v/∂t = Dᵥ∇²v + uv² − (f + k)v
d_critical = (a + b)² / (a − b)² (Turing threshold)

The Chemical Basis of Morphogenesis

In 1952, Alan Turing — already famous for codebreaking and computing theory — published a revolutionary paper proposing that biological patterns could emerge from the interaction of diffusing chemicals he called morphogens. His key insight was counterintuitive: diffusion, which normally smooths out differences, can actually create patterns if two substances react and diffuse at different rates. This mechanism explains how a uniform embryo develops spatially organized structures.

Activator-Inhibitor Dynamics

The Turing mechanism requires two interacting chemicals: an activator that promotes its own production and an inhibitor that suppresses the activator. The critical requirement is that the inhibitor diffuses much faster than the activator. This creates a regime of 'local activation, long-range inhibition' — the activator amplifies local peaks while the fast-diffusing inhibitor suppresses growth in surrounding regions, creating regularly spaced features.

The Gray-Scott Parameter Space

The Gray-Scott model is a particularly rich reaction-diffusion system that produces an astonishing variety of patterns depending on just two parameters: feed rate f and kill rate k. Different regions of the f-k parameter space generate spots, stripes, spirals, traveling waves, spot replication (mitosis), and chaotic patterns. This simulation lets you explore this parameter space interactively and watch patterns evolve in real time.

From Mathematics to Living Organisms

For decades after Turing's paper, skeptics questioned whether reaction-diffusion actually operates in biology. Recent experimental evidence has been compelling: zebrafish skin stripes arise from interactions between differently-diffusing pigment cells, mouse digit spacing is set by a Turing-type BMP-WNT interaction, and hair follicle patterns follow reaction-diffusion dynamics. Turing's mathematical vision has been triumphantly vindicated by modern developmental biology.

FAQ

What are Turing patterns?

Turing patterns are spatial structures (spots, stripes, spirals) that spontaneously emerge from homogeneous initial conditions through reaction-diffusion processes. Alan Turing proposed in 1952 that chemical morphogens with different diffusion rates could break spatial symmetry, explaining biological pattern formation.

What is the Turing instability condition?

The Turing (diffusion-driven) instability requires the inhibitor to diffuse significantly faster than the activator. Mathematically, the diffusion ratio d = Dᵥ/Dᵤ must exceed a critical threshold determined by the reaction kinetics. This allows local activation with long-range inhibition.

What is the Gray-Scott model?

The Gray-Scott model is a specific reaction-diffusion system with two species (U and V) governed by: ∂U/∂t = Dᵤ∇²U − UV² + f(1−U) and ∂V/∂t = Dᵥ∇²V + UV² − (f+k)V. It produces an extraordinary variety of patterns depending on feed rate f and kill rate k.

Do Turing patterns occur in real biology?

Yes. Turing patterns have been confirmed in zebrafish skin pigmentation, mouse digit spacing, hair follicle arrangement, and chemical systems like the CIMA reaction. The 2023 Nobel Prize in Chemistry highlighted computational approaches to understanding such self-organizing biological patterns.

Sources

Embed

<iframe src="https://homo-deus.com/lab/mathematical-biology/turing-pattern/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub