Calculate expected value of integral of brownian motion using Ito formula.

679 Views Asked by At

Compute $$\mathbb{E} \left( \int_0^1 \left| B_s \right|^{\frac{1}{2}} dB_s \right)^2.$$

Let $f(x) = x^2$, and for reference, we note that $f'(x) = 2x$ and $f''(x) = 2$. Furthermore, let $X_t$ be the process defined by $$X_t : = \int_0^t \left| B_s \right|^{\frac{1}{2}} dB_s.$$ Ito's formula gives us that $$f(X_t) - f(0) = \int_0^t f'(X_s) dX_s + \frac{1}{2} \int_0^t f''(X_s) ds.$$ Therefore, we see that \begin{eqnarray*} \left( \int_0^t \left| B_s \right|^{\frac{1}{2}} dB_s \right)^2 &=& \int_0^t 2 \left( \int_0^t \left| B_s \right|^{\frac{1}{2}} dB_s \right) dX_s + \frac{1}{2} \int_0^t 2 ds \\ &=& 2\left( \int_0^t \left |B_s \right|^{\frac{1}{2}} dB_s \right) \left( X_t - X_0 \right) + t \\ &=& 2 \left( \int_0^t \left| B_s \right|^{\frac{1}{2}} dB_s \right)^2 + t \end{eqnarray*}

1

There are 1 best solutions below

2
On

I believe that the authors of this problem meant that you should write the Itô formula to $f(X_t)$, where $f(x) = x^2$, $X_t = \int_0^t |B_s|^{1/2}ds$: $$ \left(\int_0^1 |B_s|^{1/2}dB_s\right)^2 = f(X_1) = f(X_0) + \int_0^1 f'(X_s) dX_s + \frac12 \int_0^1 f''(X_s)(dX_s)^2 \\ = 2\int_0^1 X_s |B_s|^{1/2} dB_s + \int_0^1 |B_s|ds. $$ Can you compute the expectation of the rhs?