4

Does there exist an explicit expression for the series (or function) $$f(x)=\sum _{n=1}^\infty e^{-xn^2}\text{ ?}$$

Pedro
  • 122,002

1 Answers1

2

There is some more information about your sum that can be obtained using Mellin transforms. We have $$\mathfrak{M}(f(x); s) = f^*(s) = \Gamma(s) \zeta(2s).$$

Now invert by calculating the sum of the residues of $f^*(s) x^{-s}$. They are $$ \operatorname{Res}(f^*(s) x^{-s}; s= 1/2) = \frac{\sqrt{\pi}}{2} \frac{1}{\sqrt{x}} \quad \text{and} \quad \operatorname{Res}(f^*(s) x^{-s}; s= 0) = - \frac{1}{2}.$$ The remaining poles of the gamma function are canceled by the zeros of the zeta function, giving $$f(x) \sim \frac{\sqrt{\pi}}{2} \frac{1}{\sqrt{x}} - \frac{1}{2}.$$ This asymptotic expansion holds in a neighborhood of zero.

Marko Riedel
  • 61,317
  • thanks :) I just want to know why we use an elliptic function to express this function and not a "simpler" function. Which properties has it got? – user71282 Apr 11 '13 at 21:31