Solution: The Exponential Martingale of Brownian Motion
Part 1 — Expected value at a single time
Since Wt∼N(0,t), the MGF of a Gaussian gives:
E[eσWt]=eσ2t/2
Therefore:
E[Mt]=E[eσWt−σ2t/2]=e−σ2t/2E[eσWt]=e−σ2t/2⋅eσ2t/2=1
The −21σ2t is exactly the correction needed to cancel the +21σ2t Jensen bump contributed by exponentiating a mean-zero Gaussian.
Part 2 — Martingale property
Split the exponent using Wt=Ws+(Wt−Ws):
Mt=exp(σWs−21σ2s)⋅exp(σ(Wt−Ws)−21σ2(t−s))=Ms⋅Rs,t
where Rs,t:=exp(σ(Wt−Ws)−21σ2(t−s)). Now:
- Ms is Fs-measurable (it depends only on Wu for u≤s).
- Rs,t depends only on the increment Wt−Ws, which is independent of Fs by (BM2).
- Wt−Ws∼N(0,t−s), so applying part 1 with parameter t−s:
E[Rs,t]=exp(−21σ2(t−s)+21σ2(t−s))=1
Using measurability of Ms and independence of Rs,t from Fs (standard take-out-what-is-known and independence tricks for conditional expectation):
E[Mt∣Fs]=Ms⋅E[Rs,t∣Fs]=Ms⋅E[Rs,t]=Ms⋅1=Ms
Hence (Mt) is a martingale. □
Part 3 — Financial interpretation
Under the risk-neutral measure Q, a non-dividend-paying stock following geometric Brownian motion has dynamics dSt=rStdt+σStdWtQ, with solution:
St=S0exp((r−21σ2)t+σWtQ)
The discounted price e−rtSt is:
e−rtSt=S0exp(σWtQ−21σ2t)=S0⋅Mt
That is, the discounted price is exactly
S0 times the exponential martingale we just analysed. The martingale property
EQ[Mt∣Fs]=Ms is therefore identical to the
no-arbitrage condition "discounted asset prices are
Q-martingales." The
−21σ2t correction is not cosmetic — it is the term that makes the martingale property hold, and through it, the fair-pricing formula
V0=e−rTEQ[payoff] is internally consistent.
Part 4 — Without the correction
E[exp(σWt)]=eσ2t/2
This grows exponentially in
t. If we used
M~t:=exp(σWt) (no correction), then
E[M~t] is not constant, so
M~t is a
submartingale, not a martingale — the process has an upward drift in expectation. Financially, this would correspond to a mispricing: an asset whose discounted-price expectation drifts upward admits an arbitrage (buy and hold; it grows faster than the risk-free rate on average). The
−21σ2t subtracts exactly enough drift to cancel the Jensen bump and restore the fair-pricing martingale.
Takeaways
- Mt=exp(σWt−21σ2t) is the simplest nontrivial martingale driven by Brownian motion. All the machinery of risk-neutral pricing is built on exponential martingales of this form (with σ possibly replaced by a process or a vector).
- The −21σ2t is a Jensen correction. It is exactly the σ2/2 drift term that appears in the log-return of GBM, and it reflects the same phenomenon every time: the expected value of an exponentiated random variable is larger than the exponential of its expectation.
- Martingale = no-arbitrage. The martingale property of the discounted price is the mathematical expression of absence of arbitrage, not a coincidence.
- Girsanov preview. The exponential martingale Mt is also the Radon-Nikodym density that changes the measure from P to Q in Girsanov's theorem. A later lesson formalises this.