I am trying to practice for a Precalculus exam, but there's this black sheep that I just can't figure out.
$$\lim_{n\to \infty} \dfrac{\sqrt[n]{e}+\sqrt[n]{e^2}+\sqrt[n]{e^3}+...+\sqrt[n]{e^n}}{n}$$
We use the standard sum of a geometric series usually to solve similar limits $S_n = a_1 \dfrac{q^n-1}{q-1}$. I tried simplifying the series and got $\sqrt[n]{e+e^2+e^3+...+e^n}$. I tried to use the sum formula to end up with $e \dfrac {e^n-1}{e-1}$. But then I get stuck.
Your simplification is invalid, but note that the limit is $$\lim_{n\to\infty} \frac1n \sum_{k=1}^n e^{\frac kn}$$ Wich can be expanded using the geometric sum formula for $e^{\frac1n}$ to obtain: $$\ldots= \lim_{n\to\infty} \frac{e^{\frac1n}}n \cdot \frac{e - 1}{e^{\frac1n} - 1}= (e-1) \lim_{n\to\infty} \frac{e^{1/n}}{ne^{1/n} - n} = (e-1)\lim_{n\to\infty} \frac{-\frac1{n^2} e^{1/n}}{-\frac1n e^{1/n}+e^{1/n}-1} = e-1$$