the n-th term test for the series $\sum_{n=1}^{\infty }{1/n}$ implies that the series converges
since $\lim_{n\to\infty} 1/n =0$
but the series actually diverges. what is the error in the procedure followed?
2026-04-01 22:53:43.1775084023
On
nth term test for the series $\sum_{n=1}^{\infty }{1/n} $
158 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
If the series $\sum_{n=1}^{\infty} a_n$ converges, than limit of $n$-th term $a_n$ is zero as $n\to\infty$. It's because convergence means existence of $\lim_{n\to\infty} S_n$, where $S_n = \sum_{k=1}^n a_k$, and $a_n = S_{n} - S_{n-1}$, so $\lim_{n\to\infty} a_n = \lim_{n\to\infty} S_n - \lim_{n\to\infty} S_{n-1} = 0$ as latter two limits are equal. However, converse isn’t true as your example shows.
Be careful: the theorem states
which conversely means
This means that $\lim_{n\to \infty}{a_n}=0$ is a necessary but not sufficient condition for a series to converge.