Prove that the sequence which defined by $a_1=1$ and $a_{n+1}=\sqrt{12+4a_n}$ for every $n\geq1$ is convergent and find its limit.
I think the way to prove this is to show that $a_n$ is monotone and bounded. We can show that is monotone and increasing by induction. But i'm stuck at the bounded part.
To prove that the sequence converges, you can prove that it's bounded above and increasing:
Using induction, you can prove $a_n$ is bounded above by $6$. $$ a_n<6\Leftrightarrow 4a_n<24\Leftrightarrow 12+4a_n<36\Leftrightarrow \sqrt{12+4a_n}<\sqrt{36}\Leftrightarrow a_{n+1}<6 $$
Again using induction, you can prove that $a_n$ is increasing.
$$ a_{n-1}<a_n\Leftrightarrow 12+4a_{n-1}<12+4a_n\Leftrightarrow \sqrt{12+4a_{n-1}}<\sqrt{12+4a_n}\Leftrightarrow a_n<a_{n+1} $$
The limit can be found simply by replacing $a_i$ with $L$: $$ L=\sqrt{12+4L}\Leftrightarrow L\ge 0~~\land~~L^2-4L-12=0\Leftrightarrow L\ge 0~~\land~~(L+2)(L-6)=0 $$ $$ \Leftrightarrow L\ge 0~~\land~~L \in \{-2, 6\}\Leftrightarrow L=6 $$