What is the Recursion Relation for Series Solutions in Differential Equations?

Jamin2112
Messages
973
Reaction score
12

Homework Statement



I just have a problem with series solutions when I get to the point of needing to find the recursion relation...and a few other problems.

Homework Equations



Assume y can be written ∑anxn

The Attempt at a Solution



So, on y'' + xy' + 2y = 0, I got to the point of

an+2=-an/(n+1). I wrote out a few n's but still can't figure out exactly what the relation is. A little help, maybe?

On another problem, (1+x2)y'' - 4xy' + 6y = 0, I got the point of

2a2 + 6a3x - 4a1x + 6a0 + 6a1x + [n=2 to ∞]∑( (n+1)(n+2)an+2 + (n-1)nan - 4nan + 6an)xn = 0.

Now what? Detailed help would be much appreciated.
 
Physics news on Phys.org
Hi Jamin2112! :smile:
Jamin2112 said:
Assume y can be written ∑anxn

The Attempt at a Solution



So, on y'' + xy' + 2y = 0, I got to the point of

an+2=-an/(n+1). I wrote out a few n's but still can't figure out exactly what the relation is. A little help, maybe?

Hint: 7*5*3*1 = 7*6*5*4*3*2*1/(23*3*2*1) :wink:
On another problem, (1+x2)y'' - 4xy' + 6y = 0, I got the point of

2a2 + 6a3x - 4a1x + 6a0 + 6a1x + [n=2 to ∞]∑( (n+1)(n+2)an+2 + (n-1)nan - 4nan + 6an)xn = 0.

General method is to have onen=1(…)xn or ∑n=2(…)xn (whichever seems to work), from which you get a general recursion relation for an for n ≥ 1 (or n ≥ 2 or whichever), together with some stray terms that don't fit inside the ∑, and which give you the initial terms. :smile:
 
tiny-tim said:
Hi Jamin2112! :smile:


Hint: 7*5*3*1 = 7*6*5*4*3*2*1/(23*3*2*1) :wink:


General method is to have onen=1(…)xn or ∑n=2(…)xn (whichever seems to work), from which you get a general recursion relation for an for n ≥ 1 (or n ≥ 2 or whichever), together with some stray terms that don't fit inside the ∑, and which give you the initial terms. :smile:

So the stray terms are the initial conditions. They get set to zero, along with everything inside the sigma, right?
 
Yup! :biggrin:
 
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