I need help with understanding how to solve this task, because I'm a bit lost at the moment.
Use the powerseries $$f(x)=\frac{1}{1-x}$$ to decide the sum of the series
$\sum_{n=1}^{\infty} n(n+1)x^n$ and $\sum_{n=1}^{\infty} \frac{n(n+1)}{3^n}$
I don't understand how to manipulate the sums to use the power series of the function.
$\frac{1}{1-x}=\sum_{n=0}^{\infty} x^n$
But when I differentiate twice. I get
$\frac{2}{(1-x)^3}=\sum_{n=0}^{\infty} n(n-1)x^{n-2}$
So I don't get the answer in the link. Is this due to the summation index?
– Mathomat55 Feb 25 '20 at 13:16So $\frac{2}{(1-x)^3}=\sum_{n=0}^{\infty} n(n-1)x^{n-2}$ and
$\frac{2}{(1-x)^3}=\sum_{n=1}^{\infty} n(n+1)x^{n}x^{-1}$
And then I multiply by x on each side and get
$\frac{2x}{(1-x)^3}=\sum_{n=1}^{\infty} n(n+1)x^{n}$
– Mathomat55 Feb 25 '20 at 13:52