Question

Convergence test using limit comparison with positive series

Original question: 48. (a) Suppose that $\Sigma a_n$ and $\Sigma b_n$ are series with positive terms and $\Sigma b_n$ is convergent. Prove that if $$\lim_{n\to\infty}\frac{a_n}{b_n}=0$$ then $\Sigma a_n$ is also convergent. (b) Use part (a) to show that the series converges. (i) $\sum_{n=1}^{\infty}\frac{\ln n}{n^3}$ (ii) $\sum_{n=1}^{\infty}\left(1-\cos\frac{1}{n^2}\right)$ a) $a_n < b_n$ Since $b_n$ converges then $a_n$ converges too by direct comparison test b) i) $\sum_{n=1}^{\infty}\frac{\ln n}{n^3}$ $b_n = \frac{1}{n^2}$ because it would make the limit infinity $ a_n = \frac{\ln n}{n^3}\quad b_n = \frac{1}{n^2}$ $\lim_{n\to\infty}\frac{\ln n}{n^3} \times ?$ $\lim_{n\to\infty}\frac{\ln n}{n^3}\div \frac{1}{n^2} = \lim_{n\to\infty}\frac{\ln n}{n} = 0$ $\sum \frac{1}{n^2}$ is convergent p series p = 2 > 1 So $\sum \frac{\ln n}{n^3}$ also converges ii) $\sum_{n=1}^{\infty}\left(1-\cos\left(\frac{1}{n^2}\right)\right)$ $\sum_{n=1}^{\infty} 1 - \sum_{n=1}^{\infty} \cos\left(\frac{1}{n^2}\right)$

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This is a very standard convergence tool: compare a hard series with one you already know converges. The key is not the inequality alone, but the limit of the ratio.

Step by step

(a) Proof of the convergence claim

Assume an\sum a_n and bn\sum b_n have positive terms, bn\sum b_n converges, and

limnanbn=0.\lim_{n\to\infty}\frac{a_n}{b_n}=0.

Because the limit is 00, for some NN we have

0anbn<1for all nN.0\le \frac{a_n}{b_n}<1 \quad \text{for all } n\ge N.

So for nNn\ge N,

0anbn.0\le a_n\le b_n.

Since bn\sum b_n converges and all terms are positive, the tail n=Nbn\sum_{n=N}^\infty b_n converges. By the direct comparison test,

n=Nan\sum_{n=N}^\infty a_n

also converges. Adding the first finitely many terms does not affect convergence, so an\sum a_n converges.

(b)(i) n=1lnnn3\sum_{n=1}^{\infty}\frac{\ln n}{n^3}

Choose

bn=1n2.b_n=\frac1{n^2}.

Then

anbn=lnnn3n2=lnnn0,\frac{a_n}{b_n}=\frac{\ln n}{n^3}\cdot n^2=\frac{\ln n}{n} \to 0,

because lnn\ln n grows much more slowly than nn.

Since

converges, part (a) implies

n=1lnnn3\sum_{n=1}^{\infty}\frac{\ln n}{n^3} converges.

(b)(ii) n=1(1cos1n2)\sum_{n=1}^{\infty}\left(1-\cos\frac1{n^2}\right)

Use the small-angle estimate

1cosxx22(x0).1-\cos x \sim \frac{x^2}{2}\quad (x\to 0).

With x=1n2x=\frac1{n^2},

1cos1n212n4.1-\cos\frac1{n^2} \sim \frac{1}{2n^4}.

So a natural comparison series is

bn=1n4,b_n=\frac1{n^4},

which converges.

More formally,

limn1cos(1/n2)1/n4=12,\lim_{n\to\infty}\frac{1-\cos(1/n^2)}{1/n^4}=\frac12,

so the given series behaves like a constant multiple of 1/n4\sum 1/n^4, hence it converges.

Pitfall alert

A common mistake is to try to compare lnnn3\frac{\ln n}{n^3} with 1n3\frac1{n^3} directly and then get stuck because the ratio is lnn\ln n, not a finite limit. The trick is to compare with a slightly larger convergent series, such as 1n2\frac1{n^2}.

For the cosine series, do not split it as 1cos(1/n2)\sum 1-\sum \cos(1/n^2); that is not a valid way to handle convergence here.

Try different conditions

If the cosine term were 1cos(1/n)1-\cos(1/n) instead, the same idea would still work, but the comparison would change to 1n2\frac{1}{n^2} because 1cosxx2/21-\cos x\sim x^2/2. If the logarithm term were lnnnp\frac{\ln n}{n^p} with p>2p>2, you could often compare it with 1/np11/n^{p-1} or even 1/npε1/n^{p-\varepsilon} depending on the exponent.

Further reading

limit comparison test, direct comparison test, convergent positive series

FAQ

Why does a_n/b_n -> 0 imply convergence when sum b_n converges?

Because if a_n/b_n approaches 0, then eventually a_n <= b_n. Since the terms are positive and sum b_n converges, the direct comparison test shows that the tail of sum a_n also converges.

What convergent series can be used for sum (ln n)/n^3?

A convenient choice is b_n = 1/n^2. The ratio (ln n/n^3)/(1/n^2) equals ln n/n, which tends to 0, and sum 1/n^2 converges.

chat