Integral of Complex Rational Function over Large Contour

Sistine
Messages
18
Reaction score
0

Homework Statement


Compute the integral

\oint_{|z|=30}\frac{dz}{z^9+30z+1}


Homework Equations


Residue theorem for a regular closed curve C

\onit_C f(z)dz=2\pi i\sum_k\textrm{Res}(f,z_k)

z_k a singularity of f inside C


The Attempt at a Solution


I'd rather not compute the integral numerically. I know that the polynomial in the denominator has a root close to -1/30. By Rouche's theorem I know that all the roots of f(z)=z^9+30z+1 lie inside the contour of integration and that they are close to |z|=1 also there are 9 distinct roots. I also tried building a comparison with the integral
\oint_C\frac{1}{z^9}dz=0
But I did not have any luck in computing the integral
 
Physics news on Phys.org
If you know all of the roots are inside of |z|=30 then you know that the integral around |z|=30 is equal the integral around |z|=R for R>30. Let R->infinity.
 
If you just take that formula and grind things out symbolically, I think you can compute it without ever actually computing a specific value for any of the roots -- symmetric functions of the roots of a polynomial are pretty nice like that.

Have you thought about making a transformation to move the known singularities outside of the contour of integration?

Or, since all the singularities are on the inside, what about just pushing the contour of integration off to infinity?
 
To elaborate on the geometric picture here... there's no meaningful difference between the "inside" and the "outside" of your contour -- you can use whichever one you like. dz has a pole at infinity, though, so you have to be careful of that, and many usual formulas are only applicable for finite points, so you have to find the right version that works for infinity (or make a coordinate change).
 
I tried letting the radius of the contour go to infinity but I got 0 as my final answer. Numerical methods seem to point to the conclusion that the integral is non-zero, so I don't think this is correct. I know that \int_{C_{30}}f=\int_{C_R}f\quad R>30 but is it true in the limit as R\to\infty?
 
Sure. You know the integral over C_R is actually independent of R. But you also have an estimate telling you it's arbitrarily small for large R. That means it's zero.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top