How to Solve a Complex Integration Problem with a Unit Circle?

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
6 replies · 3K views
Messages
6,735
Reaction score
2,437

Homework Statement



evaluate

[tex]\int_{c} | z - 1 | |dz|[/tex]

where c is the positive oriented unit circle.

Homework Equations


The Attempt at a Solution



[tex]| z - 1 | = \left[ ( z-1)( \overline{z} - 1 ) \right] ^{1/2} = \left[ |z|^{2} - z - \overline{z} +1 \right] ^{1/2}[/tex]

[tex]c : z(t) = e^{it} ; 0 \leqslant t \leqslant 2\pi[/tex]

[tex]|dz| = dt[/tex]

[tex]|z| = 1[/tex]

[tex]\int_{c} | z - 1 | |dz| = \int_{0} ^{2 \pi} (2 - e^{it} - e^{-it}) ^{1/2} dt[/tex]

[tex]\int_{0} ^{2 \pi} \sqrt{2-2 \cos t } dt[/tex]

Is this right so far? What to do next? :S
 
Last edited:
Physics news on Phys.org
D H said:
Yep. That's the half-angle formula I was talking about.

[tex]\sin\left(\frac x 2\right) = \sqrt{1-\cos 2x}[/tex]

got the right answer now, thanks a lot !