Integrate Complex Function w/o Cauchy's or Residuals

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
3 replies · 2K views
fauboca
Messages
157
Reaction score
0
Without using Cauchy's Integral Formula or Residuals, I am trying to integrate

[tex]\int_{\gamma}\frac{dz}{z^2+1}[/tex]

Around a circle of radius 2 centered at the origin oriented counterclockwise.

[tex]\frac{i}{2}\left[\int_0^{2\pi}\frac{1}{z+i}dz-\int_0^{2\pi}\frac{1}{z-i}dz\right][/tex]

[tex]\gamma(t)=2e^{it}, \quad \gamma'(t)=2ie^{it}[/tex]

The answer is zero. I am supposed to get each integral to be [itex]2\pi i[/itex] which is 0 when subtracted.

I know it is related to the fact that [itex]\int_{\gamma}\frac{1}{z}dz = 2\pi i[/itex].

And using u-sub isn't correct since any closed path would be zero when that isn't true. The integral of 1/z shows that not all closed paths will be zero.
 
Physics news on Phys.org
Try using the identity:

[tex]\int \frac {du}{a^2 + u^2} = \frac{1}{a}arctan\frac{u}{a} +c[/tex]
 
Totalderiv said:
Try using the identity:

[tex]\int \frac {du}{a^2 + u^2} = \frac{1}{a}arctan\frac{u}{a} +c[/tex]

That is nice and a lot easier than the route I was taking. Without the substitution of the integral, would it sill have the bounds of 0 and 2pi though? I know it is over gamma but the bounds were for 2e^{it}.
 
The circle starts and ends at the same point. Your bounds are actually from 2 to 2. The integral identity applied to your problem requires bounds in z, not in terms of its parametrization.