Itô's Lemma
The chain rule of stochastic calculus, how a smooth function of a diffusion evolves, why the second-order (dW)²=dt term survives, derived from a Taylor expansion, and applied to geometric Brownian motion to get the lognormal solution.
Prerequisites: Brownian Motion
Itô's lemma is the chain rule for functions of Brownian motion. Ordinary calculus says ; Itô's lemma adds a second-order term that does not vanish, because Brownian motion has non-zero quadratic variation. It is the workhorse of derivatives pricing, the Black-Scholes PDE, the drift correction in geometric Brownian motion, and every change-of-variable in a model all come out of one application of this lemma.
The setup
Let be an Itô process, a diffusion driven by a single Brownian motion:
where (the drift) and (the diffusion coefficient) may depend on and . Let be twice continuously differentiable in and once in . We want the dynamics of the transformed process .
Statement
Itô's lemma states
The first bracket is the drift of ; the coefficient on is its diffusion. Compared with the deterministic chain rule , the new piece is the Itô term . It is a genuine first-order (in ) contribution, not a rounding error.
Why the second-order term survives
The mechanism is the quadratic variation of . Taylor-expand to second order:
Now substitute and apply the Itô multiplication rules, which encode :
Then
because only the term survives; every term with a or factor is of higher order and drops. Substituting back,
which is precisely the boxed formula after collecting and terms. The rigorous version replaces this heuristic with an limit of Riemann sums, but the algebra is identical, the key input is that rather than to zero.
The multidimensional and product forms
For two Itô processes driven by correlated Brownian motions with , the cross term gives the Itô product rule:
The extra covariation term is what distinguishes it from the ordinary product rule and is essential in stochastic-volatility and multi-asset models.
Application: geometric Brownian motion
Take the stock SDE (so the "" and "" of the lemma are and ) and apply Itô to . Here , , :
using . This is a driftless-plus-constant SDE for , so it integrates directly:
Two things to notice. First, is lognormal, guaranteed positive, the fix that makes GBM a viable price model. Second, the correction on the drift is pure Itô: the log-return has drift even though the arithmetic return has drift . This gap, the difference between and , is Jensen's inequality made dynamic, and it is exactly the term that appears in of the Black-Scholes formula.
Worked example: expected value of the stock
Using the solution above, . Since , the moment-generating function gives , so
The two terms cancel exactly: the expected price grows at , even though the expected log-price grows only at . Getting this cancellation right is the essence of the Itô drift correction.
What breaks in practice
- Non-differentiable payoffs. Itô requires . Option payoffs like have a kink, so the lemma applies only away from the strike; at the kink one needs the Itô-Tanaka formula and local time. This is why gamma is a delta function at expiry for a digital.
- Jumps. If has jumps, the pure-diffusion Itô lemma is wrong, you need the Itô formula for semimartingales with a jump-compensation term. Markets gap, so this matters.
- Estimating . The lemma is exact given the model, but the whole edifice rests on knowing the diffusion coefficient. In practice is uncertain and time-varying, which is what implied vol and stochastic vol confront.
In interviews
The canonical ask is "state and sketch Itô's lemma, then apply it to for geometric Brownian motion." Nail the drift correction: , and be ready to explain that the comes from the Itô term with , . A frequent trap: ", is it or ?" The answer is for the price and for the median. Interviewers also probe whether you know why , the quadratic variation argument, because a candidate who treats it as a memorized rule cannot generalize to the multi-factor case.
Related concepts
Practice in interviews
Further reading
- Shreve, Stochastic Calculus for Finance II (Ch. 4)
- Øksendal, Stochastic Differential Equations (Ch. 4)
- Hull, Options, Futures, and Other Derivatives (Ch. 14)