I need to prove that $f(x)=\sqrt x$ is uniformly continuous on $[0, \infty)$.
I wrote $\displaystyle |\sqrt{x}-\sqrt{c}|=|\frac{(\sqrt{x}-\sqrt{c})(\sqrt{x}+\sqrt{c})}{\sqrt{x}+\sqrt{c}}| \leq| \frac{x-c}{\sqrt{x}+\sqrt{c}}|$, but I am stuck after this. I found a solution that takes $\delta = \epsilon^2$, but I don't understand where this comes from. If we take this $\delta$, we will get the necessary result, but it seems like we are assuming $\sqrt{x}-\sqrt{c}=\epsilon$ rather than showing it.
Can someone explain the confusion or suggest another epsilon-delta solution?
Let $(a_n){n=0}^\infty,,(b_n){n=0}^\infty$ be two sequences such that $a_n-b_n \rightarrow 0$ and $a_n,b_n \in [1,\infty)$. Then we'd like to show that $(a_n)^{1/2}-(b_n)^{1/2} \rightarrow 0$.
$$|a^{1/2}-b^{1/2}|= \bigg|\frac{a_n-b_n}{a^{1/2}+b^{1/2}}\bigg|\le |a_n-b_n|/2$$
Since $a_n,b_n\ge 1 $ for all $n \in \mathbb{N}$. Then since $(a_n-b_n)\rightarrow 0$, we're done.
– Jose Antonio Feb 17 '14 at 04:54