Consider sequence $a_n$ defined by
$$a_1=2 $$
$$7a_{n+1} = a_n^2+3, n\ge2$$
- Show that $\frac{1}{2}\lt a_n \lt 3$
- Prove that it is increasing.
- Find its limit as $n\to+\infty$.
I know how to prove the first part by induction.
However, I don't know how to prove the second part.
And if the sequence is both bounded and increasing, which is monotonic, it is going to converge, right? But I don't think it is going to converge at all.
It is converging and the limit is going to be the smaller solution of $x^2-7x+3=0$, which is ${7-\sqrt{37}\over2}$.
Also it is strictly decreasing. Proof:
Base case when $n=1,2$ is trivial and $a_n>a_{n+1}\implies {{a_n}^2+3\over7}>{{a_{n+1}}^2+3\over7}\implies a_{n+1}>a_{n+2}$