Solution: Apply Itô — d(eWt) and E[eWt]
Part 1
With V(W)=eW, dXt=dWt (so a=0, b=1), and V′=V′′=eW:
dYt=(0+0⋅eWt+21⋅12⋅eWt)dt+1⋅eWtdWt=21eWtdt+eWtdWt
Or equivalently
dYt=21Ytdt+YtdWt. The drift is
21Yt and the diffusion is
Yt. The
21Ytdt is the
Itô correction — under ordinary calculus we would get only
dYt=YtdWt and miss the drift entirely.
Part 2
Taking expectations and using that ∫0teWsdWs is a mean-zero martingale (under the usual integrability assumption, which holds because E[∫0Te2Wsds]<∞):
dtdm=21m(t),m(0)=1
Solution: m(t)=et/2.
Part 3
Wt∼N(0,t) has moment-generating function E[eλWt]=eλ2t/2. With λ=1:
E[eWt]=et/2
This matches part 2 exactly. Two routes, one answer — the Itô-calculus route is longer here but generalises to V(Wt) for any smooth V, whereas the direct route requires knowing the distribution in closed form.
Part 4
Yt=eWt is
not a martingale: its drift
21Ytdt is strictly positive, and
E[Yt]=et/2 grows exponentially.
To cancel the drift, set Y~t=eαWt+βt and apply Itô to V(t,W)=eαW+βt:
- Vt=βV
- VW=αV
- VWW=α2V
Itô gives dY~t=(β+21α2)Y~tdt+αY~tdWt. The drift vanishes iff β=−21α2. So the martingale correction is:
Y~t=exp(αWt−21α2t)
This is the
Doléans-Dade exponential — the cornerstone of Girsanov's theorem. The
−21α2t is exactly the Itô correction: it offsets the
+21α2 that Itô's lemma introduces.
Takeaways
- The Itô correction for eWt adds a 21 drift — the same 21 that appears in the log-normal moment formula.
- Two routes to the same expectation. Itô + ODE is the constructive route; the Gaussian MGF is the direct route. Quant finance uses both routinely.
- To make an exponential a martingale, subtract half its variance-accumulation. This single identity (E[eαWt−α2t/2]=1) drives the Doléans-Dade exponential, change-of-measure arguments, and the −21σ2 term in log-GBM.