IchiCC
- 1
- 0
Homework Statement
Evaluate the integral
<br /> I=\int^\pi_{-\pi} \frac{\,d\theta}{a+b\cos\theta+c\sin\theta}<br />
where a, b, c are real positive constants such that a^2>b^2+c^2>0
Homework Equations
Residue theorem.
The Attempt at a Solution
Consider the complex function
f(z)=\frac{1}{az+\frac{1}{2}b(z^2+1)+\frac{1}{2i}c(z^2-1)}
This has simple poles when denominator equals zero, i.e. at z=z_1 and z=z_2, where
z_1=\frac{-a+\sqrt{a^2-(b^2+c^2)}}{b-ic} and z_2=\frac{-a-\sqrt{a^2-(b^2+c^2)}}{b-ic}
by the quadratic formula. See that |z_2|>|z_1|\,\,\,\,\,\,(*).
Note that
|z_1||z_2|=|z_1 z_2|=\left|\frac{b^2+c^2}{(b-ic)^2}\right|=1
Referring back to (*) we see that |z_1|<1 and |z_2|>1.
\text{Res}[f(z), z_1]=lim_{z\to z_1}[(z-z_1)f(z)]=\frac{1}{z_1-z_2}=\frac{b-ic}{2 \sqrt{a^2-b^2-c^2}}
Since z_1 is the only pole enclosed by the contour |z|=1, by the residue theorem:
\oint_{|z|=1}f(z)dz=2\pi i \text{Res}[f(z), z_1]\,\,\,\,\,\,(**)
Along the contour |z|=1, we can write
z=e^{i\theta}
dz=ie^{i\theta}d\theta with \theta in [-\pi,\pi]
Then
\oint_{|z|=1}f(z)dz=\int^\pi_{-\pi}\frac{ie^{i\theta}}{ae^{i\theta}+\frac{1}{2}b(e^{2i\theta}+1)+\frac{1}{2i}c(e^{2i\theta}-1)}d\theta=i\int^\pi_{-\pi}\frac{1}{a+\frac{1}{2}b(e^{i\theta}+e^{-i\theta})+\frac{1}{2i}c(e^{i\theta}-e^{-i\theta})}d\theta=iI
Returning to (**), we see that
I=2\pi\text{Res}[f(z), z_1]=\frac{b-ic}{\sqrt{a^2-b^2-c^2}}\pi
4. Comments
This is clearly wrong since I can't have a complex solution to the real integral given, yet I've gone through my working countless times now and just can't spot my mistake... Maybe I'm just tired. Help would be much appreciated!