ODE Change of Variable: Solving Separable Equations with u = y/x

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
3 replies · 2K views
dipole
Messages
553
Reaction score
149

Homework Statement



I have the ODE [itex]y' = f(\frac{y}{x})[/itex], and I want to re-write this as a separable equation using the change of variable [itex]u = \frac{y}{x}[/itex]

The Attempt at a Solution



I use the chain rule to write [itex]y' = \frac{dy}{dx} = \frac{dy}{du}\frac{du}{dx}<br /> = \frac{dy}{du}(-\frac{y}{x^2}) = -\frac{dy}{du}\frac{u^2}{y} = f(u)[/itex]

which is a separable equation. However this seems to be wrong somehow because when I try using it to solve equations of the above form, I'm getting the wrong answer. Any help where I went wrong?
 
Physics news on Phys.org
dipole said:

Homework Statement



I have the ODE [itex]y' = f(\frac{y}{x})[/itex], and I want to re-write this as a separable equation using the change of variable [itex]u = \frac{y}{x}[/itex]

The Attempt at a Solution



I use the chain rule to write [itex]y' = \frac{dy}{dx} = \frac{dy}{du}\frac{du}{dx}<br /> = \frac{dy}{du}(-\frac{y}{x^2}) = -\frac{dy}{du}\frac{u^2}{y} = f(u)[/itex]

which is a separable equation. However this seems to be wrong somehow because when I try using it to solve equations of the above form, I'm getting the wrong answer. Any help where I went wrong?

If [itex]u=y/x[/itex] then [itex]y'=x\frac{du}{dx}+u[/itex]
 
I don't see how I can use that to put the original equation [itex]\frac{dy}{dx} = f(\frac{y}{x})[/itex] into separable form though. :\
 
Won't you then have the equation:

[tex]xu'+u=f(u)[/tex]

Ain't that separable?