Solving ODE with Integrating Factor Method: (1-x/y)dx + (2xy+x/y+x^2/y^2)dy = 0

manenbu
Messages
101
Reaction score
0

Homework Statement



Solve:
(1-\frac{x}{y})dx + (2xy + \frac{x}{y} + \frac{x^2}{y^2})dy = 0

The Attempt at a Solution



No idea what strategy to use here. Tried using an integrating factor, but no success. A lot of x/y in here makes me think I need to use a substitution, but there's also "xy" in here which doesn't help me. What should I do?
 
Physics news on Phys.org


How did you try using the integrating factor? Did you try multiplying by "x^m*y^n" and then solving the integers "m" and "n"?
 


I tried using the formulas:

<br /> F(x) = \frac{\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}}{N}<br />
And then:
\mu(x) = e^{\int F(x) dx}

(there's also a similar one for y, with signs reversed and M instead of N in the denominator).

Had trouble in the F(x) part - couldn't get a function of x only (or y, for that matter).
 
Last edited:


Ok! Solved it. Missed a little thing on my side.

Thanks anyway! :)
 


The substitution u(y)=\frac{x}{y} works out nicely.
 


C = \ln{|x|} + \ln{|y|} - \frac{x}{y} + y^2

That's the solution, in 2 different strategies.
One using the integrating factor, second using your substitution. Thanks for pointing it out. :)
 
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