I am currently studying complex numbers. Recently I saw terms like this: $(a+ib)^{c+id}$ , actually, I was simplifying them.
But it was okay till I arrived at the following: $$i^i=(e^{i\pi/2})^i=e^{-\pi/2}$$ I think it's a real number, Wolfram Alpha says it's a transcendental and $$e^{-\pi/2}\approx0.2078797...$$ I guess it's strange.
So, My questions are
1. What exactly is meant by expressions like $(a+bi)^{c+di}$ ?
2. How come some imaginary number raised to some imaginary power can yield a real number ??
Fisrt, you have to define the logarithm of a complex number.
The basic idea is identical to the real logarithm, that is:
$$\log z=w\iff e^w=z$$
The problem is that, unlike the real exponential function, the complex exponential function is not bijective. In fact, we have: $$e^z=e^w\iff \exists n\in\Bbb Z:z-w=2\pi ni$$
Thus, we could say that a complex number has infinitely many logarithms. But if we fix an interval (being its length $2\pi$) for the imaginary part of the logarithm, then the logarithm is unique, with this restriction. If we fix the interval $(-\pi, \pi]$, this is the main branch of the logarithm.
For example: $e^{i9\pi/4}=\sqrt2/2+i\sqrt2/2$. But $\log(\sqrt2/2+i\sqrt 2/2)=i\pi/4$, because $9\pi/4>\pi$, but $9\pi/4-2\pi=\pi/4$ is in the proper interval.
Now that we have a logarithm we can define: $$z^w=e^{w\log z}$$ for all $z,w\in\Bbb C$.
Then: $$i^i=e^{i\log i}=e^{i(i\pi/2)}=e^{-\pi/2}$$