3

Find the limit as $n$ tends to infinity of

$$\frac{e^{1/n}}{n^2}+2\frac{e^{2/n}}{n^2}+3\frac{e^{3/n}}{n^2} + \ldots + n \frac{e}{n^2}$$

Any help would be thoroughly appreciated.

flawr
  • 16,533
  • 5
  • 41
  • 66
user34304
  • 2,749

2 Answers2

10

It's a Riemann sum that approaches $$ \int_0^1 xe^x\,dx. $$ The partition is $0,\ 1/n,\ 2/n,\ 3/n,\ \ldots,\ n/n$, so $\Delta x=1/n$ in every subinterval.

Note that $\displaystyle\int x\Big( e^x\,dx\Big) = \int x\,dv = xv-\int v\,dx$ etc.

0

The sum can be expressed on a closed form. Then, the asymptotic expansion leads to the limit equal to 1.

enter image description here

JJacquelin
  • 66,221
  • 3
  • 37
  • 87