Determination of logarithm (complex)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
The question is this:

Consider p(z) a polynomial and C a closed path containing all the zeroes of p in its interior. Compute

[tex]\frac{1}{2\pi i}\int_C z\frac{p'(z)}{p(z)}dz[/tex]

The solution given by the manual starts by saying that

[tex]\frac{p'(z)}{p(z)}=(log(p(z)))'[/tex].


But there is no determination of log(p(z)) on C. Isn't that a problem?
 
Physics news on Phys.org
I imagine it would depend on what you do next.
 
Next we differentiate log(p(z)), it gives

[tex]z\frac{p'(z)}{p(z)} = \sum_{j=1}^k \frac{zn_j}{z-zj}[/tex]

where zj are the zeros of p(z) and nj their relative order of multiplicity.

Then we use the residue theorem on the integral ansd use the fact that each zj is a simple pole for [itex]\sum_{j=1}^k \frac{zn_j}{z-z_j}[/itex] such that

[tex]\sum_{j=1}^k Res(z\frac{p'(z)}{p(z)},z_j) = \sum_{j=1}^k \lim_{z\rightarrow z_j}(z-z_j)\frac{zn_j}{z-z_j} = \sum_{j=1}^k z_jn_j[/tex]

to get the result.
 
Last edited:
So do you really need to specify a branch of log on the entire curve? You're only using it to prove an algebraic identity.