Show that the sequence defined by $a_1=1$ and $a_n=\sqrt{3+a_{n-1}}$ for $n>1$ is monotone and bounded. Then find the limit of the sequence.
I'm supposed to do this using induction. I'm usually pretty good with induction proofs, but I do have that, assuming convergence, the limit will be
$L=\sqrt{3+L}$
And so
$L^2-L-3=0$
And blah blah quadratic equation, $\frac{\sqrt{13}+1}{2}$.
Monotonicity: We have $a_2 = 2 > 1 = a_1$. Now suppose that $a_{n} > a_{n-1}$. Then $a_{n+1} = \sqrt{3 + a_{n}} > \sqrt{3 + a_{n-1}} = a_n$. This shows that $a_n$ is monotonically increasing.
Boundedness: We have $a_1 < 3$. Suppose $a_n < 3$. Then $a_{n+1} = \sqrt{3 + a_{n}} < \sqrt{3 + 3} = \sqrt{6} < 3$. It follows that $a_n < 3$ for all $n$, so $a_n$ is bounded above.
Since a bounded, monotone sequence converges, your limit calculation is valid.