Solve: $(3xy-2ay^2)dx+(x^2-2axy)dy=0$
The given differential equation is not exact.
The given differential equation is homogeneous.
Therefore,
$I.F=\frac{1}{Mx+Ny}$
$=\frac{1}{(3xy-2ay^2)x+(x^2-2axy)y}$
$=\frac{1}{xy(4x-4ay)}$
With Integrating Factor of this form (ugly value), it is difficult to compute further integration, that is involved in solving the equation.
So, can we not solve the equation using the rule:
If in the differential eqn $Mdx+Ndy=0$, provided $ Mx+Ny \ne 0$, andM and N ar eboth homogeneous then
$I.F=\frac{1}{Mx+Ny}$
Hint: $$(3xy-2ay^2)dx+(x^2-2axy)dy=0$$ With $$M=3xy-2ay^2~~~~~~,~~~~~~N=x^2-2axy$$ then $$M_y=3x-4ay~~~~~~,~~~~~~N_x=2x-2ay$$ so the equation is not exact. For integrating factor $$\mu=\dfrac{M_y-N_x}{N}=\dfrac{x-2ay}{x(x-2ay)}=\dfrac1x$$ therefore $I=e^{\int \mu\ dx}=x$ is integrating factor.
Can you proceed?