This was a question on one of my exam practice problems and although I know the solution, I do not see how to get to it.
Given the question
$$\lim_{n \rightarrow \infty} \frac{1}{n}\sum_{k=1}^{n} e^{{5k}/{n}}$$
I can see the $e^{{5k}/{n}}$ becoming some form of $e^5$ but I don't really know how to show this nor come to the correct answer. Are there any formulas that can help solve these problems?
As an alternative note that by geometric series
$$\frac{1}{n}\sum_{k=1}^{n} e^{{5k}/{n}}=\frac{1}{n}\sum_{k=0}^{n-1} (e^{5/n})^{k+1}=\frac{e^{5/n}}{n}\sum_{k=0}^{n-1} (e^{5/n})^{k}=\frac{e^{5/n}}{n}\frac{e^5-1}{e^{5/n}-1}=e^{5/n}\frac15\frac{5/n}{e^{5/n}-1}(e^5-1)\\\to\frac{e^5-1}{5}$$