Prove that $f: \mathbb{R} \rightarrow \mathbb{R}$, $f(x)=x^k, \forall k \in \{b\in \mathbb{N}|b\geq 2\}$ isn't uniformly continuous.
I believe it isn't uniformly continuous since $x^2$ isn't.
the proof for $k=2$ is:
Let $\epsilon=1$, $\delta>0$, Let $x,y \in \mathbb{R}$ such that $x>y>0, x-y=\delta$ and $x+y>\frac{1}{\delta}$. Then
$$|f(x)-f(y)| = |x^2-y^2| =|x-y||x+y|\geq \delta\cdot\frac{1}{\delta}=1 $$ therefore $x^2$ isn't uniformly continuous.
How do I manage that for any $k>2$?