differential equation $y' = \frac{-2x-y}{-5x+2y}$

1.2k Views Asked by At

[my attempt] setting $u=\frac{y}{x}$ I got $\int\frac{(2u-5)du}{2(u-1)^2}=-\int\frac{dx}{x}$ what should be the next step ?

1

There are 1 best solutions below

3
On

write $$y'=\frac{-2+\frac{y}{x}}{-5+2\frac{y}{x}}$$ and with $$y=ux$$ we get $$y'=u'x+u$$ $$u'x=\frac{2u^2+6u-2}{2u-5}$$ is separable