Convergence of unknown series

63 Views Asked by At

I have the following problem and I don't actually know how to solve it.

Let $x_n$, n belongs to natural numbers set such that ∑ $x_n$, n≥1 is convergent. Prove that the series $\sum \sqrt{x_nx_{n+1}}$ is convergent.

Can someone please just give me a hint on how should I resolve this?

2

There are 2 best solutions below

0
On

For $x_{n}\geq 0$, \begin{align*} \sum\sqrt{x_{n}x_{n+1}}\leq\left(\sum x_{n}\right)^{1/2}\left(\sum x_{n+1}\right)^{1/2}<\infty \end{align*} by Cauchy-Schwarz inequality.

0
On

Hint Since $2ab \leq a^2+b^2$ you have $$\sqrt{x_nx_{n+1}}\leq \frac{1}{2} x_n+ \frac{1}{2}x_{n+1}$$ and $\sum_n x_n$ and $\sum_n x_{n+1}$ are convergent.