Homogenous Differential Equations (Converting Back into Explicit Form

checkmatechamp
Messages
23
Reaction score
0

Homework Statement



x*e^(y/x) + y dx = xdy, y(1) = 0

Homework Equations



The Attempt at a Solution



To solve, I divide everything by x dx to put everything in terms of v.

e^v + v = dy/dx

dy/dx = x dv/dx + v

e^v + v = x dv/dx + v

e^v = x dv/dx

e^v / dv = x/dx

Flip both sides.

e^-v dv = 1/x dx

Integrate both sides

-e^-v = ln|x| + c

-e^(-y/x) = e^(ln|x| + c)

-e^(-y/x) = x * e^c

-e^(-y/x) = cx

ln(-e^(-y/x)) = ln(cx)

ln(e^(x/-y)) = ln(cx)

-x/y = ln(cx)

1/y = -ln(cx)/x

y = -x/(ln(cx))

Is that the correct explicit form? Would it make it easier if I used the initial condition to find c, and then attempted to put it in explicit form, or not?
 
Physics news on Phys.org
-e^-v = ln|x| + c

-e^(-y/x) = e^(ln|x| + c)

this step does not follow. otherwise I think you're on the right track.
 
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