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
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 and have positive terms, converges, and
Because the limit is , for some we have
So for ,
Since converges and all terms are positive, the tail converges. By the direct comparison test,
also converges. Adding the first finitely many terms does not affect convergence, so converges.
(b)(i)
Choose
Then
because grows much more slowly than .
Since
converges, part (a) implies
converges.
(b)(ii)
Use the small-angle estimate
With ,
So a natural comparison series is
which converges.
More formally,
so the given series behaves like a constant multiple of , hence it converges.
Pitfall alert
A common mistake is to try to compare with directly and then get stuck because the ratio is , not a finite limit. The trick is to compare with a slightly larger convergent series, such as .
For the cosine series, do not split it as ; that is not a valid way to handle convergence here.
Try different conditions
If the cosine term were instead, the same idea would still work, but the comparison would change to because . If the logarithm term were with , you could often compare it with or even 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.