Let $\{x_n\}$ be a Cauchy sequence of real numbers, prove that a new sequence $\{y_n\}$, with $y_n$=$x_n^\frac{1}{3}$, is also a Cauchy sequence.
What I am thinking so far is following:
In order to prove $\{y_n\}$ is a Cauchy sequence, we need to find an $N \in \mathbb{N}$ such that for any $m, n \ge N$, $$ |y_n-y_m| = |x_n^\frac{1}{3}-x_m^\frac{1}{3}| = \frac {\vert{x_n-x_m}\vert} {\vert{x_n^\frac{2}{3}+x_n^\frac{1}{3}x_m^\frac{1}{3}+x_m^\frac{2}{3}}\vert} < \epsilon. $$ How should I proceed then?
An idea: if $\;\lim\limits_{n\to\infty}x_n=0\;$ , then clearly also $\;x^{1/3}\to0\;$ and thus $\;\left\{x^{1/3}\right\}\;$ is Cauchy and there's nothing more to prove.
Otherwise: if $\;\lim\limits_{n\to\infty}x_n=x\neq0\;$, then there exists $\;\delta>0\;$ and $\;N\in\Bbb N\;$ s.t. $\;n>N\implies |x_n|\ge\delta\;$ , and thus from your calculation and for $\;n,m>N\;$:
$$\left|x_n^{1/3}-x_m^{1/3}\right|=\frac{|x_n-x_m|}{\left|x_n^{2/3}+x_n^{1/3}x_m^{1/3}+x_m^{2/3}\right|}\le\frac{|x_n-x_m|}{3\delta}$$
and now use that $\;\{x_n\}\;$ is Cauchy...