I can't seem to find the solution of the following SDE:
$dX_t = X_t^4dt + 2X_tdW_t \\ X_0 = \beta$
where $W_t$ is a Wiener process. The question gives me a hint that I should consider an integrating factor of the form $I_t = e^{\int_{0}^{t}c(s)dW_s-\frac{1}{2}\int_{0}^{t} [c(s)]^2 ds}$. I know that I should proceed by applying Itô's Formula to $d(X_tI_t)$, but I can't seem to know how to deal with the exponential. Shall I treat it as a different process?
Thanks in advance for any help given.