Divide Complex Numbers
Divide one complex number by another using the conjugate method. Free online calculator computes (a+bi)/(c+di) showing the real and imaginary parts of the quotient with step-by-step results.
About This Calculator
This calculator divides two complex numbers using the standard algebraic method of multiplying by the conjugate of the denominator. For complex numbers in the form (a+bi) ÷ (c+di), the calculator computes the quotient by multiplying both numerator and denominator by the complex conjugate (c-di), producing a real denominator c^2+d^2.
The resulting quotient has real part (ac+bd)/(c^2+d^2) and imaginary part (bc-ad)/(c^2+d^2). The formula works for all complex numbers where the denominator is not zero. Complex number division is a fundamental operation in algebra and engineering mathematics, appearing regularly in AC circuit analysis, control theory, and quantum mechanics.
How to use: Enter the real and imaginary parts of the numerator (a+bi) and denominator (c+di) in the input fields. Click Divide to see the quotient displayed as a complex number with its real and imaginary parts separated. The URL updates automatically so you can share or bookmark your calculations.
Frequently Asked Questions
How do you divide complex numbers?
To divide complex numbers (a+bi) ÷ (c+di), multiply both numerator and denominator by the conjugate of the denominator (c-di). This eliminates the imaginary part from the denominator. The result is ((ac+bd) + (bc-ad)i) / (c^2+d^2), which gives the real and imaginary parts of the quotient.
Why do we multiply by the conjugate?
Multiplying a complex number by its conjugate (c+di)(c-di) = c^2+d^2 produces a real number (no imaginary part). This rationalizes the denominator, similar to how we rationalize denominators with square roots. Without this step, we would have an imaginary number in the denominator.
What if the denominator is zero (c=d=0)?
If both c and d are zero, the denominator is the complex number 0, and division by zero is undefined. The calculator detects this case and returns no result.
What is the complex conjugate?
The complex conjugate of a+bi is a-bi. It is formed by changing the sign of the imaginary part. The product of a complex number and its conjugate is always a non-negative real number: (a+bi)(a-bi) = a^2+b^2.
Can the quotient be a real number?
Yes, the quotient of two complex numbers is real if the imaginary parts are proportional: (a+bi)/(c+di) is real when a/c = b/d. For example, (2+4i)/(1+2i) = 2, which is purely real.
Where is complex division used?
Complex division is essential in electrical engineering (AC circuit analysis, impedance calculations), quantum mechanics (wave function normalization), signal processing (Fourier transforms), control systems (transfer functions), and fluid dynamics (potential flow theory).