Complex Number Arithmetic
(a + bi) ± (c + di), ×, ÷. Real part, imaginary part, modulus, argument.
Result
How to use this calculator
- Pick operation.
- Enter z₁ = a + bi and z₂ = c + di.
- Read result + modulus + argument.
About this calculator
Complex numbers extend reals with i = √−1. Addition/subtraction: combine real and imaginary parts. Multiplication: (a+bi)(c+di) = (ac−bd) + (ad+bc)i. Division: multiply numerator and denominator by conjugate. Modulus |z| = √(a²+b²); argument θ = atan2(b, a). Polar form: r∠θ. Used in electrical engineering (impedance), signal processing (FFT), and quantum mechanics.
Frequently asked
What is i?+
Polar vs. rectangular?+
Why complex multiplication formula?+
Conjugate?+
Real-world use?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
log_b(x) for any base b > 0, b ≠ 1, x > 0. Common bases shown side-by-side.
Convert decimal ↔ scientific notation. Standard form a × 10^b with 1 ≤ |a| < 10.
b^x — supports fractional, negative, and zero exponents.
Convert any integer between binary (2), octal (8), decimal (10), and hexadecimal (16).
a mod n: remainder of a divided by n. Always non-negative for positive n.
Drop one or many shipping-label PDFs — extract every detected tracking number (USPS / UPS / FedEx / DHL pattern) into a CSV.