Prove that $f:[0, \infty ) \to [0, \infty)$, $f(x)=x^a$ with $a>0$ is uniformally continous if and only if $0<a\leq 1$.
I guess that we could start with the scratch work like this:
$\forall \epsilon$>0 $\exists \delta$ s.t $\forall x,y \in [0, \infty) $ $|x-y|< \delta \implies |x^{a}-y^{a}|$
Then,
$|x^{a}-y^{a}|$= $|x-y||x^{n-1}-y^{n-2}x+...-y^{n-2}x+y^{n-1}|\leq \delta |x^{n-1}-x^{n-2}y+...-y^{n-2}x |$
the problem is I don't know how to keep it going with it, maybe bernoulli's inequality? if it is possible I would like to know if there's a sigma notation for ($a^n-b^n$).
Some Hints. We shall analyse three cases here.
a > 1
Let $f(x) = x^a$ with $x\in [0, +\infty)$. From the mean value theorem we have the existence of $c \in (p, q)$ such that
$$|f(q)- f(p)| = |f'(c)|\cdot |q-p| = a\cdot c^{a-1}\cdot |q-p|$$
Say $\epsilon = a/2$, and $\delta_{\epsilon} > 0$ (but small); we have
$$p = \dfrac{1}{\delta_{\epsilon}}^{1/(a-1)}$$ $$q = \dfrac{\delta_{\epsilon}}{2} + \dfrac{1}{\delta_{\epsilon}}^{1/(a-1)}$$
then
$$|f(q) - f(p)| = f'(c)|\cdot |q-p| = a\cdot c^{a-1} \dfrac{\delta_{\epsilon}}{2} \geq \dfrac{a}{2} = \epsilon$$
This shows the failure fo $f(x) = x^a$ to be uniformly continuous for $a > 1$.
a = 1
Here it's easy: given $\epsilon > 0$,
$$|f(q) - f(p)| = |q-p| < \epsilon \qquad \qquad \text{when} \qquad |q-p| < \delta_{\epsilon} = \epsilon$$
a < 1
A particular case this one, in which I also choose $p = 0$.
Here we have simply:
$$|f(q) - f(p)| = |f(q)| = q^a < \epsilon \qquad \qquad \text{when}\qquad |q-p| = q < \delta_{\epsilon} = \epsilon^{1/a}$$
Can you proceed with all this?