Quant GT
Browse all lessons
Section 13 · Lesson 13.4

Itô's Lemma

How to take derivatives of functions of stochastic processes.

Brownian motion is too rough for ordinary calculus to work. Itô's Lemma is the chain rule for stochastic processes. For XtX_t satisfying dXt=μdt+σdWtdX_t = \mu\, dt + \sigma\, dW_t and a smooth function f(t,x)f(t, x):

df(t,Xt)=(ft+μfx+12σ22fx2)dt+σfxdWtdf(t, X_t) = \left(\frac{\partial f}{\partial t} + \mu \frac{\partial f}{\partial x} + \frac{1}{2}\sigma^2 \frac{\partial^2 f}{\partial x^2}\right) dt + \sigma \frac{\partial f}{\partial x}\, dW_t

The extra term 12σ2fxx\frac{1}{2}\sigma^2 f_{xx} is what makes stochastic calculus different from ordinary calculus. It comes from the fact that (dW)2=dt(dW)^2 = dt — Brownian increments aren't negligible at second order.

Itô's Lemma is the workhorse of derivative pricing. Apply it to f(S)=logSf(S) = \log S where SS follows GBM, and you get the SDE for log-returns. Apply it to an option payoff and you get the Black-Scholes PDE. Without Itô, modern continuous-time finance doesn't function.