Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Powers of i Calculator/Visualizer


Powers of i

i⁴ = 1, so powers cycle every 4. Just find k mod 4.
i
r = 0
1
i⁰ = 1
r = 1
i
i¹ = i
r = 2
−1
i² = −1
r = 3
−i
i³ = −i
cycle of4i1ii2−1i3−ii41ShortcutDivide exponent by 4and use the remainder:r = 1ir = 2−1r = 3−ir = 01r = n mod 4i323323 mod 4 = 3−i
1Divide by 4:323 ÷ 4 = 80 remainder 3 (4×80+3=323 ✓)
2Rewrite:i323 = i80+3 = i80 · i3
3Apply i⁴=1:(i⁴)80 · i3 = 1 · i3 = i3
4Lookup r=3:i3 = −i
i323 = −iiᵏ = ir where r = k mod 4
Explanation
i⁰ = 1Any number to power 0 equals 1
i¹ = ii to the first power is i
i² = −1By definition: i² = −1
i³ = −ii³ = i² · i = −1 · i = −i