Proof of a limit involving exponentials

  • Thread starter Thread starter phreak
  • Start date Start date
  • Tags Tags
    Limit Proof
phreak
Messages
133
Reaction score
1

Homework Statement



Given k\in \mathbb{Z} \setminus \{ 0 \}, prove that \lim_{n\to \infty} \frac{1}{N} \sum_{n=1}^N e^{2\pi i k n \alpha}=0, for all \alpha \in \mathbb{R} \setminus \mathbb{Q}.

Homework Equations


The Attempt at a Solution



Well, I had an idea, but I'm not sure how well it works. Even if it did, I'm not sure how to make it rigorous. Basically, my idea was to say that you work your way around the unit circle, and that whenever we come arbitrarily close to hitting the same point again, the sum (between the two points) gets arbitrarily close to zero. Am I on the right track?

Edit: Alternately, could we use some convergence theorem using counting measure? Also, the limit is supposed to be 0, not 1. I changed it in the code, but it isn't working.
 
Physics news on Phys.org
phreak said:
we come arbitrarily close to hitting the same point again, the sum (between the two points) gets arbitrarily close to zero. Am I on the right track?
This sounds like a reasonable line of attack.

Let's idealize for a bit (which may or may not help). For simplicity, let's fix a particular point, say, 1. What would happen if, after some number P of steps you really did return to 1?

(i.e. what if \alpha \in \mathbb{Q}, and k \alpha \notin \mathbb{Z})

Can you prove the limit goes to zero in this special case?


Also, the limit is supposed to be 0, not 1. I changed it in the code, but it isn't working.
You need to reload the image. Reloading the page might not do that, depending on your browser and its settings.
 
Ok, I proved it. Thanks a lot for the help.

(For the curious: You prove it for \alpha k rational. Then you pick r = p/q \in \Q s.t. |\alpha k - p/q | < \epsilon. You do a lot of clever approximation and you get that 1/N * the sum \le (2\epsilon+q)/N, which goes to 0 as N goes to infinity.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top