Is there a way to bound the sum $$\sum_{k=1}^\infty \frac{a_k}{k}$$ given that you already know the value of $$\sum_{k=1}^\infty a_k$$
1 Answers
Using the Dirichlet Convergence Test, if $$ \left|\,\sum_{k=1}^na_k\,\right|\le A $$ for all $n$, and if $\displaystyle\lim_{n\to\infty}b_n=0$ and $$ \sum_{k=1}^\infty\left|\,b_{k+1}-b_k\,\right|=B $$ Then $$ \left|\,\sum_{k=1}^na_kb_k\,\right|\le AB $$ Thus, $$ \left|\,\sum_{k=1}^\infty\frac{a_k}{k}\,\right|\le\sup_{n\ge1}\,\left|\,\sum_{k=1}^na_k\,\right| $$ but I don't see an obvious way to get a better bound.
Consider the sequence $$ a_k=\frac{(-1)^{k+1}}{\left\lfloor{\Large\frac{k+1}2}\right\rfloor} $$ Then the series $$ \begin{align} \sum_{k=1}^\infty a_k &=\sum_{k=1}^\infty\frac1k(1-1)\\[6pt] &=0 \end{align} $$ yet $$ \begin{align} \sum_{k=1}^\infty\frac{a_k}{k} &=\sum_{k=1}^\infty\frac1k\left(\frac1{2k-1}-\frac1{2k}\right)\\ &=\sum_{k=1}^\infty\left(\frac2{2k-1}-\frac2{2k}-\frac1{2k^2}\right)\\ &=2\log(2)-\frac{\pi^2}{12}\\[10pt] &\stackrel.=0.563827327695778 \end{align} $$ Thus, there can be no constant, $c$, so that $$ \left|\,\sum_{k=1}^\infty\frac{a_k}{k}\,\right|\le c\,\left|\,\sum_{k=1}^\infty a_k\,\right| $$
- 345,667
-
How does that prove that there can be no constant $c$ whatsoever? Its fine if $\sum \frac{a_k}{k} \ge \sum a_k$. Im just looking for a way to bound the relationship. And youre assuming that the relationship HAS to be proportional involving a scalar factor... rather than, say, a scalar addition. Furthermore, dont you contradict yourself? The first half of your argument is proving $\sum \frac{a_k}{k} \le \sum a_k$, but then you go on to give an example of the reverse inequality, thus disproving the first half of your argument. – CogitoErgoCogitoSum Nov 27 '14 at 22:02
-
@CogitoErgoCogitoSum: the sum on the right side is $0$; the sum on the left side is positive. There is no constant, $c$, so that $2\log(2)-\frac{\pi^2}{12}\le c\cdot0$. – robjohn Nov 27 '14 at 22:48
-
I made about three or four points. Youre going to focus on one? Youre barely touched on what I said. For example, why must the bound be a scalar constant proportionality? Why cant we add or subtract a scalar value? Is there NO way to bound? Or simply no way to bound with a scalar factor? Youve only proven that it can be done with one assumption of the form it ought to take. – CogitoErgoCogitoSum Nov 28 '14 at 01:53
-
1@CogitoErgoCogitoSum: Using the sequence I give above, the sequence $b_1=d+ca_1$ and $b_k=ca_k$ for $k\gt1$ is a sequence so that $\sum\limits_{k=1}^\infty b_k=d$ and yet $\sum\limits_{k=1}^\infty\frac{b_k}{k} =d+c\left(2\log(2)-\frac{\pi^2}{12}\right)$. Adjusting $d$ and $c$, we can get any two values for $\sum\limits_{k=1}^\infty b_k$ and $\sum\limits_{k=1}^\infty\frac{b_k}{k}$. – robjohn Nov 28 '14 at 07:45
julien, the reason I used $a_k$ was to denote an arbitrary sequence of values. Im sorry I need to specify this, too. I thought it was implied by the lack of further information.
MJD Im not entirely sure what youre getting at. You are creating a sequence of one term?
– CogitoErgoCogitoSum Mar 03 '13 at 01:46