How can I show that the function $f(x) = x^{2}$ is uniformly continuous on $\bigcup_{n = 1}^{\infty} [n, n + \frac{1}{n^{3}}]$?
As $n \to \infty$, I know that we get only all of the integers; however, the result doesn't make sense to me. I'm aware of both the sequential and $\epsilon-\delta$ definitions of continuity, but I didn't get anywhere with them.
Hint
Let $\epsilon>0$. You need to choose $\delta$ so $|x-y|<\delta$ implies $|x^2-y^2|<\epsilon$, as $x,y$ range over your set. You can always make $\delta$ smaller; choose $\delta$ small enough so that $|x-y|<\delta$ implies they are in the same interval $[n,n+n^{-3}]$.
The maximum value of $|x^2-y^2|$ for $x, y\in [n,n+n^{-3}]$ is $(n+n^{-3})^2-n^2=2n^{-2}+n^{-6}$. We can choose $N$ large enough so $n>N$ implies this difference is less than $\epsilon$. This allows us to restrict our attention to the intervals $[n,n+n^{-3}]$ where $n<N$. On those intervals, $f$ has a bounded derivative.