I'm studying a chapter of my Analysis book, it's on convergence and divergence tests for series. The chapter concludes with some series to test, and these are the few I am having problem with:
Test for convergence:
$$\sum \frac{\ln{k}}{k^2}$$
$$\sum (\sqrt[k]{k}-1)$$
$$\sum \frac{k!}{k^k}$$
Now for the first series. It's obvious to by writing out terms that $\ln{k}\le \sqrt{k}$ and that the comparison test therefore yields that the given series converges. However I am failing to prove the $\ln{k}\le \sqrt{k}$ without using derivatives and other calculus-related methods, and I'm interested in a rather neat way of proving the given series converges.
For the second one.. It's clear that $\sqrt[k]{k}$ goes to $1$ as $k$ get's really large, (I've proven that in an earlier chapter), but I'm not sure how to test this series.
The third series seems to converge when I write out the first terms. I notice that the terms are less or equal than those of $\sum \frac{1}{2^k}$, which I know converges. However here again I'm having trouble proving these inequalities (at least in a neat way).