I'm trying to find how to calculate by hand a real number raised to an imaginary number, for example $3^i$, but I only find $i^i$. How could I solve on paper a real number raised to an imaginary? Is there any technique?
2026-04-30 06:10:36.1777529436
How to calculate a real number raised to an imaginary number
65 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The standard technique for raising one number to another is extended to complex numbers. This standard technique, for example, to calculate $2^2$ consists of $$ 2=e^{\log2} $$ so $$ 2^2=(e^{\log2})^2=e^{2\log2}. $$ So using your example of $3$ and $i$, $$ 3^i=e^{i\log3}=\cos(\log3)+i\sin(\log3)\approx0.45+0.89i. $$ The case of $i^i$ $$ i^i=(e^{i\pi/2})^i=e^{-\pi/2}\approx0.21. $$