Screwdriver
- 125
- 0
Homework Statement
Determine a series solution to the following ODE about x0 = 0:
xy'' + y' + xy = 0
The Attempt at a Solution
I'll try to keep this concise.
I first divided through by x and made the usual guesses for the form of the series. Subbing those in gave:
\sum_{2}^{\infty}n(n-1)a_{n}x^{n-2}+ \sum_{1}^{\infty}na_{n}x^{n-2} + \sum_{0}^{\infty}a_{n}x^{n}
Then I shifted the first two series up 1 and the third one down 1 and multiplied through by x:
\sum_{1}^{\infty}n(n+1)a_{n+1}x^{n}+ \sum_{0}^{\infty}(n+1)a_{n+1}x^{n} + \sum_{1}^{\infty}a_{n-1}x^{n}
Then to get the second series to start at 1, I moved the lower index up 1 and added the n = 0 term to make up for it:
\sum_{1}^{\infty}n(n+1)a_{n+1}x^{n}+ \sum_{1}^{\infty}(n+1)a_{n+1}x^{n} + \sum_{1}^{\infty}a_{n-1}x^{n}+a_{1}
Now you can combine the series:
\sum_{1}^{\infty}[n(n+1)a_{n+1}+(n+1)a_{n+1}+a_{n-1}]x^{n} + a_{1}
But then setting coefficients equal to zero gives a1 = 0, but don't you need to determine recurrence relations for a0 and a1?