Need Help with Differential Equation (integrating factor)

minger
Science Advisor
Messages
1,494
Reaction score
2
Hi there, I am having a bit of difficulty finding the integration factor for the following problem. The problem lies in taking the integral of a function of two variables. Anyways, here's what I have:

y^2+y-xy'=0
I then divided by x (i prefer it this way), so

\frac{y^2+y}{x} + y' = 0

then, letting u be a integration factor:

\frac{duM}{dy} = \frac{duN}{dx}<br /> \\\\\Rightarrow<br /> \frac{du(y^2+y)x^{-1}}{dy} = -\frac{du}{dx}<br />

<br /> (\frac{du}{dy})(\frac{y^2+y}{x}) + u\frac{2y+1}{x} = -\frac{du}{dx}<br />
Assuming that u is a function of only x, we get rid of the u partial with y term, so:
<br /> \frac{du}{dx} = -u\frac{2y+1}{x}<br /> \\\mbox{now doing some dividing on both sides and integrating}<br /> \\<br /> \int\frac{\delta\mu}{\mu} = -\int\frac{2y+1}{x}dx<br />

Now this is where I'm stuck. I guess I can't remember how to integrate that right side. Can I just pull the (2y+1) term out of the integral assuming that its contant? Thanks for the help

edit: wow, this latex is really messed up. I'm working on it. The last equation, the integral is correct, and that's the most important part though.
 
Last edited:
Physics news on Phys.org
Why not just make the case separable? Seems to me a lot easier this way
y^2+y - x y^{\prime} = 0 \Rightarrow \frac{y^{\prime}}{y^2+y}=\frac{1}{x} \Rightarrow \frac{dy}{y^2+y} = \frac{dx}{x}
and this is an easy integral to do.
 
You can't integrate that last integral precisely because in has y in it. Your assumption that the integrating factor u could be a function of x only is incorrect.

As xman pointed out, this is obviously a separable equation. (Which is the same as saying that
\frac{1}{x(y^2+ y)}
is an integrating factor.)
 
wow, I cannot believe that I missed that. It was in the integrating factor section, so I just assumed it to be of that form.

I feel like an idiot, thanks a lot.
 
Note that usually, non-linear diff.eqs rarely can be solved by methods of finding integrating factors.
That is, the method of finding an integrating factor is mainly of use for solving linear diff. eqs.

On special occasions, though, you may succeed..
 
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