I was hoping someone can help me with the following.
I had to solve the following ODE and get the implicit form.
$$\frac{dy}{dx}=\frac{1+3y}{y} * x^2$$
this give by separating and integrating the following: $1/9*(3y-ln(3y+1))=1/3*x^3 +c $ which can also be written as (c is an arbitrary constant): $$3y-ln(3y+1)=3x^3+c $$
I don't know exactly how to solve this, I saw something about lambert functions but that wasn't entirely clear to me. My start was rewriting the equation as:
$3y+1-ln(3y+1)=3x^3+c$
$u-ln(u)=3x^3+c$
$ln(e^u)-ln(u)=3x^3+c$ or $ln(e^{-u})+ln(u)=-3x^3+c$
$ln(\frac{1}{u}*e^u)=3x^3+c$ or $ln(u*e^{-u})=-3x^3+c$
$\frac{1}{u}*e^u= e^{(3x^3+c)}$ or $u*e^{-u}=e^{-3x^3+c}$
but that's as far as I can get.
Since I don't know how to apply the lambert function for that nor any other way to solve it.
Any help with this would be greatly appreciated.
By definition of the Lambert W function: if $ze^z=A$ than $z=W(A)$.
so, if we have: $$ ue^{-u}=e^{-3x^2+c} $$ that is : $$ -ue^{-u}=-e^{-3x^2+c} $$ we have: $$ -u=W\left(-e^{-3x^2+c} \right)\quad \iff \quad u=-W\left(-e^{-3x^2+c} \right) $$
so, for $u=3y+1$ we find: $$ y=\frac{1}{3}\left( -W\left(-e^{c-3x^2} \right)-1\right) $$