Powers of i Calculator
Understanding Powers of i
The imaginary unit, i, is defined as the square root of -1. When raised to integer powers, it follows a repeating cycle of four values.
The Cycle:
- i1 = i
- i2 = -1
- i3 = -i
- i4 = 1
This cycle repeats every four powers. To find the value of in for any integer n, we can find the remainder when n is divided by 4. The value of in is the same as i raised to the power of that remainder.
For example, to find i11, we calculate 11 mod 4, which is 3. Therefore, i11 = i3 = -i.
Disclaimer: This tool is for educational purposes. The exponent must be an integer.
Calculates the value of in for any integer exponent n.
Powered by: Calco
