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

dipole
Messages
553
Reaction score
151

Homework Statement



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

The Attempt at a Solution



I use the chain rule to write y&#039; = \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)

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 y&#039; = f(\frac{y}{x}), and I want to re-write this as a separable equation using the change of variable u = \frac{y}{x}

The Attempt at a Solution



I use the chain rule to write y&#039; = \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)

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 u=y/x then y&#039;=x\frac{du}{dx}+u
 
I don't see how I can use that to put the original equation \frac{dy}{dx} = f(\frac{y}{x}) into separable form though. :\
 
Won't you then have the equation:

xu&#039;+u=f(u)

Ain't that separable?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top