How to study convergence of $(X_n)$, with $X_{n+1}={\sqrt{2X_n+3}}$ and $x_1=\sqrt3$ ?
2026-03-29 20:20:22.1774815622
On
Study convergence of a recurent sequence
58 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Clearly we have $x_n\geq \sqrt{3}$. Let see what is with monotonocy of the sequence $$x_{n+1}-x_{n} = \sqrt{2x_n+3}-x_n = {2x_n+3-x_n^2 \over \sqrt{2x_n+3}+x_n }$$ We used here $$\sqrt{a}-\sqrt{b} ={a-b \over \sqrt{a}+\sqrt{b} }$$ Since numerator is $>0$ we see that all depends of denumerator: $$-x_n^2+2x_n+3= -(x_n-3)(x_n+1)$$
Now since $x_n+1>0$ all depend on relation of $x_n$ with $3$ for all $n$. Now if $x_n<3$ then $$2x_n+3\leq 9\implies x_{n+1}< 3$$ Since $x_1< 3$ we see that $x_n< 3$ for all $n$ and so $x_{n+1}\geq x_n$ for all $n$.
So our sequence is increasing and bounded in $[\sqrt{3},3)$ so it is convergent.
Hint:\begin{align}x_{n+1}-3 &= \sqrt{2x_n+3}-3 \\ &=\frac{2x_n+3-9}{\sqrt{2x_n+3}+3} \\ &=\frac{2}{\sqrt{2x_n+3}+3}(x_n-3)\end{align}