Quant GT
Browse all lessons
Section 13 · Lesson 13.3

Brownian Motion

The continuous-time limit of a random walk and the workhorse of finance.

Standard Brownian motion W(t)W(t) is the continuous-time limit of a symmetric random walk. It's defined by four properties:

W(0)=0W(0) = 0.Continuous paths.Independent increments: W(t+s)W(t)W(t + s) - W(t) is independent of the past up to tt.Gaussian increments: W(t+s)W(t)N(0,s)W(t + s) - W(t) \sim N(0, s).

Several remarkable consequences. Brownian paths are continuous everywhere but differentiable nowhere — they're so jagged that ordinary calculus breaks down. The variance grows linearly with time, but the path itself wanders by t\sqrt{t} on typical scales.

Brownian motion is the foundation of continuous-time finance. Stock prices in the Black-Scholes world are functions of Brownian motion. Yield curve dynamics, exchange rates, and short-rate models all build on it. To do calculus on Brownian-driven processes, you need Itô calculus — a topic we'll get to next.