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 :)
 
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