$$y'=y+\frac{sin2x}{y^2}$$
The equation is clearly Bernoulli Differential Equation:
$y'=y +\sin2x y^{-2}$
But to which form should I get the equation?
1.leave it and use $z=y^{-3}$
- multiply by $y^2$ do get $y^2y'=y^3+sin2x$
To be more precise I have done the following:
$$y'=y+\frac{sin2x}{y^2}$$
$$y'=y+sin2x\cdot y^{-2}$$
$$z=y^{-3}$$
$$z'=-3y^{-4}y'=-3y^{-4}(y+sin2x\cdot y^{-2})=-3y^{-3}-3sin2xy^{-6}=-3z-3sin2xz^2$$
So I ended up with $z'=-3z-3sin2x z^2$ which is not linear, while the answer which started with option 2 above ended up with a linear ODE