How can I convert the complex number $\mathrm i^\pi$ to trigonometric form?
I usually do these steps:
- take $ Z = a + b\mathrm i $ form,
- find $ r = \sqrt{a^2 + b^2} $,
- $ \cos(\phi) = a / r, \sin(\phi) = b / r $,
- find $ \phi $ from the above 2 equations.
For $ \mathrm i^\pi $ I have $ a = 1, b = 1, r = 1 $, $ \cos(\phi) = 1, \sin(\phi) = 1 $. There's no such $ \phi $.
The online Convert Complex Numbers to Polar Form gives the answer $ \phi = 77.2567 $ or just, $ \phi = \dfrac{180 \arg(\mathrm i^\pi)}{\pi}$
Some useful identities:
$i = e^{i\pi/2}$
$(a^b)^c = a^{(bc)}$
$e^{i\phi} = \cos{\phi} + i\sin{\phi}$
Your expression:
$i^\pi = (e^{i\pi/2})^\pi = e^{i\pi^2/2} = 1 (\cos{(\pi^2/2)} + i \sin{(\pi^2/2}))$