Basics
Complex Numbers
The imaginary unit, arithmetic operations, modulus, and complex conjugate.
A complex number has the form a + ib, where a and b are real and i is the imaginary unit. Treating i as an algebraic symbol with i2 = -1 lets arithmetic proceed like ordinary polynomial arithmetic, with the modulus and conjugate adding extra structure. Geometrically, every complex number is a point in the Argand plane: real part on the horizontal axis, imaginary part on the vertical.
The imaginary unit is defined as a square root of negative one. This single symbol extends the reals into an algebraically closed field in which every non-constant polynomial has a root (the fundamental theorem of algebra). The choice of i over -i is conventional; both satisfy the defining relation below.
Squaring the imaginary unit returns the defining relation. This rule is what distinguishes complex arithmetic from polynomial arithmetic in i: every i2 is replaced by -1. Higher powers of i cycle through i, -1, -i, 1 with period four.
Square roots of negative real numbers factor out i. The non-negative a under the inner radical keeps that operation real-valued; the i outside carries the sign. The rule blocks the common false step √(-a)·√(-b) = √(ab) when both operands are negative.
Addition combines real and imaginary parts component-wise, like vector addition in R2. On the Argand diagram, two complex numbers add as the parallelogram-rule sum of their position vectors.
Subtraction is also component-wise. Reversing the sign of the second operand reflects it through the origin before the vector addition.
Multiplication uses the distributive law with i2 = -1. The cross terms iad and ibc sit in the imaginary part; i2bd = -bd moves into the real part. Geometrically, multiplication rotates and scales: moduli multiply and arguments add.
Multiplying a complex number by its conjugate gives a real result, which is how complex denominators are rationalised. The cross terms iab and -iab cancel, leaving the sum of squares a2 + b2, the squared distance from the origin in the Argand plane.
The modulus is the distance from the origin in the complex plane. By the Pythagorean theorem applied to the horizontal and vertical projections in the diagram, the length of the vector from 0 to a + ib is √(a2 + b2).
The conjugate flips the sign of the imaginary part, reflecting the number across the real axis. Conjugation is an involution: applying it twice recovers the original. It also commutes with addition and multiplication, making it a field automorphism of the complex numbers.
A number times its conjugate equals the modulus squared. This expresses |z|2 without taking a square root, which is the cleaner quantity to work with whenever the modulus appears under a power.