Saturday, December 26, 2015

How to prove that sumin=1nftyfrac1n2=fracpi26 without using Fourier Series




Can we prove that n=11n2=π26 without using Fourier series?


Answer



Yes. The most common way to do this is attributed to Euler. It does still require Maclaurin series, however.




Consider the Maclaurin polynomial for sinxx:



sinxx=1x23!+x45!



However, note that this is a polynomial p(x) with zeroes {±kπ|kN}, and for which p(0)=1. These two properties mean that



sinxx=(1+xπ)(1xπ)(1+x2π)(1x2π)



And by multiplying adjacent terms,




sinxx=(1x2π2)(1x24π2)(1x29π2)



Equating the x2 terms in the Maclaurin polynomial and its factored form yields



x23!=x2(1π2+14π2+19π2+)



And multiplying both sides by pi2x2 gives us



π26=1+14+19+



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...