I'm currently tackling the following infinite series in order to determine if it converges or not:
$$\sum_{n=1}^\infty \frac{\sqrt{n+1}-\sqrt{n}}{n}$$
What I've done is rearranged this to make use of the comparison test, shown below:
$$= \frac{\sqrt{n+1}-\sqrt{n}}{n} * (\frac{\sqrt{n+1}+\sqrt{n}}{\sqrt{n+1}+\sqrt{n}})$$
$$= \frac{(n+1)-(n)}{n(\sqrt{n+1}+\sqrt{n})}$$
$$= \frac{1}{n(\sqrt{n+1}+\sqrt{n})}$$
$$= \frac{1}{n^{3/2}+\sqrt{n+1}} < \frac{1}{\sqrt{n+1}} < \frac{1}{\sqrt{n}} $$
However, $\frac{1}{n}$ is smaller than $\frac{1}{\sqrt{n}}$, therefore:
$$ \frac{1}{n} < \frac{1}{\sqrt{n}}$$
This implies divergence by the comparison test due to the fact $\frac{1}{n}$ diverges, and if a smaller series diverges any larger series must as well.
Is this right? If I've made any mistakes in any part, please tell me!
You are correct that the $n$th term of your sequence is less than $\frac{1}{\sqrt{n}}$, but you cannot conclude that the series diverges. After all, $\frac{1}{n^2}<\frac{1}{\sqrt{n}}$ and $\sum\frac{1}{n^2}$ converges. To use the comparison test to show that a series diverges, you need a comparison in the opposite direction.
Instead, note that $$ \frac{1}{n^{\frac{3}{2}}+n\sqrt{n+1}}<n^{-\frac{3}{2}}$$ and $\sum n^{-\frac{3}{2}}$ converges.