Complex Number Calculator
Add, subtract, multiply or divide two complex numbers.
Perform the four basic operations on complex numbers of the form a + bi.
How the Math Works
The Complex Number Calculator operates on the formula (a+bi) ⊕ (c+di), where 'a' and 'c' are real numbers, 'b' and 'd' are imaginary coefficients, and ⊕ represents addition, subtraction, multiplication, or division. For addition/subtraction, combine like terms: (a±c) + (b±d)i. Multiplication uses the distributive property: (ac-bd) + (ad+bc)i, leveraging i² = -1. Division requires multiplying numerator and denominator by the conjugate (c-di), yielding [(ac+bd)/(c²+d²)] + [(bc-ad)/(c²+d²)]i. These operations maintain the complex plane's geometric structure while enabling precise algebraic manipulation.
Practical Applications
This calculator is indispensable in engineering disciplines like electrical circuit analysis, where complex numbers model AC signals and impedance. In physics, it simplifies wave mechanics and quantum equations. Signal processing relies on complex arithmetic for Fourier transforms, essential in audio/video compression and telecommunications. Control systems use complex numbers to analyze stability margins, while fluid dynamics employs them to describe vortices. By automating these calculations, engineers and scientists can rapidly prototype systems, optimize designs, and solve equations that would otherwise require manual computation.
Day-to-Day Use
While complex numbers may seem abstract, they underpin technologies woven into daily life. Your smartphone's GPS uses complex number-based signal processing to triangulate positions from satellite signals. Digital music and video streaming rely on Fourier transforms—built on complex arithmetic—to compress and transmit data efficiently. Medical imaging technologies like MRI machines use complex calculations to reconstruct detailed body scans. Even in computer graphics, complex rotations enable smooth animations and 3D rendering in video games and design software. By mastering complex number operations, this calculator empowers innovation across fields that directly impact modern living standards.
Worked example
(3 + 2i)(1 − 4i) = (3 + 8) + (−12 + 2)i = 11 − 10i.
FAQ
What is i?
The imaginary unit, defined by i² = −1.