5

Given $ \sum x_n < \infty$ , I need to show that this implies $\sum \frac{\sqrt {x_n}}{n} < \infty $ if $x_n \geq 0$

I thought of using Abel's test to test the convergence but that test couldn't be applied here as $ \sum x_n < \infty \nRightarrow \sum \sqrt{x_n} < \infty$ . I am completely stuck at this point. Any hint how to approach?

Watson
  • 23,793
Dark_Knight
  • 2,008

1 Answers1

6

Hint :

Compare your expression with : $$\sum \frac{1}{n^2} + \sum x_{n}$$

Hint 2: Cauchy inequality

openspace
  • 6,470
  • 2
    I would compare (the square of the original sum) with the product of the above two, rather than their sum. – H. H. Rugh Sep 02 '16 at 12:44