5

I'm a bit embarrassed that I've had difficulty on getting around this one:

$$e^{2\pi i x}$$

Solving it by itself, we can reduce it down to $(e^{2\pi i})^x = 1^x$ such that $e^{2\pi i x} = 1$ for all $x$.

However, directly plugging in non-integer rational numbers, chiefly $x = 1/2$, we get results that does not stay true to the above equality.

I'm a bit perplexed of trying to explain the different results for this one. I admit that I haven't had too much experience with complex numbers compared to other fields.

  • See https://proofwiki.org/wiki/Exponent_Combination_Laws/Power_of_Power and http://en.wikipedia.org/wiki/Exponentiation#Powers_of_complex_numbers – lab bhattacharjee May 28 '15 at 08:19
  • As has been emphasized several times on the site, there is no definition of $u^v$ for general complex numbers $(u,v)$. In particular, the identity $e^{2\pi ix}=(e^{2\pi i})^x$ is quite wrong when $x$ is not an integer. – Did May 28 '15 at 08:20
  • $e^{2\pi in}=1$ only for all integral values of $n$. – Empty May 28 '15 at 08:20
  • 2
    @Did I apologize if it's been "emphasized several times". I did not see any related questions when I searched it for this prior to asking this question. I understand the relation is "quite wrong" when $x$ is not an integer, and I wanted to know why. If there is no definition for $u^v$, is there a reason/history behind its absence? –  May 28 '15 at 08:27
  • How would YOU define $z^{1/2}$ when $z$ is complex? – Did May 28 '15 at 08:30
  • I would turn $z = re^{i\theta}$ such that $z^{1/2} = r^{1/2}e^{\frac{i \theta}{2}}$ –  May 28 '15 at 08:41
  • But what if several $(r,\theta)$ solve $z=re^{i\theta}$ and some of them give different $\sqrt{r}e^{i\theta/2}$? Then you have no definition at all. – Did May 28 '15 at 09:44

1 Answers1

3

Actually, when we are talking about complex numbers, the law of exponentiation is a little different from what we used to see in non-complex case. You can see this if you try to express your equality in trigonometric form, using Euler's formula.

The paradoxes arising from exponentiation of complex numbers ultimately led to introducing the concept of complex logarithm and can be resolved via defining principal branch.

The explicit explanation of the failure of exponential and logarithmic identities for the case of complex numbers can be found here:

The identity $(e^x)^y = e^{xy}$ holds for real numbers x and y, but assuming its truth for complex numbers leads to the following paradox, discovered in 1827 by Clausen.

For any integer $n$, we have:

  1. $e^{1+2\pi i n} = e^1 e^{2 \pi i n} = e \cdot 1 = e$
  2. $\left(e^{1+2\pi i n}\right)^{1+2\pi i n} = e$
  3. $e^{1+4\pi i n - 4 \pi^2 n^2} = e$
  4. $e^{1} e^{4\pi i n} e^{- 4 \pi^2 n^2} = e$
  5. $e^{- 4 \pi^2 n^2} = 1$

but this is false when the integer $n$ is nonzero.

Vlad
  • 6,710