I am wondering how we can solve the SDE:
$$ dX_t = \frac{1}{3}X_t^{\frac{1}{3}}dt+X_t^{\frac{2}{3}}dB_t $$
for $X_0 = x >0$?
My approach is to use the Ito's Space and Time variable formula, but with that, I am still left with the equation:
$$ 3X_t^{\frac{1}{3}}\frac{df}{dt} + \frac{dX_t}{dB_t} = X_t^{\frac{2}{3}} $$
Anyone have any ideas how to solve this SDE? Thanks!