Table of Contents
Last modified on February 22nd, 2024
To multiply two or more complex numbers, we use the distributive property. It is done using the FOIL method, which is also used to multiply two binomials.
On multiplying two complex numbers: z1 = a1 + ib1 and z2 = a2 + ib2, the product obtained is written as:
z1z2 = (a1 + ib1)(a2 + ib2)
The general formula to calculate the product of two complex numbers is:
(a1 + ib1)(a2 + ib2) = (a1a2 – b1b2) + i(a1b2 + a2b1)
Let us now multiply two complex numbers: (1 + 2i) and (3 + 5i)
The product is (1 + 2i)(3 + 5i)
Using the FOIL method, we get 1 ✕ 3 + 1 ✕ 5i + 2i ✕ 3 + 2i ✕ 5i
= 3 + 5i + 6i + 10i2
Replacing the value of i2 = -1,
3 + 5i + 6i – 10
Adding the like terms, we get (3 – 10) + (5i + 6i)
= -7 + 11i
Instead of multiplying further likewise, by applying the above formula, we can easily obtain the product as:
(1 + 2i)(3 + 5i)
= (1 ✕ 3 – 2 ✕ 5) + i(1 ✕ 5 + 2 ✕ 3)
= -7 + 11i
The numbers 1 + 2i, 3 + 5i, and their product -7 + 11i give the image in the argand plane, as shown.
Similarly, we can multiply the complex numbers represented in the polar form.
The multiplication of complex numbers z1 = r1(cosθ1 + isinθ1) and z2 = r2(cosθ2 + isinθ2) is given by the formula:
z1z2 = r1r2[cos(θ1 + θ2) + isin(θ1 + θ2)]
⇒ z1z2 = r(cosθ + isinθ), here r = r1r2 and θ = (θ1 + θ2).
Now, let us multiply the complex numbers z1 = 6(cos190° + isin190°) and z2 = 5(cos220° + isin220°) using the above formula..
On multiplying z1 and z2, we get,
z1z2 = 6(cos190° + isin190°) ✕ 5(cos220° + isin220°)
= 6 ✕ 5 [(cos190°cos220° – sin190°sin220°) + i(sin190°cos220° + cos190°sin220°)]
= 30[cos(190° + 220°) + isin(190° + 220°)]
= 30(cos410° + isin410°)
= r(cosθ + isinθ), where r = 6 ✕ 5 and θ = (190° + 220°) = 410°.
The formula to multiply a complex number z = a + ib with a purely real number c is:
c ✕ (a + ib) = ac + ibc
Similarly, the formula to multiply a complex number z = a + ib with a purely imaginary number id is:
(id) ✕ (a + ib) = iad – bd.
Now, multiplying 5 + 4i with the real number 8, we get,
8 ✕ (5 + 4i) = 8 ✕ 5 + 8 ✕ 4i = 40 + 32i.
Again, multiplying 5 + 4i with the imaginary number -2i, we get,
(-2i) ✕ (5 + 4i) = (-2i) ✕ 5 + (-2i) ✕ 4i = -10i – 8i2
By substituting the value of i2 = -1, the product is -10i + 8.
Like the real numbers, the complex numbers follow all the properties of multiplication:
Here, ${z^{-1}=\dfrac{1}{a+ib}}$ = ${\dfrac{1}{a+ib}\times \dfrac{a-ib}{a-ib}}$ = ${\dfrac{a-ib}{a^{2}+b^{2}}}$ = ${\dfrac{\overline{z}}{\left| z\right| ^{2}}}$
Multiply (3 + 8i) and (9 + 4i).
As we know, the formula for multiplying two complex numbers is:
(a1 + ib1)(a2 + ib2) = (a1a2 – b1b2) + i(a1b2 + a2b1)
Here, (3 + 8i)(9 + 4i)
= (3 ✕ 9 – 8 ✕ 4) + i(3 ✕ 4 + 8 ✕ 9)
= -5 + 84i
Find the square of -2 + 4i.
As we know, the formula for multiplying two complex numbers is:
(a1 + ib1)(a2 + ib2) = (a1a2 – b1b2) + i(a1b2 + a2b1)
Here, (-2 + 4i)2 = (-2 + 4i)(-2 + 4i)
= [(-2) ✕ (-2) – 4 ✕ 4] + i[(-2) ✕ 4 + 4 ✕ (-2)]
= (4 – 16) + i(-8 – 8)
= -12 – 16i
Find the multiplicative inverse of 5 + i.
As we know, the multiplicative inverse of any complex number z is
z-1 = ${\dfrac{\overline{z}}{\left| z\right| ^{2}}}$
Here, |z| = ${\sqrt{5^{2}+1^{2}}}$ = ${\sqrt{26}}$
⇒ |z|2 = 26
${\overline{z}}$ = ${\overline{5+i}}$ = 5 – i
Thus, z-1 = ${\dfrac{5-i}{26}}$
Last modified on February 22nd, 2024