-5
14
14.8661
—
deg
221
-5
14
14.8661
—
deg
221
The Complex Number Multiplication Calculator computes the product of two complex numbers using the distributive property of multiplication over addition. Complex number multiplication is a fundamental operation in mathematics, engineering, and physics that extends the concept of real number multiplication into the two-dimensional complex plane.
A complex number takes the form $$z = a + bi$$, where $$a$$ is the real part, $$b$$ is the imaginary part, and $$i$$ is the imaginary unit satisfying $$i^2 = -1$$. When we multiply two complex numbers $$z_1 = a + bi$$ and $$z_2 = c + di$$, we apply the FOIL method (First, Outer, Inner, Last) and use the property that $$i^2 = -1$$ to simplify the result into standard rectangular form.
Complex multiplication has profound geometric significance. In the complex plane, multiplying two complex numbers results in a new complex number whose magnitude (modulus) is the product of the individual magnitudes, and whose argument (angle) is the sum of the individual arguments. This rotational property makes complex multiplication essential in signal processing, quantum mechanics, and electrical engineering, where phase shifts and rotations are common operations.
The multiplication formula is derived as follows: $$(a + bi)(c + di) = ac + adi + bci + bdi^2 = ac + adi + bci - bd = (ac - bd) + (ad + bc)i$$. This elegant formula shows that the real part of the product is $$ac - bd$$ and the imaginary part is $$ad + bc$$. The calculator applies this formula instantly, handling all combinations of positive and negative components.
In electrical engineering, complex multiplication is used to analyze AC circuits where impedances and phasors are represented as complex numbers. Multiplying a voltage phasor by an impedance gives the current response, incorporating both magnitude scaling and phase rotation. In digital signal processing, the Discrete Fourier Transform relies heavily on complex multiplication with roots of unity. Control systems engineers use complex multiplication when computing transfer function responses, and physicists apply it in quantum state superposition calculations.
The geometric interpretation of complex multiplication provides deep insight: if $$z_1$$ has modulus $$r_1$$ and argument $$\theta_1$$, and $$z_2$$ has modulus $$r_2$$ and argument $$\theta_2$$, then $$z_1 z_2$$ has modulus $$r_1 r_2$$ and argument $$\theta_1 + \theta_2$$. This means multiplication simultaneously scales and rotates vectors in the complex plane, a principle that underlies Euler's formula and the theory of conformal mappings in complex analysis.
The multiplication of two complex numbers follows the distributive law combined with the fundamental identity $$i^2 = -1$$.
Given two complex numbers:
$$z_1 = a + bi \quad \text{and} \quad z_2 = c + di$$
Their product is computed as:
$$z_1 \cdot z_2 = (a + bi)(c + di)$$
Expanding using the FOIL method:
$$= ac + adi + bci + bdi^2$$
Since $$i^2 = -1$$:
$$= ac + adi + bci - bd$$
Grouping real and imaginary parts:
$$= (ac - bd) + (ad + bc)i$$
The magnitude of the product equals the product of the magnitudes:
$$|z_1 \cdot z_2| = |z_1| \cdot |z_2| = \sqrt{a^2 + b^2} \cdot \sqrt{c^2 + d^2}$$
The argument (angle) of the product is the sum of arguments:
$$\arg(z_1 \cdot z_2) = \arg(z_1) + \arg(z_2) = \arctan\left(\frac{b}{a}\right) + \arctan\left(\frac{d}{c}\right)$$
The result displays the product of the two complex numbers in standard form $$a + bi$$. The real part represents the horizontal component and the imaginary part represents the vertical component in the complex plane. The magnitude of the result indicates the overall scaling effect of the multiplication. If one of the input numbers has magnitude 1, the multiplication acts as a pure rotation. If both numbers are purely real, the result reduces to ordinary real multiplication.
Inputs
Results
(3+2i)(1+4i) = (3×1 - 2×4) + (3×4 + 2×1)i = -5 + 14i. The magnitude is √(25+196) ≈ 14.87.
Inputs
Results
(5-3i)(0+2i) = (0-(-6)) + (10+0)i = 6 + 10i. Multiplying by a purely imaginary number rotates and scales the original number.
Complex number multiplication is the operation of finding the product of two complex numbers. Using the formula $$(a+bi)(c+di) = (ac-bd) + (ad+bc)i$$, we multiply the components and combine them, applying the rule that $$i^2 = -1$$. The result is always another complex number in standard rectangular form.
Yes, complex multiplication is commutative, meaning $$z_1 \cdot z_2 = z_2 \cdot z_1$$ for all complex numbers. It is also associative: $$(z_1 \cdot z_2) \cdot z_3 = z_1 \cdot (z_2 \cdot z_3)$$, and distributive over addition: $$z_1 \cdot (z_2 + z_3) = z_1 z_2 + z_1 z_3$$.
Geometrically, multiplying two complex numbers multiplies their magnitudes and adds their angles (arguments). If $$z_1$$ has magnitude $$r_1$$ at angle $$\theta_1$$ and $$z_2$$ has magnitude $$r_2$$ at angle $$\theta_2$$, the product has magnitude $$r_1 r_2$$ at angle $$\theta_1 + \theta_2$$. This rotation-and-scaling interpretation is fundamental to understanding complex analysis.
In electrical engineering, complex multiplication is used to compute power in AC circuits, where voltage and current are represented as complex phasors. In signal processing, the Fast Fourier Transform (FFT) uses complex multiplications extensively. Control systems use it for transfer function evaluation, and communications engineering applies it in modulation and demodulation of signals.
The product of a complex number $$z = a + bi$$ and its conjugate $$\bar{z} = a - bi$$ is always a non-negative real number: $$z \cdot \bar{z} = a^2 + b^2 = |z|^2$$. This property is used to rationalize denominators in complex division and appears throughout complex analysis.
Yes, complex multiplication produces a real number when the imaginary part of the product equals zero, i.e., when $$ad + bc = 0$$. This occurs, for example, when multiplying conjugate pairs $$(a+bi)(a-bi) = a^2 + b^2$$, or when both numbers are purely real or both are purely imaginary (e.g., $$(3i)(2i) = -6$$).
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
5.0/5 (1 rating)
Complex Number Calculator
Complex Number Calculators
Complex Number Addition Calculator
Complex Number Calculators
Complex Number Division Calculator
Complex Number Calculators
Complex Number Conjugate Calculator
Complex Number Calculators
Complex Number Modulus Calculator
Complex Number Calculators
Complex Number Polar Form Calculator
Complex Number Calculators