Friday, January 19, 2018

calculus - An alternative proof for sum of alternating series evaluates to fracpi4secleft(fracapi4right)



How does one prove the given series? n=0((1)n4na+2+(1)n4n+a+2)=π4sec(aπ4)



This series came up in xpaul's calculation during the process of answering my homework problem. I really appreciate his help for me but I am looking a method to prove the above series using a real analysis method because the link he cited (Ron G's answer) to help me to prove it is using the residue theorem. I worked for a while on this today but was unsuccessful.
n=0((1)n4na+2+(1)n4n+a+2)=4n=0(1)n2n+1(4n+2)2a2=n=0(1)n2n+1(2n+1)2(a2)2



Comparing with Taylor series for secant, hyperbolic secant, or any other well known series forms but I could not get any of them to work, perhaps someone else can? I would like a nice proof and avoiding residue method in order to complete my homework's answer. Would you help me? Any help would be appreciated. Thanks in advance.


Answer



I answered this before in Closed form of 0tanh(x)tanh(2x)x2dx. However the solution was too long as Venus mentioned. Inspired from Jack D'aurizio's answer, I have a simple solution for this. It is easy to check that
n=0((1)n4na+2+(1)n4n+a+2)=10x1+x4(xa+xa)dx=0xa+11+x4dx=1a+2011+xa+24dx.


Now using the following well-known integral
011+xndx=πnsin(π/n), for n>1,


(for example, see Prove 0dx1+xn=πnsinπn using real analysis techniques only) it is easy to get the answer.


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