One idea, 4 fields

Stochastic Processes Random Walks

The unifying principle

Start with a random walk: a quantity XX takes steps ξi\xi_i that are independent, identically distributed, mean zero, variance σ2\sigma^2:

Xn=i=1nξi,E[Xn]=0,Var(Xn)=nσ2.X_n = \sum_{i=1}^{n} \xi_i, \qquad \mathbb{E}[X_n]=0, \quad \operatorname{Var}(X_n)=n\sigma^2.

The Central Limit Theorem says that for large nn, Xn/nX_n/\sqrt{n} is Gaussian regardless of the step distribution. Take the continuum limit — steps of size Δt\sqrt{\Delta t} every Δt\Delta t — and the walk converges (Donsker's theorem) to the Wiener process WtW_t:

W0=0,WtWsN(0,ts),independent increments.W_0 = 0,\quad W_t - W_s \sim \mathcal{N}(0,\,t-s),\quad \text{independent increments}.

Its density p(x,t)p(x,t) satisfies the diffusion (heat) equation

pt=D22px2,p(x,t)=12πDtex2/(2Dt).\frac{\partial p}{\partial t} = \frac{D}{2}\frac{\partial^2 p}{\partial x^2}, \qquad p(x,t)=\frac{1}{\sqrt{2\pi D t}}\,e^{-x^2/(2Dt)}.

The signature of every instance below is the same: spread t\propto \sqrt{t}, i.e. Vart\operatorname{Var}\propto t.

How it shows up in each field

Maths — the Wiener process

Here Brownian motion is the object of study itself: the canonical continuous martingale, nowhere differentiable, with quadratic variation Wt=t\langle W\rangle_t = t. It underpins Itô calculus:

dXt=μdt+σdWt,(dWt)2=dt.dX_t = \mu\,dt + \sigma\,dW_t, \qquad (dW_t)^2 = dt.

Example: For f(Wt)=Wt2f(W_t)=W_t^2, Itô's lemma gives d(Wt2)=2WtdWt+dtd(W_t^2)=2W_t\,dW_t + dt, so E[Wt2]=t\mathbb{E}[W_t^2]=t — the t\sqrt{t} spread made rigorous.

Physics — diffusing particles

Einstein (1905) explained the jitter of a pollen grain: countless molecular collisions are the tiny random steps. The mean-squared displacement grows linearly in time,

x2=2Dt,D=kBT6πηr,\langle x^2 \rangle = 2Dt, \qquad D = \frac{k_B T}{6\pi\eta r},

the Einstein relation linking diffusion DD to temperature TT and drag. This let Perrin measure Avogadro's number — proof that atoms are real.

Example: A 1μm1\,\mu\text{m} bead in water diffuses 1μm\sim 1\,\mu\text{m} in a second, then  ⁣608μm\sim\!\sqrt{60}\approx 8\,\mu\text{m} in a minute — not 60×60\times further.

Stock-Market — geometric Brownian motion

Prices can't go negative, so it's the log-price that random-walks. Bachelier (1900) and later Black–Scholes model:

dSt=μStdt+σStdWt    St=S0e(μ12σ2)t+σWt.dS_t = \mu S_t\,dt + \sigma S_t\,dW_t \;\Rightarrow\; S_t = S_0\,e^{(\mu - \tfrac12\sigma^2)t + \sigma W_t}.

Returns are Gaussian; volatility scales as σt\sigma\sqrt{t}. This gives the Black–Scholes option price, where the 12σ2\tfrac12\sigma^2 correction is pure Itô calculus.

Example: Annualizing daily volatility: σyr=σday252\sigma_{\text{yr}} = \sigma_{\text{day}}\sqrt{252} — the same t\sqrt{t} rule as the pollen grain.

Biology — genetic drift

In a finite population of NN diploid individuals, an allele's frequency pp drifts randomly each generation because gametes are sampled with binomial noise:

Var(Δp)=p(1p)2N.\operatorname{Var}(\Delta p) = \frac{p(1-p)}{2N}.

For large NN this becomes the Wright–Fisher diffusion, with generator

ϕt=p(1p)4N2ϕp2,\frac{\partial \phi}{\partial t} = \frac{p(1-p)}{4N}\frac{\partial^2 \phi}{\partial p^2},

a diffusion equation with state-dependent variance. Alleles wander until fixed (p=1p=1) or lost (p=0p=0).

Example: A neutral mutation in N=104N=10^4 fixes with probability 1/(2N)=5×1051/(2N)=5\times10^{-5}; the expected time to fixation, 4N\sim 4N generations, is a first-passage time of the drift.

Why this bridge matters

The t\sqrt{t} scaling is a portable intuition: whenever you see variance growing linearly with time, suspect an underlying random walk and reach for the diffusion equation.

  • Itô calculus (maths) hands physicists and quants the same toolkit: the mysterious 12σ2-\tfrac12\sigma^2 drift in Black–Scholes and Langevin dynamics is one identity, (dW)2=dt(dW)^2=dt.
  • The Einstein relation (physics) — fluctuation tied to dissipation — reappears in biology as drift (1/N\propto 1/N) versus selection, and in finance as volatility versus drift.
  • First-passage / absorbing boundaries: fixation of a gene, a stock hitting a barrier option, and a particle reaching a wall are the same boundary-value problem for the heat equation.
  • Recognizing the shared skeleton means a result proven once (e.g. Kolmogorov's forward equation) instantly serves all four domains.

Connections

  • 01 Central Limit Theorem
  • 02 Wiener Process & Itô Calculus
  • 03 Diffusion Equation
  • 04 Einstein Relation & Langevin Dynamics
  • 05 Geometric Brownian Motion
  • 06 Black–Scholes Model
  • 07 Wright–Fisher & Genetic Drift
  • 08 First-Passage Times

#bridge

Itô: (dW)²=dt

Einstein relation

diffusion equation

first-passage

Brownian Motion / √t random walk

Maths: Wiener process, Itô calculus

Physics: diffusing particles, ⟨x²⟩=2Dt

Stock-Market: geometric BM, Black–Scholes

Biology: genetic drift, Wright–Fisher

Connected notes