In this section we will perform operations with complex numbers such as addition,subtraction, multiplication and division of complex numbers. Addition/subtraction of complex numbers : The two or more complex numbers are to be added or subtracted like algebraic expression. That means like terms are to be added or subtracted. The terms with ‘i’ are like terms
Let the two complex numbers z1 = a1 + ib1 and z2= a2 + ib2
So, z1 + z2 = a1 + ib1 + a2 + ib2
= (a1 + a2) + (b1 + b2)i
Similarly for subtraction
z1 - z2 = (a1 - a2) + (b1 - b2)i Example 1 : Add (3 + 7i) and (4 + 5i) Solution : (3 + 7i) + (4 + 5i)
= 3 + 4 + 7i + 5i
= 7 + 12 i
Example 2 : Find the difference of z1 = -3 + 2i and z2 = 13 – i Solution : z2 - z1 = 13 – i –(-3 + 2i)
= 13 – i + 3 – 2i
= 16 – 3i Multiplication of complex numbers
The multiplication of complex numbers is same as the product of two binomial. Here you can use a FOIL method.
Example 2 : Show that : i12 + i13 + i14 + i15 = 0
Solution :We have ,
i12 + i13 + i14 + i15
= 1 + i – 1 – i
= 0
Division of complex numbers z = z1/ z2, z2 ≠ 0 ,
In division always multiply the numerator and denominator by conjugates of denominator. Example : z1 = 3 + i and z2 = 1 + i Solution :
Would you prefer to share this page with others by linking to it?
Click on the HTML link code below.
Copy and paste it, adding a note of your own, into your blog, a Web page, forums, a blog comment,
your Facebook account, or anywhere that someone would find this page valuable.
var l = window.location.href,
d = document;
document.write('<form action="#"><div style="text-align:center"><textarea cols="50" rows="2" onclick="this.select();"><a href="'+l+'">'+d.title+'</a></textarea></div></form>');