Thursday, February 15, 2018

integration - Evaluating the (complex) integral intgammafracez+z1zmathrmdz using residues.



I am trying to evaluate the following integral.





γez+z1zdz


where γ is the path cos(t)+2isin(t) for 0t<4π.




So, γ is an ellipse running twice counterclockwise around 0, which is where the function has a singularity. I'm sure I need to use the residue theorem to evaluate this.




  1. (for homework) I'm not good with the Residue theorem yet. Can I get a road map for the canonical solution to this problem? (i.e. the way I'm "probably supposed to" do it.) I can work through the details myself.



  2. (non-homework) Is it possible to solve this problem with the Laurent series approach from this answer using the residues for ez/z and ez? (or ez/z and ez/z, if that would be better.)







To be clear about where I'm confused for part (1): I see that the hypothesis for the Residue theorem is met: the above function is analytic with an isolated singularity at 0, we're goin around it twice, so γf=4πiRes(0,f). But from here I don't know how to perform the computations.


Answer



The only singularity for the integrand is at z=0, which is within the contour of integration. The integral is nothing but 2πi(Residue at z=0 of (ez+1/zz))Number of times the closed curve goes about the origin


Let us write the Laurent series about z=0. We then get
ez+1/z=eze1/z=k=0zkk!m=01zmm!


Hence,
ez+1/zz=eze1/zz=k=0m=0zkm1k!m!

The term z1 in the series is when k=m. Hence, the coefficient of 1z is k=01(k!)2

Hence, your answer is 4πik=01(k!)2=4πiI0(2)
where Iα(z) is the modified Bessel's' function of the first kind given by Iα(z)=m=01m!Γ(m+α+1)(z2)2m+α


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