For each one of them $y=y\left(x\right)$
$\text{(1) }\left(2x-y^{2}\right)\cdot y'=2y$
$\text{(2) }\left(x^{3}+e^{y}\right)\cdot y'=3x^{2}$
I suspect they might be "of the same kind".
What I tried is looking on this
$\left(y\cdot\left(2x-y^{2}\right)\right)'=y'\cdot\left(2x-y^{2}\right)+y\left(2-2y\cdot y'\right)=\underset{\text{=0 for a sol}}{\underbrace{y'\cdot\left(2x-y^{2}\right)-2y}}+2y\left(2-y\cdot y'\right)$
and this
$\left(y\cdot\left(x^{3}+e^{y}\right)\right)'=y'\cdot\left(x^{3}+e^{y}\right)+y\cdot\left(3x^{2}+e^{y}\cdot y'\right)$
But i don't really know if that helps
Any suggestions?
Thanks in advance
For the first equation $$\text{(1) }\left(2x-y^{2}\right)\cdot y'=2y$$ It's far easier to use $x'=\frac {dx}{dy}$ instead
$$\left(2x-y^{2}\right)\frac {dy}{dx}=2y \implies \left(2x-y^{2}\right)=2y\frac {dx}{dy}$$ $$(2x-y^{2})=2yx'$$ $$yx'-x=-\frac 12y^2$$ $$\frac {yx'-x}{y^2}=-\frac 12$$ $$(\frac xy)'=-\frac 12$$ Integrate simply $$(\frac xy)=-\frac 12\int dy$$ $$\frac xy=-\frac 12y+K$$ $$\boxed {x(y)=-\frac 12y^2+Ky}$$
First equation can also be solved easily this way : $$(2x-y^{2})y'=2y$$ $$2(xy'-y)=y^{2}y' \implies y-xy'=-\frac 12y^{2}y'$$ $$ \left (\frac xy\right )'=-\frac 12y'$$ Integrate $$ \left (\frac xy\right )=-\frac 12y+K$$ Therefore $$ x(y)=-\frac 12y^2+Ky$$
For the second equation $$\text{(2) }\left(x^{3}+e^{y}\right)\cdot y'=3x^{2}$$ $$\left(x^{3}+e^{y}\right)\frac {dy}{dx}=3x^{2} \implies \left(x^{3}+e^{y}\right)=3x^{2}\frac {dx}{dy}$$ $$x^{3}+e^{y}=3x^{2}x'$$ $$x^{3}+e^{y}=(x^3)'$$ Substitute $z=x^3$ $$z+e^{y}=z' \implies z'-z=e^y$$ Multiply both sides by $e^{-y}$ $$(ze^{-y})'=1$$ $$\boxed {x^3e^{-y}-y=K}$$