Cannot find the pattern in recurrence relation

swtlilsoni
Messages
16
Reaction score
0

Homework Statement


I am doing a power series solution for: (x^2-1)y" + 8xy' + 12y = 0
I rewrote it in terms of power series and transformed everything into one series and finally ended up with the following recurrence relation:
an+2= ((n+3)(n+4)an)/((n+2)(n+1))

I plugged in values for n but I am having a hard time finding a pattern. I need to turn this into a power series but I cannot find the pattern in order to do that. I am getting everything in terms of either a0 or a1 and I know that I need to group all the a0's together and that is one solution, and the a1's together and that is the second solution. However even after grouping them I cannot find the pattern.
 
Physics news on Phys.org
Without actually plugging in values for n, what does a_{n+4} equal in terms of a_n? How about n+6? Figuring out the cancellation pattern should give you a formula a_n.
 
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