Originally Posted by cragar
how do i take the arctan(e^(ix)) how do i make it into the real part.
|
The real part of arctan[exp(ix)] is pi/4 for real x.
if f(z) is an analytic function such that for real z we have that f(z) is real, then:
f*(z) = f(z*)
The real part of f(z) is thus given by:
Re[f(z)] = [f(z) + f*(z)]/2 = [f(z) + f(z*)]/2
If we put z = exp(i x) for real x, then we have z* = 1/z, therefore:
Re[arctan(z)] = 1/2 [arctan(z) + arctan(1/z)] = 1/2 pi/2 = pi/4
The fact that
arctan(z) + arctan(1/z) = pi/2
for all z follows directly from the fact that for real z the above identity is valid using analytic continuation.