Series solution to DE about ordinary point

lordsurya08
Messages
4
Reaction score
0

Homework Statement



Find two power series solutions of the DE

(x+2)y'' + xy' - y = 0

about the ordinary point x = 0 . Include at least first four nonzero terms for each of the solutions.

2. The attempt at a solution

I distributed the y'' term and substituted
y = Ʃ0inf cnxn
and its derivatives into the DE. I equated it to 0 and got two equations:

2c2 - c0 = 0

xn(cn+1*n(n+1) + cn+2*(n+1)(n+2)+ cn*(n-1)) = 0

The weird thing is that the second equation (the recurrence relationship) has three c terms in it, although the examples shown have two. How do I get c2 and c0? After that happens should I simply solve for c1 using the recurrence relationship with n = 0?
 
Physics news on Phys.org
You seem to have dropped the factor of 2 from the 2y'' term, so your two equations are slightly wrong.

Once ##c_0## is set, you can determine ##c_n## for ##n \ge 2## through the recurrence relation. That's your first solution.

The coefficient ##c_1## is still arbitrary. That corresponds to your second solution.
 
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