The sequence $x_1$ $x_2$ $x_3$..... is such that $x_1=3$ and $$x_{n+1}=\frac{2x_n^2 +4x_n -2}{2x_n+3}$$
Prove by induction that $x_n>2$ for all $n$. First I proved the base case using $n=1$ as $x_1=3>2$. Then assumed it true for $n=k$ where $k$ is some integer. Now I'm trying to prove it for $k+1$. I used the given relationship to get an expression for $x_{k+1}$ but I don't see how I can prove that it's greater than $2$.
Rewriting $x_{k+1}$ (and given that $x_k>2$) we have $$x_{k+1}=\frac{2x_k^2 +4x_k -2}{2x_k+3}=x_k+\frac{x_k-2}{2x_k+3}>x_k>2$$