Testing the Convergence of Series: A Counterexample

DEMJ
Messages
43
Reaction score
0

Homework Statement



If \sum_{k=1}^{\infty} a_k converges and a_k/b_k \to 0 as k\to \infty, then \sum_{k=1}^{\infty} b_k converges.

Homework Equations


It is true or false.

The Attempt at a Solution


I think it is false and here is my counterexample. Let a_k = 0,b_k=\frac{1}{k}. This satisfies our initial conditions of \sum_{k=1}^{\infty} a_k converges and a_k/b_k \to 0 as k\to \infty but \sum_{k=1}^{\infty} b_k diverges.
Is this correct?
 
Last edited:
Physics news on Phys.org
Looks okay.

Your counterexample also looks correct, if you want to make it slightly less trivial you could use
a_k = \frac{1}{k^2}
instead :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top