I've been given functions $f(x)=e^{x^2}$ and $F(x) = \int_{0}^{x} f(t) \,dt$. I have to show that $$\frac{f(x)}{x} \rightarrow \infty \quad \text{and} \quad F(x) \rightarrow \infty \quad \text{for} \quad x \rightarrow \infty$$ So far, all I have is that i first have to show that $f(x) / x$ converges to infinity and then use this to show that $F(x)$ does the same. How do I go about this?
My first thought was that $f(x)$ is an increasing function and therefore I could show that for some $M > 0$ we could find $x_0 > 0$ and show that all $f(x) / x > M$ for all $x > x_0$. So we would end up with something like this $$ \begin{equation*} \begin{split} f(x) / x & > M \\ e^{x^2} / x & > M \\ e^{x^2} & > Mx \\ x^2 & > \ln (Mx) \\ x^2 & > \ln (M) + \ln (x) \end{split} \end{equation*} $$ Am I completely on the wrong track here?