I'm stuck solving $yy'=2x^3$ with $y(1)=3$
I know that I'm looking to get the equation into the form of: $y' + P(x)y = Q(x)$ and then find the integrating factor $e^{\int(P(x)dx}$, but then how do I find my $P(x)$ in this case? And what do I do after with the initial condition?
$$yy'=2x^3$$ $$\frac{1}{2} (y^2)'=2x^3$$ Simply integrate $$\frac{1}{2} y^2=\frac 12x^4+K$$ $$ y^2=x^4+K$$ $$y(1)^2=x^4+K \implies K=9-1=8$$ $$ y^2=x^4+8$$