For the series
$$1 + 2x + 3x^2 + 4x^3 + 5x^4 + ... + nx^{n-1}+... $$
and $x \ne 1, |x| < 1$.
I need to find partial sums and finally, the sum $S_n$ of series. Here is what I've tried:
- We can take a series $S_2 = 1 + x + x^2 + x^3 + x^4 + ...$ so that $\frac{d(S_2)}{dx} = S_1$ (source series).
- For the $|x| < 1$ the sum of $S_2$ (here is geometric progression): $\frac{1-x^n}{1-x} = \frac{1}{1-x}$
- $S_1 = \frac{d(S_2)}{dx} = \frac{d(\frac{1}{1-x})}{dx} = \frac{1}{(1-x)^2}$
But this answer is incorrect. Where is my mistake? Thank you.
$$p_n(x):=\sum_{i=1}^n x^i$$ is a polynomial, which you can differentiate term-wise, giving the polynomial
$$p'_n(x):=\sum_{i=1}^n ix^{i-1}.$$
At the same time, $p(x)$ is the sum of terms of a geometric series, and for $x\ne1$,
$$p_n(x)=\frac{x^{n+1}-1}{x-1}-1.$$
Then, for all $x\ne1$,
$$p'_n(x)=\frac{(n+1)x^n}{x-1}-\frac{x^{n+1}-1}{(x-1)^2}.$$
The limit exists for all $|x|<1$, and
$$p'_\infty(x)=\dfrac1{(x-1)^2}.$$