Complex Countour Integral. not sure how to solve.

  • Thread starter Thread starter U.Renko
  • Start date Start date
  • Tags Tags
    Complex Integral
U.Renko
Messages
56
Reaction score
1

Homework Statement


So, as far as I understand, there is not much difference between integrals in complex variables and those pesky line integrals from vector calculus. I'm not particullary good with line integrals, so it follows that I'm not quite understanding the complex variables ones.
Anyway, here is the problem
\oint (z^*)^2 dz around the circunferences |z| = 1 and |z-1|= 1 (z^* is the complex conjugate.)

Homework Equations



z=x+iy
f(z) = u(x,y) +iv(x,y)
\int_c f(z)dz = \int_c (u dx -v dy) + i\int_c (v dx + u dy) (1)

The Attempt at a Solution



First of all I use the Cauchy-Rienmann equations to see if the function is analytic inside the circuferences, so I could use Cauchy's theorem. Turned out, the function is analytic only at z=0
f(z) = (x-iy)^2 = (x^2 - y^2) + i(-2xy) = u + iv
\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y} \iff 2x = -2x \iff x = 0
\frac{\partial v}{\partial x} = -\frac{\partial u}{\partial y} \iff -2y = 2y \iff y = 0
so the function is analytic only on z=0 and I have to integrate the hard way.

So I use (1) and now I have: \oint f(z)dz = \int_c (x^2 - y^2) dx +\int_c (2xy)dy + i\int_c (-2xy)dx +i\int_c (x^2 - y^2)dy

so here is my problem: how do I integrate this?

what I tried is the following (and it might or migh not be correct);

using polar coordinates:
x =r\cos\theta
y= r\sin\theta
dx =-r\sin\theta d\theta
dy =r\cos\theta d\thetathe first integral \oint_c (x^2 - y^2)dx becomes \int_0^{2\pi}( \cos^2 \theta - \sin^2\theta)(-sin\theta)d\theta = \int_0^{2\pi} (-\cos^2\theta sin\theta +sin^3\theta) d\theta (remember that r = 1)

the idea is to do the same for the other integrals, integrate and then add.
I won't do it now because, like I said, I'm not sure this is the correct approach.

Can you you tell me if this would work or not?
 
Last edited:
Physics news on Phys.org
if your problem is the path integral of (z*)^2, and z = x + iy, then (z*)^2 is not x^2 -y^2,
z*z = x^y -y^2, is that what you're looking for? I don't have extensive experience with complex integrals, but they really aren't too terribly different from real integrals.
z* = x-iy, and (z*)^2 = x^2 -2ixy -y^2
 
U.Renko said:
First of all I use the Cauchy-Rienmann equations to see if the function is analytic inside the circuferences, so I could use Cauchy's theorem. Turned out, the function is analytic only at z=0
Analyticity is a term reserved for the differentiability of a function in some open disk. The function is differentiabie only at z=0, and is therefore nowhere analytic.
Can you you tell me if this would work or not?
Yes, it works. It is the same method that is familiar from computing line integrals in multivariable calculus. Alternatively, you should be able to use the Residue theorem, a generalisation of Cauchy's theorem.
 
  • Like
Likes 1 person
CAF123 said:
Analyticity is a term reserved for the differentiability of a function in some open disk. The function is differentiabie only at z=0, and is therefore nowhere analytic.
You're right. I was a bit in doubt about this to tell you the truth.
But either way, the point is, I can't use Cauchy's theorem.

CAF123 said:
Alternatively, you should be able to use the Residue theorem, a generalisation of Cauchy's theorem.
Ah, yes, I've heard about. Although I haven't studied it yet so...
Guess I'll be revisiting this problem later
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top