How to show that $f(x)=x^3$ is not uniform continuous on the interval $[10,\infty)$?
I am well aware that $f(x)^3$ is not uniform continuous on the set of real numbers but and I believe on $[10,\infty)$ it is also not uniform continuous. However, how do I show it's not for a given set? I have seen proofs of it on the reals but not with a given interval. How do I use the interval to help me decide it's not uniform continuous?
One shortcut... if the function is continuous and differentiable over a domain, and the derivative is bounded for all x in the domain, then then the function is uniformly continuous over that domain.
If the domain is unbounded e.g. $[3,\infty)$ the derivative of $f(x)=x^3$ goes to infinity as $x$ goes to infinity, and $f(x)$ is not uniformly continuous.
But over the interval $[0, 10^{10})$ it is.
However, it is possible for the derivative to be undefined / unbounded and the function to still be uniformly continuous.
e.g. $f(x) = \sqrt x$
$\lim_\limits {x\to 0^+} f'(x) = \infty$
Yet, $f(x)$ is uniformly continous over $[0,\infty)$
If you want to be safe, always check against the definition.
The function is uniformly continuous if:
$\forall \epsilon>0,\exists \delta>0: \forall x,y \in [10,\infty), |x-y|<\delta \implies |x^3 - y^3|<\epsilon$
And therefore is not uniformly continuous if
$\forall \delta > 0, \exists \epsilon > 0, \exists x,y\in [10,\infty): |x-y|<\delta$ and $|x^3 - y^3|>\epsilon$
$|x^3 - y^3| = |x-y||x^2 +xy + y^2|$
For any $\epsilon, \delta$ we can choose $x = \min(\frac 32 \sqrt {\frac {\epsilon}{\delta}},10), y = x+ \frac {\delta}{2}$