1
$\begingroup$

Looking to get some help with the following question.

I need to find nonnegative sequences $(a_n)$and $(b_n)$ such that $a_n\leq b_n$ for all $n$ and $\sum a_n$ converges but $\sum b_n$ diverges.

So the terms of $a_n$ must turn to $0$ but $b_n$ does not. But how do I find examples of this series?

  • 0
    @Arrow thank you for the edit2017-01-18
  • 0
    @SimpleArt sorry I had a typo there, just made a edit2017-01-18
  • 0
    But it's not a question.2017-01-18
  • 3
    Why can't $b_{n}$ tend to zero? These terms can still constitute a divergent series. For example: $$ a_{n} = {1 \over n^2}, \quad b_{n} = {1 \over n}. $$2017-01-18

1 Answers 1

3

Well, if $a_n=\frac1{2^n}$ and $b_n=n$, then

$$a_n\le b_n$$

$$\sum_{n=1}^\infty\frac1{2^n}=1<+\infty$$

$$\sum_{n=1}^\infty n=+\infty$$

But it is not necessary for $\require{cancel}b_n\cancel\to0$, for example, with $b_n=\frac1n$,

$$\sum_{n=1}^\infty\frac1n>\int_1^\infty\frac1x\ dx=\lim_{t\to\infty}\ln(t)=+\infty$$

But it is necessary for $a_n\to0$ by the term test.

  • 0
    no I understand this now, thanks2017-01-18
  • 0
    @mp12345 I updated, including avs's hint, in case you were wondering if it were necessary that $a_n$ and $b_n$ behave the way you predicted.2017-01-18
  • 0
    thanks again for your help2017-01-18
  • 0
    @mp12345 No problem :-)2017-01-18