How can I take the following sum and simplify it with partial fractions? $$\sum^{\infty}_{k=1}\frac{k-1}{2^{k+1}}$$
I know the denominator can be rewritten as $(2^k)(2)$, but how do I deal with the $2^k$ when doing partial fractions?
Usually, when there is an exponent in the denominator, you put terms all the way through - if you have $x^3$ in the denominator you end up with $\frac{A}{x}+\frac{B}{x^2}+\frac{C}{x^3}$. So, what do I do when I have $2^k$ - and I either do not know what $k$ or $k$ goes to infinity?
That's only true when there are other factors in the denominator, such as $(x-1)$. When you have no other factors, and have just $x^3$ in the denominator, there is no simplification to be made, you already have the simplest form.
Similarly in this case, there isn't any way to simplify this sum using partial fractions, nor is there a way to express the summand in partial fractions.
With regards to the actual question, consider what happens when you integrate w.r.t. $x$ $$\sum_{k=1}^\infty\frac{k}{x^{k+1}}$$