Seperable Equations using a substitution for a differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
laura_a
Messages
64
Reaction score
0

Homework Statement



The d.e

y' = (y+2x)/(y-2x)

is NOT seperable, but if you use a substitution then you obtain a new d.e involving x and u, then the new d.e is seperable... Solve the original d.e by using this change of variable method

Homework Equations


I'm going to use the substitution that u=y/x in the form y=ux


The Attempt at a Solution



y' = (y+2x)/(y-2x)
let y=ux
then

y' = (ux+2x)/(ux-2x)
y'(ux-2x) - (ux+2x) = 0 <--- thus it is seperable
So I can say

d/dx((ux^2)/2 - x^2) - d/dx((ux^2/2) + x^2) = 0

Putting it all together

d/dx[(ux^2)/2 - x^2 - (ux^2)/2 - x^2] = 0
d/dx (-2x^2) = 0

Well that is where I am stuck, how do I solve it from there and what am I trying to get because I've changed the d.e so I'm not sure how the answer from the new d.e will help me find a solution to the original one?
 
Physics news on Phys.org
If you are going to substitute y=ux then you also need to substitute y'=(ux)'=u'x+u. That will change the differential equation for y into one for u. You shouldn't have a y' hanging around after the substitution.