Here is a question in calculus. Compute the limit of the sequence: $\lim\limits_{n\rightarrow+\infty}(\sum\limits_{i=1}^n(1+\frac{i}{n})^i)^{\frac{1}{n}}$?
There are in general three ways to compute the limit of a sequence of the form in summation:
(1) Compute the sum directly, and then treat it as the limit of a function. However, it seems that it is impossible to work out what $(\sum\limits_{i=1}^n(1+\frac{i}{n})^i)^{\frac{1}{n}}$ is.
(2) Apply squeeze theorem. I think that this is the most possible way to solve this question, but I cannot find a suitable upper bound and a suitable lower bound.
(3) Regard it as a Riemann sum, and then compute the Riemann integral. In this way, we usually need a factor $\frac{1}{n}$ as the length of the intervals in the partition. Hence, it seems that we need to take logarithm and obtain $\frac{1}{n}\ln\sum\limits_{i=1}^n(1+\frac{i}{n})^i$. However, $\ln$ does not commute with $\sum$, so I do not think that this method will work.
$$
– Gary Oct 30 '23 at 06:41