When I check uniform continuity of a (continuous) function, I generally look for a part where the slope diverges to infinity (e.g. $y = x^2$, $y = \frac{1}{x}$).
For $f(x)= \sqrt{x}$ for $ x\in [0, \infty)$, I found that the slope diverges to infinity as $x$ approaches $0$.
So, I tried to prove $f$ is not uniformly continuous by setting up two observation points near 0.
Define $x_n = \frac{1}{n^2}$ and $y_n = \frac{4}{n^2}$.
For any $\delta > 0$, let $\epsilon = \delta$ we can choose $N \in \mathbb{N}$ such that $ N > \sqrt{\frac{3}{\delta}} $.
Then, $|y_n-x_n| = \frac{3}{N^2} < \delta$,
but $|f(y_n)-f(x_n)| = \frac{1}{N} > \frac{3}{N^2} = \delta = \epsilon$ for $N > 3$.
Therefore, $f(x)$ is not uniformly continuous.
Where did I go wrong? Is it misleading to think of uniform continuity as the slope diverging to infinity?