Is there a pole at z=-1 in this complex integral problem?

Click For Summary

Discussion Overview

The discussion revolves around the evaluation of a complex integral involving the function f(z) = 1/(z^6-1) around the contour defined by |z+1|=1. Participants explore the implications of poles located on the contour and the appropriate methods for handling such situations in complex analysis.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant initially suggests that the integral might be zero due to the function being analytic in the region, but expresses uncertainty about this conclusion.
  • Another participant points out that the circle of integration has two poles on it, which complicates the integral and suggests considering a Cauchy principal value approach.
  • A different approach is proposed involving indentations around the poles to properly evaluate the integral, indicating a method for handling poles on the contour.
  • One participant emphasizes the importance of understanding principal-valued integrals in complex analysis and provides an example to illustrate this concept.
  • A later reply acknowledges the presence of a pole at z = -1 and mentions successfully using residue integration to find a solution, while also expressing a lack of confidence in their mathematical skills.

Areas of Agreement / Disagreement

Participants express differing views on the implications of the poles on the contour and the methods for evaluating the integral. There is no consensus on a single approach, and the discussion remains unresolved regarding the best method to apply.

Contextual Notes

Participants discuss the need for clarity on the definition of the contour and the nature of the poles involved. There are references to principal-valued integrals and the Residue Theorem, but the specifics of these methods and their application to the problem remain open to interpretation.

Who May Find This Useful

This discussion may be useful for students and practitioners of complex analysis, particularly those interested in the evaluation of integrals involving poles on contours and the application of residue theory.

Topher925
Messages
1,563
Reaction score
7
I've come across an complex integral that I just can't seem to figure out. Basically I need to integrate f(z) = 1/(z^6-1) around the circle |z+1|=1.

At first glance the radius of the circle must be zero in order to satisfy |z+1|=1 and therefore the function, f(z), is analytic in D so therefore the integral is zero. However, I've got the feeling this isn't correct. Am I doing something wrong?
 
Physics news on Phys.org
The circle is of radius 1, centered at z=-1. Incidentally, this means that you have two poles of the function on the circle, which will definitely cause problems in integrating. Maybe you could take some kind of Cauchy principal value?
 
Th way to deal with pole on the contour is to do an indentation around the points then when you come to do the integral you have to calculate the integral on the indentations.
 
Topher925 said:
I've come across an complex integral that I just can't seem to figure out. Basically I need to integrate f(z) = 1/(z^6-1) around the circle |z+1|=1.

At first glance the radius of the circle must be zero in order to satisfy |z+1|=1 and therefore the function, f(z), is analytic in D so therefore the integral is zero. However, I've got the feeling this isn't correct. Am I doing something wrong?

If I may try to also be of some assistance. First need to get a few things straight like that absolute value thing. If [itex]z=-1+e^{it}[/itex], unit circle around the point -1 right, then [itex]z+1=e^{it}[/itex], take the absolute values then [itex]|z+1|=1[/itex]. Also, in Complex Analysis, you need to always be alert for principal-valued integrals. They're common and need to approach problems expecting to encounter them. First though, look at a simple one:

[tex]\int_{|z|=1} \frac{dz}{z-1}[/tex]

Get that one straight first before you do yours. That expression is an implicit principal-valued integral. We could have written it as:

[tex]\int_{|z|=1} \frac{dz}{z-1}\rightarrow \text{P.V.} \int_{|z|=1} \frac{dz}{z-1}=\int_P[/tex]

Now form the circular contour around the origin with an (exterior) indentation around the point z=1 so that by the Residue Theorem:

[tex]\int_P+\int_I=2\pi i r[/tex]

So principal-value+indentation equals 2 pi i times sum of residues right? So that we have:

[tex]\int_P=2\pi i r-\int_I[/tex]

Then look up that theorem about integrating over an indentation around a simple pole as it's radius goes to zero so that we can write:

[tex]\int_P=2\pi i-\pi i=\pi i[/tex]

and here's how to check it in Mathematica:

Code:
In[5]:=
NIntegrate[(1/(z - 1))*I*Exp[I*t] /. z -> Exp[I*t], 
  {t, -Pi, 0, Pi}, Method -> "PrincipalValue"]

Out[5]=
0. + 3.1415926535897647*I

Now do yours and then see if you can code the check in Mathematica.
 
Last edited:
Thanks for all the help. I think my biggest problem was just not realizing that there was a pole at z = -1. Guess I should stop doing math when I'm really tired. Anyway, I was able to find the solution using Residue Integration as stated above. Once again, thanks for the help, I'm quite terrible at math.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K