Imaginary Unit
The imaginary unit $i$ is defined as the square root of negative one, satisfying $i^2 = -1$, and is the foundation of complex numbers.
Formula
i = \sqrt{-1}, i^2 = -1
Definition
The imaginary unit $i$ is defined as the square root of $-1$, satisfying $i^2 = -1$: since no real number squared equals $-1$, $i$ is a new kind of number extending the real number system, even though the name "imaginary" is misleading, $i$ is just as valid a mathematical object as any other number, historically distrusted before complex numbers were fully understood. Its powers cycle: $i^0=1$, $i^1=i$, $i^2=-1$, $i^3=-i$, $i^4=1$, and repeat, with $i^n$ found from $n \bmod 4$; it lets us express square roots of negatives, $\sqrt{-a} = i\sqrt{a}$ for $a > 0$. Algebraically, $i$ is a root of the irreducible polynomial $x^2 + 1$ over $\mathbb{R}$, and the field $\mathbb{C} = \mathbb{R}[x]/(x^2+1)$ is the field extension obtained by adjoining that root; equivalently, $\mathbb{C}$ can be represented as $2\times 2$ real matrices of the form $\begin{bmatrix}a & -b\\b & a\end{bmatrix}$, where $i$ corresponds to $\begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}$.
Example
$i^1 = i$, $i^2 = -1$, $i^3 = -i$, $i^4 = 1$, then the pattern repeats: $i^5 = i$, $i^6 = -1$, and so on. $\sqrt{-25} = i\sqrt{25} = 5i$, and $i^{47}$, since $47 \bmod 4 = 3$, equals $i^3 = -i$; also $(3i)^2 = 9i^2 = -9$. The matrix $\begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}$ satisfies $\begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}^2 = \begin{bmatrix}-1 & 0\\0 & -1\end{bmatrix} = -I$, confirming $i^2 = -1$, with complex multiplication corresponding to matrix multiplication in this representation.
Key Insight
The cycle $i, -1, -i, 1$ corresponds to rotation by $90^\circ$ in the complex plane: multiplying by $i$ rotates a complex number $90^\circ$ counterclockwise, a geometric interpretation that makes complex multiplication intuitive, and the matrix representation of $\mathbb{C}$ as $2\times 2$ real matrices confirms this rigorously, revealing that complex multiplication is fundamentally a rotation and scaling.