Skip to main content

TL;DR

Ito's Lemma: The chain rule for stochastic calculus: df = f'dX + (1/2)f''(dX)^2 — the extra term changes everything. This concept is essential for quantitative trading interviews and is frequently tested at top firms.

By Valenke Exam Prep Team·Last updated 2026-06-01
Stochastic Processes

Ito's Lemma

The chain rule for stochastic calculus: df = f'dX + (1/2)f''(dX)^2 — the extra term changes everything.

Ito's lemma is the chain rule of stochastic calculus. If XtX_t follows dXt=μdt+σdWtdX_t = \mu \, dt + \sigma \, dW_t and f(t,x)f(t, x) is a smooth function, then: df=ftdt+fxdXt+122fx2(dXt)2df = \frac{\partial f}{\partial t} dt + \frac{\partial f}{\partial x} dX_t + \frac{1}{2} \frac{\partial^2 f}{\partial x^2} (dX_t)^2 Using (dWt)2=dt(dW_t)^2 = dt, dWtdt=0dW_t \cdot dt = 0, (dt)2=0(dt)^2 = 0: df=(ft+μfx+σ222fx2)dt+σfxdWtdf = \left(\frac{\partial f}{\partial t} + \mu \frac{\partial f}{\partial x} + \frac{\sigma^2}{2} \frac{\partial^2 f}{\partial x^2}\right) dt + \sigma \frac{\partial f}{\partial x} dW_t Intuition: In ordinary calculus, the Taylor expansion's second-order term 12f(dx)2\frac{1}{2}f''(dx)^2 vanishes because (dx)2(dx)^2 is infinitesimally small compared to dxdx. But Brownian motion is "rougher" than smooth paths — (dW)2(dW)^2 is of order dtdt, not (dt)2(dt)^2. So the second-order term survives! This is the fundamental surprise of stochastic calculus. The classic application — deriving GBM: Let dS=μSdt+σSdWdS = \mu S \, dt + \sigma S \, dW and apply Ito's lemma to f(S)=lnSf(S) = \ln S: - f=1/Sf' = 1/S, f=1/S2f'' = -1/S^2 - d(lnS)=1S(μSdt+σSdW)+12(1/S2)(σS)2dtd(\ln S) = \frac{1}{S}(\mu S \, dt + \sigma S \, dW) + \frac{1}{2}(-1/S^2)(\sigma S)^2 dt - d(lnS)=(μσ2/2)dt+σdWd(\ln S) = (\mu - \sigma^22\frac{2}{2}) dt + \sigma \, dW The σ2/2-\sigma^22\frac{2}{2} correction appears naturally — it's not an ad hoc adjustment, it's Ito's lemma at work. Concrete example: Let f(Wt)=Wt2f(W_t) = W_t^2. By Ito's lemma (f=2Wtf'= 2W_t, f=2f''=2): d(Wt2)=2WtdWt+12(2)(dWt)2=2WtdWt+dtd(W_t^2) = 2W_t \, dW_t + \frac{1}{2}(2)(dW_t)^2 = 2W_t \, dW_t + dt So Wt2=20tWsdWs+tW_t^2 = 2\int_0^t W_s \, dW_s + t, which gives E[Wt2]=tE[W_t^2] = t. The extra dtdt term is pure Ito. When to use: Any time you need to find the dynamics of a function of a stochastic process. Deriving the Black-Scholes PDE. Computing expectations of transformed processes. This is the workhorse of quantitative finance.

Ready to practice for the Valenke Finance Exam?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →