CONTENTS

Exercise: Drift Change for a Single Brownian Motion

Problem

Let WtW_t be a standard Brownian motion under P\mathbb{P} on [0,T][0, T]. Consider a constant drift θR\theta \in \mathbb{R} and the Doléans-Dade exponential

Zt:=exp ⁣(θWt12θ2t),0tT.Z_t := \exp\!\left(-\theta W_t - \tfrac{1}{2}\theta^2 t\right), \quad 0 \le t \le T.
  1. Apply Itô's lemma to f(Wt,t)=exp(θWt12θ2t)f(W_t, t) = \exp(-\theta W_t - \tfrac{1}{2}\theta^2 t) and derive the SDE dZt=θZtdWt.dZ_t = -\theta Z_t\,dW_t. Confirm that ZtZ_t is a P\mathbb{P}-martingale (no drift term).

  2. Verify EP[ZT]=1\mathbb{E}^{\mathbb{P}}[Z_T] = 1 directly. (Hint: use the MGF of WTN(0,T)W_T \sim \mathcal{N}(0, T).)

  3. Define Q\mathbb{Q} by dQ/dP=ZTd\mathbb{Q}/d\mathbb{P} = Z_T, and let W~t:=Wt+θt\tilde W_t := W_t + \theta t. Compute the Q\mathbb{Q}-distribution of W~T\tilde W_T by: Q(W~Tx)=EP[ZT1WT+θTx].\mathbb{Q}(\tilde W_T \le x) = \mathbb{E}^{\mathbb{P}}[Z_T\cdot \mathbf{1}_{W_T + \theta T \le x}]. Change variables to express this as an integral of the N(0,T)\mathcal{N}(0, T) density against an exponential factor, and recognise the result as Φ(x/T)\Phi(x/\sqrt T) — i.e. W~TN(0,T)\tilde W_T \sim \mathcal{N}(0, T) under Q\mathbb{Q}. Hence W~T\tilde W_T has the distribution of standard BM at time TT.

  4. Explain in two sentences what Girsanov has done: what changed (drift) and what stayed the same (volatility / quadratic variation).

Hint

For part 3, the integrand becomes 12πTexp((t+θT)2/(2T))\frac{1}{\sqrt{2\pi T}}\exp(-(t + \theta T)^2/(2T)) - \ldots (a Gaussian density shifted in mean). Completing the square is the key algebraic step.

Jump to the solution when you're ready.