How can I compare two series that are same thing, but at different rates?

168 Views Asked by At

Consider the series $1-\frac{1}{2}+\frac{2}{3}-\frac{1}{3}+\frac{2}{4}-\frac{1}{4}+\frac{2}{5}-\frac{1}{5}$...

I can see that if you group the terms in pairs of two, you get $(1-\frac{1}{2})+(\frac{2}{3}-\frac{1}{3})+(\frac{2}{4}-\frac{1}{4})+(\frac{2}{5}-\frac{1}{5})$...=$\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}$...

The partial sums $S_{2n}$= the harmonic series from n=2 to n.

So I intuitively would guess the series diverges. I have done a lot of problems in my real analysis class that involved this kind of thinking, but can not find anything about it or what it is called and I would like to know more.

I am very concerned that the "speed" at which I compare one series to another will have an affect on the convergence/divergence.

1

There are 1 best solutions below

0
On BEST ANSWER

A series $\sum_n a_n$ converges, by definition, if and only if the sequence of it's partial sums $(A_n)_n$ is convergent.

Here, you have that $A_{2n} = H_n - 1 \xrightarrow[n\to\infty]{}\infty$. Therefore, the sequence $(A_n)_n$ is not convergent (as otherwise every of its subsequences would be).