0% found this document useful (0 votes)
74 views13 pages

Complex Numbers and Quadratic Equations

Uploaded by

saumyabaid5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views13 pages

Complex Numbers and Quadratic Equations

Uploaded by

saumyabaid5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

76 MATHEMATICS

Chapter 4

COMPLEX NUMBERS AND


QUADRATIC EQUATIONS

vMathematics is the Queen of Sciences and Arithmetic is the Queen of


Mathematics. – GAUSS v

4.1 Introduction
In earlier classes, we have studied linear equations in one
and two variables and quadratic equations in one variable.
We have seen that the equation x2 + 1 = 0 has no real
solution as x2 + 1 = 0 gives x2 = – 1 and square of every
real number is non-negative. So, we need to extend the
real number system to a larger system so that we can
find the solution of the equation x2 = – 1. In fact, the main
objective is to solve the equation ax2 + bx + c = 0, where
D = b2 – 4ac < 0, which is not possible in the system of
real numbers.
W. R. Hamilton
4.2 Complex Numbers (1805-1865)

Let us denote −1 by the symbol i. Then, we have i = −1 . This means that i is a


2

solution of the equation x2 + 1 = 0.


A number of the form a + ib, where a and b are real numbers, is defined to be a
 −1 
complex number. For example, 2 + i3, (– 1) + i 3 , 4 + i   are complex numbers.
 11 
For the complex number z = a + ib, a is called the real part, denoted by Re z and
b is called the imaginary part denoted by Im z of the complex number z. For example,
if z = 2 + i5, then Re z = 2 and Im z = 5.
Two complex numbers z1 = a + ib and z2 = c + id are equal if a = c and b = d.

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 77

Example 1 If 4x + i(3x – y) = 3 + i (– 6), where x and y are real numbers, then find
the values of x and y.
Solution We have
4x + i (3x – y) = 3 + i (–6) ... (1)
Equating the real and the imaginary parts of (1), we get
4x = 3, 3x – y = – 6,
3 33
which, on solving simultaneously, give x = and y = .
4 4
4.3 Algebra of Complex Numbers
In this Section, we shall develop the algebra of complex numbers.
4.3.1 Addition of two complex numbers Let z1 = a + ib and z2 = c + id be any two
complex numbers. Then, the sum z1 + z2 is defined as follows:
z1 + z2 = (a + c) + i (b + d), which is again a complex number.
For example, (2 + i3) + (– 6 +i5) = (2 – 6) + i (3 + 5) = – 4 + i 8
The addition of complex numbers satisfy the following properties:
(i) The closure law The sum of two complex numbers is a complex
number, i.e., z1 + z2 is a complex number for all complex numbers
z1 and z2.
(ii) The commutative law For any two complex numbers z 1 and z 2,
z 1 + z 2 = z 2 + z1
(iii) The associative law For any three complex numbers z 1, z 2, z 3 ,
(z1 + z2) + z3 = z1 + (z2 + z3).
(iv) The existence of additive identity There exists the complex number
0 + i 0 (denoted as 0), called the additive identity or the zero complex
number, such that, for every complex number z, z + 0 = z.
(v) The existence of additive inverse To every complex number
z = a + ib, we have the complex number – a + i(– b) (denoted as – z),
called the additive inverse or negative of z. We observe that z + (–z) = 0
(the additive identity).
4.3.2 Difference of two complex numbers Given any two complex numbers z1 and
z2, the difference z1 – z2 is defined as follows:
z1 – z2 = z1 + (– z2).
For example, (6 + 3i) – (2 – i) = (6 + 3i) + (– 2 + i ) = 4 + 4i
and (2 – i) – (6 + 3i) = (2 – i) + ( – 6 – 3i) = – 4 – 4i

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
78 MATHEMATICS

4.3.3 Multiplication of two complex numbers Let z1 = a + ib and z2 = c + id be any


