0% found this document useful (0 votes)
14 views

01 Complex Numbers Introduction

The document introduces complex numbers. It defines the imaginary number i such that i^2 = -1. A complex number z is of the form z = x + yi, where x is the real part and y is the imaginary part. Basic operations like addition, subtraction, multiplication, and division are defined for complex numbers. Conjugate complex numbers are also introduced, where the conjugate of z = x + yi is z* = x - yi. Their product results in a real number. An Argand diagram provides a geometric representation of complex numbers in the complex plane.

Uploaded by

pauljloco912106
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

01 Complex Numbers Introduction

The document introduces complex numbers. It defines the imaginary number i such that i^2 = -1. A complex number z is of the form z = x + yi, where x is the real part and y is the imaginary part. Basic operations like addition, subtraction, multiplication, and division are defined for complex numbers. Conjugate complex numbers are also introduced, where the conjugate of z = x + yi is z* = x - yi. Their product results in a real number. An Argand diagram provides a geometric representation of complex numbers in the complex plane.

Uploaded by

pauljloco912106
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Real and complex numbers

Equations such as x + 1 = 7, 3x = 10 and x2 – 7 = 0 can all be solved within the real number
system. But there is no real number which satisfies x2 + 1 = 0.
To obtain solutions to this and other similar equations the complex numbers were developed.

The imaginary number i is defined such that i2 = -1

and i = -1, i  i , i4  1 , i 5  i etc


2 3
That is i = 1

A number z of the form z = x + yi where x and y are real numbers is called a complex number

x is called the real part of z, denoted by Re z, and


y is called the imaginary part of z, denoted by Im z

Examples
1. If z = 5 – 3i then Re z = 5 and Im z = -3

2. If z = 3 i then Re z = 0 and Im z = 3

Two complex numbers are equal if and only if their real parts are equal and their imaginary parts are
equal

a + bi = c + di
if and only if
a = c and b = d

CN1 Introduction Page 1 of 6 May 2018


Example
i
If z1 = x  , z2 = 2 + yi and z1 = z2 find the values of x and y.
3
Re z1 = Re z2  x= 2

1
and Im z1 = Im z2  y= 
3
1
 x= 2 and y = 
3

Addition and Subtraction of Complex Numbers


To add or subtract complex numbers we add or subtract the real and imaginary parts separately:

(a + bi)  (c + di) = (a  c) + (b  d)i

Examples
1. (2 + 3i) + (4 – i) = (2 + 4) + (3 – 1)i
= 6 + 2i

2. If z1 = 1 – i and z2 = 3 - 5i find z1 - z2

z1 - z2 = (1 – i) – (3 - 5i)
= (1 – 3) + (-1- (-5))i
= -2 + 4i
See Exercise 1

Multiplication of Complex Numbers


If z1 = a + bi and z2 = c + di are two complex numbers then

k z1 = k(a + bi)

= ka + kbi

and

z1 z2 = (a + bi)(c + di)
= ac + adi + bci + bdi2
= (ac – bd) + (ad + bc)i [ since i2 = -1]

CN1 Introduction Page 2 of 6 May 2018


Examples
1. Expand and simplify i(3 + 4i)
i(3 + 4i) = 3i + 4i2
= -4 + 3i

2.. If z1 = 1 – i and z2 = 3 - 5i find z1 z2

z1 z2 = (1 – i)(3 - 5i)
= 3 – 3i – 5i + 5i2
= 3 – 8i - 5
= -2 – 8i
See Exercise 2

Complex Conjugates
A pair of complex numbers of the form a + bi and a – bi are called complex conjugates.
If z = x + yi then the conjugate of z is denoted by z = x – yi
Eg: 2 + 3i and 2 – 3i are a conjugate pair
1 – i and 1 + i are a conjugate pair
-4i and 4i are a conjugate pair

The product of a conjugate pair of complex numbers is a real number

Since z z = (x + yi)(x – yi) = x2 + y2

Some properties of conjugates:


If z1 and z2 represent two conjugate numbers then:

(i) z1  z2  z1  z2 (ii) z1  z2  z1  z2 (iii) zz

Examples

If z = 2 – i and w = -3 + 4i find: 1. z 2. z - w 3. z  w

1. z = 2+i

2. z - w = 2 + i - (-3 – 4i)
= 2 + 3 + i + 4i
= 5 + 5i

CN1 Introduction Page 3 of 6 May 2018


3. z  w = 2  i  (3  4i)

= 1  3i
= -1 – 3i
See Exercise 3

Division of complex numbers


