Perform division operations on complex numbers (a+bi)/(c+di) with this calculator
Learn how to use the Complex Number Division Calculator and understand the mathematical principles behind complex division
Complex number division is performed by multiplying both numerator and denominator by the conjugate of the denominator:
(a+bi)/(c+di) = [(a+bi)(c-di)]/(c+di)(c-di) = [(ac+bd)/(c²+d²)] + [(bc-ad)/(c²+d²)]i
Where:
Example 1: (1+2i)/(3+4i) = (3-2)/(25) + (4-6)/(25)i = 1/25 - 2/25i = 0.04 - 0.08i
Example 2: (2+3i)/(2-3i) = (4+9)/(4+9) + (6-6)/(4+9)i = 13/13 + 0/13i = 1
Remember that division by zero is undefined in complex numbers, so be careful with denominators that could be zero (when c=0 and d=0).