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.
—
Send feedback
💡 Share your idea or report a problem
✓ Thanks! We'll take a look.
Learn more
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.
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?
Need something this doesn't cover?
Suggest a tool — we'll build it →