Complex Powers
Calculator for exponentiation with complex numbers as base and/or exponent. This calculation has the form
• Every number, except zero itself, raised to the power of 0 gives 1. The result of 00 is a matter of definition; here, 1 is output as the result.
• Every real number raised to the power of an imaginary number, i.e., a complex number without a real part, results in a complex number whose absolute value is 1. This is that if the first and fourth fields above contain values other than zero, the other two do not. In this case, the imaginary part in the exponent only changes the direction of the result on the imaginary plane, not its distance from zero. This does not apply to numbers with an imaginary part in the base!
Euler's Identity
• If the real number is Euler's number e as the base and the imaginary number is i times pi as the exponent, the result is -1. This is the so-called Euler identity,
The reason why this is true for the base e is somewhat complicated. In short, it goes like this: a complex number can be described by the length and direction of a vector emanating from the origin. Sine and cosine can be calculated from the direction of this vector. There are Taylor expansions of both sine and cosine, as well as of the exponential function ex. The Taylor expansion of ex can be composed of the Taylor expansions of sin(x) and cos(x) and requires an additional factor. This factor is the imaginary unit i. The equation is
See also conversion and basic arithmetic for complex numbers.