$\lim_{n \to \infty} \frac 1n(\sqrt[n]{e}+\sqrt[n]{e^2}+...+\sqrt[n]{e^{2n}})$
This problem is from Spivak 1994. I can see that it is integral sum for $e^x$ for $x$ from $0$ to $2$. So when I calculated this I got $\frac12\int e^xdx$, however in the answers it is given $\int e^xdx$ without $\frac 12$. I think this is not right because we are itegrating from 0 to 2 and the length of each interval is $ \frac 2n$. So we need to write $\lim_{n \to \infty} \frac 1n(\sqrt[n]{e}+\sqrt[n]{e^2}+...+\sqrt[n]{e^{2n}})$ as $\frac 12 \lim_{n \to \infty} \frac 2n(\sqrt[n]{e}+\sqrt[n]{e^2}+...+\sqrt[n]{e^{2n}})$
And only then we can write $\lim_{n \to \infty} \frac 2n(\sqrt[n]{e}+\sqrt[n]{e^2}+...+\sqrt[n]{e^{2n}})$ as $\int e^xdx$
My question: I dont need the solution. I can see that it is integral sum. What I dont know is should there be 1/2 or not. I explained in the body why I think there should be 1/2 before integral
I understood that there are 2n terms, and if we integrate from 0 to 2, length of each interval will be 1/n. How can I close the question?
Your sum can be rewritten as $$ \frac{1}{n}\sum\limits_{k=1}^{2n} e^{k/n} = \frac{1}{n}\sum\limits_{k=1}^{2n} f\left(\frac{k}{n}\right) $$ where $f(x) = e^x$. Does this answer your question?
Edit: Note that I changed the sum to go up to $2n$, but the equations you wrote were inconsistent since you also wrote "So we need to write $\lim_{n\to \infty} \frac{1}{n}\left(\sqrt[n]{e} + \cdots + \sqrt[n]{e^n}\right)$..." which implies the sum goes to $n$ (not $2n$).