How can I calculate the summation: $\displaystyle \sum\limits_{n=-\infty}^\infty \frac{1}{1+n^2}$
Asked
Active
Viewed 156 times
1
-
1possible duplicate of Find the infinite sum of the series $\sum_{n=1}^\infty \frac{1}{n^2 +1}$ – Jan 10 '15 at 21:29
-
and also of http://math.stackexchange.com/q/208317/ – Jan 10 '15 at 21:29
-
Differentiate the natural logarithm of Euler's infinite product formula for the sine function. – Lucian Jan 11 '15 at 05:14
2 Answers
4
Hint: Apply the Residue theorem for $$f(z)=\frac{\pi\cot \pi z}{1+z^2}$$ using the circle at $0$ of radius $n+\frac12$ and take the limit.

user2345215
- 16,422
4
Using Fourier Series, you can show that:
$$ \cot(\pi z) = \frac 1\pi \left( \frac 1z - \sum_{k=1}^\infty \frac{2z}{k^2 - z^2} \right) $$
Let $z = i$ to essentially get your sum, modulo some small simplifications which I'll leave to you.

George V. Williams
- 5,213