In the previous section, we saw how square root of -ve numbers can be denoted using the symbol i. In this section, we will see complex numbers.
Complex numbers
Some basics about complex numbers can be written in 6 steps:
1. Consider the formula for finding the solutions of quadratic equation:
x=−b±√b2−4ac2a
• In some cases, b2-4ac may work out to a number less than zero. In such cases, we used to wind up the calculations saying that 'there are no real solutions'.
2. But now we have a method to proceed with the calculations along an alternate path.
• Suppose that, we have the quadratic equation: 2x2+3x+74
♦ Here a = 2, b = 3 and c = 7/4
• Then we get:
b2−4ac =32−4×2×74b2−4ac =9−14b2−4ac =−5
3.Applying the formula, we get: x=−3±√−54
• The right side can be split into two parts: −34 ± √−54
• We used to wind up the calculations due to the presence of '-5'.
• But now, based on what we have discussed in the previous section, we can write the right side as: −34 ± √5i4
• So the solutions are: −34 + √5i4 and −34 − √5i4
4. A number of the form a+bi is defined to be a complex number.
◼ ‘a’ and ‘b’ should be real numbers
• Some examples are:
♦ 3+5i
♦ −2+√7i
♦ 5+(−311)i
5. Consider a complex number z=a+bi
♦ ‘a’ is called the real part. It is denoted by Re z
♦ ‘b’ is called the imaginary part. It is denoted by Im z
• Let us see an example: If z=3+7i, then:
♦ Re z = 3
♦ Im z = 7
• For our present case of −34 + √5i4,
♦ Re z = −34
♦ Im z = √54
• For our present case of −34 − √5i4,
♦ Re z = −34
♦ Im z = −√54
6. Consider two complex numbers:
z1 = a+bi and z2 = c+di
• z1 will be equal to z2 if two conditions are satisfied:
♦ a = c
♦ b = d
• Let us see an example:
Given that the two complex numbers [(2x+3y) + 25i] and [20 + (3x+2y)i] are equal. If x and y are real numbers, find the actual values of x and y.
Solution:
• Given that the two complex numbers are equal. So we can equate the corresponding parts.
♦ Equating the real parts, we get: 2x+3y = 20
♦ Equating the imaginary parts, we get: 25 = 3x+2y
• So we have two simultaneous equations in two variables:
♦ 2x+3y = 20
♦ 3x+2y = 25
• They can be solved as follows:
2x+3y=20- - - - (a)3x+2y=25- - - - (b)6x+9y=60- - - - (c)[Multiplying (a) by 3]6x+4y=50- - - - (d)[Multiplying (b) by 2]5y=10[(c) - (d)]⇒ y=22x+6=20[Substituting for y in (a)]⇒ x=7
• Thus we get: x = 7 and y = 2
Algebra of Complex Numbers
• Consider the quadratic equation that we saw in step (2) above. Let us write it again: 2x2+3x+74
♦ We saw that, it’s solutions are complex numbers:
✰ −34 + √5i4
✰ −34 − √5i4
• We will want to check whether those complex numbers indeed are the solutions.
• For that, we will want to input each of them into the original quadratic equation. We will be writing thus:
(i) Checking whether −34 + √5i4 is a solution:
2(−34 + √5i4)2+3(−34 + √5i4)+74=0
(ii) Checking whether −34 − √5i4 is a solution:
2(−34 − √5i4)2+3(−34 − √5i4)+74=0
• Consider (i):
In the first term, we squared the complex number. In the second term, we multiplied the complex number by a constant 3
• Consider (ii):
Here also, in the first term, we squared the complex number. In the second term, we multiplied the complex number by a constant 3
• In the same way, we may want to:
♦ Add two complex numbers.
♦ Subtract a complex number from another complex number.
♦ Multiply two complex numbers.
♦ Divide a complex number by another complex number.
• In short, we may want to perform various algebraic operations on complex numbers. So we must have a good knowledge on performing such operations.
A. Addition of two complex numbers
This can be written in 6 steps:
1. If z1 = a+bi and z2 = c+di, then z1+z2 is defined as:
z1+z2 = (a+c)+(b+d)i
• That is:
♦ Real parts are added together.
♦ Imaginary parts are added together.
• Let us see an example:
♦ (4+7i)+(-3+11i) = (4-3)+(7+11)i = 1+18i
• Note that, sum is also a complex number.
2. The addition of complex numbers satisfy the closure law.
• According to this law, the sum of two complex numbers is a complex number.
• That is:
For any two complex numbers z1 and z2, the sum (z1+z2) will be a complex number.
3. Addition of two complex numbers satisfy the commutative law.
• That is:
For any two complex numbers z1 and z2, (z1+z2) = (z2+z1).
4. Addition of two complex numbers satisfy the associative law.
• That is:
For any three complex numbers z1, z2 and z3, (z1+z2)+z3 = z1+(z2+z3).
5. Any complex number z added to (0+0i) will give the same z.
• That is:
z+(0+0i) = z
• This property is called existence of additive identity.
♦ The complex number (0+0i) is called the additive identity.
♦ It is also called zero complex number.
♦ It is denoted as 0
6. Any complex number z = a+bi added to [-a+(-b)i] will give a zero complex number.
• That is:
a+bi + [-a+(-b)i] = (a-a)+(b-b)i = 0+0i
• This property is called existence of additive inverse.
♦ The complex number [-a+(-b)i] is called the additive inverse.
♦ It is also called negative of z.
♦ If a complex number is denoted as z, it’s additive inverse is denoted as -z.
• The sum of any complex number and it’s additive inverse will always be a zero complex number.
B. Difference of two complex numbers.
This can be written as follows:
1. If z1 = a+bi and z2 = c+di, then the difference z1-z2 is defined as:
z1-z2 = z1+(-z2) = a+bi+[-c+(-d)i] = (a-c)+(b-d)i
• That is:
♦ We add the additive inverse of z2 to z1.
• Let us see two examples:
♦ (4+7i)-(-3+11i) = (4+7i)+[3+(-11)i] = (4+3)+(7-11)i = 7-4i
♦ (2-3i)-(6+9i) = (2-3i)+[-6+(-9)i] = (2-6)+(-3-9)i = -4-12i
• Note that, difference is also a complex number.
C. Multiplication of two complex numbers.
This can be written in 7 steps:
1. If z1 = a+bi and z2 = c+di, then the product z1z2 is defined as:
z1z2 = (ac-bd)+(ad+bc)i
• This result can be derived as follows:
(a+bi)(c+di)=a×c + a×di + bi×c + bi×di(a+bi)(c+di)=ac + adi + bci + bd×i2(a+bi)(c+di)=ac + (ad+bc)i + bd×(√−1)2(a+bi)(c+di)=ac + (ad+bc)i + bd×(−1)(a+bi)(c+di)=ac + (ad+bc)i + (−bd)(a+bi)(c+di)=(ac−bd) + (ad+bc)i
• Let us see an example:
♦ (2+9i)(3+7i) = (2 × 3 - 9 × 7)+(2 × 7 + 9 × 3)i = (6-63)+(14+27)i = -57+41i
2. The multiplication of complex numbers satisfy the closure law.
• According to this law, the product of two complex numbers is a complex number.
• That is:
For any two complex numbers z1 and z2, the product z1z2 will be a complex number.
3. Multiplication of two complex numbers satisfy the commutative law.
• That is:
For any two complex numbers z1 and z2, (z1z2) = (z2z1).
4. Multiplication of two complex numbers satisfy the associative law.
• That is:
For any three complex numbers z1, z2 and z3, (z1z2)z3 = z1(z2z3).
5. Any complex number z multiplied by (1+0i) will give the same z.
• That is:
z × (1+0i) = z
• This property is called existence of multiplicative identity.
♦ The complex number (1+0i) is called the multiplicative identity.
♦ It is denoted as 1
• The proof can be written as follows:
(a+bi)(c+di)=(ac−bd) + (ad+bc)iThis is already proved above.(a+bi)(c+di)=a×1 − b×0 + (a×0 + b×1)iPut c = 1 and d = 0.(a+bi)(c+di)=a − 0 + (0+b)i(a+bi)(c+di)=a+bi
6. Any complex number z = a+bi multiplied by [aa2+b2 + (−ba2+b2)i] will give 1.
(Remember that 1, which actually is the complex number (1+0i), is the multiplicative identity)
• That is:
(a+bi)×[aa2+b2 + (−ba2+b2)i] = 1
• This property is called existence of multiplicative inverse.
♦ The complex number [aa2+b2 + (−ba2+b2)i] is called the multiplicative inverse.
♦ If a complex number is denoted as z, it’s multiplicative inverse is denoted as 1z.
• We can write:
If z=a+bi, then 1z=aa2+b2 + (−ba2+b2)i
• The product of any complex number and it’s multiplicative inverse will always be 1. That is: z×1z=1
• The proof can be written as follows:
(a+bi)(c+di)=(ac−bd) + (ad+bc)iThis is already proved above.(a+bi)(c+di)=a×aa2+b2 − b×−ba2+b2 + [a×−ba2+b2 + b×aa2+b2]iChanging c and d.(a+bi)(c+di)=a2a2+b2 + b2a2+b2 + [−aba2+b2 + aba2+b2]i(a+bi)(c+di)=a2+b2a2+b2 + [−ab+aba2+b2]i(a+bi)(c+di)=1 + 0i(a+bi)(c+di)=1
◼ For the existence of multiplicative inverse, both a and b should be non-zero real numbers.
7. Multiplication of two complex numbers satisfy the distributive law.
• That is:
For any three complex numbers z1, z2 and z3,
(a) z1(z2+z3) = z1z2 + z1z3.
(a) (z1+z2)z3 = z1z3 + z2z3.
In the next section, we will see more algebraic operations.
Copyright©2022 Higher secondary mathematics.blogspot.com
No comments:
Post a Comment