Find the implicit solution to the folling DE:
$(2xy^2+3y)dx+(3x^2y+2x)dy=0$; with a starting condition $y(1)=\frac 1 2$
I can fight myself to the integrating factor.
$$y(2xy+3)dx+x(3xy+2)dy=0$$
$\mu(x,y)= \frac 1 {xy(1-xy)}$ giving us the following exact DE: $$\frac{2xy+3}{x(1-xy)}dx+\frac{3xy+2}{y(1-xy)}dy=0$$
Testing $$(\mu P)_y=\frac{2x(x(1-xy)+(2xy+3)x^2}{x^2(1-xy)^2}="some-brute-force-magicks"=\frac{1}{(1-xy)^2}$$
$$(\mu Q)_x=\frac{3y(1-xy)y-(3xy+2)y(-y)}{y^2(1-xy)^2}=\frac{1}{(1-xy)^2}$$
Thus $(\mu P)_y=(\mu Q)_x$
From here I try to get $u=?$ $$u=\int(\mu P)dx=\int\frac{2xy+3}{x(1-xy)}dx=3ln(x)-5ln(1-xy)+C(y)$$
So far so good but ...now ...either this so far is wrong in theory, I messed up my integration, or I keep misscalculating my deritative as my calculation $u_y \neq (\mu Q)$
I tried (whats the English word) rearranging (?) $$u=ln \left(\frac{x^3}{(1-xy)^5} \right)+C$$
Help would be nice.