Finding the Suitable Parametrization for Computing ∫Cr (z - z0)n dz

nickolas2730
Messages
28
Reaction score
0
compute the integral ∫Cr (z - z0)n dz,
with an integer and Cr the circle │z - z0│= r traversed once in the counterclockwise direction

Solution:

A suitable parametrization for Cr is give by z(t)= z0 + reit 0≤t≤2π
...
...

My question is , how to find that suitable z(t)?
i have no idea how to find out the z(t), it just pop out in the solution.

Thanks
 
Physics news on Phys.org
It's a circle in the real-imaginary plane.
A circle in the xy-plane can be parametrized by
x=r*cos(t)
y=r*sin(t)
with 0<=t<=2pi
This comes down to the fact that cos^2(t)+sin^(t)=1 as a circle is defined by x^2+y^2=R^2.
Now bear in mind Euler's formula
e^{ix}=cos(x)+i sin(x)
Alright?
 
so if C is the circle of │z - 2i │= 4
z(t) = 2i + 4e^it ?
i am doing it right?
 
You got it ;)
 
thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top