Solving an ODE with variable coefficients

c0der
Messages
52
Reaction score
0

Homework Statement


Solve the following:
[/B]
y'' = c2 / (x2 + c1*x) * y
c1, c2 are constants, x is variable

Homework Equations


As above

The Attempt at a Solution


I have used the method of Frobenius and regular power series and obtained an infinite series on top of an infinite series, which is indefinite. What are the normal methods to solve that ODE? It's not quite in the Frobenius or Bessel forms
 
Physics news on Phys.org
I used a regular power series and there was no problem. Just multiply the equation by x^2+c_1 x to get x^2 y''+c_1 x y''-c_2 y=0.
The regular series gives only one of the solutions.So you should also consider a solution of the form y=\sum_{n=0}^\infty a_n x^{n+m}.
 
Last edited:
c0der said:

Homework Statement


Solve the following:
[/B]
y'' = c2 / (x2 + c1*x) * y
c1, c2 are constants, x is variable

Homework Equations


As above

The Attempt at a Solution


I have used the method of Frobenius and regular power series and obtained an infinite series on top of an infinite series, which is indefinite. What are the normal methods to solve that ODE? It's not quite in the Frobenius or Bessel forms

Maple gets a solution in terms of hypergeometric functions with (variable) argument ##-c_1/x##. Thus, the power-series expansion of Maple's solution will be in powers of ##1/x##, not of ##x## itself.
 
Thank you, I have done this however as follows:

Equating coefficients of x0 gives:
a0=0

For x1:

a2 = c2/2c1

Equating coefficients of xm:

am+1 = [ c2 - (m-1)m ] / [ c1m(m+1) ] am for m>=2

Then:

a3 = [ (c2 - 2) / 3!2!c12 ] a1

a4 = [ (c2 - 6)(c2 - 2)c2 / 4!3!c13 ] a1

a5 = [ (c2 - 12)(c2 - 6)(c2 - 2)c2 / 5!4!c14 ] a1

a6 = [ (c2 - 20)(c2 - 12)(c2 - 6)(c2 - 2)c2 / 6!5!c15 ] a1

How can I correlate this with the hypergeometric series or any other recognizable series? The numerator terms in the brackets have a pattern to it 2+4=6 6+6=12 12+8=20 etc but getting the terms in powers of m is difficult
 
c0der said:
y'' = c2 / (x2 + c1*x) * y
Is that (c2 / (x2 + c1*x)) * y or c2 / ((x2 + c1*x) * y)?
 
(c2 / (x2 + c1x)) * y
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top