I need a hint to solve this:
Let $a_1 = 1$ and define a sequence recursively by $$a_{n+1} = \sqrt{a_1 + a_2 + ... a_n}$$
Show that $$\lim_{n \to \infty} \dfrac{a_n}{n} = \dfrac{1}{2}$$
Any help? Thank you
I need a hint to solve this:
Let $a_1 = 1$ and define a sequence recursively by $$a_{n+1} = \sqrt{a_1 + a_2 + ... a_n}$$
Show that $$\lim_{n \to \infty} \dfrac{a_n}{n} = \dfrac{1}{2}$$
Any help? Thank you
First, you need to prove that $a_n\to\infty$ as $n\to\infty$. Then, by applying Stolz–Cesàro theorem we have $$\lim_{n\to\infty}\frac{a_n}{n}=\lim_{n\to\infty}\frac{a_{n+1}-a_n}{(n+1)-n}=\lim_{n\to\infty}(a_{n+1}-a_n)=\lim_{n\to\infty}(\sqrt{a_{n}^2+a_n}-a_n)=\lim_{n\to\infty}\frac{a_n}{\sqrt{a_{n}^2+a_n}+a_n}=\lim_{n\to\infty}\frac{1}{\sqrt{1+\frac{1}{a_n}}+1}=\frac12.$$
Since $a_2=1<\frac22$, we know that (for $n\ge2$) $a_n\le\frac n2$.
– Akiva Weinberger Oct 02 '14 at 03:24