15

What is a real number to the power of an imaginary or complex number? e.g. 3i. I have searched through sites about imaginary numbers, but none seem to say anything about imaginary indices. Examples and explanations would be appreciated.

Nathan
  • 163

2 Answers2

21

The basic formula is $e^{i\theta}=\cos\theta+i\sin\theta$, so your example would be

$$3^i=e^{i\ln3}=\cos(\ln3)+i\sin(\ln3)$$

Barry Cipra
  • 79,832
9

Using euler's formula :

$$c^{a+bi}=c^ac^{bi}=c^ae^{bi \ln (c)}$$

$$=c^a \left((\cos (b \ln (c))+ i \sin(b \ln (c) \right))$$