Cauchy Integral of Complex Function

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
16 replies · 2K views
jaus tail
Messages
613
Reaction score
48

Homework Statement


upload_2018-1-7_10-37-15.png


Homework Equations


Using Cauchy Integration Formula
If function is analytic throughout the contour, then integration = 0. If function is not analytic at point 'a' inside contour, then integration is 2*3.14*i* fn(a) divide by n!
f(a) is numerator.

The Attempt at a Solution


upload_2018-1-7_10-43-30.png

But book answer is 2*3.14*i. They haven't included the negative sign. I got same error for similar question. They haven't included the negative sign there as well. They've used Laurentz series. Why is my method wrong?
 

Attachments

  • upload_2018-1-7_10-37-15.png
    upload_2018-1-7_10-37-15.png
    10.5 KB · Views: 859
  • upload_2018-1-7_10-38-56.png
    upload_2018-1-7_10-38-56.png
    32.5 KB · Views: 569
  • upload_2018-1-7_10-39-33.png
    upload_2018-1-7_10-39-33.png
    42.5 KB · Views: 564
  • upload_2018-1-7_10-43-30.png
    upload_2018-1-7_10-43-30.png
    36.2 KB · Views: 562
Physics news on Phys.org
Can you give the original problem? I can't read your hand writing.. Sorry :(
 
Here you go:
The contour integral of
upload_2018-1-7_13-34-3.png
e1/zdz with c as the counter clockwise unit circle in the z-plane is equal to:
 

Attachments

  • upload_2018-1-7_13-34-3.png
    upload_2018-1-7_13-34-3.png
    452 bytes · Views: 435
jaus tail said:
But book answer is 2*3.14*i. They haven't included the negative sign. I got same error for similar question. They haven't included the negative sign there as well. They've used Laurentz series. Why is my method wrong?

The contour is counter-clockwise in ##z##. What direction is the contour in ##t##? By the way, you should learn some latex. ##2 \pi i## looks much nicer than 2*3.14*i.
 
  • Like
Likes   Reactions: jaus tail
Yeah i get the answer with laurent but i wanted to try without it. Contour in z is anti clockwise. So in 't' it'll be? How to find that? t = 1/z = 1/(x + iy) = re-iθ
I'm not able to understand as to how re-iθ is clockwise?
z can also be x - iy, so then t will be re
 
So I get t = exp(-iλ)
Okay so as angle for z varies from 0 to 90 and so on to 360
like this angle for t will vary opposite 0 to -90 and so on to -360.
Thanks.
 
z = 1/t
So dz = (-1/t2) dt
 
Earlier I'd get -2πi But now I removed the minus sign so it matches answer by laurent.
 
Here it is:
##\oint e^{1/z}dz##
c is |z|=1
##\frac{1}{z} = t##
|t| = 1 angle is opposite in sign
##z = \frac{1}{t}##
##dz = \frac{-1}{t^2}dt##
##\oint \frac{e^t}{t^2}(-dt)##

Is analytic everywhere except at t = 0 which is within contour of |t| = 1
So using Cauchy Integral Formula

##2\pi i \frac{f'(a)}{1!}##
Where a = 0
f(a) is (-1)et
This gives 2*3.14*(-1)
and we remove the minus sign because of angle reverse so we get: 2*3.14*i
 
jaus tail said:
Here it is:
##\oint e^{1/z}dz##
c is |z|=1
##\frac{1}{z} = t##
|t| = 1 angle is opposite in sign
##z = \frac{1}{t}##
##dz = \frac{-1}{t^2}dt##
##\oint \frac{e^t}{t^2}(-dt)##

Is analytic everywhere except at t = 0 which is within contour of |t| = 1
So using Cauchy Integral Formula

##2\pi i \frac{f'(a)}{1!}##
Where a = 0
f(a) is (-1)et
This gives 2*3.14*(-1)
and we remove the minus sign because of angle reverse so we get: 2*3.14*i

So it's clear now, right? The ##t## integration is clockwise which means you need an extra factor of ##(-1)## which cancels the minus sign from the ##dt##. So they both agree.
 
  • Like
Likes   Reactions: jaus tail and vanhees71
jaus tail said:
Here it is:
##\oint e^{1/z}dz##
c is |z|=1
##\frac{1}{z} = t##
|t| = 1 angle is opposite in sign
##z = \frac{1}{t}##
##dz = \frac{-1}{t^2}dt##
##\oint \frac{e^t}{t^2}(-dt)##

Is analytic everywhere except at t = 0 which is within contour of |t| = 1
So using Cauchy Integral Formula

##2\pi i \frac{f'(a)}{1!}##
Where a = 0
f(a) is (-1)et
This gives 2*3.14*(-1)
and we remove the minus sign because of angle reverse so we get: 2*3.14*i

No, that is not what you get; you get ##2 \pi i##.

One approximation to that would be ##2 \times 3.14 \times i##, but that is by no means exact, or even particularly close to the true answer. A better approximation would be ##2 \times 3.141592653589793238462643383279502884197 \times i, ## but even that is not exact----it is just a much better approximation than what you gave.

The important point for you to grasp is that when the answer contains ##\pi## you should leave it like that; you plug in numbers only if you actually need a numerical answer, and even then, you tailor the number of decimals used to the context of the problem. Sometimes 3.14 will be good enough, but sometimes you will need more decimal places.
 
Last edited:
  • Like
Likes   Reactions: jaus tail