This is a homework question whereby I am supposed to evaluate:
∞∑n=11n2+1
Wolfram Alpha outputs the answer as
12(πcoth(π)−1)
But I have no idea how to get there. Tried partial fractions (by splitting into imaginary components), tried comparing with the Basel problem (turns out there's little similarities), nothing worked.
Answer
Using David Cardon's method, https://mathoverflow.net/questions/59645/algebraic-proof-of-an-infinite-sum
We can solve a more general sum,
∞∑−∞1n2+a2=πacoth(πa).
Note that this sum satisfies the conditions in the above link. The poles lie at z=ia and z=−ia, so
∞∑n=−∞1n2+a2=−π[Res(cot(πz)z2+a2,ia)+Res(cot(πz)z2+a2,−ia)].
Computing the residues:
Res(cot(πz)z2+a2,ia)=limz→ia(z−ia)cot(πz)(z−ia)(z+ia)=cot(πia)2ia
and
Res(cot(πz)z2+a2,−ia)=limz→−ia(z+ia)cot(πz)(z+ia)(z−ia)=cot(iπa)2ia.
Therefore, summing these we get
∞∑−∞1n2+a2=−πcot(iπa)ia=πcoth(πa)a.
You should be able to extend this idea to your sum with some effort.
No comments:
Post a Comment