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}$
pi^2/2from? – user3132457 Nov 06 '18 at 06:21