I am looking specifically at the 'Test of Divergence' that states the following:
If $\lim_{x\to \infty} a_{n}$ does not exist or if $\lim_{x\to \infty} a_{n} \ne 0$, then the series $\sum_{n=1}^\infty a_{n}$ is divergent.
In the problem I am referring to, the given series is:
$$\sum_{k=1}^\infty\frac{n^7}{n^8 + 3}$$
It's not difficult to show that $$\lim_{x\to \infty} \frac{n^7}{n^8 + 3} = 0$$
So why does the given series above $diverge$? By test of divergence should it not converge?
Thanks.
The converse of the divergence test is false. I.e., there are divergent series $\Sigma a_n$ with $\lim_{n\rightarrow \infty} a_n=0$. The canonical example of this is the harmonic series $\Sigma \frac{1}{n}$.
We can show that your series diverges with the limit comparison test. Given series $\Sigma a_n$ and $\Sigma b_n$ with nonnegative terms, the limit comparison test states that if $0<\lim_{n\rightarrow \infty} \frac{a_n}{b_n}<\infty$, then either both series converge or both series diverge.
Observe the following: $$\lim_{n\rightarrow\infty} \frac{\frac{n^7}{n^8+3}}{\frac{1}{n}} = \lim_{n\rightarrow\infty} \frac{n^8}{n^8+3} = 1<\infty$$ Then your series diverges because $\Sigma \frac{1}{n}$ diverges.