0

I want to find a process $h$ such that $$m(T) = Em(T) + \int_0^T h(t) dW(t), $$

where $m(T) = e^{ \int_0^T t dW(t)}$. Here, $T$ is some positive constant, and $W(t)$ is Brownian motion.

I get $Em(T) = \frac{1}{6}T^3$. But then I am unsure how to continue.

Imean H
  • 211
  • 1
  • 4

1 Answers1

1

Hint: Use Ito's formula to expand the martingale $e^{-t^3/6}m(t)$, $0\le t\le T$. Having done this set $t=T$ and multiply through by $e^{T^3/6}$.

John Dawkins
  • 25,733
  • Thanks. Any comment on why you know that this function is a martingale beforehand? – Imean H Jan 11 '17 at 09:37
  • It has the "exponential martingale" form $\exp(Y_t-\langle Y\rangle_t/2)$, where $Y_t=\int_0^t s,dW(s)$ is a martingale with quadratic variation $\langle Y\rangle_t=\int_0^t s^2,ds$. – John Dawkins Jan 11 '17 at 16:00