Divide Complex Numbers Calculator

Divide complex numbers (a + bi) / (c + di) with conjugate multiplication and step-by-step FOIL.

Enter Complex Numbers

Result

Quotient
--
complex number
Real part --
Imaginary part --
Conjugate of denominator --
|denominator|^2 --

Step-by-Step Solution

(a+bi)/(c+di) = (a+bi)(c-di) / (c^2+d^2)

How to Divide Complex Numbers

Dividing complex numbers involves multiplying both the numerator and denominator by the complex conjugate of the denominator. This eliminates the imaginary part from the denominator, leaving a real number that can then be divided into the numerator's real and imaginary parts separately.

Given two complex numbers z1 = a + bi and z2 = c + di, the division z1/z2 is computed as:

The Division Method

Complex Conjugate

The conjugate of c + di is c - di. Multiplying a complex number by its conjugate gives a real number.

(c+di)(c-di) = c^2 + d^2

Division Formula

Multiply numerator and denominator by the conjugate of the denominator.

(a+bi)/(c+di) = (a+bi)(c-di)/(c^2+d^2)

FOIL the Numerator

Expand (a+bi)(c-di) using FOIL: First, Outer, Inner, Last.

= (ac+bd) + (bc-ad)i

Final Result

Divide each part of the numerator by the denominator.

= (ac+bd)/(c^2+d^2) + (bc-ad)/(c^2+d^2) i

Step-by-Step Process

  1. Identify the conjugate: If the denominator is c + di, the conjugate is c - di.
  2. Multiply both parts: Multiply both numerator and denominator by c - di.
  3. FOIL the numerator: Expand (a + bi)(c - di) = ac - adi + bci - bdi^2 = (ac + bd) + (bc - ad)i.
  4. Simplify the denominator: (c + di)(c - di) = c^2 + d^2 (a real number).
  5. Divide: Split into real and imaginary parts divided by c^2 + d^2.

Why This Method Works

The key insight is that multiplying a complex number by its conjugate always produces a real number: (c + di)(c - di) = c^2 - (di)^2 = c^2 - d^2i^2 = c^2 + d^2 (since i^2 = -1). This transforms the denominator into a real number, making the division straightforward.

Special Cases

  • If the denominator is purely real (d = 0), simply divide each part: (a + bi)/c = a/c + (b/c)i.
  • If the denominator is purely imaginary (c = 0), multiply by -di/(-di): (a + bi)/(di) = b/d + (-a/d)i.
  • Division by zero (c = 0 and d = 0) is undefined.

Applications of Complex Division

  • Electrical Engineering: Impedance calculations in AC circuits use complex division for voltage/current ratios.
  • Signal Processing: Transfer functions and frequency response analysis.
  • Control Systems: Analyzing stability and response characteristics.
  • Quantum Mechanics: Probability amplitude calculations.
  • Fractal Geometry: Iterations of complex functions like the Mandelbrot set.