Evaluating Complex Integrals: From Pi to i & Around Unit Circle & Square

  • Thread starter Thread starter kathrynag
  • Start date Start date
  • Tags Tags
    Complex Integrals
kathrynag
Messages
595
Reaction score
0

Homework Statement



integral(e^(iz)dz) with bounds from pi to i.
I need to evaluate using : along the straight line joining the limits, along segments of the coordinate axes joining the limits, and estimate using integral <= L*M and compare the estimates with the values.

I am totally confused on how to do this. Do I convert z to x+iy and do the bounds change?



I have another integral with z conjugate about the unit circle. I think I have an idea on this one on converting to x-iy and seeing that this will equal 2ipi.



I am also asked to evaluate this same integral taken in the positive sense about the square with x=+-1, y=+-1. I know this involves 4 segments, but my problem is finding this 4 segments. I know the answer is 8i, but how to get there?
 
Physics news on Phys.org
You can parametrize the path from pi to i, e.g by taking:

z(t) = pi + (i-pi)t

The starting point is then at t = 0 and the end point at t = 1.

integral f(z)dz along the path then means:

f(z(t))d(z(t)) from t = 0 to t = 1.

We have dz = (i-pi) dt

and

f(z(t)) = exp[i pi - (i pi + 1)t] = -exp[-(i pi + 1)t]
 
That makes a lot of sense actually.
 
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