two complex numbers. Then, the product z1 z2 is defined as follows:
z1 z2 = (ac – bd) + i(ad + bc)
For example, (3 + i5) (2 + i6) = (3 × 2 – 5 × 6) + i(3 × 6 + 5 × 2) = – 24 + i28
The multiplication of complex numbers possesses the following properties, which
we state without proofs.
(i) The closure law The product of two complex numbers is a complex number,
the product z1 z2 is a complex number for all complex numbers z1 and z2.
(ii) The commutative law For any two complex numbers z1 and z2,
z1 z2 = z2 z1 .
(iii) The associative law For any three complex numbers z 1 , z 2 , z 3 ,
(z1 z2) z3 = z1 (z2 z3).
(iv) The existence of multiplicative identity There exists the complex number
1 + i 0 (denoted as 1), called the multiplicative identity such that z.1 = z,
for every complex number z.
(v) The existence of multiplicative inverse For every non-zero complex
number z = a + ib or a + bi(a ≠ 0, b ≠ 0), we have the complex number
a –b 1
+i 2 2 (denoted by or z–1 ), called the multiplicative inverse
a +b
2 2
a +b z
of z such that
1
z. = 1 (the multiplicative identity).
z
(vi) The distributive law For any three complex numbers z1, z2, z3,
(a) z1 (z2 + z3) = z1 z2 + z1 z3
(b) (z1 + z2) z3 = z1 z3 + z2 z3
4.3.4 Division of two complex numbers Given any two complex numbers z1 and z2,
z1
where z2 ≠ 0 , the quotient z is defined by
2

z1 1
= z1
z2 z2
For example, let z1 = 6 + 3i and z2 = 2 – i

z1  1   2 − ( −1) 
=  (6 + 3i) ×  + 
2−i (
Then  = 6 + 3i )  22 + ( −1)
i 2 
z2  
2
2 2
+ ( −1) 

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 79

 2+i  1 1
= ( 6 + 3i )   = 12 − 3 + i ( 6 + 6 )  = ( 9 + 12i )
 5  5 5
4.3.5 Power of i we know that

( )
2
i 3 = i 2 i = ( −1) i = −i , = ( −1) = 1
2
i4 = i2

( ) ( )
2 3
i = ( −1) i = i , = ( − 1) = −1 , etc.
2 3
i5 = i 2 i6 = i2

1 i i 1 1
Also, we have i −1 = × = = − i, i− 2 = = = − 1,
i i −1 i 2
−1

1 1 i i 1 1
i −3 =
= × = = i , i −4 = 4 = = 1
i 3
−i i 1 i 1
4k 4k + 1 4k + 2 4k + 3
In general, for any integer k, i = 1, i = i, i = –1, i =–i
4.3.6 The square roots of a negative real number
Note that i2 = –1 and ( – i)2 = i2 = – 1
Therefore, the square roots of – 1 are i, – i. However, by the symbol −1 , we would
mean i only.
Now, we can see that i and –i both are the solutions of the equation x2 + 1 = 0 or
2
x = –1.

( 3 i) = ( 3)
2 2
Similarly i2 = 3 (– 1) = – 3

( − 3 i) = (− 3 )
2 2
i2 = – 3

Therefore, the square roots of –3 are 3 i and − 3 i .


Again, the symbol −3 is meant to represent 3 i only, i.e., −3 = 3i .
Generally, if a is a positive real number, −a = a −1 = a i,
We already know that a × b = ab for all positive real number a and b. This
result also holds true when either a > 0, b < 0 or a < 0, b > 0. What if a < 0, b < 0?
Let us examine.
Note that

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
80 MATHEMATICS

i 2 = −1 −1 = ( −1) ( −1) (by assuming a× b = ab for all real numbers)


2
= 1 = 1, which is a contradiction to the fact that i = −1 .
Therefore, a × b ≠ ab if both a and b are negative real numbers.
Further, if any of a and b is zero, then, clearly, a × b = ab = 0.
4.3.7 Identities We prove the following identity

( z1 + z2 )
2
= z12 + z22 + 2 z1 z2 , for all complex numbers z1 and z2.

Proof We have, (z1 + z2)2 = (z1 + z2) (z1 + z2),


