Prove that $f(x) = \sqrt x$ is uniformly continuous on $[0,∞)$.
take any $x,y \in [0, \infty)$. If $|x-y| < \sigma$ then $|f(x)-f(y)|=|\sqrt x - \sqrt y|= |(x-y)(x+y)/(\sqrt x + \sqrt y)| < |\sigma (x+y)/(\sqrt x + \sqrt y)|$
Now, I suppose, here must be shown that $|(x+y)/(\sqrt x + \sqrt y)|$ is bounded to show the continuity. Is it right? How do I proceed?