5

Let $B_t$ be standard Brownian motion and $a < 0 < b$. Define stopping time $T$ as follows. $$T = \min \{t \geq 0: B_t \in \{a, b\} \}.$$ The expectation of $T$ is $\mathbb ET = |a|b$ and can be found here. The question now is how to find the expectation of the square of $T$, i.e., $\mathbb E T^2$. Following the hint, one also needs the iterated law of expectations.

LaTeXFan
  • 3,548
  • @20824: There must be some sign mistake because you find a negative value for $\Bbb E[T^2]$. – Siméon Sep 02 '14 at 09:25
  • @Siméon Yes, you are right. I think I fixed it. BTW, I would like to delete my answers so that other people can have a try. – LaTeXFan Sep 02 '14 at 12:52

1 Answers1

6

Let us start from the answer of this question: Expectation of Stopping Time w.r.t a Brownian Motion.

  1. Use the martingale $B_t^3 - 3tB_t$ to compute $E[T \mid B_T = a]$ and $E[T \mid B_t = b]$. Deduce the value of $E[TB_t^2]$.
  2. Use the martingale $B_t^4 - 6tB_t^2 + 3t^2$ to compute $E[T^2]$.
Siméon
  • 10,664
  • 1
  • 21
  • 54