Help me solving this complex integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
sabbagh80
Messages
38
Reaction score
0
Hi,

could you please help me solving this integral:

[itex]\oint \frac{e^{-(a+b)+az+\frac{b}{z}}}{z(z-1)}dz[/itex]

over the unit circle, where [itex]a, b[/itex] are two positive constants (it is not a homework)
thanks a lot in advance
 
Physics news on Phys.org
There are two poles, one in the centre (no problem) and on on the boundary (not that much of a problem, you just have to deform your contour slightly. I think you main problem is going to be exp(b/z) term.
 
hunt_mat said:
There are two poles, one in the centre (no problem) and on on the boundary (not that much of a problem, you just have to deform your contour slightly. I think you main problem is going to be exp(b/z) term.

I think the problem is exactly related to the pole which is placed at [itex]z=0[/itex]. it is of order infinity. Am I right?
 
So the integral basically becomes:
[tex] e^{-(a+b)}\oint_{\gamma}\frac{e^{az+\frac{b}{z}}}{z(z-1)}dz[/tex]
According to the sources I have read, you have to compute the Laurent series for [itex]e^{z}[/itex] and te Laurent series of [itex]e^{\frac{1}{z}}[/itex] along with all the other functions involved and just pick out the coefficient of the [itex]1/z[/itex] term. Sorry, but it is going to take a lot of algebra on this one.
 
The answer is as follows:

Residue at pole z=1 is [itex]2\pi \frac{1}{2}[/itex]
and residue at pole z=0 is [itex]-2\pi e^{-(a+b)}\sum _{n=0}^{\infty} \frac{a^n}{n!} \sum_{m=0}^{n}\frac{b^m}{m!}[/itex]

So, we conclude the result as:

[itex]\pi - 2\pi e^{-(a+b)}\sum _{n=0}^{\infty} \frac{a^n}{n!} \sum_{m=0}^{n}\frac{b^m}{m!}[/itex]

Is everything Ok?