I understand that when you raise any number $x$ to a power, you multiply $x$ by itself the number of times indicated in the power. However, what happens when $i^i$ is performed? How can a number be multiplied an imaginary amount of times? Wolfram Alpha says that it is equal to $e^{{-\pi}/{2}}$, but how would you arrive at that answer? Any response will be appreciated, thanks!
What is the value of $i^i$?
4.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
Well, in the complex numbers you consider an exponential of a base other than $e$, such as $z^x$, to be: $$z^x := e^{x\log z }$$ So we have: $$i^i = e^{i\log i}$$ But $\log i = i\left(\frac{\pi}{2}+2\pi n\right)$, so we have $$i^i = e^{ii(\frac{\pi}{2}+2\pi n)} = e^{\frac{-\pi}{2} + 2\pi n} ~~~~~~~~~~ n\in \Bbb{Z}$$ Taking $n=0$ gives the value that Wolfram Alpha gave you.
On
for any complex number $z\in \mathbb C$ it can be written as $z=x+iy$ or in the polar form $z=re^{i\theta}$ where $r=\sqrt{x^2+y^2}$ and $\theta=\arctan(\frac{y}{x})$, so in particular $i=0+i1$ which implies that $r=1$ and $\theta=\frac{\pi}{2}$ Thus, $$i=e^{\frac{\pi i}{2}}$$ which implies that $$i^i=(e^{\frac{\pi i}{2}})^i=e^{\frac{-\pi }{2}}.$$
$$i^i = e^{i\log i} = e^{i(\log |i|+i\arg i)} = e^{i(i\arg i)} = e^{-\arg i} = e^{-\frac{\pi}{2}+2 \pi k} \qquad k \in \mathbb{Z}$$