Complex Number Formulas — Rules, Table & Examples
Complex Number Formulas
Algebra rules and formulas for complex numbers are listed below.



![De Moivre's Theorem: [r(cosθ + i sinθ)]^n = r^n(cos nθ + i sin nθ)](c_assets/c95.gif)
See also
Imaginary number, real number, complex conjugate, De Moivres theorem, polar form of a complex number
Key Formula
Addition: (a+bi)+(c+di)=(a+c)+(b+d)iSubtraction: (a+bi)−(c+di)=(a−c)+(b−d)iMultiplication: (a+bi)(c+di)=(ac−bd)+(ad+bc)iDivision: c+dia+bi=c2+d2(ac+bd)+(bc−ad)iModulus: ∣a+bi∣=a2+b2Conjugate: a+bi=a−bi
Where:
- a = Real part of the first complex number
- b = Imaginary part of the first complex number
- c = Real part of the second complex number
- d = Imaginary part of the second complex number
- i = The imaginary unit, where i² = −1
Worked Example
Problem: Multiply the complex numbers (3 + 2i) and (1 − 4i).
Step 1: Apply the multiplication formula (a+bi)(c+di)=(ac−bd)+(ad+bc)i. Here a=3, b=2, c=1, d=−4.
Step 2: Compute the real part: ac−bd.
(3)(1)−(2)(−4)=3+8=11
Step 3: Compute the imaginary part: ad+bc.
(3)(−4)+(2)(1)=−12+2=−10
Step 4: Combine the real and imaginary parts.
(3+2i)(1−4i)=11−10i
Answer: (3+2i)(1−4i)=11−10i
Another Example
This example demonstrates division, which requires multiplying by the complex conjugate — a technique that is conceptually different from multiplication alone.
Problem: Divide (5 + 10i) by (3 + 4i).
Step 1: Write the division and identify that you must multiply numerator and denominator by the conjugate of the denominator, 3+4i=3−4i.
3+4i5+10i⋅3−4i3−4i
Step 2: Expand the denominator using the difference-of-squares pattern. Since z⋅zˉ=c2+d2:
(3+4i)(3−4i)=32+42=9+16=25
Step 3: Expand the numerator using the multiplication formula:
(5+10i)(3−4i)=(15+40)+(30−20)i⋅... let’s compute carefully:
Step 4: Numerator real part: ac+bd=(5)(3)+(10)(4)=15+40=55. Numerator imaginary part: bc−ad=(10)(3)−(5)(4)=30−20=10.
(5+10i)(3−4i)=55+10i
Step 5: Divide each part by 25.
2555+10i=2555+2510i=511+52i
Answer: 3+4i5+10i=511+52i
Frequently Asked Questions
What is the formula for multiplying two complex numbers?
To multiply (a+bi)(c+di), use the formula (ac−bd)+(ad+bc)i. This comes from distributing (FOIL) and replacing i2 with −1. The real part is ac−bd and the imaginary part is ad+bc.
How do you divide complex numbers?
To divide c+dia+bi, multiply both the numerator and denominator by the conjugate of the denominator, c−di. This makes the denominator a real number c2+d2, and you can then separate the result into real and imaginary parts.
What is the modulus of a complex number and when do you use it?
The modulus of a+bi is ∣a+bi∣=a2+b2. It represents the distance from the origin to the point (a,b) on the complex plane. You use it when converting to polar form, comparing magnitudes, or solving equations involving absolute values of complex numbers.
Rectangular Form (a + bi) vs. Polar Form (r(cos θ + i sin θ))
| Rectangular Form (a + bi) | Polar Form (r(cos θ + i sin θ)) | |
|---|---|---|
| Representation | a + bi with real and imaginary parts | r(cos θ + i sin θ) or r·cis θ |
| Best for addition/subtraction | Yes — simply add or subtract real and imaginary parts | No — must convert to rectangular first |
| Best for multiplication/division | Works but requires FOIL and simplification | Yes — multiply moduli and add angles |
| Best for powers and roots | Tedious for large exponents | Yes — use De Moivre's Theorem: rⁿ cis(nθ) |
| Key formula | (a+bi)(c+di) = (ac−bd)+(ad+bc)i | r₁·r₂ · cis(θ₁ + θ₂) |
Why It Matters
Complex number formulas appear throughout Algebra 2, precalculus, and physics courses whenever you work with quadratic equations that have no real solutions, AC circuit analysis, or signal processing. Mastering these formulas — especially conjugate multiplication for division — is essential for standardized tests and for later topics like De Moivre's Theorem and Euler's formula. They also form the algebraic backbone for understanding transformations in the complex plane.
Common Mistakes
Mistake: Forgetting that i² = −1 when multiplying, which leads to a sign error in the real part.
Correction: When you FOIL (a+bi)(c+di), the term bdi2 equals −bd, not +bd. Always replace i2 with −1 before combining terms.
Mistake: Dividing complex numbers by separately dividing real and imaginary parts (e.g., writing (6+4i)/(3+2i) = 2+2i).
Correction: Division does not work component-wise. You must multiply numerator and denominator by the conjugate of the denominator to clear the imaginary part from the denominator first.
Related Terms
- Complex Numbers — The number system these formulas operate on
- Imaginary Numbers — Numbers of the form bi, a subset of complex numbers
- Real Numbers — The real part component of a complex number
- Complex Conjugate — Key tool used in division and modulus formulas
- De Moivre's Theorem — Formula for powers and roots using polar form
- Polar Form of a Complex Number — Alternative representation using modulus and angle
- Algebra — The broader field containing these rules
- Formula — General term for mathematical rules and equations
