One idea, 4 fields
Diffusion
The unifying principle
Start from a random walker. In time it steps with equal probability. The probability density obeys, in the continuum limit, the diffusion equation:
Two facts fall out and reappear everywhere:
- The spread grows as the square root of time: , so . Diffusion is slow over distance.
- Fick's / Fourier's law: flux is proportional to the gradient, . Combined with conservation , you recover the same PDE.
The microscopic driver is the stochastic differential equation (Langevin form):
whose density evolves by the Fokker–Planck equation. Every field below is a reading of these same two lines.
How it shows up in each field
Physics — heat and Brownian motion
Heat conduction is diffusion of thermal energy: Fourier's law gives Same equation, replacing , thermal diffusivity replacing . Einstein (1905) tied to the microscopic jitter: (fluctuation–dissipation). Example: a hot poker end; the temperature front reaches distance in time — double the rod, quadruple the wait.
Chemistry — molecular mixing and reaction fronts
Concentration obeys Fick's second law . Couple diffusion to reaction and you get reaction–diffusion: Example: a drop of ink in still water spreads with (small-molecule — hours to cross a cup). With reaction terms, the same equation makes Turing patterns (spots, stripes).
Biology — neuron signaling and cable theory
Ions diffuse across membranes down electrochemical gradients (Nernst–Planck, a drift–diffusion law). Along a dendrite, membrane voltage obeys the cable equation: a diffusion equation ( plays the role of ) with a leak term . Example: a passive voltage bump spreads and decays over the length constant ; this is why axons need active regeneration (spikes) — pure diffusion of charge would die out in millimeters.
AI-ML — generative diffusion models
Add noise to data step by step until it's pure Gaussian — the forward process is exactly the Langevin SDE: The magic: this SDE has a reverse-time SDE (Anderson) that runs it backward using the score : A neural net learns the score; sampling = denoising noise back into images. Example: Stable Diffusion / DDPM start from and integrate the reverse process to produce a photo — literally reversing diffusion.
Why this bridge matters
- Scaling intuition transfers: the law tells a biologist why signaling needs active amplification, a chemist how long mixing takes, an ML engineer why many small denoising steps beat few large ones.
- The gradient view unifies: "flux flows down gradients" is Fourier's law, Fick's law, Nernst–Planck, and score-based sampling (the score is the gradient that guides flow).
- Reversibility is the big payoff: physics taught that diffusion is entropy-increasing and "irreversible" — yet the SDE is exactly reversible if you know the score. That physics insight (Anderson's reverse SDE, from stochastic control) is precisely what made modern generative AI work.
- Fluctuation–dissipation () is the same bargain everywhere: the noise that mixes you is the noise that lets you explore/generate.
Connections
- 01 Random Walks & Brownian Motion
- 02 Fokker–Planck & Langevin Dynamics
- 03 Heat Equation & Thermal Diffusivity
- 04 Fick's Laws & Reaction–Diffusion
- 05 Cable Theory & Nernst–Planck
- 06 Score-Based Generative Models
- 07 Turing Patterns
- 08 Fluctuation–Dissipation Theorem
#bridge