Dr.Doom
- 8
- 0
Homework Statement
Find the general solution of the differential equation:
(x+y)y'=x-y
Homework Equations
I want to solve this as a homogeneous differential equation, so our equations are:
v=\frac{y}{x}, y=vx, \frac{dy}{dx}=v+x\frac{dv}{dx}
The Attempt at a Solution
I need to get this into the form \frac{dy}{dx}=F(\frac{y}{x}), so I rewrite it as y'=\frac{x-y}{x+y}. Dividing by x I get, y'=\frac{1-\frac{y}{x}}{1+\frac{y}{x}}. From here, I substitute to get v+x\frac{dv}{dx}=\frac{1-v}{1+v}. When looking at the solution manual, however, it says that it should be in the form x(v+1)v'=-(v2+2v-1) before I integrate. I don't see how i can get it into this form. Also, it gives the answer as y2+2xy-x2=C. I can correctly solve this differential equation using different methods, but I would really like to know how to solve this using the homogeneous method. I would really appreciate any help with this. Thanks!