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.