Evaluate Definite Integral with Complex Analysis

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
10 replies · 2K views
KleZMeR
Messages
125
Reaction score
0

Homework Statement



[itex]I_1 = \int_0^{2\pi} \frac{sin\theta}{3+2cos\theta} d\theta[/itex]

Homework Equations



Using identities to change from cos, sin, to variables of z, I get:

[itex]2iz^2 + 6iz + 2i[/itex] in my denominator

The Attempt at a Solution



Looking for a singularity, will I use a quadratic for this denominator to find my two zeros and then use my positive result to calculate the residue?[/B]
 
Physics news on Phys.org
Also, is this a pole of second order? Yes, I think it is. But what this means is that I will have to take a derivative of this fraction with polynomials? I have tried to simplify it into products but to no avail.
 
Thanks Vela, I had that written but didn't include that. So, I found my residue for my singularity at [itex]z_0 = 0[/itex]
which was [itex]-\frac{1}{2}[/itex]

But when I find my residue for the [itex]z_0 = \frac{\sqrt5+3}{2}[/itex] (the value I got from my quadratic)
I got a residue = 0.
Quadratic being [itex](z^2)+3z+1[/itex]

What do you think? I see from some examples I've done that this IS possible, but this is homework so I'd like to know what you think?
 
Show your calculation of the residue. It shouldn't be 0. The integral, however, turns out to be equal to 0. You can see this by changing the interval of integration to ##-\pi## to ##\pi## and noting the integrand is an odd function.
 
Well for starters I am not getting my ([itex]z-z_0[/itex]) to cancel out, should I be using exponents instead of my z identities for the trig functions? The only reason I was able to get my residue at 0 was because [itex]\frac{z-0}{z}[/itex] occurred.
 
Using [itex]cos\theta = \frac{1}{2}(z+\frac{1}{z})[/itex] and [itex]sin\theta = -\frac{1}{2i}(z-\frac{1}{z})[/itex]

my residue simplifies to [itex]-\frac{(z-z_0)(z^2-1)}{z(6z+2z^2+2)}[/itex]

At [itex]z_0 = 0[/itex]

I get

[itex]Res[f,0] = 1/2[/itex]

but my other two roots, of the polynomial in the denominator, are giving me problems when trying to compute the residue.

[itex]\frac{1}{2}(\sqrt5-3)[/itex] and [itex]\frac{1}{2}(-3-\sqrt5)[/itex]

I think both these points are in my region? it's a full revolution yes?
 
Seemed to have worked! With my root that is within the circle [itex] \frac{1}{2}(\sqrt5-3)[/itex] I get [itex]\frac{1}{2}[/itex]

And so [itex]\frac{1}{2} + (-\frac{1}{2}) = 0 = Res[f,0] + Res[f,\frac{1}{2}(\sqrt5-3)][/itex]
 
KleZMeR said:
my residue simplifies to [itex]-\frac{(z-z_0)(z^2-1)}{z(6z+2z^2+2)}[/itex]
I wouldn't call that the residue. You mean the residue for a simple pole at ##z=z_0## is given by
$$b_1 = \lim_{z \to z_0} -\frac{(z-z_0)(z^2-1)}{z(6z+2z^2+2)}.$$

but my other two roots, of the polynomial in the denominator, are giving me problems when trying to compute the residue.
I still don't know what problem you ran into.