I am trying to find the solution to the following differential equation in implicit form, and I seem not to be getting anywhere:
$$\frac{dy}{dx} = \frac{xy}{x-y}$$
This is not separable, but I tried separating them anyway, such that on the $dx$ side there were only $x$ terms, and then I figured the $x$ terms of the $dy$ side I could hold constant since $x$ is not a function of $y$, but I realized I don't actually know what $y$ is so I can't say that for sure.
Any ideas?
EDIT: I've tried it on Wolfram and it won't/can't do it.
EDIT: The actual problem I had to solve was:
$$\frac{dy}{dx} = \frac{xy}{x^2-2y^2}$$
I thought this was of the same form as the equation I wrote above, and that If I knew how to solve that, I could solve this. I see however that they are actually quite different. Thank you for the responses.
$$\frac{dy}{dx} = \frac{xy}{x-y}$$
Looks like Abel's equation
$$g'=-\frac {g^2} y +g^3$$
For this equation $y=tx$ is simply enough for solving it $$y' = \frac{xy}{x^2-y^2}$$ $$t'x+t=\frac {t}{1-t^2}$$ $$t'x=\frac {t^3}{1-t^2}$$ And that equation is seperable $$\int\frac{1-t^2} {t^3}dt=\ln|x|+K$$ $$\frac{1}{2t^2} +\ln|t|+\ln|x|=K$$ $$\boxed{\frac{x^2}{2y^2} +\ln|y|=K}$$