So, i've been trying to solve this problem.
If $f$ is a function from $[1,\infty)$ to $R$, such that $ \frac{f'(x)}{x}$ is bounded, then $ g(x) := \frac{f(x)}{x}$ is uniformly continuous in $[1,\infty)$.
I have tried to adapt the proof of uniform continuity when the derivative of a function is bounded. This is what i have so far:
Let $x,y \in [1, \infty)$,then, by the mean value theorem we have that there is $z$ such that $f'(z) = \frac{f(x)-f(y)}{x-y}$. Then, by the boundness of $ \frac{f'(x)}{x}$, we have that there exists $M$ such that $\frac{|f'(z)|}{z} = \frac{|f(x)-f(y)|}{z |x-y|} < M$. So $|f(x)-f(y)|<M|x-y|z$ . Also we know that $|g(x)-g(y)| \leq |y \cdot f(x)-x \cdot f(y)|$
What i want is that when $|x-y| < \delta$, then $| \frac{f(x)}{x} - \frac{f(y)}{y}|< \varepsilon$ for some $\varepsilon >0$, that i haven't been able to define
Suppose $f'(x)/x\leq B$. Then $|g(x)-g(y)| = |g'(c)||x-y|,$ for $c:=c(x,y)\in(x,y)$.
Next, $|g'(c)|\leq \left|\frac{f'(c)}{c}\right|+\left|\frac{f(c)}{c^2}\right|\leq B+\left|\frac{f(c)-f(1)+f(1)}{c^2}\right|$.
Notice $|f(c)-1|/c^2\leq |f(c)-1|/|c-1|$ for $c\geq 1$. Now use the MVT again and the boundedness condition. Finally use the triangle inequality to conclude that $g$ is Lipschitz for $x,y\geq 1$, which concludes the proof.