Does $\{x_n\}$ converge where $$x_{n+1}=\frac{2}{3}x_n+ \frac{1}{x_n^2} \hspace{1cm} \forall n\in \Bbb{N}$$ and $x_1$ is close enough to $\sqrt[3]{3}$
So I noticed that if we could prove that $\{x_n\}$ is bounded above by $\sqrt[3]{3}$ then we're done because $$x_{n+1}-x_n=\frac{3-x_n^3}{3x_n^2}.$$
Hint: it is Newton's method applied to $f(x)=x^3-3$, that is a convex function in a quite large neighbourhood ($\mathbb{R}^+$) of its only real root.