Tuesday, June 11, 2019

calculus - Is there a rapider or more elegant way to evaluate int+infty0fraccos(pix)textdxe2pisqrtx1?


+0cos(πx) dxe2πx1




First attempt





  • xt2


  • Geometric series by writing the denominator as e2πt(1e2πt)


  • cos(πt2)=eiπt2




This leads me to



2+k=0+0teiπt2eαt dt



Where α=2π(k+1).




Now I thought about writing it again as



2+k=0ddα+0eiπt2eαt dt



The last integral can be evaluated with the use of the Imaginary Error Function, hence a Special Function method.



Yet it doesn't seem me the best way.



Second Attempt




Basically like the previous one with the difference that




  • cos() stays as it;


  • πt2z;




And this brings




1πddα+k=0+0cos(z)zeαzπ dz



But in both cases what I am thinking are just numerical methods. Or at least I could give a try with the stationary phase but... meh.



I don't know if I can use residues for this, actually. Even if taking a look at the initial integral, there is this additional way:



1e2πt1=1(eπt+1)(eπt1)



Which for example has a pole at t=+i...




But using residues I would obtain



πcos(π)



Where as the correct numerical result (which I checked with Mathematica) is



0.0732233(...)



And it seems there is not a closed form for this.




Any hint/help?

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