When solving a homogenous DE, I am suppose to find a variable to substitute into the DE such as
$$ let , u=\frac{y}{x}$$
Im wondering if can have multiple answers to one DE depending on what I choose as the substitute?
For example:
$$ \frac{dy}{dx} =\frac{y-x}{y+x} $$ $$ let , u=y+x$$ $$ then , du=\frac{dy}{dx} +1$$
I ended up getting $$ -y-x= x+C$$, however the solution in the back of the book has ln's. Which is why Im wondering if there are more than one solution to a problem like this.