Powers of i Calculator

Calculate iⁿ for any integer n, see the repeating 4-cycle (1, i, −1, −i), and extend to complex number powers. Visual cycle indicator, sequence table, and unit circle position.

Integer exponent
i^7
−i
Cycle position: 3 (mod 4)
n mod 4
3
7 mod 4 = 3
Real Part
0
Re(i^7)
Imaginary Part
-1
Im(i^7)
Magnitude
1
All powers of i lie on the unit circle
Sum i¹ to i^7
-1.00
Sum of consecutive powers of i

Cycle Pattern Visualization

1
n≡0 (mod 4)
i
n≡1 (mod 4)
−1
n≡2 (mod 4)
−i
n≡3 (mod 4)

Powers of i Cycle Table

nn mod 4iⁿRealImaginary
00110
11i01
22−1-10
33−i0-1
40110
51i01
62−1-10
73−i0-1
80110
91i01
102−1-10
113−i0-1

Unit Circle Position

1
i
−1
−i
← iⁿ
Planning notes, formulas, and examples

About the Powers of i Calculator

The imaginary unit i, defined as √(−1), produces a perfectly repeating cycle when raised to successive integer powers: i⁰ = 1, i¹ = i, i² = −1, i³ = −i, and then i⁴ = 1 again. This four-step cycle — 1, i, −1, −i — repeats forever in both directions, so any power of i can be determined simply by finding n mod 4.

This elegant pattern is one of the first things students encounter in complex number algebra, and it underpins everything from electrical engineering (where j = i is used for phasors) to quantum mechanics (where complex amplitudes describe probability). The cycle also maps naturally to the unit circle in the complex plane: 1 sits at 0°, i at 90°, −1 at 180°, and −i at 270°.

This calculator lets you enter any integer exponent and see the result, the cycle position, and the real and imaginary parts. It also extends to general complex expressions (a + bi)ⁿ using De Moivre's theorem, showing the result, magnitude, and angle. The cycle visualization and sequence table make the repeating pattern crystal clear, and presets let you quickly explore classic examples from homework and exams.

When This Page Helps

Powers of i Calculator helps you solve powers of i problems quickly while keeping each step transparent. Instead of redoing long algebra by hand, you can enter Exponent (n), Real part (a), Imaginary part (b) once and immediately inspect n mod 4, Real Part, Imaginary Part to validate your work.

How to Use the Inputs

  1. Enter Exponent (n) and Real part (a) in the input fields.
  2. Select the mode, method, or precision options that match your powers of i problem.
  3. Read n mod 4 first, then use Real Part to confirm your setup is correct.
  4. Try a preset such as "i⁰" to test a known case quickly.
Formula used
iⁿ = i^(n mod 4). Cycle: i⁰=1, i¹=i, i²=−1, i³=−i. For (a+bi)ⁿ: use polar form r·e^(iθ), result = rⁿ · e^(inθ).

Example Calculation

Result: n mod 4 shown by the calculator

Using the preset "i⁰", the calculator evaluates the powers of i setup, applies the selected algebra rules, and reports n mod 4 with supporting checks so you can verify each transformation.

Tips & Best Practices

  • Just compute n mod 4: remainder 0→1, 1→i, 2→−1, 3→−i.
  • For negative exponents, add 4 until positive: i⁻¹ = i³ = −i.
  • i² = −1 is the defining property of the imaginary unit.
  • On the unit circle, each power of i represents a 90° rotation.
  • The sum i¹ + i² + i³ + i⁴ = 0 for every complete cycle of four.

How This Powers of i Calculator Works

This calculator takes Exponent (n), Real part (a), Imaginary part (b) and applies the relevant powers of i relationships from your chosen method. It returns both final and intermediate values so you can audit the process instead of treating it as a black box.

Interpreting Results

Start with the primary output, then use n mod 4, Real Part, Imaginary Part, Magnitude to confirm signs, magnitude, and internal consistency. If anything looks off, change one input and compare the updated outputs to isolate the issue quickly.

Study Strategy

Sources & Methodology

Last updated:

Frequently Asked Questions

  • i is the imaginary unit, defined as the square root of −1. It extends the real numbers into the complex number system.