Solve the following stochastic differential equations
$ dX_t = \frac{1}{2 X_t} dt + dB_t$
or equivalently with a transformation $Y_t = X_t^2$
$ dY_t = dt + 2 \sqrt{Y_t} dB_t$ with $Y_0 = y_0 > 0$
where B is one dimentional standard Brownian motion.
The solution is Given by $Y_t = (\sqrt{y_0} + B_t)^2$. You can check this by finding the differential of the solution using Ito's formula. This solution was by guess. The way to solve this problem is by introducing a transformation of $Y_t$ that will give a linear SDE that one can solve easily. Then the solution can be found by the inverse of the used transformation.