Wednesday, July 27, 2016

integration - Evaluating the complex integral intiinftynftyfraccos(x)x+i,dx


I stumbled upon this particular integral a few minutes ago, and I have no idea how to go about it :


cos(x)x+idx


I looked up on the internet and I managed to find out that something called residue should be taken into account when dealing with such integrands, but I'm clueless at this point in matters of complex analysis. As context, a colleague of mine suggested this could be an interesting exercise.


Any ideas ?


Answer



If you are not aware of the residue theorem, things are harder, but not impossible.


Step 1. The integral is converging in virtue of Dirichlet's test, since cosx has a bounded primitive and |1x+i| decreases to zero as |x|+;


Step 2. By symmetry (the cosine function is even) we have: I=Rcosxx+idx=2i+0cosx1+x2dx so we just need to compute a real integral;


Step 3. We may compute the Fourier cosine transform of e|x| through intergration by parts. That gives that the CF of the Laplace distribution, by Fourier inversion, is everything we need to be able to state: +0cosx1+x2dx=π2e.



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