I just learned the definition of continuity. What I want to show is that if $f(x)=x$ is continuous at $a$, then $g(x)=x^3$ is continuous at $a$ and has the limit $a^3$ (functions from $\Bbb R\to \Bbb R$)
I proceeded as follow: For any $\epsilon >0$, let's take $T = \min(a - \sqrt[3]{a^3-\epsilon};\sqrt[3]{a^3+\epsilon}-a)$. Then, $-T+a\le x \le T+a$ implies $|x^3 - a^3| \le e$ thus $g$ is continuous at $a$...
I Did the following to find $T$: Suppose that for every $\epsilon>0$, $$\sqrt[3]{a^3 - \epsilon} \le x \le\sqrt[3]{a^3 +\epsilon}$$ Let's take $T$ such that $\sqrt[3]{a^3 -\epsilon} \le -T+a \le x \le T+a \le \sqrt[3]{a^3+\epsilon}$, and I had the idea to take$T = \min(a - \sqrt[3]{a^3-\epsilon};\sqrt[3]{a^3+\epsilon}-a)$ because it works, but well, it's not really beautiful, that's so ugly,.. Is there any other idea?