Complex numbers extend the real number line by introducing i, the imaginary unit, defined as the square root of -1. While the name suggests unreality, complex numbers are among the most practical tools in mathematics. They appear in electrical engineering, quantum mechanics, signal processing, fluid dynamics, and control theory. Every time you send a text message or stream a video, complex numbers are working behind the scenes in the Fourier transforms that encode and decode signals.
A complex number is written as a + bi, where a is the real part and b is the imaginary part. Addition and subtraction work component-wise. Multiplication follows the distributive law with the rule that i^2 = -1. Division requires multiplying numerator and denominator by the complex conjugate a - bi to rationalize the denominator. Our complex number calculator handles all these operations.
The polar form represents complex numbers using magnitude and angle instead of real and imaginary parts. Given z = a + bi, the magnitude (or modulus) is |z| = sqrt(a^2 + b^2), and the argument is arg(z) = arctan(b/a). In polar form, z = r(cos(theta) + i*sin(theta)), often abbreviated as r*cis(theta). Euler’s formula, e^(i*theta) = cos(theta) + i*sin(theta), unifies exponential and trigonometric functions and gives the most compact form: z = r*e^(i*theta).
Euler’s formula yields one of the most beautiful equations in mathematics: e^(i*pi) + 1 = 0. This single equation connects five fundamental constants: e, i, pi, 1, and 0. It is a deep result that reveals the interconnectedness of seemingly unrelated areas of mathematics.
De Moivre’s theorem states that (r*cis(theta))^n = r^n * cis(n*theta). This makes computing powers and roots of complex numbers straightforward in polar form. The nth roots of unity (solutions to z^n = 1) are equally spaced on the unit circle in the complex plane, a fact with applications in number theory, cryptography, and signal processing.
In electrical engineering, complex numbers represent impedance in AC circuits. Resistance is the real part, and reactance (from capacitors and inductors) is the imaginary part. Ohm’s law becomes V = IZ, where Z is the complex impedance. Phasor analysis, which represents sinusoidal signals as rotating complex numbers, simplifies circuit analysis enormously.
In quantum mechanics, the state of a system is described by a complex-valued wave function. The probability amplitude of finding a particle at a given location is a complex number whose squared magnitude gives the probability. This inherently complex description of reality is one of the deepest features of quantum theory.
The complex number calculator also converts between rectangular and polar forms, letting you see both representations of your calculation results. Building fluency with complex arithmetic, especially multiplication and division in polar form, pays dividends across engineering and physics.