endeavor
- 174
- 0
1. Compute all the values of e^ {\pi i}, indicating clearly whether there is just one or many of them.
Trivially, exp(pi * i) = -1. However, we can also consider e to be the complex number z, and pi * i to be the complex number alpha. Then we get:
e^{\pi i} = z^{\alpha} = e^{\alpha log(z)}<br /> = e^{\alpha (Log |z| + i arg(z))}<br /> = e^{\pi i (Log |e| + i arg(e))}<br /> = e^{\pi i (1 + i2k\pi)}<br /> = e^{\pi i}e^{-2\pi^{2}k}<br /> = - e^{-2\pi^{2}k}<br />
where k is an integer.
So what exactly is going on here? does exp(pi*i) = -1 or -exp(-2kpi^2)??
P.S. I hope all this tex doesn't mess up :(