Brownian Motion
The Wiener process, the continuous-time random walk that drives every diffusion model in finance, defined by its four axioms, with its quadratic variation, martingale and scaling properties, and the nowhere-differentiability that forces us into Itô calculus.
Prerequisites: Common Distributions, Martingales
Brownian motion, the Wiener process , is the single stochastic object underneath almost all of continuous-time finance. Geometric Brownian motion, the Black-Scholes PDE, Heston, SABR, and every short-rate model are built by feeding through some transformation. Understanding it precisely, especially its strange local behaviour, is what makes the rest of stochastic calculus feel inevitable rather than magical.
Definition
A standard Brownian motion is a stochastic process satisfying four axioms:
- Starts at zero: almost surely.
- Independent increments: for , the increments are mutually independent.
- Stationary Gaussian increments: for , the increment's variance equals the elapsed time.
- Continuous paths: is continuous almost surely.
Everything else follows from these. The variance scaling in axiom 3 is the crucial one: standard deviation grows like , not , which is the fingerprint of diffusion and the reason vol scales with the square root of horizon.
Immediate consequences
It is a martingale. Since increments are mean-zero and independent of the past,
So is a martingale with respect to its natural filtration, its best forecast is its current value. It is also a Markov process: the future depends on the past only through the present.
Covariance. For , writing and using independence,
Self-similarity. For any , the rescaled process is again a standard Brownian motion. Brownian motion is a fractal: it looks statistically identical at every zoom level, which is exactly why you cannot draw a tangent to it.
Quadratic variation: the load-bearing property
Ordinary smooth functions have zero quadratic variation. Brownian motion does not, and this single fact is what generates the entire Itô calculus. Partition into equal steps of width and form the sum of squared increments
Each squared increment has mean and, because so its square is times a ,
By independence of increments,
So in : the quadratic variation of Brownian motion over is the deterministic number . We write this heuristically as
together with and . This box is the entire content of Itô's lemma, the second-order term in a Taylor expansion does not vanish, because is of order , not .
Nowhere differentiability and infinite variation
Because , the difference quotient behaves like
whose variance explodes as . The derivative does not exist at any point: Brownian paths are continuous everywhere but differentiable nowhere. Relatedly, the first-order (total) variation is infinite, a Brownian path has infinite length over any interval, while the second-order (quadratic) variation is finite and equal to . This inversion of the usual calculus is precisely why cannot be manipulated with ordinary rules and why the stochastic integral must be defined as an limit rather than pathwise (Riemann-Stieltjes), the integrand must be evaluated at the left endpoint of each interval, giving the Itô integral its martingale property.
From Brownian motion to asset prices
Brownian motion itself is a poor model for a stock price, it goes negative and its increments do not scale with price. The fix is geometric Brownian motion, defined by the SDE
Applying Itô's lemma to gives the drift correction and the explicit solution
so is Gaussian and is lognormal, the foundation of Black-Scholes.
Worked example
A stock follows GBM with annualized. What is the standard deviation of over one trading day, ? Since , the log-return over a day has standard deviation . This is the rule in action, annual vol divided by gives daily vol, and it is why quoting "16% a year is 1% a day" is a desk rule of thumb.
What breaks in practice
- Gaussian increments understate tails. Real returns are leptokurtic and jump; pure Brownian diffusion assigns essentially zero probability to a day, which markets deliver. Jump-diffusion and stochastic-volatility models patch this.
- Constant, known . Volatility clusters and mean-reverts, the flat diffusion coefficient is the very assumption the volatility smile exposes as false.
- Continuous paths. Prices gap over weekends, halts, and news. The continuity axiom is convenient for hedging math but fails exactly when hedging matters most.
- Independent increments. Autocorrelation, microstructure, and momentum all violate independence at short horizons.
In interviews
Be able to state the four defining properties from memory and to derive the quadratic variation result, that because the mean is and the variance vanishes like . The classic follow-ups: "why is and not zero?" (the squared increment is , not ), "is Brownian motion differentiable?" (no, the difference quotient has variance ), and "what is ?" (the answer trips up candidates who forget to use independent increments). Everything in Itô, Girsanov, and risk-neutral pricing rests on these facts.
Practice in interviews
Further reading
- Shreve, Stochastic Calculus for Finance II (Ch. 3)
- Karatzas & Shreve, Brownian Motion and Stochastic Calculus
- Hull, Options, Futures, and Other Derivatives (Ch. 14)