Intermediate

Imaginary Number (i) Calculator — Powers & Complex Operations

Compute powers of the imaginary unit i, raise any complex number a + bi to an integer power n via De Moivre's theorem, and explore the modulus, argument, conjugate and square — with a live Argand-plane diagram.
Real component of z = a + bi
Imaginary component of z = a + bi
Integer power — i^n cycles with period 4
Modulus |z|
5

Distance from the origin in the complex (Argand) plane

i^n result
i^7 = −i
z^n result
(3 + 4i)^7 = 76443 + 16124i
Argument θ (radians)
0.927295
Argument θ (degrees)
53.1301°
Conjugate z̄
3 − 4i
z² = (a²−b²) + 2abi
-7 + 24i
|z|^n
78125.000000
zi^7Argand plane: z = a + bi (blue) and i^n (orange) as vectors from the origin
Step by step
  1. 1

    Real part squared

    a² = 3² = 9
  2. 2

    Imaginary part squared

    b² = 4² = 16
  3. 3

    Sum of squares

    a² + b² = 9 + 16 = 25
  4. 4

    Modulus |z| = √(a² + b²)

    √25 = 5
    Distance from the origin to z in the Argand plane
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Powers of i cycle with period 4 (i, i², i³, i⁴ = 1, −1, −i, 1). For any z = a + bi and integer n, z^n = r^n(cos nθ + i sin nθ) by De Moivre's theorem, where r = √(a²+b²) and θ = atan2(b,a). Reduce large i^n exponents by taking n mod 4.

Formula
i^n follows a 4-cycle • z^n = r^n(cos nθ + i sin nθ) where r = |z|, θ = arg(z)
How this is calculated

The imaginary unit i satisfies i² = −1. Successive powers cycle with period 4: i⁰ = 1, i¹ = i, i² = −1, i³ = −i, then i⁴ = 1 again. For any integer n, the calculator reduces n modulo 4 to immediately return i^n — useful for simplifying large exponents like i^{2025}.

For a general complex number z = a + bi, the calculator applies De Moivre's theorem: z^n = r^n × (cos(nθ) + i sin(nθ)), where the modulus r = √(a² + b²) is the vector length and the argument θ = atan2(b, a) is the angle from the positive real axis in radians. The result is computed numerically; for large n and non-unit modulus, z^n can grow rapidly or collapse toward zero.

The Argand-plane diagram shows z and i^n as arrows from the origin, helping visualise why multiplication by i rotates a vector 90° anticlockwise — so i^4 brings it back to start. The conjugate z̄ = a − bi reflects across the real axis, and |z̄| = |z|.

Frequently asked questions

By definition, i is the square root of −1, so i² = −1. This extends the real numbers to allow solutions to equations like x² + 1 = 0, which has no real solution.

47 mod 4 = 3, so i^47 = i³ = −i. The powers of i repeat in a 4-cycle: 1, i, −1, −i. Enter any exponent and the calculator reduces it automatically.

The modulus |z| = √(a² + b²) is the distance from the origin to the point (a, b) in the Argand plane — analogous to the absolute value for real numbers. The argument θ = atan2(b, a) is the angle this vector makes with the positive real axis.

APA

TG we-Calculate Editorial Team. (2026). Imaginary Number (i) Calculator — Powers & Complex Operations [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/i-number-calculator

Chicago

TG we-Calculate Editorial Team. "Imaginary Number (i) Calculator — Powers & Complex Operations." TG we-Calculate. 2026. https://we-calculate.com/calculator/i-number-calculator.

IEEE

TG we-Calculate Editorial Team, "Imaginary Number (i) Calculator — Powers & Complex Operations," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/i-number-calculator

BibTeX

@misc{wecalculate_i_number_calculator, title = {Imaginary Number (i) Calculator — Powers & Complex Operations}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/i-number-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?