Differential equations cannot spot any standard form

70 Views Asked by At

How to approach the Differential equation $$2(x-y \, \sin(2x)) \, dx + (3y^{2} + \cos(2x)) \, dy=0$$ I cannot see whether the equation is in any standard form. Initial steps and/or hints appreciated.

1

There are 1 best solutions below

2
On BEST ANSWER

$$2(x-y \, \sin(2x)) \, dx + (3y^{2} + \cos(2x)) \, dy=0$$ $$2(x-y \, \sin(2x)) + (3y^{2} + \cos(2x)) y'=0$$ $$2x +(y\cos(2x))'+(y^3)'=0$$ Integrate $$x^2 +y\cos(2x)+y^3=K$$