Differentiate $$(x^3 + xy^2 + a^2y) dx + (y^3 + yx^2 – a^2x) dy =0$$
Is the above equation an exact differential equation? because it doesn't follow the necessary condition of exact differential equation
But if we divide the equation by $(x^2+y^2)$ it follows the necessary condition. Can you please explain the reason behind this?
$$(x^3 + xy^2 + a^2y) dx + (y^3 + yx^2 – a^2x) dy =0$$ Divide by $x^2+y^2$: $$(x + a^2\dfrac y{x^2+y^2}) dx + (y – a^2\dfrac x{x^2+y^2}) dy =0$$ $$xdx+ydy -a^2(\dfrac {xdy-ydx}{x^2+y^2}) =0$$ It's now exact: $$\frac 12 d(x^2+y^2) -a^2d(\arctan (y/x))=0$$ Integrate: $$x^2+y^2 -2a^2\arctan (y/x)=C$$