0

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.

Stackman
  • 4,028

3 Answers3

0

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)$.

gt6989b
  • 54,422
0

Hint \begin{align*} \frac{1}{1-x}&=1+x+x^2+\dotsb=\sum_{k=0}^{\infty}x^k &&(\text{ for } |x| <1 )\\ \frac{d}{dx}(1-x)^{-1}=(1-x)^{-2}&=1+2x+3x^2\dotsb=\sum_{k=1}^{\infty}kx^{k-1}\\ x(1-x)^{-2}&=x+2x^2+3x^3\dotsb=\sum_{k=1}^{\infty}kx^{k} \end{align*} Now take derivative.

Anurag A
  • 41,067
0

Consider $$S=\sum_{n=1}^\infty n^2 x^{n-1}=\sum_{n=1}^\infty [n(n-1)+n] x^{n-1}=x\sum_{n=1}^\infty n(n-1) x^{n-2}+\sum_{n=1}^\infty n x^{n-1}$$ that is to say $$S=x\left(\sum_{n=1}^\infty x^n\right)''+\left(\sum_{n=1}^\infty x^n\right)'$$ When finished, make $x=\frac 56$.