5

I have a problem with the calculation of the following limit. \begin{equation} \lim_{n\rightarrow \infty} \frac{1+\sqrt{2}+\sqrt[3]{3}+\cdots+\sqrt[n]{n}}{n} \end{equation} I do not know where to start! Thank you very much

Mark
  • 7,841
  • 6
  • 38
  • 72

2 Answers2

9

There are at least two possibilities. In all of them you use that $\lim_{n\to\infty}=\sqrt[n]{n}=1$.

The first one uses the following result: if $a_n$ is a convergent sequence, then $$\lim_{n\to\infty}\frac{a_1+a_2+\dots+a_n}{n}=\lim_{n\to\infty}a_n.$$

The second is to use Stolz's criterion.

Cameron Buie
  • 102,994
  • I remember that there's some theorem saying that, given 2 positive sequences $(a_n); (b_n)$ if $\lim \frac{a_n}{b_n} = \alpha$, then $\lim \frac{\mathop\sum_{i = 1}^n a_i}{\mathop\sum_{i = 1}^n b_i} = \alpha$. Is this correct, and what's the name of this theorem? – user49685 Nov 19 '12 at 14:27
  • @user49685 It is (a version of) Stolz-Cesaro theorem, see e.g. this answer. – Martin Sleziak Nov 19 '12 at 14:34
4

Hint: Note that $$\sqrt[n]{n} \rightarrow 1.$$

You'll need to know and use that fact.

amWhy
  • 209,954