Referring to the original source http://math.stanford.edu/~ksound/Math171S10/Hw8Sol_171.pdf
Prove that $f(x) = x^3$ is not uniformly continuous on $\Bbb R$.
I want to use a more elementary method, no mention of metric spaces. Their selection of $\delta$ confuses me, so I am want to present a more "elementary" method. I am unsure if it is correct.
Here I picked $|a| > \dfrac{\epsilon}{3\delta}$ and $x > a - \delta$
Thus $$\begin{align} |x^3 - a^3| &= |x - a||x^2 + ax + a^2| \\&>|x^2+ax +a^2| \\&> |(a-\delta)^2+a(a - \delta) + a^2|\\&=|3a^2-3a\delta+\delta^2| \\&> 3\delta|a| \end{align}$$
Their solution doesn't really use any ideas from metric spaces. Here is an elaboration.
Suppose $f(x)=x^3$ were uniformly continuous. Then for any $\epsilon$, there is a $\delta$ that works for all $a$. Let's take $\epsilon=1$; we are now given $\delta$ such that for all $a$ and for all $x$ with $|x-a|<\delta$, we must have $|f(x)-f(a)|<\epsilon$.
Choose $a$ large enough so that $\frac{3\delta a^2}{2}>1$; for example $a=\sqrt{\frac{2}{3\delta}}+1$ works. Now take $x=a+\frac{\delta}{2}$; this satisfies $|x-a|=\frac{\delta}{2}<\delta$. Hence we SHOULD have $|f(x)-f(a)|<\epsilon=1$. Instead we have $|f(x)-f(a)|=|f(a+\frac{\delta}{2})-f(a)|=|(a+\frac{\delta}{2})^3-a^3|=\left|3a^2\frac{\delta}{2}+3a\frac{\delta^2}{4}+\frac{\delta^3}{8}\right|\ge \left|3a^2\frac{\delta}{2}\right|>1$.
This is a contradiction, and hence $f(x)$ is not uniformly continuous.