= (z1 + z2) z1 + (z1 + z2) z2 (Distributive law)
= z12 + z2 z1 + z1 z2 + z22 (Distributive law)

= z12 + z1 z2 + z1 z2 + z22 (Commutative law of multiplication)

= z12 + 2 z1 z2 + z22
Similarly, we can prove the following identities:

( z1 − z2 )
2
(i) = z12 − 2 z1 z2 + z22

( z1 + z2 )
3
(ii) = z13 + 3 z12 z2 + 3z1 z22 + z23

( z1 − z2 )
3
(iii) = z13 − 3z12 z2 + 3 z1 z22 − z23

(iv) z12 – z 22 = ( z1 + z 2 ) ( z1 – z 2 )
In fact, many other identities which are true for all real numbers, can be proved
to be true for all complex numbers.
Example 2 Express the following in the form of a + bi:
3
1   1 
(i) ( −5i )  i  (ii) ( −i ) ( 2i ) − i
8   8 

−5 2 −5
( −5i ) 
1  5 5
Solution (i) i = i = ( −1) = = + i0
8  8 8 8 8
3
 1  1 1 2
( ) 1
2
(ii) ( −i ) ( 2i )  − i  = 2 × × i5 = i i= i.
 8  8× 8×8 256 256

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 81

Example 3 Express (5 – 3i)3 in the form a + ib.


Solution We have, (5 – 3i)3 = 53 – 3 × 52 × (3i) + 3 × 5 (3i)2 – (3i)3
= 125 – 225i – 135 + 27i = – 10 – 198i.

( )( )
Example 4 Express − 3 + −2 2 3 − i in the form of a + ib

(
Solution We have, − 3 + −2 ) (2 3 −i ) = (− 3 + 2i ) (2 3 − i)
= −6 + 3i + 2 6i − 2 i 2 = ( −6 + 2 ) + 3 (1 + 2 2 ) i

4.4 The Modulus and the Conjugate of a Complex Number


Let z = a + ib be a complex number. Then, the modulus of z, denoted by | z |, is defined
to be the non-negative real number a 2 + b 2 , i.e., | z | = a 2 + b 2 and the conjugate
of z, denoted as z , is the complex number a – ib, i.e., z = a – ib.

For example, 3 + i = 32 + 12 = 10 , 2 − 5i = 22 + ( − 5)2 = 29 ,

and 3 + i = 3 − i , 2 − 5 i = 2 + 5 i , −3i − 5 = 3i – 5
Observe that the multiplicative inverse of the non-zero complex number z is
given by
1 a −b a − ib z
z–1 = = 2 +i 2 2 = =
a + ib a +b 2
a +b a 2 + b2 z
2

2
or z z= z
Furthermore, the following results can easily be derived.
For any two compex numbers z1 and z2 , we have

z1 z
(i) z1 z2 = z1 z2 (ii) = 1 provided z ≠ 0
z2 z2 2

 z1  z1
(iii) z1 z2 = z1 z2 (iv) z1 ± z2 = z1 ± z2 (v)  z  = z provided z2 ≠ 0.
 2 2

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
82 MATHEMATICS

Example 5 Find the multiplicative inverse of 2 – 3i.


Solution Let z = 2 – 3i
2
Then z = 2 + 3i and z = 22 + ( − 3) 2 = 13
Therefore, the multiplicative inverse of 2 − 3i is given by
z 2 + 3i 2 3
z–1 = 2
= = + i
z 13 13 13

The above working can be reproduced in the following manner also,


1 2 + 3i
z–1 = =
2 − 3i (2 − 3i )(2 + 3i)

2 + 3i 2 + 3i 2 3
= = = + i
2 − (3i)
2 2
13 13 13
Example 6 Express the following in the form a + ib
5 + 2i
(i) (ii) i–35
1 − 2i

5 + 2i 5 + 2i 1 + 2i 5 + 5 2i + 2i − 2
Solution (i) We have, = × =
( 2i )
2
1 − 2i 1 − 2i 1 + 2i 1−

