Cesàro sum of $1+ 0 - 1 + 1 + 0 - 1 + \dots$

334 Views Asked by At

I am trying to compute the Cesàro sum of $1+ 0 - 1 + 1 + 0 - 1 + \dots$. When I compute the Cesàro means, I get the following sequence $$\left(1, 1, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \frac{4}{6}, \frac{5}{7}, \frac{6}{8}, \frac{6}{9}, \frac{7}{10}, \frac{8}{11}, \frac{8}{12}, \cdots\right)$$ Where does this sequence converge to? Is it $\frac{2}{3}$? I fail to see the pattern of this sequence. If I can just rewrite the sequence into a more general form, then I might be able to compute the limit.

3

There are 3 best solutions below

0
On BEST ANSWER

Lets say the first term is the $0$th term. If $s_n,n=0,1,2,3,\dots$ are the partial sums, $$ s_{3n} = 1,\\s_{3n+1}=1,\\s_{3n+2}=0.$$ Consequently $$ \sum_{n=0}^{3k} s_n = 2k+1, \\\sum_{n=0}^{3k+1} s_n= 2k+2, \\\sum_{n=0}^{3k+2}s_n = 2k+2. $$ The Cesàro sums are the average of the partial sums $c_k = \frac1{k+1}\sum_{n=0}^k s_n$, and its easy to check via squeeze theorem that $c_{3k}\to 2/3$, $c_{3k+1}\to 2/3$, $c_{3k+2}\to 2/3$. Hence $c_{k}\to 2/3$.

0
On

The pattern is ,,, (2k/(3k), (2k+1)/(3k+1), (2k+1)/(3k+2))...$k=2,3,...$. So the limit is $2/3$ as you guessed.

0
On

Let $a_n = (-1)^n$ for $n\ge 0$. The partial sum $$s_k = \sum_{n = 0}^k a_n$$ for $k\ge 0$ is $1 , 0 , 1 , 0,\dots$ which clearly shows $s_k$ is divergent. Let $$t_n = \frac{1}{n}\sum_{k = 0}^{n-1}s_n$$for $n\ge 1$. So we have $t_1 = \frac{1}{1} , t_2 = \frac{1}{2} , t_3 = \frac{2}{3} , t_4 = \frac{2}{4} , t_5 = \frac{3}{5} , t_6 = \frac{3}{6} , \dots$ and we can easily see the pattern $t_n = \frac{\lfloor\frac{n+1}{2}\rfloor}{n}$. The question is $\lim_{n \to \infty} t_n$ . We know that $x \ge \lfloor x\rfloor \gt x - 1$, so we have $$\frac{n+1}{2} \ge \lfloor \frac{n+1}{2}\rfloor \gt \frac{n+1}{2} - 1 \implies \frac{n+1}{2n} \ge \frac{\lfloor \frac{n+1}{2}\rfloor}{n} \gt \frac{n+1}{2n} - \frac{1}{n}$$ Because $\lim_{n \to \infty} \frac{n+1}{2n} = \lim_{n \to \infty} \frac{n+1}{2n} - \frac{1}{n} = \frac{1}{2}$, according to the squeeze theorem we have $$\lim_{n \to \infty} t_n = \frac{1}{2}$$ In the same manner you can construct your sequence and compute the limit. The answer is

$b_n = \frac{\lfloor\frac{2n+2}{3}\rfloor}{n} \implies \lim_{n \to \infty} b_n = \frac{2}{3}$