What are Complex Numbers?

z = a + bi
real part + imaginary part

A complex number has two parts: a real part and an imaginary part. The imaginary unit i satisfies i² = -1. Every real number is a complex number with b = 0. Complex numbers fill a 2D plane rather than a 1D line, giving every polynomial equation exactly as many roots as its degree.

The complex plane: every number as a point or a rotation
Re Im 1 -1 i -i 3+2i Re=3 Im=2 -2+i 2-3i arg(z) |z|=sqrt(13) 0 |z| = sqrt(a²+b²) arg(z) = atan(b/a)
i² = -1: why negative squares make sense geometrically
1 -1 i -i ×i ×i ×i ×i 1 -1 1 × i × i × i × i = 1

Multiplying by i is a 90-degree counterclockwise rotation. Multiplying by i twice (i.e. by i²) is a 180-degree rotation, which turns 1 into -1. So i² = -1 is not an algebraic trick; it is a rotation.

Complex multiplication: rotate and scale simultaneously
Re Im z1 |z1|=2, arg=30° z2 |z2|=1.5, arg=50° z1*z2 |z1*z2|=3, arg=80° 30+50=80° |z1*z2| = |z1||z2| arg(z1*z2) = arg(z1)+arg(z2)
Fundamental Theorem of Algebra: every polynomial splits completely
POLYNOMIAL REAL ROOTS COMPLEX x - 3 = 0 1 (x=3) 1 x² - 4 = 0 2 (±2) 2 x² + 1 = 0 0 real roots 2 (±i) x³ - 1 = 0 1 real root 3 x⁴ + 4 = 0 0 real roots 4 Every degree-n polynomial has exactly n complex roots (counting multiplicity)

Over the real numbers, x²+1=0 has no solution. Over the complex numbers it has two: i and -i. The Fundamental Theorem of Algebra says: extend to complex numbers and every polynomial of degree n has exactly n roots.

Related topics
Euler's Identity De Moivre's Theorem Irrational Numbers
Key facts about Complex Numbers

Complex numbers extend the real line to a 2D plane by introducing i, where i squared equals -1. Every complex number z = a + bi has a real part a, imaginary part b, modulus |z| = sqrt(a squared + b squared), and argument arg(z) = atan(b/a). Multiplication by e^(i*theta) rotates by theta radians. The Fundamental Theorem of Algebra states every polynomial of degree n has exactly n complex roots counting multiplicity. Complex numbers are the foundation of quantum mechanics, signal processing, and Euler's identity.

Used in
Mathematics
Physics
Engineering
💻Computer Sci
🎨Art
🧬Biology
📊Statistics
📈Finance
🏛Architecture
Music
🔐Cryptography
🌌Astronomy
Chemistry
🦉Philosophy
🗺Geography
🌿Ecology
Want to test your knowledge?
Question
What are the nth roots of unity?
tap · space
1 / 10