Let $X=(X_t)_{t\geq0}$ be a non negative stochastic process solving $$dX_t=2dt+2\sqrt{X_t}dB_t \text{ with} \space X_0=0$$
I am trying to work out $E[X_t]$, $E[X_t^2]$ and $E[X^3_t]$. I believe I have solved $E[X_t]$, by applying Ito's formula to $f(x)=x$, which gives
$$X_t=\int^t_0 dXt$$
$$=\int^t_02dt + \int^t_02\sqrt{X_t}dB_t$$
Applying expectation gives: $$E[X_t]=2t+\int^t_02E[\sqrt{X_t}]dB_t$$ This is where I get stuck, this is similar to where I get stuck in trying to work out $E[X_t^2]$, so my question is can someone offer advice on how to proceed for this and for the further parts?