Solving integral in complex analysis

FreySmint
Messages
3
Reaction score
0
Hi! I'm new here, been a fan of this site for years, but only now I felt the need of registering.

Homework Statement



Use the Residue Theorem to solve the integral:

∫[(cos(2t)) / (5-4*cos(t)) ] dt from t=0 to t=2pi2. The attempt at a solution

I did a variable change z=eit. With that:

(1/(2i))*∫[ (z2 + z-2) / (-2z2 +5z -2)]

Only taking the integral, I came up with:

∫[ (z4 +1) / (z2 * (z-1/2) * (z-2))]

Which has 3 singularaties: 1/2 , 2 and 0
Only 2 is not in the path considered.

The residue in 1/2 is -17/6 and in 0 is 5/2 as they are poles of order 1 and 2 respectively.

And with that, I have:

1/(2i) * 2*pi*i * (-17/6 + 5/2) = - Pi/3

Which is wrong, as the answer is actually Pi/6

Where did I go wrong?

Thanks in advance!
 
Last edited:
Physics news on Phys.org
FreySmint said:
Hi! I'm new here, been a fan of this site for years, but only now I felt the need of registering.

Homework Statement



Use the Residue Theorem to solve the integral:

∫[(cos(2t)) / (5-4*cos(t)) ] dt from t=0 to t=2pi


2. The attempt at a solution

I did a variable change z=eit. With that:

(1/(2i))*∫[ (z2 + z-2) / (-2z2 +5z -2)]

Only taking the integral, I came up with:

∫[ (z4 +1) / (z2 * (z-1/2) * (z-2))]

Which has 3 singularaties: 1/2 , 2 and 0
Only 2 is not in the path considered.

The residue in 1/2 is -17/6 and in 0 is 5/2 as they are poles of order 1 and 2 respectively.

And with that, I have:

1/(2i) * 2*pi*i * (-17/6 + 5/2) = - Pi/3

Which is wrong, as the answer is actually Pi/6

Where did I go wrong?

Thanks in advance!

Re-do the residue calculations
 
jackmell said:
Re-do the residue calculations

And notice that (z-1/2)*(z-2) is not equal to (-2z^2+5z-2).
 
Dick said:
And notice that (z-1/2)*(z-2) is not equal to (-2z^2+5z-2).

ouch. Would have failed that test. Thanks for pointing that out Dick. Hope the op didn't spend a lot of time re-doing the residue calculations with the wrong factor.
 
Note that to get your original integral you have to integrate
f(z)=\frac{1}{\mathrm{i} z} \cdot \frac{z+z^{-2}}{2(5-2(z+1/z))}=\frac{\mathrm{i}(1+z^4)}{z^2(2z^2-5z+2)}
along the unit circle z=\exp(\mathrm{i} t) with t \in \{0,2 \pi\}.

Now you can use the residue theorem, which gives you immediately \pi/6. To be honest, I've been lazy and did this with help of Mathematica :-).
 
Thanks everyone! I feel really stupid right now, my mistake was quite dumb... I had forgotten that when you use quadratic formula, if the quadratic coefficient (a) is not 1, you'll have a*(x-z1)(x-z2). I often forget the most basic stuff.
Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top