CONTENTS

Exercise: Apply Itô — d(eWt)d(e^{W_t}) and E[eWt]\mathbb{E}[e^{W_t}]

Problem

Let WtW_t be a standard Brownian motion and set Yt=eWtY_t = e^{W_t}.

  1. Apply Itô's lemma to V(W)=eWV(W) = e^W and write down the SDE satisfied by YtY_t. Identify the drift and the diffusion separately, and read off the Itô correction.

  2. Take expectations of the SDE in part 1. Since the dWtdW_t term is a mean-zero Itô integral, you obtain an ODE for m(t):=E[Yt]m(t) := \mathbb{E}[Y_t]. Solve it with initial condition m(0)=1m(0) = 1.

  3. Verify your answer by computing E[eWt]\mathbb{E}[e^{W_t}] directly from the fact that WtN(0,t)W_t \sim \mathcal{N}(0, t) (use the moment-generating function of a normal).

  4. Is Yt=eWtY_t = e^{W_t} a martingale? If not, write down the simplest rescaling Y~t=eαWt+βt\tilde Y_t = e^{\alpha W_t + \beta t} that is a martingale, and explain which role Itô's lemma played in the correction.

Hint

For part 1: V(W)=eWV'(W) = e^W and V(W)=eWV''(W) = e^W — both equal to V(W)V(W) itself, which makes the algebra very clean.

Jump to the solution when you're ready.