Integrate over complex contour

  • Thread starter Thread starter beefcake24
  • Start date Start date
  • Tags Tags
    Complex Integrate
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 · 3K views
beefcake24
Messages
16
Reaction score
0
Evaluate the integral over the contour C when:

f(z) = 1/z and C = {z(t) = sin(t) + icos(t) | 0 <= t <= 2*pi}


I know f(z) = 1/r*e^(-it) = 1/r(cos(t) + isin(t)). But, when I try to take the contour integral by integrating f[z(t)]*z'(t), I get really messy formulas ((1/r*cos(sin(t)) + i*1/r*sin(cos(t)))*(cos(t) + -i*sin(t)), which makes me think I'm missing something.

Can anyone help me out on this? I have a midterm tomorrow and this was one of the practice questions.
 
Physics news on Phys.org
I don't know, we haven't covered the residue theorem yet, and we do not need to know the residue theorem for our midterm, so I think we should be able to solve this without it.
 
The contour is just the unit circle, but starting at (0,i) when t=0 instead of (0,0) and traversed clockwise. Does this mean I can just take the negative of the integral around the unit circle? I know traversing a path in the opposite direction just changes the sign of the integral, and I don't think having a different starting point should affect the value, because you are traversing the same path. Can someone confirm this, or if I'm wrong, point me in the right direction?
 
Yes, so it would be better to write z in polar form. [itex]z= cos(t)+ i sin(t)= e^{it}[/itex]
What are 1/z and dz?

That is pretty close to trivial to integrate.

Just as in real integration, integrating over the same path in the opposite direction (you would be integrating from [itex]t= 2\pi[/itex] to 0 rather than vice-versa, changes the sign.

If you want to do it more "directly", remember that [itex]sin(z)= (e^{iz}- e^{-iz})/2i= -i(e^{iz}- e^{-iz})/2[/itex] and [itex]cos(x)= (e^{iz}+ e^{-iz})/2[/itex] so that [itex]sin(z)+ icos(z)= -i(e^{iz}- e^{-iz})/2+ i(e^{iz}+ e^{-iz})/2= e^{-iz}[/itex]. Again, just the previous formula with -iz rather than iz so that [itex]dz= -ie^{-iz}dz[/itex], and now you integrate from 0 to [itex]2\pi[/itex].
 
Last edited by a moderator:
Perfect, that was just what I needed to finish the problem. Thanks!