Differential Equations and Substitutions (Calc 2)

lelandsthename
Messages
12
Reaction score
0

Homework Statement


Solve xy' = y + xe^(y/x) using the substitution v=(y/x)


Homework Equations


Solving differential equations, substitution


The Attempt at a Solution


x (dy/dx) = y + xe^(y/x)

(dy/dx) = (y/x) + e^(y/x)

Substituting v=(y/x)

(dy/dx) = v + e^(v)

I do not know how to proceed from here. (There are so many variables that aren't x and y! Ahh) Any guidance would be greatly appreciated!
 
Physics news on Phys.org
You need to make the change of variable with the differential too. In other words you need to write

\frac{dy}{dx}

In terms of x and v. Note that v=v(x), that is, v is a function of x.
 
If v=y/x, then y= ??

and from that dy/dx= ??
 
Hmm, ok, so dv = dy/dx? Somehow I still think I'm missing something. Shouldn't there be a dv/dx somewhere or something? I am just not seeing it =/
 
lelandsthename said:
Hmm, ok, so dv = dy/dx? Somehow I still think I'm missing something. Shouldn't there be a dv/dx somewhere or something? I am just not seeing it =/
You're on the right lines, but not quite there. As Halls says,

y = v(x)\cdot x

Now you need to find the first derivative of the above function with respect to x,

\frac{dy}{dx} =\ldots
 
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