Let the DE be of the following form:
$ f(xy)ydx+g(xy)xdy=0 $
If $xy(f(xy)-g(xy)) \neq 0$ show that $\mu(x,y)=\frac 1 {xy(f(xy)-g(xy))}$ is this DEs integrating factor.
EDIT: Please note its $f(xy) , g(xy)$ and not $f(x,y), g(x,y)$
EDIT#2: I set $f(xy)x=P$ and $g(xy)y=Q$
$(\mu P)_y = (\mu Q)_x$
$f\mu + y f_y\mu+ yf\mu_y = g\mu + xf_x\mu+xf\mu_x$
deviding by $\mu$
$\frac {\mu_y} \mu yf +f_y y + f = \frac {\mu_x} \mu xg + g_x\mu + g$
$\frac {\mu_y} \mu = \frac {-x(f-g)-xy(f_y-g_y)}{xy(f-g)}=\frac{-1}y - \frac{f_y - g_y}{(f-g)}$ analogue we get $\frac {\mu_x}\mu=\frac{-1}x - \frac{f_x - g_x}{(f-g)}$
Now if I carry on i get to
$x(fg_x-f_xg)=y(fg_y-f_yg)$ and I don't know what to do here actually quite stuck. And wondering if I am missing an easyer path.
EDIT#3: While writing this noticed that $f=f(xy) , g=g(xy)$ Could it be that I missed it.
$\frac 1 y f_x=\frac 1 x f_y$ and same for $g(xy)$. Expressing the last solution I got to $f(yg_y-xg_x)=g(yf_y-xf_x)$ Making the solution trivial once we enter the newly found out $\frac 1 y f_x=\frac 1 x f_y$ and $\frac 1 y g_x=\frac 1 x g_y$.
NB: $f_y = \frac{\delta}{\delta y} f(xy)$