- #1
Saladsamurai
- 3,020
- 7
Homework Statement
I have an infinite series that looks like this:
[tex]\sum_0^\infty n(n-1)d_nx^{n-1} + \sum_0^\infty n(n-1)d_nx^n + \sum_0^\infty d_nx^n[/tex]I wish to combine all three sums so that they must all have same powers of x and start at same index. The second and third summations are fine. To change the first, I simply let [itex] j = n-1 \Rightarrow n = j+1[/itex]. So at n = 0, j = -1 and so we have[tex]\sum_{-1}^\infty j(j+1)d_{j+1}x^{j} + \sum_0^\infty j(j-1)d_jx^j + \sum_0^\infty d_jx^j[/tex]Now I might be able to answer my own question here: In the original summation that ran fromm n = 0, clearly the lowest power of 'x' that would ever appear is x0 at n = 0. However, here, at j = -1, we have an x-1, but we "lucked out" since there is a coefficient of (j+1)=0 that causes it to vanish.
I am assuming here, that it will always be the case that by changing the indices, we will produce a coefficients that cause powers of x that are not supposed to exist to vanish.
Is this correct to say?