Suppose $f$ is a uniformly continous function. Prove that there exists $a,b\in\mathbb{R}$ such that for any $x$: $$|f(x)|\leq a|x|+b$$
I proved it for a Lipschitz function with constant $k$ and taking $y=0$:
$$|\frac{f(x)-f(0)}{x}|\leq k$$ $$|f(x)|-|f(0)|\leq|f(x)-f(0)\leq k|x|$$ $$|f(x)|\leq k|x|+|f(0)|$$
Therefore, for a Lipschitz function, this follows taking $a = k,b=|f(0)|$, but I just don't find how to get this for a general value using only the definition of uniformly continous function.
Hint: Pick any $\epsilon>0$. Then pick $\delta>0$ according to the definition of unifom continuity. Then what can you say by induction about $f(\pm k\frac\delta2)-f(0)$ with $k\in\mathbb N$? What about the values inbetween?