Calculating Integral Using Residue Theorem & Complex Variables

Click For Summary
The discussion centers on calculating the integral I_1 = ∫(dφ / (X-Y)²) using the residue theorem in complex analysis. The user successfully computed the residue at X=0, identifying it as -1/Y². They initially struggled with finding the residue at X=Y but received guidance on expanding the function to facilitate the calculation. Following the advice, they determined that the second residue is 1/Y². The conversation highlights the application of contour integration and the residue theorem in evaluating complex integrals.
BOAS
Messages
546
Reaction score
19

Homework Statement



I have never formally studied complex analysis, but I am reading this paper: http://adsabs.harvard.edu/abs/1996MNRAS.283..837S

wherein section 2.2 they make use of the residue theorem. I am trying to follow along with this (and have looked up contour integration, cauchy's formula etc..).

I want to compute the integral

##I_1 = \int_{0}^{2\pi} \frac{d \phi}{(X-Y)^2}## where X and Y are complex variables

Homework Equations

The Attempt at a Solution


[/B]
Using the substitution ##X = |\vec x|e^{i\phi}##, ##dX = i X d\phi## we can write this as

##I_1 = -\oint \frac{i dX}{X(X-Y)^2}## which has two poles, at X=0 and X=Y.

The residue theorem allows me to say that the result of this integral is ##2 \pi i## times the sum of the residues. I have been able to compute the residue by expanding at ##X=0## as follows:

##f(X) = - \frac{1}{X(X-Y)^2} = - \frac{1}{X}(\frac{1}{(X-Y)^2})##

I then taylor expand ##\frac{1}{(X-Y)^2}## around X=0 and find:

##f(X) = -\frac{1}{X}(\frac{1}{Y^2} + \frac{2X}{Y^3} + ...)##

and so by identifying the residue with the term proportional to ##\frac{1}{X}##, I see that the residue of the function expanded at that pole is ##- \frac{1}{Y^2}##

I am stuck with how to find the residue of the ##X=Y## expansion as it can't be done in the same way as above.

Thank you for any hints you can give!
 
Last edited:
Physics news on Phys.org
Hint: Replace all the '$' with '##'. Then your post will become readable :)
 
Math_QED said:
Hint: Replace all the '$' with '##'. Then your post will become readable :)

woops - I had a latex plugin in my browser, so everything looked normal to me. Thanks for pointing it out.

(I have excluded physics forums from the plugin now)
 
  • Like
Likes member 587159
BOAS said:
The residue theorem allows me to say that the result of this integral is ##2 \pi i## times the sum of the residues. I have been able to compute the residue by expanding at ##X=0## as follows:

##f(X) = - \frac{1}{X(X-Y)^2} = - \frac{1}{X}(\frac{1}{(X-Y)^2})##

I then taylor expand ##\frac{1}{(X-Y)^2}## around X=0 and find:

##f(X) = -\frac{1}{X}(\frac{1}{Y^2} + \frac{2X}{Y^3} + ...)##

and so by identifying the residue with the term proportional to ##\frac{1}{X}##, I see that the residue of the function expanded at that pole is ##- \frac{1}{Y^2}##

I am stuck with how to find the residue of the ##X=Y## expansion as it can't be done in the same way as above.

Thank you for any hints you can give!
You can do pretty much the same thing, expanding the ##1/X## part as a series in powers of ##(X-Y)##. Start by rewriting ##1/X## as follows:
$$\frac{1}{X} = \frac{1}{X-Y+Y} = \frac{1}{Y}\cdot\frac{1}{1+\frac{X-Y}{Y}}.$$ Now expand the second factor as a series.
 
  • Like
Likes BOAS
vela said:
You can do pretty much the same thing, expanding the ##1/X## part as a series in powers of ##(X-Y)##. Start by rewriting ##1/X## as follows:
$$\frac{1}{X} = \frac{1}{X-Y+Y} = \frac{1}{Y}\cdot\frac{1}{1+\frac{X-Y}{Y}}.$$ Now expand the second factor as a series.

Thank you, I have managed to find that the second residue is indeed ##\frac{1}{Y^2}## with the help of your hint
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...