I am trying to prove that the sequence given by the recursive relation $a_{n+1} = \sqrt{12+4a_n}$ is convergent, $a_1 = 1$.
I managed to prove using induction that the sequence is stricly increasing.
I'm using the theorem that states that
If a sequence is monotonous and bounded then it is convergent.
Therefore, I must now prove there exists an upper bound
My attempt
I will use induction again.
- For $n = 1: a_1 = 5 < M\in\mathbb{R}$
- For $n = k: a_k < M\in\mathbb{R}$
- For $n = k+1: a_{k+1} = \sqrt{12+4a_k} = 2\sqrt{3+a_k} < M \iff a_k < \frac{M^2}{2} -3 < \frac{M^2}{2} < M^2 $
I've shown that $a_{k+1}$ is less that $M^2$ whereas in the induction step I stated that $a_{k+1}$ is less than $M$. The square kinda confuses me, and I am not sure if I indeed proved boundness here, thus I ask this question
Note that $a_{k+1}=2 \sqrt{3+a_{k}}<M \iff a_{k}<\frac{M^2}{4}-3$. Then you could do $M=\frac{M^2}{4}-3$ which indeed gives $M=6$ as a solution.