Multiply Complex Numbers

Multiply two complex numbers (a+bi)x(c+di) instantly. Free online tool uses FOIL expansion and shows the real part, imaginary part, and final a+bi result.

Multiply two complex numbers

About This Calculator

This Multiply Complex Numbers Calculator lets you multiply two complex numbers of the form (a + bi) x (c + di) using the standard algebraic FOIL (First, Outer, Inner, Last) method. A complex number combines a real part and an imaginary part, where i = sqrt(-1) is the imaginary unit. Complex multiplication is a fundamental operation in algebra, engineering, and physics.

Given two complex numbers z1 = a + bi and z2 = c + di, their product is computed as (ac - bd) + (ad + bc)i. The real part of the result is ac - bd and the imaginary part is ad + bc. This formula follows from expanding (a + bi)(c + di) and substituting i^2 = -1. The calculator displays both the final product in standard a+bi form and the individual real and imaginary components.

Complex number multiplication is widely used in electrical engineering for AC circuit analysis and phasor calculations, in signal processing for Fourier transforms and filter design, in control theory for transfer function analysis, and in quantum mechanics for state vector operations. Engineers multiply phasors to combine magnitudes and add phase angles when working with sinusoidal signals. In the complex plane, multiplying two complex numbers corresponds to scaling their magnitudes and adding their arguments -- a combination of rotation and dilation.

Regional Notes

India: Complex numbers are part of the CBSE and ICSE curriculum (Classes 11-12) and appear extensively in JEE Advanced mathematics. The notation i = sqrt(-1) is standard.

United States: Complex numbers are introduced in Algebra 2 and Pre-Calculus courses. They are used extensively in electrical engineering (EE) programs for AC circuit analysis.

United Kingdom: Complex numbers are covered in A-Level Further Mathematics (Pure Core) and are essential for engineering and physics degrees at UK universities.

Frequently Asked Questions

How do you multiply complex numbers?

To multiply two complex numbers (a+bi) and (c+di), use the FOIL method: multiply First (axc), Outer (axdi), Inner (bixc), Last (bixdi). Simplify using i^2 = -1 to get (ac - bd) + (ad + bc)i. For example, (2+3i)x(4+5i) = (8-15) + (10+12)i = -7 + 22i.

What is the formula for multiplying complex numbers?

The formula for multiplying two complex numbers is (a+bi)x(c+di) = (ac-bd) + (ad+bc)i. The real part of the product is ac-bd, and the imaginary part is ad+bc. This formula works for all real numbers a, b, c, d.

What happens when you multiply two imaginary numbers?

When you multiply two purely imaginary numbers (bi)x(di) = bdxi^2 = -bd, the result is a real number because i^2 = -1. For example, (3i)x(4i) = 12i^2 = -12. Multiplying an imaginary number by a real number gives another imaginary number: (5)x(2i) = 10i.

Is complex number multiplication commutative?

Yes, complex number multiplication is commutative: z1xz2 = z2xz1 for any two complex numbers. This follows from the commutativity of real number multiplication and addition since both the real part (ac-bd) and imaginary part (ad+bc) are symmetric.

How is complex multiplication visualized on the complex plane?

On the complex plane, multiplying two complex numbers corresponds to multiplying their magnitudes (lengths) and adding their angles (arguments). If z1 has magnitude r1 and angle theta1, and z2 has magnitude r2 and angle theta2, then z1xz2 has magnitude r1xr2 and angle theta1+theta2. This makes complex multiplication a combination of scaling and rotation.

How is complex multiplication used in electrical engineering?

In electrical engineering, complex numbers represent AC voltages and currents as phasors. Multiplying phasors combines their magnitudes and adds their phase angles, making it easy to analyze RLC circuits, calculate impedance, and design filters. The product of a voltage phasor and the complex conjugate of a current phasor gives complex power (P + jQ).

What is the conjugate of a product of complex numbers?

The conjugate of a product equals the product of the conjugates: conj(z1xz2) = conj(z1)xconj(z2). This property is useful for simplifying expressions and proving other identities. For example, conj((2+3i)x(4+5i)) = (2-3i)x(4-5i) = -7 - 22i.

Can you multiply more than two complex numbers?

Yes, you can multiply any number of complex numbers together. Multiplication is associative, so z1xz2xz3 = (z1xz2)xz3 = z1x(z2xz3). The product of n complex numbers results in a complex number whose magnitude is the product of all magnitudes, and whose angle is the sum of all angles.