Quant Memo
Advanced

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 WtW_t, 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 WtW_t 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 {Wt}t0\{W_t\}_{t\ge 0} is a stochastic process satisfying four axioms:

  1. Starts at zero: W0=0W_0 = 0 almost surely.
  2. Independent increments: for 0t0<t1<<tn0 \le t_0 < t_1 < \dots < t_n, the increments Wt1Wt0, , WtnWtn1W_{t_1}-W_{t_0},\ \dots,\ W_{t_n}-W_{t_{n-1}} are mutually independent.
  3. Stationary Gaussian increments: WtWsN(0,ts)W_t - W_s \sim \mathcal{N}(0,\, t-s) for s<ts < t, the increment's variance equals the elapsed time.
  4. Continuous paths: tWtt \mapsto W_t is continuous almost surely.

Everything else follows from these. The variance scaling in axiom 3 is the crucial one: standard deviation grows like t\sqrt{t}, not tt, 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,

E[WtFs]=Ws+E[WtWsFs]=Ws,s<t.\mathbb{E}[W_t \mid \mathcal{F}_s] = W_s + \mathbb{E}[W_t - W_s \mid \mathcal{F}_s] = W_s, \qquad s < t.

So WtW_t 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 sts \le t, writing Wt=Ws+(WtWs)W_t = W_s + (W_t - W_s) and using independence,

Cov(Ws,Wt)=Var(Ws)=s=min(s,t).\operatorname{Cov}(W_s, W_t) = \operatorname{Var}(W_s) = s = \min(s,t).

Self-similarity. For any c>0c > 0, the rescaled process 1cWct\tfrac{1}{\sqrt c}\,W_{ct} 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 [0,t][0,t] into nn equal steps of width Δt=t/n\Delta t = t/n and form the sum of squared increments

Qn=i=1n(WtiWti1)2.Q_n = \sum_{i=1}^{n} (W_{t_i} - W_{t_{i-1}})^2.

Each squared increment has mean E[(ΔWi)2]=Δt\mathbb{E}[(\Delta W_i)^2] = \Delta t and, because ΔWiN(0,Δt)\Delta W_i \sim \mathcal{N}(0,\Delta t) so its square is Δt\Delta t times a χ12\chi^2_1,

Var((ΔWi)2)=2(Δt)2.\operatorname{Var}\big((\Delta W_i)^2\big) = 2(\Delta t)^2.

By independence of increments,

E[Qn]=nΔt=t,Var(Qn)=n2(Δt)2=2t2nn0.\mathbb{E}[Q_n] = n\,\Delta t = t, \qquad \operatorname{Var}(Q_n) = n \cdot 2(\Delta t)^2 = \frac{2t^2}{n} \xrightarrow[n\to\infty]{} 0.

So QntQ_n \to t in L2L^2: the quadratic variation of Brownian motion over [0,t][0,t] is the deterministic number tt. We write this heuristically as

(dWt)2=dt,\boxed{(dW_t)^2 = dt,}

together with dtdWt=0dt\,dW_t = 0 and (dt)2=0(dt)^2 = 0. This box is the entire content of Itô's lemma, the second-order term in a Taylor expansion does not vanish, because (ΔW)2(\Delta W)^2 is of order Δt\Delta t, not (Δt)2(\Delta t)^2.

Nowhere differentiability and infinite variation

Because ΔWN(0,Δt)\Delta W \sim \mathcal{N}(0,\Delta t), the difference quotient behaves like

ΔWΔtN ⁣(0, 1Δt),\frac{\Delta W}{\Delta t} \sim \mathcal{N}\!\Big(0,\ \frac{1}{\Delta t}\Big),

whose variance explodes as Δt0\Delta t \to 0. 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 tt. This inversion of the usual calculus is precisely why dWdW cannot be manipulated with ordinary rules and why the stochastic integral HsdWs\int H_s\,dW_s must be defined as an L2L^2 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

dSt=μStdt+σStdWt.dS_t = \mu S_t\,dt + \sigma S_t\,dW_t.

Applying Itô's lemma to lnSt\ln S_t gives the drift correction 12σ2-\tfrac12\sigma^2 and the explicit solution

St=S0exp ⁣((μ12σ2)t+σWt),S_t = S_0 \exp\!\Big(\big(\mu - \tfrac12\sigma^2\big)t + \sigma W_t\Big),

so lnSt\ln S_t is Gaussian and StS_t is lognormal, the foundation of Black-Scholes.

Worked example

A stock follows GBM with σ=20%\sigma = 20\% annualized. What is the standard deviation of WtW_t over one trading day, Δt=1/252\Delta t = 1/252? Since sd(WΔt)=Δt=1/2520.063\operatorname{sd}(W_{\Delta t}) = \sqrt{\Delta t} = \sqrt{1/252} \approx 0.063, the log-return over a day has standard deviation σΔt=0.20×0.0631.26%\sigma\sqrt{\Delta t} = 0.20 \times 0.063 \approx 1.26\%. This is the t\sqrt{t} rule in action, annual vol divided by 25215.9\sqrt{252} \approx 15.9 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 20%-20\% day, which markets deliver. Jump-diffusion and stochastic-volatility models patch this.
  • Constant, known σ\sigma. 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 (ΔW)2t\sum (\Delta W)^2 \to t because the mean is tt and the variance vanishes like 1/n1/n. The classic follow-ups: "why is (dW)2=dt(dW)^2 = dt and not zero?" (the squared increment is O(Δt)O(\Delta t), not O(Δt2)O(\Delta t^2)), "is Brownian motion differentiable?" (no, the difference quotient has variance 1/Δt1/\Delta t \to \infty), and "what is Cov(Ws,Wt)\operatorname{Cov}(W_s, W_t)?" (the answer min(s,t)\min(s,t) trips up candidates who forget to use independent increments). Everything in Itô, Girsanov, and risk-neutral pricing rests on these facts.

Related concepts

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)
ShareTwitterLinkedIn