Variance of hitting time for Reflected Brownian Motion

598 Views Asked by At

Let $B_t$ to be a standard Brownian Motion and $Z_t=|B_t|$ a RBM.

Denote $\tau = \inf \{t>0: Z_t=1\}$, how to calculate $Var\ \tau \ $ without/with martingale theory?

1

There are 1 best solutions below

0
On BEST ANSWER

Now I know a method by applying martingale optional stopping theorem.

Proof:

Theorem : If $M_t$ is a martingale, $\tau$ is a stopping time, then we have $EM_\tau=EM_0$.

When $B_t$ is a standard Brownian Motion, we can verify that $M_t=B_t^2-t$ is a martingale. Hence by applying the theorem before, we hold that $E_\tau=1$.

Furthermore, $X_t=B_t^4-6tB^2_t+3t^2$ is also a martingale with mean $EX_t=0$. Therefore $E\tau^2=5/3$.

Combine this two equalities together and we have $Var \tau=2/3$. $\qquad \blacksquare$