How to solve such equation?:
y=(x^2)/2+y*ln|x|
Particularly I stuck on
soving this diferential equation
y'x-x^2-y=0.
I solve it like this:
dy/dx=x-y/x,
S dy=S(x-y/x)dx,
y=(x^2)/2-y*ln|x|+C.
And my solution is right, but in textbook solution is y=x^2+C*x - the more "precisly" solution. So I wonder how was goten such solution and also want to know how to solve equation above.