2

Value of $\sum\limits_{n=1}^{\infty}n^2e^{-n}$

I was solving this question and as you can see when we expand the sum we get,

$$\frac{1}{e}+\frac{4}{e^2}+\frac{9}{e^3}+++..$$ It's not an GP neither an AP , how shall I find the sum then?

Did
  • 279,727
Iti Shree
  • 1,476

1 Answers1

2

So, here what I did, thanks to everyone who commented for helping me. $\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n$

after differentiating we get, $\frac{1}{(1-x)^2}=\sum_{n=0}^{\infty}nx^{n-1}$

multiply both side with x we get, $\frac{x}{(1-x)^2}=\sum_{n=0}^{\infty}nx^{n}$ again differentiate and multiply with x we get $\frac{x(1+x)}{(1-x)^3}=\sum_{n=0}^{\infty}n^2x^{n}$

now when we replace $x$ with $\frac{1}{e}$ we get required result i.e $$\frac{e^2+e}{(e-1)^3}$$

Iti Shree
  • 1,476