I have this power series: $$\sum_{k=1}^{\infty} \frac{x^{k+2}}{k+1}.$$ How can I find the sum of this? I have tried different ways to differentiate $\sum_{k=0}^{\infty}x^n=\frac{1}{1-x}$ and get it into the right form, but I can't seem to be getting it right.
2026-04-03 00:55:41.1775177741
On
finding the sum of power series
94 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Hint:
$$f(x)=\sum_{k=1}^\infty\frac{x^{k+2}}{k+1}=x\sum_{k=1}^\infty\frac{x^{k+1}}{k+1}\implies f'(x)=\ldots$$
Consider $$\sum_{k=1}^\infty x^k = \frac{1}{1-x} - 1$$
Integrating both sides, we get $$\sum_{k=1}^\infty \int_0^x x^k dx = \int_0^x\left(\frac{1}{1-x} - 1\right) dx$$ $$\sum_{k=1}^\infty\frac{x^{k+1}}{x+1} = -\ln(1-x) - x$$
What you need is $$\sum_{k=1}^\infty\frac{x^{k+2}}{k+1} = x\cdot\sum_{k=1}^\infty\frac{x^{k+1}}{x+1} = x(-\ln(1-x) - x)$$