Question:
Suppose a power series $$\sum_{n=0}^\infty a_n x^n$$ Satisfies $$a_{n-2} + (n^2 + \alpha^2)a_n =0,\ for\ all\ n\geqslant 2$$ What is the radius of convergence of the power series?
I have tried:
1) Split into 2, odds and even
2) $$a_{0} + (n^2 + \alpha^2)a_2=0$$ $$a_{1} + (n^2 + \alpha^2)a_3=0$$ 3)$$a_{0} + (n^2 + \alpha^2)a_2=a_{1} + (n^2 + \alpha^2)a_3 $$ 4) $$\frac {a_0-a_1}{a_3-a_0} = (n^2 + \alpha^2)$$ 5) I am stuck here , I don't know whether this approach is correct.