CONTENTS

Solution: The Exponential Martingale of Brownian Motion

Part 1 — Expected value at a single time

Since WtN(0,t)W_t \sim \mathcal{N}(0, t), the MGF of a Gaussian gives:

E[eσWt]=eσ2t/2\mathbb{E}[e^{\sigma W_t}] = e^{\sigma^2 t / 2}

Therefore:

E[Mt]=E[eσWtσ2t/2]=eσ2t/2E[eσWt]=eσ2t/2eσ2t/2=1\mathbb{E}[M_t] = \mathbb{E}[e^{\sigma W_t - \sigma^2 t / 2}] = e^{-\sigma^2 t / 2}\,\mathbb{E}[e^{\sigma W_t}] = e^{-\sigma^2 t / 2} \cdot e^{\sigma^2 t / 2} = 1

The 12σ2t-\tfrac{1}{2}\sigma^2 t is exactly the correction needed to cancel the +12σ2t+\tfrac{1}{2}\sigma^2 t Jensen bump contributed by exponentiating a mean-zero Gaussian.

Part 2 — Martingale property

Split the exponent using Wt=Ws+(WtWs)W_t = W_s + (W_t - W_s):

Mt=exp ⁣(σWs12σ2s)exp ⁣(σ(WtWs)12σ2(ts))=MsRs,tM_t = \exp\!\left(\sigma W_s - \tfrac{1}{2}\sigma^2 s\right) \cdot \exp\!\left(\sigma(W_t - W_s) - \tfrac{1}{2}\sigma^2(t - s)\right) = M_s \cdot R_{s, t}

where Rs,t:=exp ⁣(σ(WtWs)12σ2(ts))R_{s, t} := \exp\!\left(\sigma(W_t - W_s) - \tfrac{1}{2}\sigma^2(t - s)\right). Now:

  • MsM_s is Fs\mathcal{F}_s-measurable (it depends only on WuW_u for usu \le s).
  • Rs,tR_{s, t} depends only on the increment WtWsW_t - W_s, which is independent of Fs\mathcal{F}_s by (BM2).
  • WtWsN(0,ts)W_t - W_s \sim \mathcal{N}(0, t - s), so applying part 1 with parameter tst - s:
E[Rs,t]=exp ⁣(12σ2(ts)+12σ2(ts))=1\mathbb{E}[R_{s, t}] = \exp\!\left(-\tfrac{1}{2}\sigma^2(t - s) + \tfrac{1}{2}\sigma^2(t - s)\right) = 1

Using measurability of MsM_s and independence of Rs,tR_{s, t} from Fs\mathcal{F}_s (standard take-out-what-is-known and independence tricks for conditional expectation):

E[MtFs]=MsE[Rs,tFs]=MsE[Rs,t]=Ms1=Ms\mathbb{E}[M_t \mid \mathcal{F}_s] = M_s \cdot \mathbb{E}[R_{s, t} \mid \mathcal{F}_s] = M_s \cdot \mathbb{E}[R_{s, t}] = M_s \cdot 1 = M_s

Hence (Mt)(M_t) is a martingale. \square

Part 3 — Financial interpretation

Under the risk-neutral measure Q\mathbb{Q}, a non-dividend-paying stock following geometric Brownian motion has dynamics dSt=rStdt+σStdWtQdS_t = rS_t\,dt + \sigma S_t\,dW_t^{\mathbb{Q}}, with solution:

St=S0exp ⁣((r12σ2)t+σWtQ)S_t = S_0 \exp\!\left((r - \tfrac{1}{2}\sigma^2)t + \sigma W_t^{\mathbb{Q}}\right)

The discounted price ertSte^{-rt}S_t is:

ertSt=S0exp ⁣(σWtQ12σ2t)=S0Mte^{-rt}S_t = S_0 \exp\!\left(\sigma W_t^{\mathbb{Q}} - \tfrac{1}{2}\sigma^2 t\right) = S_0 \cdot M_t
That is, the discounted price is exactly S0S_0 times the exponential martingale we just analysed. The martingale property EQ[MtFs]=Ms\mathbb{E}^{\mathbb{Q}}[M_t \mid \mathcal{F}_s] = M_s is therefore identical to the no-arbitrage condition "discounted asset prices are Q\mathbb{Q}-martingales." The 12σ2t-\tfrac{1}{2}\sigma^2 t correction is not cosmetic — it is the term that makes the martingale property hold, and through it, the fair-pricing formula V0=erTEQ[payoff]V_0 = e^{-rT}\mathbb{E}^{\mathbb{Q}}[\text{payoff}] is internally consistent.

Part 4 — Without the correction

E[exp(σWt)]=eσ2t/2\mathbb{E}[\exp(\sigma W_t)] = e^{\sigma^2 t / 2}
This grows exponentially in tt. If we used M~t:=exp(σWt)\tilde{M}_t := \exp(\sigma W_t) (no correction), then E[M~t]\mathbb{E}[\tilde{M}_t] is not constant, so M~t\tilde{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 12σ2t-\tfrac{1}{2}\sigma^2 t subtracts exactly enough drift to cancel the Jensen bump and restore the fair-pricing martingale.

Takeaways

  • Mt=exp(σWt12σ2t)M_t = \exp(\sigma W_t - \tfrac{1}{2}\sigma^2 t) 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 σ\sigma possibly replaced by a process or a vector).
  • The 12σ2t-\tfrac{1}{2}\sigma^2 t is a Jensen correction. It is exactly the σ2/2\sigma^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 MtM_t is also the Radon-Nikodym density that changes the measure from P\mathbb{P} to Q\mathbb{Q} in Girsanov's theorem. A later lesson formalises this.