Complex analysis definite integral involving cosine

Daveyboy
Messages
57
Reaction score
0

Homework Statement


integral 1/(a+cos(t))^2 from 0 to pi.


Homework Equations



cos(t)=1/2(e^it+e^-it)
z=e^it
dz/(ie^it)=dt


The Attempt at a Solution



int dt/(a+cos(t))^2 = int dz/iz(a2+az+az-1+z2/4 +1/2 +z-2/4)

so with these types of problems I normally can factor this guy some how and get a nice looking quadratic to find the roots and calculate the residue and I'm done. I don't know what to do with this thing in the denominator how can I find the poles of this guy?
 
Physics news on Phys.org
That doesn't smell like a contour integral. I don't see a closed contour in there. It looks like a job for a u=tan(t/2) substitution. If the integrand were 1/(a+cos(t)^2), I might think differently.
 
Last edited:
I think this is ok guys:

\int_0^{\pi} \frac{1}{(a+\cos(t))^2}=-\frac{i}{2}\mathop\oint\limits_{|z|=1}\frac{4z}{(z^2+2za+1)^2}dz;\quad |a|>1

ok, you can factor the denominator and get:

\frac{4z}{(z-z_0)^2(z-z_1)^2}

That immediately tells you poles of second order. Solve for the poles, only one is inside the contour, need to calculate the residue for that pole and you should get after some messy algebra:

\int_0^{\pi} \frac{1}{(a+\cos(t))^2}=\frac{\pi a}{(a^2-1)^{3/2}}
 
if |a|>1 how can you have a pole?

\frac{1}{a+cos(t)} will be holomorphic on all of \mathbb{C} and Cauchy's theorem will give it integrating to 0 will it not?
 
squidsoft, thanks, that factorization is what I was really looking for, it's lovely.

latentcorpse, that may be true, but when you make the change of variable then integrate over the unit circle one pole will be in the unit circle. I think the pole was -a+(a^2-1)^1/2 or something like that.

Dick, I'm not about to break out the old single variable calculus book, but does your substitution work? I sincerely doubt it after scribbling out what d/du looks like.
 
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