3 + 6 2i 3(1 + 2 2i )
= = = 1 + 2 2i .
1+ 2 3

−35 1 1 1 i i
(ii) i = = = × = 2 =i
(i ) −i i −i
35 17
i 2
i

EXERCISE 4.1
Express each of the complex number given in the Exercises 1 to 10 in the
form a + ib.

( 5i )  −
3 
1. i 2. i 9 + i 19 3. i −39
 5 

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 83

4. 3(7 + i7) + i (7 + i7) 5. (1 – i) – ( –1 + i6)

1 2  5  1 7   1   4 
6.  + i  −4+i  7.  3 + i 3  +  4 + i 3   −  − 3 + i 
5 5  2      
3 3
1   1 
8. (1 – i) 4
9.  + 3i  10.  −2 − i 
 3   3 
Find the multiplicative inverse of each of the complex numbers given in the
Exercises 11 to 13.
11. 4 – 3i 12. 5 + 3i 13. – i
14. Express the following expression in the form of a + ib :

(3 + i 5 ) (3 − i 5 )
( 3 + 2 i) − ( 3 − i 2 )
4.5 Argand Plane and Polar Representation
We already know that corresponding to
each ordered pair of real numbers
(x, y), we get a unique point in the XY-
plane and vice-versa with reference to a
set of mutually perpendicular lines known
as the x-axis and the y-axis. The complex
number x + iy which corresponds to the
ordered pair (x, y) can be represented
geometrically as the unique point P(x, y)
in the XY-plane and vice-versa.
Some complex numbers such as
2 + 4i, – 2 + 3i, 0 + 1i, 2 + 0i, – 5 –2i and
Fig 4.1
1 – 2i which correspond to the ordered
pairs (2, 4), ( – 2, 3), (0, 1), (2, 0), ( –5, –2), and (1, – 2), respectively, have been
represented geometrically by the points A, B, C, D, E, and F, respectively in
the Fig 4.1.
The plane having a complex number assigned to each of its point is called the
complex plane or the Argand plane.

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
84 MATHEMATICS

Obviously, in the Argand plane, the modulus of the complex number


x + iy = x 2 + y 2 is the distance between the point P(x, y) and the origin O (0, 0)
(Fig 4.2). The points on the x-axis corresponds to the complex numbers of the form
a + i 0 and the points on the y-axis corresponds to the complex numbers of the form

Fig 4.2

0 + i b. The x-axis and y-axis in the Argand plane are called, respectively, the real axis
and the imaginary axis.
The representation of a complex number z = x + iy and its conjugate
z = x – iy in the Argand plane are, respectively, the points P (x, y) and Q (x, – y).
Geometrically, the point (x, – y) is the mirror image of the point (x, y) on the real
axis (Fig 4.3).

Fig 4.3

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 85

Miscellaneous Examples

(3 − 2i ) (2 + 3i )
Example 7 Find the conjugate of
(1 + 2i) (2 − i ) .

(3 − 2i)(2 + 3i )
Solution We have , (1 + 2i )(2 − i )

6 + 9i − 4i + 6 12 + 5i 4 − 3i
= = ×
2 − i + 4i + 2 4 + 3i 4 − 3i

48 − 36i + 20i +15 63 −16i 63 16


= = = − i
16 + 9 25 25 25

(3 − 2i ) (2 + 3i ) 63 16
Therefore, conjugate of (1 + 2i) (2 − i ) is 25 + 25 i .

a + ib
2 2
Example 8 If x + iy =
a − ib , prove that x + y = 1.

Solution We have,
(a + ib) (a + ib) a 2 − b 2 + 2abi a2 − b2 2ab
x + iy = ( a − ib) ( a + ib) = = 2 2 + 2 2i
a +b
2 2
a +b a +b

a2 − b2 2ab
So that, x – iy = − 2 2i
a +b a +b
2 2

Therefore,

( a 2 − b 2 )2 4a 2b 2 (a 2 + b 2 ) 2
2 2
x + y = (x + iy) (x – iy) = + = 2 2 2 =1
(a 2 + b 2 ) 2 (a 2 + b 2 ) 2 (a + b )

