Rct33
- 16
- 0
Homework Statement
I am trying to find the recursion relation for the coefficients of the series around x=0 for the ODE: y'''+x^2y'+xy=0
The Attempt at a Solution
Therefore letting:
y=\sum_{m=0}^\infty y_mx^m
\therefore y'=\sum_{m=1}^\infty my_mx^{m-1}
\therefore y''=\sum_{m=2}^\infty m(m-1)y_mx^{m-2}
\therefore y'''=\sum_{m=3}^\infty m(m-1)(m-2)y_mx^{m-3}
Subbing this back in gives:
\sum_{m=3}^\infty m(m-1)(m-2)y_mx^{m-3}+x^2\sum_{m=1}^\infty my_mx^{m-1}+x\sum_{m=0}^\infty y_mx^m=0
Fixing y''':
\sum_{m=3}^\infty m(m-1)(m-2)y_mx^{m-3}=\sum_{m=2}^\infty (m+1)(m+2)(m+3)y_{m+3}x^{m}+6y_3+24xy_4
Fixing y':
x^2\sum_{m=1}^\infty my_mx^{m-1}=\sum_{m=2}^\infty (m-1)y_{m-1}x^m
Fixing y:
x\sum_{m=0}^\infty y_mx^m=\sum_{m=2}^\infty y_{m-1}x^m+xy_0
Therefore combining these terms gives:
\sum_{m=2}^\infty\left[(m+1)(m+2)(m+3)y_{m+3}+(m-1)y_{m-1}+y_{m-1}\right]x^m+6y_3+xy_0+24xy_4=0
Therefore I have two equations which sum to 0, with one of them being this:
6y_3+xy_0+24xy_4=0
\therefore y_3=0 and y_4=-\frac{1}{24}y_0
Using the other equation:
(m+1)(m+2)(m+3)y_{m+3}+(m-1)y_{m-1}+y_{m-1}=0
\therefore (m+1)(m+2)(m+3)y_{m+3}+y_{m-1}((m-1)+1)=0
\therefore y_{m+3}=-\frac{y_{m-1}m}{ (m+1)(m+2)(m+3)}
This gives me:
y_3=0
y_4=-\frac{1}{24}y_0
y_5=-\frac{1}{30}y_1
y_6=-\frac{1}{40}y_2
The problem is I am not sure how to relate these together to solve the recursion! Any help is much appreciated.
Last edited: