So I have the differential equation $(y^2+xy)dx+(3xy+x^2)dy=0$. I am asked to solve this ODE by using the substitution $v=\frac{y}{x}$ but I run into some issues if I do that.
If $v=\frac{y}{x}$ then $y'(x)=v+xv'$
I then divided every term by $x^2$ to get $(\frac{y^2}{x^2}+\frac{y}{x})+(\frac{3y}{x}+1)(\frac{dy}{dx})=0$
If I substitute, I then get, $(v^2+v)+(3v+1)(v+xv')=0$
Now I run into the problem where I can't make this into a separable equation...
I know that this is an exact equation and I can solve it if I use an integration factor $u(x)=y$ but I am asked to solve this question using the substitution $v=\frac{y}{x}$. Even if I muliply each term by the integration factor, things become even worse...
Any guidance would be appreciated. Thanks.