I'm trying to solve the following differential equation:
$$ \frac{dy}{dx} = - \frac{3x + 2y}{2y}. $$
It looks pretty simple, yet it's not separable, linear, or exact. It is of the form
$$ \frac{dy}{dx} = f(y/x). $$
I could do the substitution $v = y/x$, and I know it would look pretty ugly, but is there a better or simpler method?