Show that the sequence defined by $x_1$ = $\frac{1}{2}$ and $x_{n+1} = \frac{x_n^3 + 2}{7}$ for $n \in N$ satisfies the Cauchy criterion.
I don't understand how to go about this problem. Is it alright to show that the sequence is convergent, which would then imply it being Cauchy? or is there some way to directly get expressions in terms of the Cauchy criteria?
My observations:
All terms of the sequence are positive, and we can write $|x_{m+1}-x_{n+1}| = |\frac{x_m^3 - x_n^3}{7}|$
How do I show that for an arbitrarily chosen $\epsilon$, the expression is less than $\epsilon$ for all $m,n \ge$ some natural number $K$?
Could someone please help me with the solution, or possibly point me in the right direction? Thanks.
First, show by induction that, with $x_1=1/2$, it follows that $0<x_n\leq 1/2$. Then, since $(x^3 - y^3)=(x^2+xy+y^2)(x-y)$, we find that $$|x_{n+1}-x_{n}| = \frac{|x_n^3 - x_{n-1}^3|}{7}\leq\frac{\frac{1}{2^2} + \frac{1}{2^2}+\frac{1}{2^2}}{7} |x_{n}-x_{n-1}|=\frac{3}{28}|x_{n}-x_{n-1}|.$$ Now use the triangle inequality to estimate $|x_n-x_m|$. Can you take it from here?