RUber said:
Right. The y' drives the a_0 term to zero, and the y'' drives the a_1 term to zero.
##y = \sum_{n=0}^\infty a_n x^n= a_0 + a_1 x + a_2 x^2 + ... ##
## y' = \sum_{n=1}^\infty na_n x^{n-1} = a_1 + 2a_2x + 3a_3x^2 + ... ##
## y'' = \sum_{n=2}^\infty n(n-1) a_n x^{n-2}= 2a_2 + 6a_3 x + 12a_4 x^2 + ... ##
Multiplying by x and gathering into sums:
##xy = a_0x + \sum_{n=2}^\infty a_{n-1} x^n##
## xy' = a_1x + \sum_{n=2}^\infty (n)a_{n} x^{n}##
## y'' = 2a_2 + 6 a_3 x + \sum_{n=2}^\infty (n+2)(n+1) a_{n+2} x^{n}##
So, what form are you expected to put the final answer into?
Something like:
## 2a_2 + \sum_{n=1}^\infty \left[ (a + b + c) x^n \right]?##
I THINK I UNDERSTAND NOW!
Correct me if I am wrong but here was my step-by-step process:
## \sum_{n=2}^\infty n(n-1)a_{n}x^{n-2} - x \sum_{n=1}^\infty na_{n}x^{n-1} + x \sum_{n=0}^\infty a_{n}x^{n} =0## (1)
Distribute the x's:
## \sum_{n=2}^\infty n(n-1)a_{n}x^{n-2} - \sum_{n=1}^\infty na_{n}x^{n} + \sum_{n=0}^\infty a_{n}x^{n+1} =0## (2)
Shift without respect to the series index to get all the x's to the same power:
## \sum_{n=0}^\infty (n+2)(n+1)a_{n+2}x^{n} - \sum_{n=1}^\infty na_{n}x^{n} + \sum_{n=1}^\infty a_{n-1}x^{n} =0## (3)
Now shift with respect to the same index, in this case n=2, to do this without changing the inside equations, we can pull terms out. Since the y'' series index is equal to 0, the first term we pull out will be the 0th term, then we need to pull out the second term which is then the 1st term due to the index change. Repeat this process with xy' and xy except only once because their index is already starting at 1, so their first term is the 1st term:
## 2a_2 + 6a_3x + \sum_{n=2}^\infty (n+2)(n+1)a_{n+2}x^{n} - a_1x + \sum_{n=2}^\infty na_{n}x^{n} + a_0x + \sum_{n=2}^\infty a_{n-1}x^{n} =0## (4)
So, I have achieved your answer, the only question I have now is...
Why did you pull out terms to make the index n=2 when you could just pull 1 term out of y'' and make all the index n=1? It seems like it would be easier to then solve for terms. Is that what you were talking about when you said you did something to show a pattern?
(edit: Never mind I realize why you did that now, as it gives you an extra term you can plug in for. Thank you for all your help with this problem, I realize I dragged this out way too long, but I just was not understanding. )