Contour Integrals: Calculate 0 to 1+i

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Integrals
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



Calculate the following contour integrals \int_{c1} (x^3-3xy^2 ) + i (3yx^2 - y^3) where c1 is th line from 0 to 1+i

Homework Equations





The Attempt at a Solution



a earlier part of the question asked if it was analytic. using Cauchy-Reimann equations i have shown it is. the next part asks me to calculate the contour integral.

so the problem is in the format u(x,y)+i v(x,y).

so is my integral = \int_{c1} u dx - \int_{c1} v dy + i[\int_{c1} u dy \int_{c1} + v dx
if it is this, it seem straight forward enough, but I am not sure then how to use the limit 0 to 1+i
am i going down the right road at all?
 
Physics news on Phys.org
gtfitzpatrick said:
so is my integral = \int_{c1} u dx - \int_{c1} v dy + i[\int_{c1} u dy \int_{c1} + v dx

You can parameterize c1 as (x,y)=(l*cos(pi/4), l*sin(pi/4)), so that dx=dl*cos(pi/4) and dy=dl*sin(pi/4), where l goes from 0 to sqrt(2). Alternatively, you can deform c1 to (0,0)->(0,1)->(1,1), so that dy=0 on the first arm and dx=0 on the second arm.
 
Hi sunjin09,
Thanks a mill. its the parameterization that is throwing me. i don't understand where you get that from. is there anywhere you know i could look about it?
 
There's an easier parametrization. Since the contour is a line, x and y must be linear functions of a variable t. We can choose the endpoints as t=0 and t=1. Solve for the coefficients in the linear functions using the endpoints.
 
gtfitzpatrick said:
Hi sunjin09,
Thanks a mill. its the parameterization that is throwing me. i don't understand where you get that from. is there anywhere you know i could look about it?

A contour integral is nothing but a line integral on the complex plane. A parameterization of a line is given by z(t)=x(t)+iy(t), where t is a parameter, z(0)=start point and z(T)=end point. ( Actually this is the DEFINITION of a curve, as a continuous mapping from a closed interval of R to a closed set on the complex plane.)

The parameterization of the contour c1, which is a straight line from 0 to 1+i, is given by z=x+iy=r*(cos(pi/4)+i*sin(pi/4)), where r=|z| is the parameter. So dz=dx+idy=dr*(cos(pi/4)+i*sin(pi/4)), therefore dx=dr*cos(pi/4) and dy=dr*sin(pi/4). Sorry I just changed my notation from l to r.
 
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