Explanation that sin(x+iy) is one-to-one

  • Context: Undergrad 
  • Thread starter Thread starter hotvette
  • Start date Start date
  • Tags Tags
    Explanation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Homework Helper
Messages
1,001
Reaction score
11
TL;DR
Complex Variables by Stephen Fisher
Not hw, just reading the textbook. In section 1.5, page 50, the book goes through an explanation that [itex]\sin(x+iy)[/itex] is one-to-one if [itex]0 \le x < \pi/2[/itex] and [itex]y \ge 0[/itex]. At one point the book states that for [itex]1 = -e^{-i x_1}\,e^{-i x_2}\,e^{y_1}\,e^{y_2}[/itex] the absolute value of the left side is 1 and that of the right side is [itex]e^{y_1 + y_2}[/itex]. It then states that this result implies that [itex]-1 = e^{-ix_1-ix_2}[/itex].

I don't at all see why [itex]\left\vert-e^{-i x_1}\,e^{-i x_2}\,e^{y_1}\,e^{y_2}\right\vert = e^{y_1 + y_2}[/itex]. Can someone explain?
 
Physics news on Phys.org
Just simplify ##|-e^{-ix_1}e^{-ix_2}e^{y_1}e^{y_2}|=|-e^{-ix_1}|\cdot |e^{-ix_2}|\cdot |e^{y_1}|\cdot |e^{y_2}|=1\cdot 1\cdot e^{y_1}\cdot e^{y_2}=e^{y_1+y_2}.##

Keep in mind that if ##t## is real, then ##|e^{it}|=|\cos(t)+i\sin(t)|=1##.
 
I figured it must be simple. I too often miss the obvious. Thanks!