I have the sequence $(a_n)_{n \ge 1}$ defined as $a_{n+1}=\sqrt{12+4a_n}$ with $a_1=1$ and I'm trying to:
- prove that it converges &
- find its limit.
My attempt:
First, I assume that $(a_n)_{n \ge 1}$ is increasing and bounded above, thus being convergent and: $$ a_1 \le a_k \le \lim_{n→\infty}a_n \Leftrightarrow 1 \le a_k \le L $$
Then, I calculate $L$ using the definition of $(a_n)_{n \ge 1}$: $$ L=\sqrt{12+4L} \Leftrightarrow L^2-4L-12=0 \Leftrightarrow (L+2)(L-6)=0 \Leftrightarrow L \in\{\require{cancel} \cancel{-2}, 6\} $$
- Finally, I prove that the initial assumption is correct: $$ a_{n+1} \ge a_n \Leftrightarrow \sqrt{12+4a_n} \ge a_n \Leftrightarrow a_n^2-4a_n-12 \le 0 \Leftrightarrow\\ (a_n+2)(a_n-6) \le 0 \Leftrightarrow -2 \le a_n \le 6 $$ So, in order for $(a_n)_{n \ge 1}$ to be increasing $a_n \le 6 \Leftrightarrow a_n \le L$, which is true.
Questions:
- Is my solution adequate at proving that $(a_n)_{n \ge 1}$ converges and at calculating its limit?
- Is there a better way to solve this problem?

In order to prove $a_n$ converges, all we have to do is prove it's bounded above and increasing:
First, we'll need to prove $a_n$ is bounded above by $6$ through induction. For $n=1$ it holds, so let's assume it holds for $k=n\ge 1$ as well: $$ a_k<6\Leftrightarrow 4a_k<24\Leftrightarrow 12+4a_k<36\Leftrightarrow \sqrt{12+4a_k}<\sqrt{36}\Leftrightarrow a_{k+1}<6 $$
Then, we'll need to prove that $a_n$ is increasing through induction. For $n=2$ it holds, because $a_1<a_2=1<\sqrt{16}=4$, so let's assume it holds for $k=n\ge 1$ as well:
$$ a_k<a_{k+1}\Leftrightarrow 12+4a_k<12+4a_{k+1}\Leftrightarrow \sqrt{12+4a_k}<\sqrt{12+4a_{k+1}}\Leftrightarrow a_{k+1}<a_{k+2} $$
Since $a_n$ is bounded above and increasing, it's bounded, convergent and $a_1<a_k<\lim_{n\to\infty}a_n$. The limit can be found easily by substituting it in the place of $a_i$: $$ 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 $$