Brownian Motion

5 min read#probability

The continuous-time limit of a random walk — the erratic, jittery path traced by a particle buffeted by countless tiny random kicks.

Contents

Brownian Motion

Brownian motion is what a Random Walk becomes when you take its steps infinitely small and infinitely frequent. The result is a continuous but impossibly jagged path — nowhere smooth, jittering at every scale, yet governed by clean statistical laws. It is named for the botanist Robert Brown, who in 1827 watched pollen grains in water twitch under his microscope without apparent cause. The cause, Einstein later showed, was the grain being kicked from all sides by unseen water molecules — and the math of those kicks is this process.

As the mathematical idealization (the Wiener process), Brownian motion is the cornerstone of stochastic calculus, the model for diffusion, and the noisy heartbeat behind everything from stock prices to the spread of heat.

From discrete steps to a continuous thread

Take a random walk of n steps in a fixed time T. Shrink each step and crank up the count, and in the limit the corner-to-corner path smooths into a continuous curve B(t) with three defining properties:

  • Independent increments — disjoint stretches of the path are independent of one another.
  • Gaussian increments — the displacement over a time interval \Delta t is normally distributed with variance proportional to \Delta t.
  • Continuity — the path never jumps, yet is differentiable nowhere.

That middle property is the inherited \sqrt{n} law of the random walk: the typical distance traveled grows like \sqrt{t}. Spread accumulates with the square root of time, the universal signature of diffusion.

Wandering in the plane

Below, several particles undergo Brownian motion in 2D: each takes a small Gaussian-distributed kick every frame, tracing a tangled trail. The paths never quite repeat, never settle, and never smooth out — exactly the restless wandering Brown saw in his pollen.

Several particles performing 2D Brownian motion. Each takes an independent Gaussian step every frame; the trails are continuous but jagged at every scale. Auto-resets when the trails grow long.

Diffusion, prices, and patterns

Average over a whole cloud of Brownian particles and the sharp randomness smooths into the diffusion equation — the same heat-spreading law that, paired with local reaction rules, drives the spots and stripes of Reaction–Diffusion systems. Add a steady drift and you get the standard model of a fluctuating stock price. Brownian motion is where probability stops being about discrete dice and becomes the continuous calculus of noise.

See also