Monday, August 21, 2017

calculus - Find the infinite sum of the series sumin=1nftyfrac1n2+1



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)=limzia(zia)cot(πz)(zia)(z+ia)=cot(πia)2ia

and
Res(cot(πz)z2+a2,ia)=limzia(z+ia)cot(πz)(z+ia)(zia)=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

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...