Solve First Order Homogeneous ODE | Constants a and b | Help Needed!

  • Thread starter Thread starter Konig
  • Start date Start date
  • Tags Tags
    homo Ode
Konig
Messages
6
Reaction score
0
Hi, need help solving a first order homogeneous ODE.

y'(x)-(a/x)y = b/(x(1+x)^2) Here a and b are some constants.

Need to solve this for y.

My attempts so far have been to use

img1.gif


But this means solving ∫ x^(-a)/(x(1+x)^2) dx which has solutions in terms of Gauss hyper-geometric functions,

http://en.wikipedia.org/wiki/Hypergeometric_function"

Which lead me to believe I'm going wrong somewhere...

Sorry for the maths format, I'm new to here and don't know how to insert LaTeX.

Thanks
 
Last edited by a moderator:
Physics news on Phys.org
What, he didn't give you an easy one huh? But isn't the integrating factor x^(-a) so that you get:

d(yx^{-a})=\frac{b}{x^{1+a}(1-x)^2}

Now suppose all you had to do was:

\int \frac{b}{x^{1+a}(1-x)^2}dx

Could you use parts say, one, two, three, four times, look at what's happening to the sequence, then come up with a general (infinite-term) expression for the solution that when you checked out the power-series expression for the Hypergeometric series solution reported by Mathematica, the series you get looks like it?
 
thanks for the response Jackmell,

Am currently working on it, though keep making maths errors which are slowing me down.

I agree it would be a good idea to compare, thanks for the tip.

The problem is part of a project, so yea the problems not meant to be easy.
demoralising thing though is that I'm not sure i was supposed to take this long with it!

Konig
 
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