Divide Complex Numbers Calculator
Divide two complex numbers (a + bi) ÷ (c + di).
Divide complex numbers by multiplying top and bottom by the denominator's conjugate.
How the Math Works
To divide complex numbers (a + bi) by (c + di), we multiply both numerator and denominator by the conjugate of the denominator, which is (c - di). This eliminates the imaginary component in the denominator, creating a real number denominator. The multiplication follows the distributive property: (a + bi)(c - di) in the numerator and (c + di)(c - di) in the denominator. The denominator simplifies to c² + d², while the numerator expands to (ac + bd) + (bc - ad)i. The final result is expressed as (ac + bd)/(c² + d²) + (bc - ad)/(c² + d²)i.
Practical Applications
Use this calculator when working with complex numbers in electrical engineering to analyze AC circuits, where impedance calculations require dividing complex quantities representing resistance and reactance. In physics, it's essential for quantum mechanics wave function calculations and signal processing for determining phase relationships. The calculator also helps in mathematics when simplifying rational expressions with complex denominators, solving polynomial equations with complex roots, or performing contour integration in advanced calculus.
Day-to-Day Use
While complex numbers may seem abstract, they power many technologies you encounter daily. Signal processing in your smartphone's GPS, music streaming services, and digital cameras all rely on complex number calculations. Medical imaging devices like MRI machines use complex number division to reconstruct images from raw data. Understanding this calculation helps you appreciate how modern electronics, from your laptop's Wi-Fi to streaming services, process information using mathematical principles built on complex number arithmetic.
Worked example
(4 + 2i) ÷ (1 + i) = 3 − i.
FAQ
What is the conjugate?
The conjugate of c + di is c − di — same real part, opposite imaginary part.