0% found this document useful (0 votes)
55 views20 pages

Complex Numbers: First Year of Engineering Program Department of Foundation Year

This document provides an overview of complex numbers. It begins with definitions of complex numbers as numbers of the form x + iy, where x and y are real numbers and i^2 = -1. It then discusses various properties of complex numbers including algebraic properties, moduli, complex conjugates, exponential form, products and quotients in exponential form, roots of complex numbers, and regions in the complex plane. The document contains examples and theorems to illustrate each topic.

Uploaded by

Rathea UTH
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)
55 views20 pages

Complex Numbers: First Year of Engineering Program Department of Foundation Year

This document provides an overview of complex numbers. It begins with definitions of complex numbers as numbers of the form x + iy, where x and y are real numbers and i^2 = -1. It then discusses various properties of complex numbers including algebraic properties, moduli, complex conjugates, exponential form, products and quotients in exponential form, roots of complex numbers, and regions in the complex plane. The document contains examples and theorems to illustrate each topic.

Uploaded by

Rathea UTH
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/ 20

Contents

CHAPTER I
Complex Numbers

First Year of Engineering Program


Department of Foundation Year

LIN Mongkolsery
sery@itc.edu.kh

2021-2022

Calculus 1 ITC 1 / 20
Contents

Contents

1 Definition

2 Basis Algebraic Properties

3 Moduli

4 Complex Conjugates

5 Exponential Form

6 Products and Quotients in Exponential Form

7 Roots of Complex Numbers

8 Region in the Complex Plane

Calculus 1 ITC 1 / 20
Definition

Definition I

Definition 1
A complex number is of the form x + iy where x, y ∈ R and i 2 = −1.
For a complex number z = x + iy ,
x is called the real part of z and denoted by Re(z)
y is called the imaginary part of z and denoted by Im(z)
The set of all complex number is denoted by C.

Theorem 2
Let z1 = x1 + iy1 and z2 = x2 + iy2 where x1 , x2 , y1 , y2 ∈ R.

z1 + z2 = (x1 + iy1 ) + (x2 + iy2 ) = (x1 + x2 ) + i(y1 + y2 )


z1 z2 = (x1 + iy1 )(x2 + iy2 ) = (x1 x2 − y1 y2 ) + i(y1 x2 + x1 y2 )

Calculus 1 ITC 2 / 20
Basis Algebraic Properties

Basis Algebraic Properties I

Theorem 3
Let z, z1 , z2 , z3 ∈ C.
1 z1 + z2 = z2 + z1 and z1 z2 = z2 z1
2 (z1 + z2 ) + z3 = z1 + (z2 + z3 )
3 z(z1 + z2 ) = zz1 + zz2
4 z + 0 = z and z · 1 = z
5 z1 − z2 = z1 + (−z2 )
1 x −y
6 = 2 2
+i 2 for z = x + iy and x, y 6= 0.
z x +y x + y2

Calculus 1 ITC 3 / 20
Basis Algebraic Properties

Basis Algebraic Properties II

Theorem 4
For k ∈ Z, we have

i 4k = 1, i 4k+1 = i, i 4k+2 = −1, i 4k+3 = −i

