Complex Number Calculator
Perform operations on complex numbers in rectangular form (a+bi), convert to polar form (r∠θ), and calculate modulus, argument, and conjugate.
Complex Numbers Guide
What Are Complex Numbers?
A complex number z = a + bi, where a = real part, b = imaginary part, i = √(−1). The imaginary unit i satisfies i² = −1. Complex numbers arose from attempts to solve equations like x² = −1 (no real solution). The complex number system extends the real number line to a 2D plane (the Argand diagram). Every real number is also complex (with b = 0). Key powers of i: i¹ = i, i² = −1, i³ = −i, i⁴ = 1 (and the cycle repeats). Conjugate: z* = a − bi (change the sign of the imaginary part).
Operations on Complex Numbers
Addition: (a+bi) + (c+di) = (a+c) + (b+d)i. Subtract: (a+bi) − (c+di) = (a−c) + (b−d)i. Multiply: (a+bi)(c+di) = ac + adi + bci + bdi² = (ac−bd) + (ad+bc)i. Division: multiply numerator and denominator by the conjugate of the denominator. (a+bi)/(c+di) = (a+bi)(c−di)/((c+di)(c−di)) = (a+bi)(c−di)/(c²+d²). The denominator becomes real (c²+d²).
Polar Form and Modulus
Modulus (magnitude): |z| = r = √(a² + b²). Argument (angle): arg(z) = θ = arctan(b/a) — adjusted for the correct quadrant. Polar form: z = r(cos θ + i sin θ) = re^(iθ) (Euler's form). Euler's formula: e^(iθ) = cos θ + i sin θ. The most beautiful identity in mathematics: e^(iπ) + 1 = 0 (when θ = π). Multiplication in polar form is elegant: r₁∠θ₁ × r₂∠θ₂ = r₁r₂∠(θ₁+θ₂) — multiply moduli, add arguments.
Applications of Complex Numbers
AC circuit analysis: impedance Z = R + jX (engineers use j instead of i). Capacitors and inductors introduce imaginary impedance components. The phase relationship between voltage and current is captured by the argument of Z. Signal processing: Fourier transforms use complex exponentials to decompose signals into frequency components. Quantum mechanics: wave functions are complex-valued. Fluid dynamics: conformal mapping uses complex analysis to solve 2D flow problems. Fractals: the Mandelbrot s
Recommended for this calculator