0

Problem says to let $r>0$ and $a_0=\sqrt{r}$ and $a_n = \sqrt{r + a_{n-1}}$ for $n\ge1$

I know that $a_n$ is such that $a_0 < a_n < \sqrt{r} +1$ by showing

$a_1 = \sqrt{r+a_0} = \sqrt{r+\sqrt{r}} < \sqrt{r} +1$ and then using induction. But I'm not sure where to go from there.

1 Answers1

0

We can assume that a solution will be invariant under further iteration, and thus: $$a_{f}=\sqrt{r+a_{f}}\\\to a_f^2=r+a_f\\\to a_f = \frac{1\pm\sqrt{1+4r}}{2}$$

And given that we know our answer should be positive:

$$a_f=\frac12(1+\sqrt{1+4r})$$

($a_f$ is short for $a_{final}$, the value the sequence converges to.)