Finding an upper bound for a contour integral (Complex)

Zeeree
Messages
5
Reaction score
0
C1 1. Homework Statement :
Using the ML inequality, I have to find an upper bound for the contour integral of \int e^2z - z^2 \, dz
where the contour C = C1 + C2.

C1 is the circular arc from point A(sqrt(3)/2, 1/2) to B(1/2, sqrt(3)/2) and C2 is the line segment from the origin to B.


Homework Equations

The Attempt at a Solution



I figured I have to find M1 and M2, and also L1 and L2 given the two different contours. Along C1, I have found the length to be pi/6 by integrating a parameterized equation of the unit circle from pi/6 to pi/3. I have also found the length along C2 to be 1 (no surprises here)

However, I've hit a bump when trying to find the upper bound for e^2z - z^2.
I figured I should use the triangle inequality i.e. |e^2z - z^2|
<= |e^2z| + |-z^2|
= |e^2z| + |z^2|
= |e^2z| + |z|^2
= |e^2z| + 1 (since the length of the line segment is one).

I'm kind of stuck when it comes to the e^2z. It's the same problem for finding the upper bound on C2 as well.

I'm sorry for not using Latex. I tried formatting it but it doesn't come out as intended in the Preview, so I decided not to take the risk of fudging it up and making it look confusing. I'm quite sleepy, sorry.
[/B]
 
Physics news on Phys.org
If z = x + iy then e^z = e^x (\cos y + i \sin y)...
 
pasmith said:
If z = x + iy then e^z = e^x (\cos y + i \sin y)...
Thank you so much, I've got it :)
 
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