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.