[Math] Confused about series and testing for convergence/divergence

convergence-divergencelimitssequences-and-series

I'm finding it quite difficult to understand the idea of series and limits to test for divergence or convergence. Perhaps more so in finding such a limit.

I have the series

$$\sum_{n=1}^\infty \frac{1}{2n}$$

I just have no idea… so any points in the right direction would be appreciated.

There's a theorem in my book for "Test for Divergence" stating that if $\lim_{n\rightarrow\infty}a_n$ does not exist, or does not equal zero then the series is Divergent.

I calculated $\lim_{n\rightarrow\infty}\frac{1}{2n} = \lim_{n\rightarrow\infty}\frac{1/n}{2} = 0$

So what does this mean? Apparently if a series is convergent the limit is always zero. But it does not necessarily mean that if the limit of a series is zero that it is convergent.

So how can I work it out?

Best Answer

Whether or not a series converges does not depend on if $\lim_{n\to\infty}a_n=0$, rather it is the converse that is true.

If a series converges, then $\lim_{n\to\infty}a_n=0$.

But $\lim_{n\to\infty}a_n=0$ does not prove that a series converges.

Your series is an example of one that does not converge and approaches $0$.

Here is my explanation:

If a sum gets closer and closer to some limit, then its partial sums must increase by less and less. Upon reaching the limit, the partial sums no longer increase and we must have the following:$$\lim_{n\to\infty}\sum_{i=1}^{n}{f(i)}=\lim_{n\to\infty}\sum_{i=1}^{n+1}{f(i)}$$Due to the nature of $\infty$.

Furthermore, we have such:

$$\lim_{n\to\infty}\sum_{i=1}^{n}{f(i)}=\lim_{n\to\infty}\sum_{i=1}^{n+1}{f(i)}$$$$\lim_{n\to\infty}f(1)+f(2)+f(3)+\cdots f(n)=\lim_{n\to\infty}f(1)+f(2)+f(3)+\cdots f(n)+f(n+1)$$$$0=\lim_{n\to\infty}f(n+1)$$

One can prove a convergent series has this property, but not that a series with this property is convergent.

This means that a series without this property must be divergent, because I just proved all convergent series have this property, meaning if it doesn't, it can't be convergent.

Also, (fun fact) a series' sum is not dependent on whether it converges.

For example:$$\sum_{n=1}^{\infty}n=-\frac12$$If you don't believe, you can look it up. It even has its own wiki page.

Related Question