Powers of i Calculator

Find iⁿ, which cycles through i, −1, −i and 1.

Real part 0
Imaginary part (i) -1

Formula: iⁿ depends on n mod 4

Step-by-step with your numbers:
1. Values used:
2. Exponent n = 27
3.
4. Real part = 0
5. Imaginary part = -1i
Did we solve your problem today?

The powers of the imaginary unit i repeat in a cycle of four.

The math behind it

i⁰ = 1, i¹ = i, i² = −1, i³ = −i, then it repeats. So iⁿ depends only on n mod 4.

Worked example

i²⁷: 27 mod 4 = 3, so i²⁷ = −i.

FAQ

What is i⁰?

i⁰ = 1, like any non-zero number raised to the zero power.