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?
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.
#4
jackmell
1,806
54
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 z=-1+e^{it}, unit circle around the point -1 right, then z+1=e^{it}, take the absolute values then |z+1|=1. 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:
\int_{|z|=1} \frac{dz}{z-1}
Get that one straight first before you do yours. That expression is an implicit principal-valued integral. We could have written it as:
Now do yours and then see if you can code the check in Mathematica.
Last edited:
#5
Topher925
1,562
7
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.
I'm reviewing Meirovitch's "Methods of Analytical Dynamics," and I don't understand the commutation of the derivative from r to dr:
$$
\mathbf{F} \cdot d\mathbf{r} = m \ddot{\mathbf{r}} \cdot d\mathbf{r} = m\mathbf{\dot{r}} \cdot d\mathbf{\dot{r}}
$$