Looking to prove that the following series converge or diverge. This is my first time attempting to use the root test and I am not sure if I proceeded correctly or not.
$$\sum \frac{1}{n^n}$$
$$\lim_{n\to\infty} |\frac{1}{n^n}|^{\frac {1}{n}} = \lim_{n\to\infty} (\frac {1}{n^n})^\frac {1}{n} = \lim_{n\to\infty}\frac {1^{\frac{1}{n}}}{n^\frac{n}{n}} = \lim_{n\to\infty}\frac {1}{n} =0 <1.$$ Therefore this series must converge
Yes. Your proof is valid
Your answer definitely works here. There is one slight caveat in that you should be calculating the Limit Superior, but it's fine to use a plain limit here because the plain limit exists.
If you want to use the Direct Comparison Test note that $$n^n > n^2 \implies \frac{1}{n^n} < \frac{1}{n^2}$$
We now know that $$\sum_{n=1}^\infty \frac{1}{n^n} < \sum_{n=1}^\infty \frac{1}{n^2} = \frac{\pi^2}{6}$$
If you want something a bit easier, you might try $n^n > 2^n$ as @Omnomnomnom notes $$\sum_{n=1}^\infty \frac{1}{n^n} < \sum_{k=1}^\infty \frac{1}{2^n} = 1$$ Where we used the Geometric Series Formula