Itô's Lemma
The chain rule of stochastic calculus, driven by the rule (dW)²=dt.
Leads to: 9.3 uses Itô to solve SDEs; 9.5 turns it into a PDE.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- State the multiplication table dt·dt=0, dt·dW=0, dW·dW=dt and justify it via quadratic variation.
- State Itô's lemma for a smooth function of time and an Itô process, precisely.
- Derive d(log S) and d(S²) for geometric Brownian motion.
- Explain the origin and meaning of the second-order Itô correction term.
- Apply Itô to verify that a given process is a martingale.
Key Vocabulary
- Itô process
- A process \(dX=a\,dt+b\,dW\) with adapted drift \(a\) and diffusion \(b\).
- Itô's lemma
- The stochastic chain rule: it adds a \(\tfrac12 f_{xx}(dX)^2\) term to the ordinary chain rule.
- Multiplication table
- The formal rules \((dt)^2=dt\,dW=0\), \((dW)^2=dt\) used to expand differentials.
- Itô correction
- The second-order term \(\tfrac12 f_{xx}b^2\,dt\) absent from deterministic calculus.
- Drift
- The \(dt\) coefficient of an Itô process; the local mean rate of change.
- Diffusion (volatility)
- The \(dW\) coefficient; the local standard deviation rate.
Intuition & Motivation
The multiplication table
Because Brownian motion has quadratic variation \(t\), squared increments behave like \(dt\). Formally, when expanding differentials to first order in \(dt\):
Derivation sketch: Taylor-expand \(df=f_t\,dt+f_x\,dX+\tfrac12 f_{xx}(dX)^2+\cdots\), substitute \(dX=a\,dt+b\,dW\) and \((dX)^2=b^2\,dt\) from (9.3), and drop higher-order terms. The \(\tfrac12 b^2 f_{xx}\) term is the Itô correction.
Predict before you compute
- Forgetting the \(\tfrac12 b^2 f_{xx}\) term and using the ordinary chain rule. This is the single most common error in stochastic calculus.
- Using \((dW)^2\approx0\). It is exactly \(dt\).
- Confusing the drift of \(S\) (\(\mu S\)) with the drift of \(\log S\) (\(\mu-\tfrac12\sigma^2\)).
- Applying \(f_x b\) but forgetting \(f_t\) when \(f\) depends explicitly on time (e.g. discounting).
- Mechanical recipe: write \(df=f_t\,dt+f_x\,dX+\tfrac12 f_{xx}(dX)^2\), then reduce with the table (9.3).
- Zero drift after applying Itô is the fastest way to prove a process is a (local) martingale.
- For products, \(d(XY)=X\,dY+Y\,dX+dX\,dY\) (Itô product rule); the cross term \(dX\,dY\) is the correction.
Knowledge Check
Practical Exercise
Use Itô's lemma to find the SDE for \(Y_t=e^{W_t}\). Then compute \(\E[e^{W_t}]\) from the drift and confirm it equals \(e^{t/2}\).
Let \(f(x)=e^x\), \(dX=dW\) (\(a=0,b=1\)). Then \(f_x=f_{xx}=e^x\), so \(dY=(\tfrac12 e^{W})dt+e^{W}\,dW=\tfrac12 Y\,dt+Y\,dW.\)
Taking expectations kills the martingale \(dW\) term: \(\tfrac{d}{dt}\E[Y_t]=\tfrac12\E[Y_t]\), with \(\E[Y_0]=1\). Solving the ODE gives \(\E[e^{W_t}]=e^{t/2}\), the moment generating function of \(W_t\sim\Normal(0,t)\) at argument 1.
Lesson Summary
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: \(df=(f_t+af_x+\tfrac12 b^2 f_{xx})\,dt+bf_x\,dW\). The extra term \(\tfrac12 b^2 f_{xx}\,dt\) is the Itô correction, from \((dW)^2=dt\).
A: Because \(f(S)=\log S\) is concave (\(f_{xx}\lt 0\)), and the Itô correction \(\tfrac12 f_{xx}(\sigma S)^2=-\tfrac12\sigma^2\) subtracts from the drift.
Completion Checklist
- I can explain the core ideas in my own words
- I worked the derivations/examples by hand
- I completed the interactive workbench(es)
- I passed the knowledge check
Source References
This lesson synthesizes and paraphrases concepts from the sources below. No copyrighted text, problem sets, or solutions are reproduced. Return to the originals for full depth.
- Stochastic Calculus for Finance II (Steven Shreve, 2004) foundational - Ch. 4 - Ch. 4: Itô–Doeblin formula, examples \(d(\log S)\) and \(d(W^2)\).
- Probability: Theory and Examples (Rick Durrett, 5th ed.) current - Stochastic Calc. - Ch. on stochastic integration: Itô's formula and the quadratic-variation calculus.