ryanj123
- 24
- 0
Homework Statement
Let C be the contou starting at z=-1 going around the circle lzl=1 and ending back at z=-1 (counterclockwise) determine. Int. (Log(z)/z) dz.
Homework Equations
z=e^(Log(z))
The Attempt at a Solution
So I've been stuck on this problem for quite some time.
Im not sure if the integral is suppose to be broken up into:
Int f(z(t))*z'(t) dt.
If so, I'm unsure what to call my f(z) and my z(t).
I tried calculating:
z(t)=e^it
z'(t)=ie^it
Log(z(t))=Log(e^it)=it
Then
(0,pi)Int((it/e^it)*ie^it) dt
= (0,pi)Int (-t) dt
= -pi.
I'm sure this isn't correct.
Any help would be appreciated.