Quant GT
Browse all lessons
Section 18 · Lesson 18.5

Stochastic Calculus Primer

Differentiating in the presence of Brownian noise.

Brownian motion has paths that are continuous but not differentiable. To do calculus on processes driven by Brownian motion, you need stochastic calculus.

The basic building block is the Itô integral 0Tσ(s)dW(s)\int_0^T \sigma(s)\, dW(s), which extends the Riemann integral to stochastic integrands. Its key property: E[0Tσ(s)dW(s)]=0E[\int_0^T \sigma(s)\, dW(s)] = 0 — the integral is a martingale.

Itô's Lemma is the chain rule. For XtX_t with dXt=μdt+σdWtdX_t = \mu\, dt + \sigma\, dW_t:

df(Xt)=f(Xt)dXt+12σ2f(Xt)dtdf(X_t) = f'(X_t)\, dX_t + \frac{1}{2}\sigma^2 f''(X_t)\, dt

The extra term 12σ2f\frac{1}{2}\sigma^2 f'' captures the contribution from squared Brownian increments, which scale like dtdt, not (dt)2(dt)^2.

Stochastic calculus is the language of continuous-time finance: SDEs for asset prices, derivative pricing PDEs (Black-Scholes), term-structure models, and risk-neutral measure changes (Girsanov's theorem) all live here.