Miscellaneous Exercise on Chapter 4


3
 18  1  25 
1. Evaluate:  i +    .
  i  
2. For any two complex numbers z1 and z2, prove that
Re (z1 z2) = Re z1 Re z2 – Imz1 Imz2.

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
86 MATHEMATICS

 1 2   3 − 4i 
3. Reduce  −   to the standard form .
 1 − 4i 1 + i   5 + i 

a − ib 2 2 a +b
2 2
4. If x − iy =
c − id
( )
prove that x + y = 2 2 .
2
c +d

z1 + z2 +1
5. If z1 = 2 – i, z2 = 1 + i, find z – z +1 .
1 2

( x 2 + 1) 2
( x + i )2
6. If a + ib =
2 x2 + 1 ( )
, prove that a2 + b2 = 2 x 2 + 1 2 .

7. Let z1 = 2 – i, z2 = –2 + i. Find

 z1 z2   1 
(i) Re  z  , (ii) Im  .
 1   z1 z1 
8. Find the real numbers x and y if (x – iy) (3 + 5i) is the conjugate of –6 – 24i.
1+ i 1− i
9. Find the modulus of −
1 − i 1+ i .
u v
10. If (x + iy)3 = u + iv, then show that + = 4( x 2 – y 2 ) .
x y

β–α
11. If α and β are different complex numbers with β = 1 , then find 1 – α β .

x
12. Find the number of non-zero integral solutions of the equation 1 – i = 2x .
13. If (a + ib) (c + id) (e + if) (g + ih) = A + iB, then show that
(a2 + b2) (c2 + d2) (e2 + f 2) (g2 + h2) = A2 + B2
m
1+ i 
14. If   = 1 , then find the least positive integral value of m.
1 – i 

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
COMPLEX NUMBERS AND QUADRATIC EQUATIONS 87

Summary

® A number of the form a + ib, where a and b are real numbers, is called a
complex number, a is called the real part and b is called the imaginary part
of the complex number.
® Let z1 = a + ib and z2 = c + id. Then
(i) z1 + z2 = (a + c) + i (b + d)
(ii) z1 z2 = (ac – bd) + i (ad + bc)
® For any non-zero complex number z = a + ib (a ≠ 0, b ≠ 0), there exists the
a −b 1
complex number +i 2 2 , denoted by or z –1, called the
a +b
2 2
a +b z
a −b
multiplicative inverse of z such that (a + ib) +i 2 = 1 + i0
a +b
2 2
a + b2
=1
® For any integer k, i4k = 1, i4k + 1 = i, i4k + 2 = – 1, i4k + 3 = – i
® The conjugate of the complex number z = a + ib, denoted by z , is given by
z = a – ib.

Historical Note
The fact that square root of a negative number does not exist in the real number
system was recognised by the Greeks. But the credit goes to the Indian
mathematician Mahavira (850) who first stated this difficulty clearly. “He
mentions in his work ‘Ganitasara Sangraha’ as in the nature of things a negative
(quantity) is not a square (quantity)’, it has, therefore, no square root”.
Bhaskara, another Indian mathematician, also writes in his work Bijaganita,
written in 1150. “There is no square root of a negative quantity, for it is not a
square.” Cardan (1545) considered the problem of solving
x + y = 10, xy = 40.

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24
88 MATHEMATICS

He obtained x = 5 + −15 and y = 5 – −15 as the solution of it, which


was discarded by him by saying that these numbers are ‘useless’. Albert
Girard (about 1625) accepted square root of negative numbers and said that
this will enable us to get as many roots as the degree of the polynomial equation.
Euler was the first to introduce the symbol i for −1 and W.R. Hamilton
(about 1830) regarded the complex number a + ib as an ordered pair of real
numbers (a, b) thus giving it a purely mathematical definition and avoiding use
of the so called ‘imaginary numbers’.

—v —

Buy latest Educart Books on Amazon - https://amzn.to/399Osrj


Rationalised 2023-24

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy