Converting to Complex coordinates to check injectivity of $f(x,y)=(e^x\cos{y},e^x\sin{y})$

235 Views Asked by At

I have posted the problem below. I know that this question has been asked before but I have a question about the proof.

I wrote the expression in polar form as $f(z)=e^z$ and to check injectivity I assumed that $f(z_1)=f(z_2)$ which gives $e^{z_1}=e^{z_2}$. Is that enough to conclude that $z_1=z_2$? Or should I rewrite the functions as $e^{z_1}=e^{x_1}\cos{y}+ie^{x_1}\sin{y}$? The first case I doesn't consider the restriction on $y$ and then if that's the case then it seems pointless to have converted to complex form.

Thanks! enter image description here

3

There are 3 best solutions below

3
On BEST ANSWER

You can also prove the statement without resorting to complex numbers: suppose $$ (e^a\cos b,e^a\sin b)=(e^c\cos d,e^c\sin d) $$ Then $$ (e^a\cos b)^2+(e^a\sin b)^2=(e^c\cos d)^2+(e^c\sin d)^2 $$ which implies $e^{2a}=e^{2c}$, so $a=c$. Therefore $$ \begin{cases} \cos b=\cos d \\ \sin b=\sin d \end{cases} $$ so $b=d+2k\pi$, for some integer $k$. Can $k$ be nonzero?


With complex numbers: suppose $e^{z}=e^{w}$; then $e^{z-w}=1$. Thus $z-w=2ki\pi$ for some integer $k$. In particular, the real parts of $z$ and $w$ are equal. Can you finish?

2
On

You need to say that $e^{z_1}=e^{z_2}$ if and only if $z_1 = z_2 + 2\pi ik$ for some $k\in\Bbb Z$. Now bring in the restriction that $0<y = \text{Im}(z)<2\pi$.

0
On

If, as is usual, we set

$z = x + iy, \tag 1$

then of course

$e^z = e^{x + iy} = e^x e^{iy} = e^x(\cos y + i\sin y), \tag 2$

which may be written as the mapping

$f:\Bbb R^2 \to \Bbb R^2 \tag 3$

defined by

$f(x, y) = (e^x \cos y, e^x \sin y) = e^x(\cos y, \sin y). \tag 4$

Now if

$e^{z_1} = e^{z_2}, \tag 5$

then

$e^{z_1 - z_2} = 1 \Longrightarrow z_1 - z_2 = 2 \pi i; \tag 6$

it is now easier to make further progress if we switch to the coordinate representation (1) of the complex numbers $z_1, z_2$, since we need specific information concerning tge $y_i$; in these $xy$-coordinates, we see that (6) yields

$(x_1 - x_2) + i(y_1 - y_2) = (x_1 + i y_1) - (x_2 + i y_2) = z_1 - z_2 = 2 \pi i$ $\Longrightarrow x_1 - x_2 = 0, \; y_1 - y_2 = 2 n \pi, \; n \in \Bbb Z, \tag 7$

whence

$x_1 = x_2, \tag 8$

and now it is easy to see that, with $0 < y_1, y_2 < 2\pi$, the only $n \in \Bbb Z$ such that (7) binds is $0$, so

$y_1 = y_2 \tag 9$

as well. So we see that in fact $e^z$ is injective.

Of course, we may also work directly from the form (4) and write

$e^{x_1}(\cos y_1, \sin y_1) = e^{x_2}(\cos y_2, \sin y_2 \Longrightarrow e^{2x_1}(\cos^2 y_1 + \sin^2 y_1) = e^{2x_2} (\cos^2 y_2 + \sin^2 y_2 )$ $\Longrightarrow e^{2 x_1} = e^{2 x_2} \Longrightarrow 2x_1 = 2x_2 \Longrightarrow x_1 = x_2; \tag{10}$

then it follows that

$(\cos y_1, \sin y_1) = (\cos y_2, \sin y_2) \Longrightarrow \cos y_1 = \cos y_2, \; \sin y_1 = \sin y_2; \tag{11}$

the only way this may bind with $0 < y_1, y_2 < 2\pi$ is if

$y_1 = y_2, \tag{12}$

thus establishing the injectivity of $f(x, y)$ on the set where $0 < y_1, y_2 < 2\pi$.