Multiply Complex Numbers Calculator

What is the product of two complex numbers in standard form?

Multiply two complex numbers and see the result in standard form. Shows both the final answer and the intermediate steps using the FOIL method.

Updated June 2026 · How this works

Example calculation — edit any field to use your own numbers

Worth knowing
How It Works
The formula, explained simply

Think of complex number multiplication like expanding two binomials, but with a twist — whenever you see i², it becomes -1. Just as (x + 3)(x - 2) expands to x² + x - 6, the complex numbers (3 + 4i)(2 - i) expand using the same distributive property. The key difference is that i² simplifies to -1, not i², which transforms what would be imaginary terms into real ones.

The FOIL method provides a systematic approach: multiply First terms, Outer terms, Inner terms, and Last terms. For (a + bi)(c + di), you get ac + adi + bci + bdi². The crucial step is recognizing that bdi² becomes -bd because i² = -1. This converts the expression to (ac - bd) + (ad + bc)i, giving you the final answer in standard form.

This process mirrors how electrical engineers calculate impedance in AC circuits, where complex numbers represent both resistance and reactance. The mathematics remains consistent whether you are solving homework problems or designing power systems — the imaginary unit i always squares to negative one, making complex multiplication predictable and reliable.

When To Use This
Right tool, right situation

Use complex number multiplication when working with AC electrical circuits, where voltages and currents are represented as complex numbers. Engineers multiply complex impedances to calculate total system response. Signal processing applications require complex multiplication for frequency domain analysis and filter design.

Quantum mechanics relies heavily on complex number arithmetic, where wave functions are complex-valued and their interactions involve multiplication. Computer graphics and game development use complex numbers for 2D rotations, where multiplication by a complex number rotates a point around the origin.

However, avoid complex arithmetic when working with real-world measurements that cannot be negative under square roots. If your problem involves only real quantities like distances, weights, or counts, standard algebra suffices. Complex numbers solve problems where rotation, oscillation, or phase relationships matter — not simple scaling or addition problems.

Common Mistakes
Why results sometimes look wrong

The most common error is treating i like a variable instead of recognizing that i² = -1. Students often write final answers containing i² terms instead of simplifying them to -1. For example, computing (2 + 3i)(1 + i) and stopping at 2 + 2i + 3i + 3i² instead of continuing to 2 + 5i - 3 = -1 + 5i.

Another frequent mistake is incorrect sign handling when i² becomes -1. The term 3i² should become -3, not +3. This error compounds when students rush through the simplification without carefully tracking positive and negative signs. Double-checking by substituting i² = -1 immediately catches these errors.

Many students also forget that the result must be in standard form a + bi. They might leave intermediate expressions like 5 - 2 + 7i instead of combining like terms to get 3 + 7i. Complex arithmetic requires the same attention to combining like terms as any algebraic expression.

The Math
Worked examples and deeper derivation

The multiplication of complex numbers follows the distributive property with one fundamental rule: i² = -1. Given two complex numbers z₁ = a + bi and z₂ = c + di, their product is z₁z₂ = (ac - bd) + (ad + bc)i. This formula emerges directly from expanding (a + bi)(c + di) and applying the property of i.

The real part of the product, ac - bd, combines the product of the real parts with the negative product of the imaginary parts. The imaginary part, ad + bc, represents the cross-terms where real parts multiply with imaginary parts. Notice how the imaginary components do not simply add — they interact through the multiplication process.

Geometrically, multiplying complex numbers corresponds to rotating and scaling in the complex plane. The magnitude of the product equals the product of the magnitudes, while the argument (angle) of the product equals the sum of the arguments. This geometric interpretation makes complex multiplication particularly useful in fields like signal processing and quantum mechanics.

Multiplying Standard Complex Numbers
First number: 3 + 4i, Second number: 2 - i
Using FOIL method: (3)(2) + (3)(-i) + (4i)(2) + (4i)(-i) = 6 - 3i + 8i - 4i² = 6 + 5i + 4 = 10 + 5i. The result is a complex number with real part 10 and imaginary part 5.
Multiplying by a Real Number
First number: 2 + 3i, Second number: 4 + 0i
(2 + 3i) × 4 = 8 + 12i. When multiplying a complex number by a real number, both the real and imaginary parts are scaled by that factor. This is useful in scaling calculations in engineering applications.
Multiplying Pure Imaginary Numbers
First number: 0 + 3i, Second number: 0 + 2i
(3i)(2i) = 6i² = 6(-1) = -6. The product of two pure imaginary numbers is always a real number because i² = -1. This property appears frequently in AC circuit analysis and quantum mechanics.
Expert Unlock
The thing most explanations skip

Professional engineers recognize that complex multiplication in polar form often simplifies calculations significantly. Instead of multiplying (r₁∠θ₁)(r₂∠θ₂) by converting to rectangular form, the polar multiplication gives r₁r₂∠(θ₁ + θ₂) directly. This approach proves especially valuable in power system analysis where phase angles matter as much as magnitudes.

How do you multiply complex numbers step by step?

What is the FOIL method for complex numbers?
FOIL stands for First, Outer, Inner, Last. For (a + bi)(c + di): First terms ac, Outer terms adi, Inner terms bci, Last terms bdi². Since i² = -1, the final result is (ac - bd) + (ad + bc)i.
Why does i squared equal negative one?
By definition, i is the imaginary unit where i² = -1. This allows us to work with square roots of negative numbers. When multiplying complex numbers, any i² terms become -1, which converts imaginary components into real components.
What happens when you multiply a complex number by its conjugate?
Multiplying a complex number by its conjugate always gives a real number. For example, (a + bi)(a - bi) = a² - (bi)² = a² - b²i² = a² + b². This property is used to rationalize complex fractions.

Need something this doesn't cover?

Suggest a tool — we'll build it →