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}$.