I attempted to treat SDE as ODE to solve the Geometric Brownian Equation and obviously got the wrong answer. My question is, where did it go wrong?
$dX_t=\mu X_tdt+\sigma X_tdW_t$ as given.
$\dfrac{dX_t}{X_t}=\mu dt+\sigma d W_t$ dividing $X_t$ on both sides.
$\int\limits_0^t\dfrac{dX_s}{X_s}=\int\limits_0^t\mu ds+\int\limits_0^t\sigma d W_s$ integrating on both sides.
$\ln\left(\frac{X_t}{X_0}\right)=\mu t+\sigma W_t$
$X_t=X_0 e^{\mu t+\sigma W_t}$