Complex analysis definite integral involving cosine

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
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:

[tex]\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[/tex]

ok, you can factor the denominator and get:

[tex]\frac{4z}{(z-z_0)^2(z-z_1)^2}[/tex]

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:

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

[itex]\frac{1}{a+cos(t)}[/itex] will be holomorphic on all of [itex]\mathbb{C}[/itex] 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.