Let $f:\Bbb R \rightarrow \Bbb R$ be the function $f(x)=\sqrt{2x+3}$.
(a) Show that for all $x\in[1,3], f(x)\geq x$. You may use the intermediate value theorem if you like.
Let $x_0=1$ and recursively define $x_{n+1}=\sqrt{2x_n+3}$.
(b) Show that the sequence $<x_n>$ converges.
(c) Find $\lim x_n$.
I have found the sequence $x_n =\frac{1+5^{1/2}}4\cdot3^n+\frac{3-5^{1/2}}4\cdot(-1^n)$ using characteristic equation. I don't understand how come it converges?
Please help!
Hint:
The characteristic equation is used for linear recurrence equations, here it's not linear.
However, you may to study "directly" the variation of $x_n$ : since $f(x)\geq x$, the sequence is increasing.
Show that it's bounded, then use continuity to find the limit with the equation $f(x)=x$, which amounts to a trinomial.
Notice that of the two main arguments for convergence ($f(x)\geq x$ and $x_n\leq3$) one is proved, and the other is suggested, in question (a). Usually, questions are asked in some order for a good reason, and you can take advange of this.