I have the sequence $$x_n = \frac{2x_{n-1}^3+7}{3x_{n-1}^2}$$
I know the limit of this sequence is $\sqrt[3]{7}$, and I chose the starting values $x_{0} = 2$, $x_{1} = 1.91666\ldots$
I tried proving by using induction first but failed. How do I prove this sequence does really converge and also its limit is $\sqrt[3]{7}$?
Hint. Consider the map $$T(x)=\frac{2x^3+7}{3x^2}=\frac{2}{3}x+\frac{7}{3x^2}$$ and the interval $I=[\sqrt[3]{7},2]$. Show that:
i) $T(\bar x)=\bar x$ with $\bar x:=\sqrt[3]{7}$.
ii) Let $T'(x)=\frac{2}{3}\left(1-\frac{7}{x^3}\right)$. Then $0<T'(x)\leq 2/3<1$ for all $x\in I$.
iii) $T(I)\subset I$ ($T$ is increasing by ii), $T(\bar x)=\bar x$ and $T(2)<2$).
Then $T$ is a contraction mapping in $I$.
Hence, by the Banach fixed-point theorem the sequence defined recursively by $x_{n+1}=T(x_n)$ with $x_0\in I$ converges to the unique fixed point $\bar x$.