z1 a  bi
If z1 = a + bi and z2 = c + di, then = .
z2 c  di
z1
To express in the form x + yi we make use of the conjugate to ‘realize’ the denominator.
z2
Examples
2i
1. Express in the form x + yi
1  3i
2i 2  i 1  3i
= 
1  3i 1  3i 1  3i
2  i  6i  3
=
1 9
1  7i
=
10
1 7
=   i
10 10

i 2 i 1  4i 2 3i
2.  =    [to rationalize denominators]
1  4i 3  i 1  4i 1  4i 3  i 3  i
i  4 6  2i
= 
1  16 9  1
i  4 6  2i
= 
17 10
i  4 10 6  2i 17
=    [170 is a common denominator]
17 10 10 17
10i  40 102  34i
= 
170 170
10i  40  102  34i
=
170
62  24i
=
170
2  31  12i  31  12i
= =
170 85
See Exercise 4

CN1 Introduction Page 4 of 6 May 2018


An Argand Diagram is a geometrical representation of the set of complex numbers. The complex
number z = x + yi can plotted as a point represented by the ordered pair (x,y) on the complex number
plane:

i
Imaginary axis
10

-7 + 5i
5
4 + 3i

x
-10 -5 5 10
Real axis

-6 - 6i -5

-6 - 6i
See Exercise 5

Exercises
Exercise 1
1. Express the following in terms of i in simplest surd form
(a) 9 (b) 2 (c) 5  3 (d) 5  10 (e) 6  12

2. Evaluate
(c) i  i (d) i  i  i (e) 2i  i  2i
4 9 7 11 5 6 7 6 7
(a) i (b) i

3. State the value of Re z and Im z for these complex numbers:


i
(a) 2 + 7i (b) 10 – i (c)  + 3i (d) (e) -8
6
4. Find the values of x and y
(a) x + yi = 4 + 9i (b) x + yi = 3 – i
(c) x + yi = 23 (d) x + yi = - 2 i
(e) x + i = -5 + yi

Exercise 2
1. Expand and simplify
(a) i(3 - 2i) (b) 2i3(1 – 5i) (c) (8 – 3i)(2 – 5i) (d) (4 – 3i)2 (e) (3 + 2i)(3 – 2i)

2. If z1 = -1 + 3i and z2 = 2 - i find each of the following


(a) z1 z2 (b) 2 z1 - z2 (c) ( z1 - z2 )2

3. Find the value of x and y if (x + yi)(2 – 3i) = -13i

CN1 Introduction Page 5 of 6 May 2018


Exercise 3
1. Find the conjugate of each of the following complex numbers:
(a) 4 + 9i (b) -3-15i (c) 3 - 4i

2. Find the conjugate of (2 – i)(4 + 7i)

3. If z = 2 - i and w = 1 + 2i express the following in the form x + yi:


(a) z (b) z  w (c) z + w (d) zw (e) z  w

Exercise 4
1. Express the following in the form x + yi
4  9i 1 5i
(a) (b) (c)
3 3i 2  7i

2 3i
2. Simplify 
1 i i
w 1
3. If w = -1 + 6i express in the form x + yi
wi

Exercise 5
If z = 2 – 3i and w = 1 + 4i, illustrate on an Argand diagram
1. z 2. w 3. z + w 4. z  w 5. 2z - w

Answers
Exercise 1
1. (a) 3i (b) 2i (c) 15i (d) 5 2i (e) 6 2i
2. (a) 1 (b) i (c) 0 (d) 2i -1 (e) 1
1
3. (a) Re z = 2 Im z = 7 (b) Re z = 10 Im z = -1 (c) Re z =  Im z = 3 (d) Re z = 0 Im z = (e) Re z = -8 Im z = 0
6
4. (a) x = 4, y = 9 (b) x = 3, y = -1 (c) x = 23, y = 0 (d) x = 0, y =  2 (e) x = -5, y = 1

Exercise 2
1. (a) 2 + 3i (b) -10 - 2i (c) 1 – 46i (d) 7 – 24i (e) 13
2. (a) 1 + 7i (b) -4 + 7i (c) -7 – 24i 3. x = 3, y = -2

Exercise 3
1 (a) 4 – 9i (b) -3 + 15i (c) 3 + 4i
2. 15 – 10i 3. (a) 2 + i (b) 3 – i (c) 3 – i (d) 4 – 3i (e) 1 – 3i

Exercise 4
4 3 1 3 37 15 3
1. (a) - 3i (b)  i (c)  i 2. 2 – 2i 3.  i
3 10 10 53 53 13 13
Exercise 5
Im z

10

5
Q.2

Q.3

-10 -5 5 10 Re z
Q.4

Q.1

-5

Q.5
-10

CN1 Introduction Page 6 of 6 May 2018

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