I have an equation: $$y''-xy=0$$ and I am told to find two linearly independent power series solutions, about x = 0. I am looking for solutions in the form $$\sum_0^{\infty}a_nx^n$$ and successfully obtained the recurrence relation: $$(n+3)(n+2)a_{n+3}=a_n$$ Which makes me think that I can freely choose $a_0$, $a_1$ & $a_2$. Problem: that is 3 linearly independent solultion, and for a second order ODE I am supposed to have max $2$.
I am told that $a_2=0$. This would solve the problem about number of solutions. How can I conclude that $a_2=0$?
Question phrased in a more general way: how to come up with only $2$ solutions for second order ODE if recurrence realtion is between $a_n$ & $a_m$, where $m>2$?
With the convention $a_n=0$ for $n<0$, the first 3 non-trivial equations read \begin{align} n&=-3:& 0a_0&=a_{-3}=0\\ n&=-2:& 0a_1&=a_{-2}=0\\ n&=-1:& 2a_2&=a_{-1}=0 \end{align} so that indeed $a_0,a_1$ are free, while the value of $a_2$ is fixed to zero.