Suppose {$a_n$} and {$b_n$} are two sequences of positive real numbers such that $\displaystyle \sum_{n=1}^{\infty} a_n^2 < \infty$ and $\displaystyle \sum_{n=1}^{\infty} b_n^2 < \infty$ Prove that $\displaystyle \sum_{n=1}^{\infty} a_nb_n$, $\displaystyle \sum_{n=1}^{\infty} (a_n + b_n)^2$, $\displaystyle \sum_{n=1}^{\infty} \frac{a_n}{n}$ are convergent.
Square series problem
0
$\begingroup$
calculus
sequences-and-series
-
3Have you heard o$f$ the Cauchy Schwarz Inequality? – 2012-11-07
1 Answers
1
Since $(a_n-b_n)^2=a_n^2-2a_nb_n+b_n^2\ge0$, we have $a_nb_n\le(a_n^2+b_n^2)/2$. Thus $\sum a_nb_n$ is dominated by a convergent series. The convergence of $\sum(a_n+b_n)^2=\sum(a_n^2+2a_nb_n+b_n^2)$ follows immediately. For the last one, note that by the Cauchy–Schwarz inequality
$ \sum_{n=1}^m\frac{a_n}n\le\sqrt{\sum_{n=1}^ma_n^2\sum_{n=1}^m\frac1{n^2}}\le\sqrt{\sum_{n=1}^\infty a_n^2\sum_{n=1}^\infty\frac1{n^2}}\lt\infty\;. $
-
0What if not all of the terms in {$a_n$} and {$b_n$} were positive and you had to prove convergence of $\sum_{n=1}^{\infty} |a_nb_n|$? – 2014-01-28