Theorem 5
Let x1 , x2 , y1 , y2 ∈ C.
(
x1 = x2
x1 + iy1 = x2 + iy2 ⇐⇒
y1 = y2

Calculus 1 ITC 4 / 20
Moduli

Moduli I

Definition 6 (Moduli)
For a complex number z = x + iy , we define the norm or modulus or
absolute value of z by
p
|z| = x 2 + y 2

P
Im z
|z |
x
O Re z

Calculus 1 ITC 5 / 20
Moduli

Moduli II

Theorem 7
Let z = x + iy , z1 = x1 + iy1 and z2 = x2 + iy2 .
q
1 |z − z | =
1 2 (x1 − x2 )2 + (y1 − y2 )2
2 Re z ≤ | Re z| ≤ |z| and Im z ≤ | Im z| ≤ |z|
3 |z1 z2 | = |z1 ||z2 | and |z1 /z2 | = |z1 |/|z2 |, z2 6= 0
4 |z1 ± z2 | ≤ |z1 | + |z2 |
5 |z1 ± z2 | ≥ ||z1 | − |z2 ||

Calculus 1 ITC 6 / 20
Complex Conjugates

Complex Conjugates I

Definition 8 (Complex Conjugates)


Let z = x + iy . The complex conjugate of z is denoted and defined by
z = x − iy .

x + iy
x
x − iy

Calculus 1 ITC 7 / 20
Complex Conjugates

Complex Conjugates II

Theorem 9
Let z, z1 , z2 and z3 are complex numbers. Then,
¯ = z and |z̄| = |z|
1 z̄

2 z1 ± z2 = z1 ± z2
3 z1 z2 = z1 z2
 
z1 z1
4 = where z2 6= 0
z2 z2
5 z z̄ = |z|2
6 z + z̄ = 2 Re(z) and z − z̄ = 2i Im(z)

Calculus 1 ITC 8 / 20
Exponential Form

Exponential Form I

Definition 10 (Polar Form or Trigonometric Form)


Let r and θ be polar coordinates of the point (x, y ) that corresponds to a
nonzero complex number z = x + iy . The polar form or trigonometric form
of the complex number z is

z = r (cos θ + i sin θ)
p y
where r = x 2 + y 2 and tan θ = .
x

Calculus 1 ITC 9 / 20
Exponential Form

Exponential Form II

Definition 11 (Principal argument)


Each value of θ of a complex number z in polar form is called an argument
of z, and the set of all such values is denoted by arg z. The principal value
of arg z or the principal argument of z, denoted by Arg z, is that unique
value such that −π < Arg z ≤ π

arg z = Arg z + 2kπ, k ∈ Z

Calculus 1 ITC 10 / 20
Exponential Form

Exponential Form III

Definition 12 (Exponential Form or Euler’s Form)


The symbol e iθ , or exp(iθ), is defined by means of Euler’s formula as

e iθ = cos θ + i sin θ

where θ measured in radians.


The exponential form of a complex number z = x + iy = r (cos θ + i sin θ)
is then defined to be

z = re iθ

Note
e iθ + e −iθ e iθ − e −iθ
cos θ = , sin θ =
2 2i

Calculus 1 ITC 11 / 20
Products and Quotients in Exponential Form

Products and Quotients in Exponential Form I

Theorem 13 (Products and Quotients in Exponential Form)


Let z1 = r1 e iθ1 and z2 = r2 e iθ2 . Then,
y
z1 z2 = r1 r2 · e i(θ1 +θ2 ) z1 z2
z1 r1
= · e i(θ1 −θ2 )
z2 r2
and so, z2
z1
arg(z1 z2 ) = arg z1 + arg z2 θ2
θ1
 
z1 x
arg = arg z1 − arg z2
z2

Calculus 1 ITC 12 / 20
Products and Quotients in Exponential Form

Products and Quotients in Exponential Form II

Theorem 14 (de Moivre’s formula)

(e iθ )n = e inθ , n ∈ N

Example 15
Write cos(5θ) in terms of cos θ.

Example 16
Write tan(7θ) in terms of tan θ.

Calculus 1 ITC 13 / 20
Roots of Complex Numbers

Roots of Complex Numbers I

Theorem 17 (Roots of Complex Numbers)


The n-th roots of a complex number z0 = r0 e iθ0 are
wk

n wk−1

  
θ0 2kπ
wk = r0 exp i
n
+
n n


where k = 0, 1, 2, . . . , n − 1 and n
r0 denotes the unique posotive n-th root
of the positive real number r0 .

Calculus 1 ITC 14 / 20
Roots of Complex Numbers

Roots of Complex Numbers II

Example 18 (Roots of unity)


The n-th roots of unity, z n = 1, are
 
2kπ
wk = exp , k = 0, 1, 2, . . . , n − 1
n
 

If we denote ω = exp then
n

wk = ω k , k = 0, 1, 2, . . . , n − 1

That is the n-th roots of unity can be listed as

1, ω, ω 2 , . . . , ω n−1

Calculus 1 ITC 15 / 20
Roots of Complex Numbers

Roots of Complex Numbers III


In particular, the cube roots of unity are
√ √
1 3 2 1 3
1, ω = − + i ,ω = − − i
2 2 2 2
For n = 3, 4 and 6, the n-th roots of unity can be depicted as

ω
ω ω2 ω

1 ω2 1 ω3 1

ω2 ω3 ω4 ω5

Third roots of unity Forth roots of unity Sixth roots of unity

Calculus 1 ITC 16 / 20
Region in the Complex Plane

Region in the Complex Plane I

Example 19
Let r > 0 be a positive real number. The regions represent the inequality
|z| < r and |z| ≤ r are

r r

respectively.

Calculus 1 ITC 17 / 20
Region in the Complex Plane

Region in the Complex Plane

Example 20
Let r > 0 be a positive real number. The region represents the inequality
|z − z0 | ≤ r is

z0 r

Calculus 1 ITC 18 / 20
Region in the Complex Plane

Region in the Complex Plane

Example 21
Let r be a real number. The region represents the inequality Re z > r in
complex plan is

x =r

Calculus 1 ITC 19 / 20

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