I'm trying to use the $\epsilon$ - $\delta$ definition to show that $\lim_{x \rightarrow 2} \sqrt[3]{x} = \sqrt[3]{2}$ .
$\forall \epsilon>0, \exists \delta >0$ s.t. if $0< | x-2 | < \delta$ then $| \sqrt[3]{x} - \sqrt[3]{2} | < \epsilon$.
I'm not at all sure how to do this but... $\sqrt[3]{2}-\epsilon < \sqrt[3]{x} < \epsilon+\sqrt[3]{2}$
$\Rightarrow$ $(\sqrt[3]{2}-\epsilon)^3 <x< (\epsilon+\sqrt[3]{2})^3$
and $2-\delta < x < \delta + 2$. But now i'm stuck. If i say that $2-\delta = (\sqrt[3]{2}-\epsilon)$ and $\delta + 2 = (\epsilon+\sqrt[3]{2})^3$, then $\delta$ could be $2-(\epsilon+\sqrt[3]{2})^3$ or $(\epsilon+\sqrt[3]{2})^3 -2$...... How do i know which is the smaller of the two?
Also this felt like a very complicated way to prove this. Is there any way to make $| \sqrt[3]{x} - \sqrt[3]{2} |$ seem more like | x-2 |???