Show that the sequence $(x_n)$ with $x_1 = 1$ and $x_{n+1} = \dfrac{2x_n + 1}{x_n+3}$ for $n ∈ \Bbb{N}$ converges and determine its limit.
I understand how to show the limit of sequence, but how could I show that it is decreasing? I tried to do it by induction: $$ x_{n+1} =\frac{2x_n + 1}{x_n + 3} \\ x_{n+2} = \frac{2x_{n+1} + 1}{x_{n+1} + 3} \\ x_{n+2} < x_{n+1} \\ \frac{2x_{n+1} + 1}{x_{n+1} + 3} < \frac{2x_n + 1}{x_n + 3} \\ \text{Then I put } x_{n+1} =\frac{2x_n + 1}{x_n + 3} \text{ at the left part of the equation} \\ \frac{2{(\frac{2x_n + 1}{x_n + 3} )} + 1}{(\frac{2x_n + 1}{x_n + 3}) + 3} < \frac{2x_n + 1}{x_n + 3} \\ \frac{x_n^2 + 4x_n + 3}{x_n^2 + 5x_n + 6}< \frac{2x_n + 1}{x_n + 3} \\ ({2x_n +1})({x_n^2 + 5x_n + 6})< ({x_n^2 +4x_n +3})({x_n + 3}) \\ {x_n^3+4x_n^2+2x_n-3>0} $$ And I don't know what to do next and I can't determine its limit until I proof that it's converges