Suppose $f$ is a differentiable function over $\mathbb{R}$ satisfying $f(0) = 0$. Show that if $f'$ is strictly increasing, then $\frac{f(x)}{x}$ is increasing over $(0,\infty)$.
Attempt:
Since $f'$ is increasing we know that $f'' > 0$ for all $x$. Now let $g(x) = \frac{f(x)}{x}$ and thus $f(x) = xg(x)$. Then we wish to show that $g'(x) > 0$ on $(0,\infty)$ and so since $f'(x) = xg'(x)+g(x)$ and $f''(x) = xg''(x)+2g'(x) > 0$, we have $g''(x) > \frac{-2g'(x)}{x}$. I am not sure how to use this though to prove the statement.