Prove/Disprove $f(x) = x + \frac{x}{{x + 1}}$ is uniformly continuous at $\forall x,y \in [0,\infty )$
This is my trial: $$\forall \varepsilon > 0\exists \delta > 0.\forall x,y \in [0,\infty ):$$ Let $$\left| {x - y} \right| < \delta $$ $$\left| {x + \frac{x}{{x + 1}} - y - \frac{y}{{y + 1}}} \right|... \le \delta + \frac{\delta }{{(x + 1)(y + 1)}}$$
As you can see after some algebra I got an expreesion with denominator involving $x,y$.
I need to "get rid" of $x,y$ at the denominator.
One way doing it is just multiplying by $(x+1)(y+1)$, because then I left with just $2\delta$ which is great. what do you think? Am I doing it right?