Prove $x_n<3$ for a sequence given by $$x_{n+1} = \frac{12(1+x_{n})}{13+x_{n}}$$ where $x_1$ is positive real number less than $3$.
For $n = 1$ statement is trivial, but I am stuck at doing further. Thanks
Prove $x_n<3$ for a sequence given by $$x_{n+1} = \frac{12(1+x_{n})}{13+x_{n}}$$ where $x_1$ is positive real number less than $3$.
For $n = 1$ statement is trivial, but I am stuck at doing further. Thanks
On
Since the base step is already given, we only need the induction step. Assume $x_n<3$. Then we need to prove that $x_{n+1}<3$. Notice that $\frac{12(1+x_n)}{13+x_n}$ is increasing on the given interval. If $x_n=3$ then
$$x_{n+1}=\frac{12(1+3)}{13+3}=3$$
Since $x_{n+1}$ increases with $x_n$, it will be less than $3$ when $x_n<3$, which is exactly our induction hypothesis.
Since $x_1<3$, assume that $x_n<3$ for some $n\in\mathbb{N}$.
Then $x_n<3\implies9x_n<27\implies 12+12x_n<39+3x_n\implies12(1+x_n)<3(13+x_n)$
$\;\;\;\implies\displaystyle x_{n+1}=\frac{12(1+x_n)}{13+x_n}<3$ $\;\;\;$(since $13+x_n>0$).