7

I'm trying to prove that a function $$f(y) = \sum_{k=-\infty}^{+\infty}{(-1)^ke^{-k^2y}}$$ is $O(y)$ while $y$ tends to $+0$. I have observed that $f(y) = \vartheta(0.5,\frac{iy}{\pi})$ where $\vartheta$ is a Jacobi theta function. It seems that these functions are very well studied but I am not too familiar with this area.

Any useful links or suggestions are very appreciated.

Somos
  • 35,251
  • 3
  • 30
  • 76

2 Answers2

9

UPD: the previous version contained a square which shouldn't be there.


Actually, your function is even more simply expressed in terms of $\vartheta_4$-function. Also, I prefer this notation in which $$f(y)=\vartheta_4(0,e^{-y})=\vartheta_4\Bigl(0\Bigr|\Bigl.\frac{iy}{\pi}\Bigr).$$ I.e. I use the convention $\vartheta_k(z,q)=\vartheta_k(z|\tau)$.

Then, to obtain the asymptotics as $y\rightarrow 0^+$, we need two things:

  • Jacobi's imaginary transformation, after which the transformed nome and half-period behave as $q'\rightarrow0$, $\tau'\rightarrow i\infty$ (instead of $q\rightarrow1$, $\tau\rightarrow0$): $$\vartheta_4\Bigl(0\Bigr|\Bigl.\frac{iy}{\pi}\Bigr)=\sqrt{\frac{\pi}{y}}\vartheta_2\Bigl(0\Bigr|\Bigl.\frac{i\pi}{y}\Bigr).$$

  • Series representations for theta functions (e.g. the formula (8) by the first link), which implies that $$\vartheta_2(0,q')\sim 2(q')^{\frac14}$$ as $q'\rightarrow 0$. Note that you can also obtain an arbitrary number of terms in the asymptotic expansion if you want.

Taking into account the two things above, we obtain that the leading asymptotic term is given by $$f(y\rightarrow0)\sim 2\sqrt{\frac{\pi}{y}} \exp\left\{-\frac{\pi^2}{4y}\right\}.$$

Start wearing purple
  • 53,234
  • 13
  • 164
  • 223
  • This is a VERY precise answer. I wonder if a cheaper method could be used to get a more basic estimate. – Mikhail Katz Jul 02 '13 at 19:00
  • @user72694 This is a good question - I have no idea. But actually, in order to obtain the above estimate, one doesn't need to know anything about theta functions. Basically what was used is the Poisson summation formula which has transformed a series with a non-obvious asymptotics into a series with obvious asymptotics. But I am not sure this counts as a cheaper method. – Start wearing purple Jul 02 '13 at 21:42
  • Many thanks @O.L.! I'll add the reference to these arguments to my paper (if it will be used there). – Mikhail Berlinkov Jul 03 '13 at 02:44
  • @Misha You are welcome. Feel free to use the arguments without any reference, they are very well-known. – Start wearing purple Jul 03 '13 at 07:08
0

This does not appear to be correct. If $y>0$ then each summand is greater than 1 in absolute value, so there is no change the series will converge. In particular, one cannot claim that it is $O(y)$ in any obvious sense.

Mikhail Katz
  • 42,112
  • 3
  • 66
  • 131
  • Sorry, I have lost a minus in the exponent. – Mikhail Berlinkov Jul 02 '13 at 18:17
  • It's helps to double check before posting an answer. In fact this is a general rule no matter what sort of science you are researching. – T.A.Tarbox May 02 '17 at 03:09
  • @T.A.Tarbox, there was a wrong sign in the original posting, which the OP corrected after I posted my answer. If you think it is preferable to delete this answer I can certainly do that. – Mikhail Katz May 02 '17 at 17:05
  • @Misha I see, in my comment I didn't intend or mean to suggest anything untoward. However this is an excellent example of how errors can compound and cascade and lead to further error. I endeavor to exercise "intuitive reasoning" (or at least I try) whenever I encounter a mathematical problem and this approach requires a certain degree of discipline. One needs to ask whether the problem statement makes sense logically in the context of precedent and past history of such problems. Errors in problem statements are usually unintended and accidental and hence correctable. – T.A.Tarbox May 05 '17 at 02:41
  • @T.A.Tarbox, user "Misha" is different from user "Mikhail Katz". P.S. What is a "tinhorn"? – Mikhail Katz May 05 '17 at 06:48
  • @Mikhail Katz Yes I know Mikhail, I tried to correct my error but I ran other the 5 minute editing limit. I extend my apologies to you. May I suggest to stackexchange they allow more time to edit a comment. Because I often find that I think of something beyond the 5 minute limit after posting a comment. – T.A.Tarbox May 07 '17 at 02:12
  • @T.A.Tarbox, no problem and ho harm done. One practical suggestion: what about preparing your comment/question/answer in emacs (or another editor) before posting it at MO? That way you can think 5 minutes or 5 hours :-) – Mikhail Katz May 07 '17 at 12:09
  • @Mikhail Katz You're quite right. I'm taking your advice. I think we can say euphemistically that one should have the patience to allow one's hot coffee to cool before drinking it! – T.A.Tarbox May 08 '17 at 22:59