Prove using theorem of monotone convergence that limit below converges, in other words, prove analytically that limit below converges:
$$\lim_{x\to \infty} \frac{5^x}{2^{x^2}}$$
I tried doing: $$\lim_{x\to \infty} \frac{x \cdot \ln{5}}{x^2\cdot \ln{2}}=0$$ but I don't know if this is allowed by the theorem.
Hint:
Rewrite $5^x$ as $2^{x\log_2 5}$, so that $$\frac{5^x}{2^{x^2}}=2^{x\log_25-x^2}$$ (You don't really need the monotone convergence theorem, only the continuity ot the function $t\mapsto 2^t$.)
Some more details:
As a polynomial is asymptotically equivalent to its leading term, $\;\lim_{x\to +\infty}(x\log_25-x^2)=\lim_{x\to +\infty}(-x^2)=-\infty$, so $$\lim_{x\to +\infty}\frac{5^x}{2^{x^2}}=\lim_{x\to +\infty}2^{x\log_25-x^2}=\lim_{u\to -\infty}2^u=0.$$