Explore imaginary numbers: powers of i, operations with imaginary numbers, square roots of negatives, cycle visualization.
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 instantly.
This calculator provides 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.
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.
i⁰=1, i¹=i, i²=−1, i³=−i, i⁴=1 (repeats); iⁿ = i^(n mod 4); √(−a) = √a · i
Result: i⁷ = −i
7 mod 4 = 3, so i⁷ = i³ = −i. The cycle {1, i, −1, −i} repeats every 4 powers.
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.
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}).
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.
An imaginary number is a real multiple of i, the square root of −1. Examples: 3i, −2i, 0.5i.
i² = −1. This is the defining property of the imaginary unit.
Because i⁴ = (i²)² = (−1)² = 1, so every fourth power returns to 1, creating an infinite repeating cycle. Use this as a practical reminder before finalizing the result.
They are mathematically well-defined and have concrete applications. "Imaginary" is a historical misnomer — they are no less valid than negative numbers.
1/i = −i. To see why, multiply top and bottom by i: i/(i·i) = i/(−1) = −i.
Electrical engineering (AC circuits), signal processing (Fourier transforms), quantum mechanics, fluid dynamics, and control theory all rely heavily on imaginary and complex numbers. Keep this note short and outcome-focused for reuse.