Trying to find all possible values of $i^{\frac{1}{2} + i} = \exp((\frac{1}{2} + i) \log(i))$, so far I have the following:
$i^{\frac{1}{2} + i} = e^{\frac{1}{2} + i} e^{log(i)} \iff$
$i^{i} i^{-\frac{1}{2}} = e^{i} e^{\frac{1}{2}} \iff$
$\log(i^i i^{-\frac{1}{2}}) = i + 1/2 + 2 \pi k i, k \in \mathbb{Z} \iff$
$i \log(i) - \frac{1}{2} \log(i) - i = \frac{1}{2} + 2 \pi i k \iff$
$(\log(i) - \frac{1}{2} \log(i^{\frac{1}{i}}) - 1)i - \frac{1}{2} + 2 \pi i k = 0 $
I am not sure about the solution, particularly the last step where I do the following: $\frac{1}{2} \log(i) = i \frac{1}{i} \frac{1}{2} \log(i)= i \frac{1}{2} log(i^{\frac{1}{i}})$. Is this allowed?
The reason I do this is because I want a solution in rectangular form z = x + yi, so now I have $x = \frac{1}{2}$ and $y = \log(i) - \frac{1}{2} \log(i^{\frac{1}{i}}) - 1$.
Hint:
Rewrite $$i^{(\frac {1}{2} + i)}$$ as $$i^\frac {1}{2}(i^i)$$
For $i^\frac {1}{2}$, use DeMoivre's Theorem (with $(0+i)^{\frac {1}{2}}$). For $i^i$, rewrite as $e^{i \log i}$ and find the value of $\log i$.
(Note: "$\log$" in this case is the natural logarithm - I usually write "$\ln$".)