Non-linear first order ODE: Solving with Exact Form

estro
Messages
239
Reaction score
0
I'm trying to solve the following ODE: ydx+(\frac {e^x}{y}-1)dy=0

I tried to transfer this ODE into exact form but no luck.

Will appreciate any help.
 
Physics news on Phys.org
estro said:
I'm trying to solve the following ODE: ydx+(\frac {e^x}{y}-1)dy=0

I tried to transfer this ODE into exact form but no luck.

Will appreciate any help.

Leave the equation as it is and look for an integrating factor that is just a function of x.
 
I tried it before:
X=y, Y=e^x/y-1
u'(x)+(\frac {X_y-Y_x}{Y})u(x)=0
Thus u=e^x

But d/dy(e^xX) \neq d/dx(e^xY)

What I'm missing?
 
estro said:
I tried it before:
X=y, Y=e^x/y-1
u'(x)+(\frac {X_y-Y_x}{Y})u(x)=0

Are you sure about the sign on that numerator?
 
Bellow is formula that I found in my book:
u'(x)+(\frac {X_y-Y_x}{Y})u(x)=0=
u'(x)-u(x)=0 => u=e^x

Can't see where is the problem.
 
LCKurtz said:
Are you sure about the sign on that numerator?

estro said:
Bellow is formula that I found in my book:
u'(x)+(\frac {X_y-Y_x}{Y})u(x)=0=
u'(x)-u(x)=0 => u=e^x

Can't see where is the problem.

I told you what was wrong. The numerator should be Yx-Xy.
 
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