the original question is:
about
and i got to this part:
what do i do next?
you can see here. the problem is different, but when you get to the step that you're on, i explain the process.
in summary:
first, get all the powers of x to be the same, that is n. notice that in the middle term the power is n - 2. change all n's in that term to n + 2 (the index on the series will change also).
then, make sure your series all start at the same index. usually this is done by evaluating some terms of some series so that they catch up with others. in this case, you can just set all of them to begin at n = 0. this won't change what you have.
then combine all the series together, factor out theand set its coefficient to zero. from this you can get a recursive formula to find the coefficients of your series solution. i hope you know how to take it from there.


In the "middle sum", let k= n-2 so that n= k+ 2. Then "3(n-1)n" becomes "3(k+2-1)(k+2)= 3(k+1)(k+2). Also "" becomes "a_{k+2}" and "
" becomes "
". Finally, when n= 2, k= 0 That is, that whole "middle sum" becomes
.
In the other two sums, just change "n" to "k" and your whole equation becomes. Now, since those sums all have
you can combine corresponding coefficients into a single sum. Since the only way a power series can be 0, for all x, is if the coefficients of all powers of x are 0, you can then set each coefficient equal to 0.
Be careful about the different starting values. For k= 0, you have only the middle term so the coefficient of, the constant term, is just
. For k= 1, you have only the middle and third coeffient so
. For
, you have all three terms and can write out the general equation to get an iterative formula for
.