Imaginary Number Calculator

Explore imaginary numbers: powers of i, operations with imaginary numbers, square roots of negatives, cycle visualization.

Compute iⁿ (any integer)
4–40 terms
i^7
−i
7 mod 4 = 3, so i^7 = −i
i⁰ = 1
1
Any number to the 0th power is 1
i¹ = i
i
The imaginary unit itself
i² = −1
−1
Defining property: i² = −1
i³ = −i
−i
i³ = i²·i = −1·i = −i
Cycle length
4
Powers of i repeat every 4: {1, i, −1, −i, 1, i, ...}
Position on plane
270°
i^7 is at angle 270° on the unit circle

Powers of i Cycle

1
i^0
i
i^1
−1
i^2
−i
i^3
1
i^4
i
i^5
−1
i^6
−i
i^7
1
i^8
i
i^9
−1
i^10
−i
i^11
1
i^12
i
i^13
−1
i^14
−i
i^15
1
i^16
i
i^17
−1
i^18
−i
i^19
■ 1  ■ i  ■ −1  ■ −i

Powers 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
120110
131i01
142−1-10
153−i0-1
160110
171i01
182−1-10
193−i0-1

Reference

IdentityValue
i = √(−1)Definition of imaginary unit
i² = −1Fundamental relation
i⁻¹ = −i1/i = −i (multiply by i/i)
|i| = 1Modulus of i is 1
ī = −iConjugate of i
e^(iπ) + 1 = 0Euler's identity
Planning notes, formulas, and examples

About the Imaginary Number Calculator

The imaginary unit i is defined as the square root of −1, and it forms the foundation of all complex number mathematics. While "imaginary" suggests something fictional, imaginary numbers are indispensable tools in engineering, physics, and pure mathematics, making calculations involving oscillations, waves, rotations, and electrical circuits far simpler than they would be with real numbers alone.

The most important property of i is its cyclic behavior: i⁰ = 1, i¹ = i, i² = −1, i³ = −i, and then i⁴ = 1 again. This 4-step cycle repeats forever, so computing any power of i reduces to finding the exponent modulo 4. For example, i¹⁰⁰ = i⁰ = 1 because 100 mod 4 = 0. This simple rule handles even astronomically large exponents without expanding repeated powers.

It gives a comprehensive toolkit for imaginary numbers: compute any power iⁿ (including negative exponents), add and multiply imaginary numbers, and find square roots of negative numbers. The powers-of-i cycle visualization shows the repeating pattern with color-coded bars, and the powers table gives a complete reference.

Additional operations include adding imaginary numbers (b₁i + b₂i = (b₁+b₂)i) and multiplying them ((b₁i)(b₂i) = −b₁b₂, since i²=−1). The square root mode handles √(-n) = √n · i for any negative number.

Presets cover common textbook exponents. The reference table summarizes essential identities including Euler's formula e^(iπ) + 1 = 0, one of the most beautiful equations in mathematics.

When This Page Helps

Powers of i cycle with period 4 (i, −1, −i, 1), but tracking that cycle for large exponents, combining imaginary terms in arithmetic, or taking square roots of negative numbers by hand invites mistakes — especially for students new to the concept. This calculator handles powers of i (including large and negative exponents), arithmetic with imaginary numbers, square roots of negative numbers, and visualizes the 4-step cycle on the complex plane. It bridges the gap between "i is defined as √(−1)" and actually being comfortable computing with it.

How to Use the Inputs

  1. Select an operation: power of i, addition, multiplication, or square root.
  2. For powers, enter the exponent n (any integer, positive or negative).
  3. For addition/multiplication, enter the two imaginary coefficients.
  4. For square roots, enter a negative number.
  5. Read the result and see which position in the cycle it maps to.
  6. Explore the cycle visualization and powers table.
Formula used
i⁰=1, i¹=i, i²=−1, i³=−i, i⁴=1 (repeats); iⁿ = i^(n mod 4); √(−a) = √a · i

Example Calculation

Result: i⁷ = −i

7 mod 4 = 3, so i⁷ = i³ = −i. The cycle {1, i, −1, −i} repeats every 4 powers.

Tips & Best Practices

  • Any power of i reduces to i^(n mod 4): 0→1, 1→i, 2→−1, 3→−i.
  • Negative exponents work the same way: i⁻¹ = −i, i⁻² = −1, etc.
  • Multiplying two imaginary numbers gives a real number: (ai)(bi) = −ab.
  • Adding imaginary numbers is just adding coefficients: 3i + 5i = 8i.
  • Every negative number has an imaginary square root: √(−a) = √a · i.

The Cyclic Pattern of Powers of i

i¹ = i, i² = −1, i³ = −i, i⁴ = 1, and then the cycle repeats. To evaluate i^n for any integer n, just compute n mod 4: remainder 0 → 1, remainder 1 → i, remainder 2 → −1, remainder 3 → −i. This works for negative exponents too, since i^{−1} = −i (or equivalently, 1/i = −i because i · (−i) = 1). The cyclic nature arises from the defining property i² = −1, and it is the simplest example of a finite cyclic group in abstract algebra. Understanding this cycle is the first step toward grasping roots of unity and rotational symmetry in the complex plane.

Why Imaginary Numbers Are "Real"

Despite their name, imaginary numbers are no less legitimate than negative numbers or irrational numbers — each was historically called "impossible" or "fictitious" before gaining acceptance. Imaginary numbers were first used by Cardano and Bombelli in the 16th century to solve cubic equations that have three real roots but require passing through complex intermediate steps. Today, the complex numbers ℂ = ℝ + ℝ i form an algebraically closed field, which means every polynomial equation has a root. They are indispensable in physics (quantum mechanics's wave functions are inherently complex), electrical engineering (AC phasor analysis), and signal processing (Fourier transforms use e^{iωt}).

Visualizing Imaginary Numbers

On the complex plane, the real axis runs horizontally and the imaginary axis vertically. Multiplying any number by i rotates it 90° counterclockwise. This geometric interpretation explains why i² = −1 (a 180° rotation), i³ = −i (270°), and i⁴ = 1 (360°, back to start). More generally, multiplying by e^{iθ} rotates a complex number by angle θ. This rotation interpretation is the backbone of phasor diagrams in EE, spin operators in quantum mechanics, and 2D rotation matrices in computer graphics. The Argand diagram — the standard plot of complex numbers — was introduced by Caspar Wessel in 1799 and independently by Jean-Robert Argand in 1806.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • An imaginary number is a real multiple of i, the square root of −1. Examples: 3i, −2i, 0.5i.