I'm fully comfortable with most series and even arithmetico–geometric sequence including n to any exponent if the geometric term is in the form of $\frac{1}{2}, \frac{1}{3}, \frac{1}{4}$, and so forth. However, I'm completely lost on how to calculate this sum by hand through term-by-term differentiation given the term is $\frac{5}{6}$. It would be appreciated if someone could help clear this up for me.
2026-03-25 11:16:38.1774437398
Summation of a geometric sequence from $1$ to infinity for: $(n^{2})\times ((\frac{5}{6})^{n-1})$
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Note generally that $$ \frac1{1-x} = f(x) = \sum_{k=0}^\infty x^k, \quad \forall x \in (-1,1). $$ Thus, $$ (1-x)^{-2} = f'(x) = \sum_{k=1}^\infty kx^{k-1}, $$ hence you also have $$ x(1-x)^{-2} = x\sum_{k=1}^\infty kx^{k-1} = \sum_{k=1}^\infty kx^k, $$ and now you can differentiate again to get $\sum k^2 x^k$ after another multiplication by $x$...
Since exchanging sum and differentiation is valid within the radius of convergence, all manipulations will hold for all $x \in (-1,1)$.