Ekuation

Math

Complex Multiplication Calculator

Multiplying Complex Numbers

Complex multiplication combines the FOIL algebraic method with a beautiful geometric interpretation: multiplying two complex numbers multiplies their moduli and adds their arguments. In other words, multiplication is simultaneously a rotation and a scaling. This makes complex multiplication fundamental to 2D rotations in computer graphics and signal processing.

Real component a in z₁ = a + bi

Imaginary component b in z₁ = a + bi

Real component c in z₂ = c + di

Imaginary component d in z₂ = c + di

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Signal Addition

Add two phasor signals in complex form to find the resultant.

Key values: z₁ = 3 + 4i · z₂ = 1 − 2i · Addition

Circuit Impedance

Divide two impedances to compute the transfer ratio.

Key values: z₁ = 3 + 4i · z₂ = 1 + 2i · Division

De Moivre Power

Raise a complex number to the 10th power using De Moivre's theorem.

Key values: z₁ = 1 + i · n = 10 · Power

Cube Roots of −8

Find all three cube roots of −8, visualized as equidistant points on a circle.

Key values: z₁ = −8 + 0i · n = 3 · nth Root

Documentation

This calculator is also known as Complex Multiplication Calculator.

Read the complete guide

FOIL Method

(a+bi)(c+di) = ac + adi + bci + bdi² = (ac − bd) + (ad + bc)i. In polar form: z₁·z₂ = r₁r₂ · cis(θ₁ + θ₂), which shows that moduli multiply and arguments add.

Examples

Multiply (3+4i)(1−2i)

Compute the product of 3+4i and 1−2i.

FOIL: (3)(1) + (3)(−2i) + (4i)(1) + (4i)(−2i) = 3 − 6i + 4i − 8i² = 3 − 2i + 8 = 11 − 2i.

Key takeaway: The key step is replacing i² with −1, which turns the −8i² term into +8.

Efficient Complex Multiplication

Choose the best method for the situation:

  • Use FOIL for small numbers where the algebra is straightforward
  • Use polar form when you need the modulus and argument of the product
  • Multiplying by i rotates 90° counterclockwise — a useful mental shortcut

Frequently Asked Questions about Complex Multiplication Calculator

Why does multiplication rotate complex numbers?

When you multiply z₁ = r₁∠θ₁ by z₂ = r₂∠θ₂, the result is r₁r₂∠(θ₁+θ₂). The argument (angle) of the product is the sum of the arguments — this is a rotation by θ₂.

What happens when you multiply a complex number by its conjugate?

z · z̅ = |z|², which is always a non-negative real number. This is the basis for rationalizing complex denominators.

Specialized Calculators

Choose from 11 specialized versions of this calculator, each optimized for specific use cases and calculation methods.

Operation

11 Calculators
add
Complex Number Addition Calculator | Add Complex Numbers Online
Add two complex numbers with step-by-step results in rectangular and polar form.
additionbinaryvector-sum
Try This Calculator
subtract
Complex Number Subtraction Calculator | Subtract Complex Numbers
Subtract two complex numbers with results in rectangular and polar form.
subtractionbinary
Try This Calculator
multiply
Complex Number Multiplication Calculator | Multiply Complex Numbers
Multiply complex numbers using FOIL or polar form. See the rotation and scaling on the complex plane.
multiplicationrotationscaling
Try This Calculator
divide
Complex Division Calculator | Divide Complex Numbers Step-by-Step
Divide complex numbers by multiplying by the conjugate. See the step-by-step rationalization.
divisionconjugaterationalize
Try This Calculator
modulus
Complex Number Modulus Calculator | Absolute Value of Complex Number
Calculate the modulus (absolute value) |z| of any complex number.
modulusabsolute-valuemagnitude
Try This Calculator
argument
Complex Number Argument Calculator | Phase Angle Calculator
Calculate the principal argument (phase angle) of any complex number using atan2.
argumentphaseangle+1
Try This Calculator
conjugate
Complex Conjugate Calculator | Find the Conjugate of a Complex Number
Compute the complex conjugate and see the reflection on the Argand diagram.
conjugatereflection
Try This Calculator
power
De Moivre's Theorem Calculator | Complex Number Powers
Compute z^n for any integer n using De Moivre's theorem with polar form.
powerde-moivreexponent
Try This Calculator
nthRoot
nth Root of Complex Number Calculator | Find All Roots
Find all n distinct nth roots of a complex number, displayed as equally-spaced points on a circle.
nth-rootroots-of-unityroot-circle
Try This Calculator
modulus
Complex Number Converter | Rectangular to Polar Form
Convert complex numbers between rectangular (a+bi) and polar (r\u2220\u03b8) form with step-by-step work.
converterrectangular-to-polarpolar-to-rectangular
Try This Calculator
add
Phasor Calculator | AC Circuit Impedance Calculator
Perform phasor arithmetic for AC circuit analysis. Add, subtract, multiply, and divide impedances.
phasorimpedanceengineering+1
Try This Calculator

Related Calculators

6 Calculators

More Math calculators

Calculator Search

Search and find calculators