Complex integration on a given path

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
fishturtle1
Messages
393
Reaction score
82

Homework Statement


Calculate the following integrals on the given paths. Why does the choice of path change/not change each of the results?

(a) f(z) = exp(z) on
i. the upper half of the unit circle.
ii. the line segment from − 1 to 1.

Homework Equations


γf(z) = ∫f(γ(t))γ'(t)dt, with the limits being the limits of the parametrization.

The Attempt at a Solution


i) γ(t) = eit, t ∈ [0, π]

Integral = ∫ez dz = ∫eeitieitdt

u substitution: u = eit, du = ieit

=> Integral =∫eudu, I leave the lower bound at 0 and upper bound at π because I'm going to substitute for u at the end.

Integral = eu]0π

= eeit]0π

= ee - ee0

= ee - e1 = ee - eii)
γ(t) = t, t ∈ [-1, 1]

Integral = ∫e2 (1) dt, with lower bound = -1, upper bound = 1.

= et ]-11

= e1 - e-1

= e - 1/e

So the path does matter because two different paths gave two different answers.

Whats wrong with my answer?
 
Physics news on Phys.org
FactChecker said:
Do you know the value of e?
I used it because that would be the unit circle in the complex plane, and then i restricted it to [0, pi].

im not sure...is that the wrong parametrization?
 
andrewkirk said:
in addition to what FactChecker pointed out, observe that the integration limits are the wrong way around in the following:

The integral is from -1 to 1, which is from ##e^\pi## to ##e^0##.
I'm sorry i don't understand.

I thought for that integral we have to use the boundaries of the upper half of a unit circle.
My parametrization was eit, where t is the angle. So then why would I not use 0 and π
 
fishturtle1 said:
I'm sorry i don't understand.

I thought for that integral we have to use the boundaries of the upper half of a unit circle.
My parametrization was eit, where t is the angle. So then why would I not use 0 and π
You should use them, but with reversed order. The path has to have the same start and end points as the straight line. Since the straight line goes from the point -1+0i to +1+0i, the semi-circle must do that too - ie it must be traversed in the clockwise direction. Your limits make the traversal happen anti-clockwise. Swap the order.

PS can you answer FactChecker's question? What is ##e^{i\pi}##? Think about how ##e^{it}## can be expressed in terms of trig functions.
 
andrewkirk said:
You should use them, but with reversed order. The path has to have the same start and end points as the straight line. Since the straight line goes from the point -1+0i to +1+0i, the semi-circle must do that too - ie it must be traversed in the clockwise direction. Your limits make the traversal happen anti-clockwise. Swap the order.

PS can you answer FactChecker's question? What is ##e^{i\pi}##? Think about how ##e^{it}## can be expressed in terms of trig functions.
to FactChecker's response:

ee = ecos(π) + isin(π) = e1 + 0i = e

dang it seems so simple now..thanks for the hints

to andrewkirk:

I switched the integral's upper and lower limit like you said,

and got this I = e]π0 = e - e = 0