Series and comparison test

120 Views Asked by At

If $a_n>0$ and $\sum a_n$ diverges, what can be said about $\displaystyle \sum \frac{a_n}{1+na_n}$?

I cannot prove that it is convergent or divergent. I think it is convergent for some examples and also divergent for some. I proved that this is divergent when $\displaystyle a_n=\frac{1}{n}$. Can anyone give me an example for which the series is convergent?

1

There are 1 best solutions below

3
On

Hint: if $\sup na_n=M<+\infty$ then $\sum \frac{a_n}{1+na_n}\geq \sum a_n/(1+M)=+\infty$. If $na_n\to \infty$ then the denominator $1+na_n\leq 2na_n$, so $$\sum\frac{a_n}{1+na_n}\geq \sum \frac{a_n}{2na_n}...$$

Thus for a sequence $a_n$ such that $\sum a_n=+\infty$ but $\sum \frac{a_n}{1+na_n}<+\infty$, the limit $\lim na_n$ does not exist. A counterexample is: $$a_n=1 \text{ if } n \text{ is a power of } 2,\qquad a_n=1/2^n \text{ otherwise}. $$ Let $A:=\{n: n \text{ is power of }2\}$, $B:=\mathbb{N}\backslash A$. Clearly both sets are infinite, hence $\sum a_n=+\infty$. But $$\sum \frac{a_n}{1+na_n} = \sum_A \frac{a_n}{1+na_n}+\sum_B \frac{a_n}{1+na_n},$$ and $$\sum_B \frac{a_n}{1+na_n}=\sum_B \frac{2^{-n}}{1+n2^{-n}}<+\infty.$$ $$\sum_A \frac{a_n}{1+na_n} = \sum_{\{n \text{ is power of }2\}} \frac{1}{1+n}= \sum_{k=1}^{+\infty} \frac{1}{1+2^k}<+\infty. $$ Thus $\sum \frac{a_n}{1+na_n}$ converges.