4

Compute $$\displaystyle\lim_{n\to\infty}\dfrac{\displaystyle\sum_{k=1}^n|\cos(k^2)|}{n}$$.

I guess is $\dfrac{2}{\pi}$,because the summation is essentially equal to computing the average value of $|\cos k|$ on the interval from $[0, \pi]$, which is $\boxed{\dfrac{2}{\pi}}$,it's right?Thanks

math110
  • 93,304

1 Answers1

3

Yes. the limit is $\frac{2}{\pi}$. Let $m$ be any integer $> 1$.

  1. Since $\pi \not\in\mathbb{Q}$, equidistributed theorem tell us $\left\{\frac{k}{2\pi}\right\}$ is equidistributed on $[0,1]$.

  2. Apply van der Corput's difference theorem $m-1$ times, we find $\left\{\frac{k^m}{2\pi}\right\}$ is also equidistributed on $[0,1]$.

  3. Since $|\cos(k^m)| = \left|\cos\left(2\pi\left\{\frac{k^m}{2\pi}\right\}\right)\right|$, by Riemann integral criterion for equidistribution, we have

$$\lim\limits_{n\to\infty}\frac1n\sum_{k=1}^n |\cos(k^m)| = \int_0^1 |\cos(2\pi x)| dx = \frac2{\pi}$$

achille hui
  • 122,701