A complex number is a number of the form:
where:
- \(a\) is the real part — a real number
- \(b\) is the imaginary part — also a real number
- \(i\) is the imaginary unit, defined by \(i^2 = -1\)
Complex numbers are written as \(z = a + bi\). The set of all complex numbers is denoted by \(\mathbb{C}\). They live in a two-dimensional plane called the complex plane, where the horizontal axis is the real axis and the vertical axis is the imaginary axis.
Why do we need them? Because equations like \(x^2 + 1 = 0\) have no real solutions — but in the complex world, \(x = \pm i\) are perfectly valid answers. Complex numbers unlock entire branches of mathematics and physics, from electrical engineering to quantum mechanics.
Real numbers live on a line — you can go left (negative) or right (positive). Complex numbers live in a plane — you can go left/right and up/down. The imaginary unit \(i\) is like a "rotator": multiplying by \(i\) rotates a number by \(90^\circ\) counterclockwise in the complex plane. This rotation is what makes complex numbers so useful for describing waves, oscillations, and rotations.
Before complex numbers, equations like \(x^2 = -1\) were considered impossible. The invention of \(i\) opened up a whole new world: every polynomial equation of degree \(n\) has exactly \(n\) complex roots (the Fundamental Theorem of Algebra). Complex numbers complete algebra in a way that real numbers alone cannot.
A complex number is an ordered pair \((a, b)\) of real numbers, written as \(a + bi\), where \(i = \sqrt{-1}\). The set of complex numbers is defined as:
Two complex numbers \(a + bi\) and \(c + di\) are equal if and only if \(a = c\) and \(b = d\) — their real and imaginary parts must match independently.
| Addition | \((a+bi) + (c+di) = (a+c) + (b+d)i\) |
| Subtraction | \((a+bi) - (c+di) = (a-c) + (b-d)i\) |
| Multiplication | \((a+bi)(c+di) = (ac-bd) + (ad+bc)i\) |
| Division | \(\frac{a+bi}{c+di} = \frac{(a+bi)(c-di)}{c^2+d^2}\) |
| Conjugate | \(\overline{a+bi} = a - bi\) — reflect across the real axis |
| Modulus | \(|a+bi| = \sqrt{a^2 + b^2}\) — distance from the origin |
| Powers of \(i\) | \(i^1 = i,\; i^2 = -1,\; i^3 = -i,\; i^4 = 1\) (cycles every 4) |
| Conjugate product | \(z \cdot \overline{z} = |z|^2\) — always a non-negative real number |
| Modulus properties | \(|z_1 z_2| = |z_1||z_2|\), \(|z_1/z_2| = |z_1|/|z_2|\) |
| Conjugate properties | \(\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}\), \(\overline{z_1 z_2} = \overline{z_1} \cdot \overline{z_2}\) |
| Polar form | \(z = r(\cos\theta + i\sin\theta) = re^{i\theta}\) (Euler's formula) |
| De Moivre's theorem | \((re^{i\theta})^n = r^n e^{in\theta}\) |
\(= 2 - i + 6 = 8 - i\)
\(x = \pm \sqrt{-4} = \pm 2i\)
Two complex solutions: \(2i\) and \(-2i\)
Ready to test your knowledge?
Complex numbers appear in algebra, calculus, and physics. Practice with our quizzes.
Browse All Quizzes →