I'm trying to find a general solution for $x(x+y)y'=y(x-y)$ using the substitution method. I literally have no idea where to start with this. almost 2 hours into it and no meaningful progress. I really need some help
2026-05-17 10:10:26.1779012626
finding a general solution of an ODE
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Make the ODE explicit $$ y'=\frac{y(x-y)}{x(x+y)} $$ and recognize a homogeneous equation. Set $y=xu$ to get $$ xu'+u=\frac{u(1-u)}{1+u}\iff xu'=-\frac{2u^2}{1+u} $$ which can be separated and integrated.