Processing math: 100%

Thursday, May 19, 2022

Chapter 5.3 - The Modulus and Conjugate of a Complex Number

In the previous section, we saw the  the algebraic operations on complex numbers. We also saw identities related to complex numbers. In this section, we will see modulus and conjugate of a complex number.

Modulus of a complex number

This can be written in 3 steps:
1. Consider the complex number a+bi
• We can take out 'a' and 'b' and then calculate a2+b2.
2. Since 'a' and 'b' are real numbers and since they are being squared and added, this a2+b2 will be a +ve real number.
• This +ve real number is called the modulus of the complex number a+bi
3. Modulus of any complex number z is denoted as: |z|
• So we can write:
If z=a+bi, then |z|=a2+b2
• Let us see some examples:
   ♦ If z = 2+i, then |z| = |2+i| = 22+12=4+1=5  
   ♦ If z = 3-7i, then |z| = |3-7i| = 32+(7)2=9+49=58  

Conjugate of a complex number

This can be written in 4 steps:
1. Consider the complex number a+bi
• We can take out 'a' and 'b' and using them, form a new complex number.
2. This new complex number is such that:
    ♦ Real part is the same a
    ♦ Imaginary part is the same b but with sign reversed
3. So the new complex number will be a-bi
• This new complex number is the conjugate of the given complex number a+bi
4. Conjugate of any complex number is denoted as: ˉz
• So we can write:
If z=a+bi, then ˉz=abi
• Let us see some examples:
   ♦ If z = 2+i, then ˉz=¯2+i=2i  
   ♦ If z = 3-7i, then ˉz=¯37i=3+7i  


Relation between z, 1z, ˉz and |z|

This can be written in 3 steps:
1. Consider the complex number z = a+bi
We know that, it's multiplicative inverse will be: 1z=[aa2+b2 + (ba2+b2)i]
2. The multiplicative inverse consists of two fractions. Since the denominators are the same, we can easily combine them.
• We get: 1z=[abia2+b2]
   ♦ The numerator on the right side is ˉz
   ♦ The denominator on the right side is |z|2
3. Thus we get:1z=ˉz|z|2
• Rearranging this, we get: |z|2=zˉz


In addition to the above relation, we can derive six more results:

1. |z1z2|=|z1|×|z2|
• Let us see an example:
   ♦ If z1 = 3+4i and z2 = 12+5i, then z1z2 = 16+63i
   ♦ (We already know how to calculate z1z2)
   ♦ |z1| = 32+42=25 = 5
   ♦ |z2| = 122+52=169 = 13
   ♦ |z1z2| = 162+632=4225 = 65
   ♦ 65 = 5  × 13

2. |z1z2|=|z1||z2|  Provided |z2| ≠ 0
• Let us see an example:
(i) Let z1 = 3+4i and z2 = 12+5i
First we calculate 1z2, which is the multiplicative inverse of z2:
1z2=112+5i1z2=12122+52 + 5i122+521z2=12169+5i169
(ii) So z1z2=z1×1z2=(3+4i)×(12169+5i169)
This works out to 3297+17i87
(iii) Thus |z1z2|=|3297+17i87|=513
(iv) Next we calculate individual moduli:
|z1| = |3+4i| = 5
|z2| = |12+5i| = 13
(v) Thus we get: |z1z2|=|z1||z2|

3. ¯z1z2=¯z1ׯz2
• Let us see an example:
   ♦ If z1 = 3+4i and z2 = 12+5i, then z1z2 = 16+63i
   ♦ ¯z1=¯3+4i=34i
   ♦ ¯z2=¯12+5i=125i
   ♦ ¯z1ׯz2=(34i)×(125i)=1663i 
   ♦ ¯z1z2=¯16+63i=1663i

4. ¯z1+z2=¯z1+¯z2
• Let us see an example:
   ♦ If z1 = 3+4i and z2 = 12+5i, then z1+z2 = 15+9i
   ♦ ¯z1=34i and ¯z2=125i
   ♦ ¯z1+¯z2=(34i)+(125i)=159i
   ♦ ¯z1+z2=¯15+9i=159i

5. ¯z1z2=¯z1¯z2
• Let us see an example:
   ♦ If z1 = 3+4i and z2 = 12+5i, then z1-z2 = -9-i
   ♦ ¯z1=34i and ¯z2=125i
   ♦ ¯z1¯z2=(34i)(125i)=9+i
   ♦ ¯z1z2=¯9i=9+i

6. ¯(z1z2)=¯z1¯z2  Provided z2 ≠ 0
• Let us see an example:
(i) Let z1 = 3+4i and z2 = 12+5i
First we calculate 1z2, which is the multiplicative inverse of z2:
1z2=112+5i1z2=12122+52 + 5i122+521z2=12169+5i169
(ii) So z1z2=z1×1z2=(3+4i)×(12169+5i169)
This works out to 3297+17i87
(iii) Thus ¯(z1z2)=¯3297+17i87=329717i87
(iv) Next we write the individual conjugates:
¯z1=34i and ¯z2=125i
(v) Now we get: ¯z1¯z2=34i125i=329717i87
This is the same result obtained in (iii)


Let us see some solved examples:

Solved example 5.4
Find the multiplicative inverse of 2-3i
Solution:
1. Multiplicative inverse of any complex number z is denoted as: 1z
• It can be obtained using the equation: 1z=ˉz|z|2
2. So our first aim is to write ˉz
We have: ˉz=¯23i=2+3i
3. Next we calculate |z|2
We have: |z|2=|23i|2=(22+(3)2)=(4+9)=13
4. Thus we get: 1z=ˉz|z|2=2+3i13=213+313i

Alternate method:
1. We want 1z, which is the reciprocal of z
• That means, we want 123i
2. We need to write 123i in the form a+bi
• So we need to remove i from the denominator. For that, we can multiply both numerator and denominator by (2+3i)
3. Thus we get:
123i=1(2+3i)(23i)(2+3i)123i=(2+3i)22(3i)2123i(a+b)(ab)=a2b2123i=(2+3i)4+9123i=(2+3i)13123i=213+313i

Solved example 5.5
Express the following in the form a+bi
(i) 5+2i12i  (ii) i35
Solution(i):
5+2i12i=(5+2i)(1+2i)(12i)(1+2i)5+2i12i=(5+2i)(1+2i)12(2i)2123i(a+b)(ab)=a2b25+2i12i=5+52i+2i+(2i)21(2×1)5+2i12i=5+52i+2i+(2×1)1(2×1)5+2i12i=5+52i+2i21+25+2i12i=3+62i35+2i12i=1+22i

Solution(ii):
1. Dividing 35 by 4, we get: 35÷4=834
    ♦ So the remainder is 3
2. Thus i35=1i35=1i
3. Now we remove -i from the denominator:
1i=1i×ii=i1×i2=i1×1=i1=i


The link below gives some solved examples related to the topics that we have discussed so far in this chapter.

Exercise 5.1


• In the next section, we will see Argand plane and Polar representation.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

 

No comments:

Post a Comment