We are given a sequence $S_n=\sqrt{a+S_{n-1}}$ where $S_1=\sqrt a$ and $a\geq 1$.
The problem asks that we prove $S_n$ is bounded.
I am having trouble showing that it is bounded as I originally solved that $S_n = \dfrac{1+\sqrt{1+4a}}2$ as $S_n$ is essentially $\sqrt{1+S_n}$ and then solved it quadratically. Then I said that $S_n$ was bounded by $\sqrt{a+\dfrac{1+\sqrt{1+4a}}2}$
However, I think this is not right because this is equal to $S_{n+1}$ but $S_{n+2}$ is bounded by something greater than that.
Is there a way to show that this sequence is bounded?
Note: The sequence is increasing.
Hint: You correctly found $S_n\to(1+\sqrt{1+4a})/2$. But that is not what you were asked. You need to show $S_n < C$. It does not matter if $C$ is large. However you cannot choose $C$ to be any particular number because $a$ could be large. So how about trying to show that $S_n < 2a$? You can do this by induction.