EMATH23 Sda DSADASDSA
EMATH23 Sda DSADASDSA
EMATH23 Sda DSADASDSA
Module 1:
Complex Numbers
Prepared by:
Overview
In elementary algebra courses, you learned about the existence and some of the properties
of complex numbers. In advanced courses, you may have seen complex numbers
occasionally (see Module 4 of Differential Equations). In this module, we are going to
introduce you to complex analysis; that is, the study of functions of a complex variable.
Learning Outcomes
Module Contents
1. Introduction
2. Arithmetic Operations
3. Powers and Roots
4. Logarithmic Functions
5. Trigonometric and Hyperbolic Functions
6. Inverse Trigonometric and Hyperbolic Functions
Lesson
Introduction
1.1
In order to make progress, we introduce a quantity 𝑗, called the imaginary unit, which obey
the following rule:
𝑗 2 = −1
The solutions of the quadratic equation above can be written as 𝑥 = −1 ± 𝑗2.
A complex number is any number in the form 𝑧 = 𝑎 + 𝑗𝑏 where 𝑎 and 𝑏 are real numbers
and 𝑗 is the imaginary unit.
Examples: 𝑗2, 3 + 𝑗5, −𝑗3, −4 + 𝑗2
When 𝑎 = 0, the number is said to be pure imaginary; when 𝑏 = 0, the number is real.
Hence, real numbers are a special case of complex numbers.
The form 𝑥 + 𝑗𝑦 is used to indicate the general complex number and denoted by 𝑧. The
number 𝑗 is called the imaginary unit.
The real number 𝑥 in 𝑧 = 𝑥 + 𝑗𝑦 is called the real part of 𝑧, abbreviated as 𝐑𝐞(𝒛). The real
number 𝑦 in 𝑧 = 𝑥 + 𝑗𝑦 is called the imaginary part of 𝑧, abbreviated as 𝐈𝐦(𝒛).
Example 1
Given the complex number 𝑧 = 4 − 𝑗9, find Re(𝑧) and Im(𝑧).
Solution
Re(𝑧) = 4
Im(𝑧) = −9
Note that Im(𝑧) ≠ −𝑗9.
Related to each complex number 𝑧 = 𝑥 + 𝑗𝑦 is its complex conjugate or, simply, conjugate,
𝑧̅ = 𝑥 – 𝑗𝑦: the real part is not changed but the imaginary part has its sign changed.
The solution to the quadratic equation 𝑧 2 + 2𝑧 + 5, namely −1 + 𝑗2 and −1 − 𝑗2, are a
complex conjugate pair.
Example 2
If 3𝑥 − 5 + 𝑗(4𝑥 + 3) = 𝑦 − 4 + 𝑗(3𝑥 + 𝑦), find values of 𝑥 and 𝑦.
Solution
Real: 3𝑥 − 5 = 𝑦 − 4
Imaginary: 4𝑥 + 3 = 3𝑥 + 𝑦
Hence, solving for 𝑥 and 𝑦: 𝑥 = 2 and 𝑦 = 5
The j-Operator
The j-operator is an operator used to indicate the counter-clockwise rotation of a vector
through 90°.
Powers of j
𝑗 = √−1 𝑗 4 = (𝑗 2 )2 = 1
𝑗 2 = −1 𝑗 5 = (𝑗 4 )𝑗 = 𝑗
𝑗 3 = (𝑗 2 )𝑗 = −𝑗
Example 3
Evaluate the following: 𝑗 9 , 𝑗 20 , 𝑗 30 , 𝑗 15 , 𝑗 42 , 𝑗 11.
Solution
𝑗 9 = (𝑗 4 )2 𝑗 = (1)2 𝑗 = 𝑗
𝑗 20 = (𝑗 4 )5 = (1)5 = 1
𝑗 30 = (𝑗 4 )7 𝑗 2 = (1)7 (−1) = −1
𝑗 15 = (𝑗 4 )3 𝑗 3 = (1)3 (−𝑗) = −𝑗
𝑗 42 = (𝑗 4 )10 𝑗 2 = (1)10 (−1) = −1
𝑗 11 = (𝑗 4 )2 𝑗 3 = (1)2 (−𝑗) = −𝑗
Lesson
Arithmetic Operations
1.2
Complex numbers can be added, subtracted, multiplied, and divided. If 𝑧1 = 𝑥1 + 𝑗𝑦1 and
𝑧2 = 𝑥2 + 𝑗𝑦2 , these operations are defined as follows.
• Addition
𝑧1 + 𝑧2 = (𝑥1 + 𝑗𝑦1 ) + (𝑥2 + 𝑗𝑦2 ) = (𝑥1 + 𝑥2 ) + 𝑗(𝑦1 + 𝑦2 )
• Subtraction
𝑧1 − 𝑧2 = (𝑥1 + 𝑗𝑦1 ) − (𝑥2 + 𝑗𝑦2 ) = (𝑥1 − 𝑥2 ) + 𝑗(𝑦1 − 𝑦2 )
• Multiplication
𝑧1 𝑧2 = (𝑥1 + 𝑗𝑦1 )(𝑥2 + 𝑗𝑦2 ) = 𝑥1 𝑥2 − 𝑦1 𝑦2 + 𝑗(𝑦1 𝑥2 + 𝑥1 𝑦2 )
• Division
𝑧1 𝑥1 + 𝑗𝑦1 𝑥1 𝑥2 + 𝑦1 𝑦2 𝑦1 𝑥2 − 𝑥1 𝑦2
= = 2 2
+𝑗
𝑧2 𝑥2 + 𝑗𝑦2 𝑥2 + 𝑦2 𝑥2 2 + 𝑦2 2
The familiar commutative, associative, and distributive laws hold for complex numbers.
• Commutative Laws
𝑧1 + 𝑧2 = 𝑧2 + 𝑧1
𝑧1 𝑧2 = 𝑧2 𝑧1
• Associative Laws
𝑧1 + (𝑧2 + 𝑧3 ) = (𝑧1 + 𝑧2 ) + 𝑧3
𝑧1 (𝑧2 𝑧3 ) = (𝑧1 𝑧2 )𝑧3
• Distributive Law
𝑧1 (𝑧2 + 𝑧3 ) = 𝑧1 𝑧2 + 𝑧1 𝑧3
In view of these laws, there is no need to memorize the definitions of addition, subtraction,
and multiplication.
To add/subtract two complex numbers, we simply add/subtract the corresponding real and
imaginary parts. To multiply two complex numbers, we use the distributive law and the fact
that 𝑗 2 = −1.
Example 4
If 𝑧1 = 2 + 𝑗4 and 𝑧2 = −3 + 𝑗8, find a) 𝑧1 + 𝑧2 and b) 𝑧1 𝑧2 .
Solution
a) By adding the real and imaginary parts of the two numbers,
𝑧1 + 𝑧2 = (2 + 𝑗4) + (−3 + 𝑗8) = (2 − 3) + 𝑗(4 + 8)
𝑧1 + 𝑧2 = −1 + 𝑗12
b) Using the distributive law,
𝑧1 𝑧2 = (2 + 𝑗4)(−3 + 𝑗8)
= (2 + 𝑗4)(−3) + (2 + 𝑗4)(𝑗8)
= −6 − 𝑗12 + 𝑗16 + 32𝑗 2
= (−6 − 32) + 𝑗(16 − 12)
𝑧1 𝑧2 = −38 + 𝑗4
There is also no need to memorize the definition of division, but before discussing that we
need to introduce another concept.
Conjugate
If 𝑧 is a complex number, then the number obtained by changing the sign of its imaginary
part is called the complex conjugate, or, simply, conjugate of 𝑧. If 𝑧 = 𝑥 + 𝑗𝑦, then its
conjugate is
𝑧̅ = 𝑥 − 𝑗𝑦
For example, if 𝑧 = 6 + 𝑗3, then 𝑧̅ = 6 − 𝑗3; if 𝑧 = −5 − 𝑗, then 𝑧̅ = −5 + 𝑗. If 𝑧 is a real
number, say 𝑧 = 7, then 𝑧̅ = 7.
Properties of Conjugates
From the definition of addition, it can be readily shown that the conjugate of a sum of two
complex numbers is the sum of the conjugates:
𝑧̅̅̅̅̅̅̅̅̅
1 + 𝑧2 = 𝑧̅1 + 𝑧̅2
The difference between a complex number 𝑧 and its conjugate 𝑧̅ is a pure imaginary number:
𝑧 − 𝑧̅ = (𝑥 + 𝑗𝑦) − (𝑥 − 𝑗𝑦) = 𝑗2𝑦 (3)
Since 𝑥 = Re(𝑧) and 𝑦 = Im(𝑧), (1) and (3) yield two useful formulas:
𝑧 + 𝑧̅ 𝑧 − 𝑧̅
Re(𝑧) = and Im(𝑧) =
2 𝑗2
However, (2) is the important relationship that enables us to approach division in a more
practical manner: To divide 𝑧1 by 𝑧2 , we multiply both numerator and denominator of 𝑧1 /𝑧2
by the conjugate of 𝑧2 .
Example 5
If 𝑧1 = 2 − 𝑗3 and 𝑧2 = 4 + 𝑗6, find a) 𝑧1 /𝑧2 and b) 1/𝑧1 .
Solution
𝑧1 2 − 𝑗3 4 − 𝑗6 8 − 𝑗12 − 𝑗12 + 18𝑗 2 −10 − 𝑗24 5 6
(a) = × = = =− −𝑗
𝑧2 4 + 𝑗6 4 − 𝑗6 16 + 36 52 26 13
1 1 2 + 𝑗3 2 + 𝑗3 2 3
(b) = × = = +𝑗
𝑧1 2 − 𝑗3 2 + 𝑗3 4 + 9 13 13
z4
z3
r
y
q
x
The distance of the point from the origin, 𝑟, is called the modulus of the complex number
and often written |𝑧|.
The angle 𝜃, measured anticlockwise from the positive real axis, is called the argument of
𝑧, often written 𝐚𝐫𝐠(𝒛) which has an infinite number of possible values, including negative
ones, that differ by multiples of 2𝑛.
If we define the angle 𝜃 to be in the range −180° < 𝜃 ≤ 180° or, in radians, −𝜋 < 𝜃 ≤ 𝜋. We
call it the principal value of 𝐚𝐫𝐠(𝒛) and denoted by 𝐀𝐫𝐠(𝒛).
It can be seen in Figure 2 that 𝑥 = 𝑟 cos 𝜃 and 𝑦 = 𝑟 sin 𝜃. We have the relationships 𝑟 2 =
𝑥 2 + 𝑦 2 and tan 𝜃 = 𝑦/𝑥.
The values of 𝜃 can be determined from the equation tan 𝜃 = 𝑦/𝑥, where the quadrant
containing the point corresponding to 𝑧 must be specified.
Note: arg(𝑧) = Arg(𝑧) + 360𝑛, (𝑛 = 0, ±1, ±2, … ): when 𝑧 is a negative real number. Arg(𝑧)
has a value 180° not -180°.
In determining the value of 𝜃, we must be careful to calculate the correct angle since two
angles in the given range share each value of tan θ.
Using the polar form, we can write 𝑧 = 𝑟 cos 𝜃 + 𝑗(𝑟 sin 𝜃) or 𝑧 = 𝑟∠𝜃. The complex conjugate
of z can be written as 𝑧̅ = 𝑟∠ − 𝜃.
Example 6
2
𝑟 = |𝑧| = √(1)2 + (−√3) = 2
−√3
𝜃 = tan−1 ( ) = −60°
1
Example 7
2
𝑟 = |𝑧| = √(−1)2 + (−√3) = 2
−√3
𝜃 = tan−1 ( ) = 60°
−1
But since (−1, −√3) lies in the third quadrant, and must have a principal value of (-180°,
180],
𝜃 = 60 − 180 = −120°
Therefore, the polar form of the complex number is
2∠ − 120°
Example 8
If 𝑧1 = 3∠30° and 𝑧2 = 5∠ − 20°, find a) 𝑧1 𝑧2 and b) 𝑧1 /𝑧2 .
Solution
Example 9
Simplify (−1 + 𝑗)8.
Solution
8
(−1 + 𝑗)8 = (√2∠135°)
8
(−1 + 𝑗)8 = (√2) ∠(8 × 135°)
(−1 + 𝑗)8 = 16∠1080° = 16∠0°
(−1 + 𝑗)8 = 16
Example 10
Simplify 𝑗 32 + 𝑗 21 + 𝑗 8.
Solution
𝑗 32 + 𝑗 21 + 𝑗 8 = (𝑗 2 )16 + (𝑗 2 )10 𝑗 + (𝑗 2 )4
𝑗 32 + 𝑗 21 + 𝑗 8 = (−1)16 + (−1)10 𝑗 + (−1)4
𝑗 32 + 𝑗 21 + 𝑗 8 = 1+𝑗+1
𝑗 32 + 𝑗 21 + 𝑗 8 = 2+𝑗
Roots of Complex Numbers
In finding for the roots of a complex number, use the polar form of the complex number.
𝑛 𝜃 + 360𝑘
𝑤𝑘 = √𝑟∠ ( ) ; 𝑘 = 0, 1, 2, … , (𝑛 − 1)
𝑛
where: 𝑘 = 0, first or principal root
𝑘 = 1, second root
𝑘 = 2, third root
Example 11
Find the three cube roots of (2 + 𝑗11).
Solution
Convert the given from rectangular form to polar form,
2 + 𝑗11 = 11.180∠79.70°
The formula for finding the root is
3 79.70 + 360𝑘
𝑤𝑘 = √11.180∠ ( ) ; 𝑘 = 0, 1, 2
3
Hence, the three roots are,
3 79.70 + 360(0)
𝑤0 = √11.180∠ ( ) = 2.236∠26.57°
3
3 79.70 + 360(1)
𝑤1 = √11.180∠ ( ) = 2.236∠146.57°
3
3 79.70 + 360(2)
𝑤2 = √11.180∠ ( ) = 2.236∠ − 93.43°
3
Lesson
Logarithmic Functions
1.4
In finding the logarithm of a complex number, use the exponential form of the complex
number.
ln 𝑧 = ln(𝑟𝑒 𝑗𝜃 ) = ln 𝑟 + 𝑗(𝜃 ln 𝑒)
Example 12
Express 3 + 𝑗4 in exponential form.
Solution
With 𝑥 = 3 and 𝑦 = 4, we obtain
Example 14
Evaluate log(3 + 𝑗4).
Solution
From Example 12, 3 + 𝑗4 = 5𝑒 𝑗0.9273 . Therefore
Example 15
Evaluate ln(2 + 𝑗3).
Solution
From Example 13, 2 + 𝑗3 = 3.6056𝑒 𝑗0.9828 . Therefore
ln(2 + 𝑗3) = ln(3.6056𝑒 𝑗0.9828 )
= ln(3.6056) + 𝑗(0.9828 ln 𝑒)
ln(2 + 𝑗3) = 1.2825 + 𝑗0.9828
Lesson
Trigonometric and Hyperbolic Functions
1.5
Trigonometric Functions
For any complex number 𝑧 = 𝑥 + 𝑗𝑦,
𝑒 𝑗𝑧 − 𝑒 −𝑗𝑧 𝑒 𝑗𝑧 + 𝑒 −𝑗𝑧
sin 𝑧 = and cos 𝑧 =
𝑗2 2
As in trigonometry, we define four additional trigonometric functions in terms of sin 𝑧 and
cos 𝑧:
sin 𝑧 1 1 1
tan 𝑧 = , cot 𝑧 = , sec 𝑧 = , csc 𝑧 =
cos 𝑧 tan 𝑧 cos 𝑧 sin 𝑧
The following are relationships between trigonometric and hyperbolic functions:
sin 𝑗𝑥 = 𝑗 sinh 𝑥 and cos 𝑗𝑥 = cosh 𝑥
Therefore,
sin(𝑥 ± 𝑗𝑦) = sin 𝑥 cosh 𝑦 ± 𝑗 cos 𝑥 sinh 𝑦
cos(𝑥 ± 𝑗𝑦) = cos 𝑥 cosh 𝑦 ∓ 𝑗 sin 𝑥 sinh 𝑦
Example 16
Evaluate cos(1 + 𝑗2).
Solution
cos(1 + 𝑗2) = cos 1 cosh 2 − 𝑗 sin 1 sinh 2 = 2.0327 − 𝑗3.0519
Example 19
Evaluate csc(1 + 𝑗2).
Solution
sin(1 + 𝑗2) = sin 1 cosh 2 + 𝑗 cos 1 sinh 2 = 3.1658 + 𝑗1.9596
1 1
csc(1 + 𝑗2) = = = 0.2284 − 𝑗0.1414
sin(1 + 𝑗2) 3.1658 + 𝑗1.9596
Hyperbolic Functions
For any complex number 𝑧 = 𝑥 + 𝑗𝑦,
𝑒 𝑧 − 𝑒 −𝑧 𝑒 𝑧 + 𝑒 −𝑧
sinh 𝑧 = and cosh 𝑧 =
2 2
The hyperbolic tangent, cotangent, secant, and cosecant functions are defined in terms of
sinh 𝑧 and cosh 𝑧:
sinh 𝑧 1 1 1
tanh 𝑧 = , coth 𝑧 = , sech 𝑧 = , csch 𝑧 =
cosh 𝑧 tanh 𝑧 cosh 𝑧 sinh 𝑧
The following are relationships between hyperbolic and trigonometric functions:
sinh 𝑗𝑥 = 𝑗 sin 𝑥 and cosh 𝑗𝑥 = cos 𝑥
Therefore,
sinh(𝑥 ± 𝑗𝑦) = sinh 𝑥 cos 𝑦 ± 𝑗 cosh 𝑥 sin 𝑦
cosh(𝑥 ± 𝑗𝑦) = cosh 𝑥 cos 𝑦 ± 𝑗 sinh 𝑥 sin 𝑦
Example 18
Evaluate sinh(2 + 𝑗).
Solution
sinh(2 + 𝑗) = sinh 2 cos 1 + 𝑗 cosh 2 sin 1 = 1.9596 + 𝑗3.1658
Example 19
Evaluate coth(1 + 𝑗2).
Solution
First, solve for the hyperbolic cosine and sine of 1 + 𝑗2.
cosh(1 + 𝑗2) = cosh 1 cos 2 + 𝑗 sinh 1 sin 2 = −0.6421 + 𝑗1.0686
sinh(1 + 𝑗2) = sinh 1 cos 2 + 𝑗 cosh 1 sin 2 = −0.4891 + 𝑗1.4031
Now, solve for hyperbolic cotangent using hyperbolic trigonometric identities.
cosh(1 + 𝑗2) −0.6421 + 𝑗1.0686
coth(1 + 𝑗2) = =
sinh(1 + 𝑗2) −0.4891 + 𝑗1.4031
coth(1 + 𝑗2) = 0.8213 + 𝑗0.1713
Lesson
Inverse Trigonometric and Hyperbolic
1.6 Functions
sin −1 𝑧 = −𝑗 ln [𝑗𝑧 ± √1 − 𝑧 2 ]
cos−1 𝑧 = −𝑗 ln [𝑧 ± 𝑗√1 − 𝑧 2 ]
−𝑗 1 + 𝑗𝑧
tan−1 𝑧 = ln ( )
2 1 − 𝑗𝑧
sinh−1 𝑧 = ln [𝑧 ± √𝑧 2 + 1]
cosh−1 𝑧 = ln [𝑧 ± √𝑧 2 − 1]
1 1+𝑧
tanh−1 𝑧 = ln ( )
2 1−𝑧
Example 20
Evaluate sin−1(1 + 𝑗2).
Solution
From the formula, apply operations on complex numbers
Example 22
Evaluate tanh−1(1 + 𝑗2).
Solution
From the formula,
1 1 + (1 + 𝑗2)
tanh−1(1 + 𝑗2) = ln ( )
2 1 − (1 + 𝑗2)
1 2 + 𝑗2
= ln ( )
2 −𝑗2
1
= ln(−1 + 𝑗)
2
1
= (0.3466 + 𝑗2.3562)
2
−1 (1
tanh + 𝑗2) = 0.1733 + 𝑗1.1781
Practice Problems
1. Given 𝑧1 = 9 + 𝑗3 and 𝑧2 = −5 + 𝑗4, find the following and express the final answer in
rectangular form.
a. 𝑧1 + 𝑧2
b. 𝑧1 − 𝑧2
c. 𝑧1 𝑧2
d. 𝑧1 /𝑧2
2. Given 𝑧3 = 16∠60° and 𝑧4 = 4∠ − 45°, find the following and express the final answer in
polar form.
a. 𝑧3 𝑧4
b. 𝑧3 /𝑧4
3. Solve the following and express the final answer in rectangular form.
a. (2 + 𝑗3)3
b. (3∠45°)5
c. Find the three cube roots of (−30 − 𝑗3).
d. log(4 + 𝑗6)
e. ln(8 − 𝑗2)
f. cos(4 + 𝑗3)
g. tan(2 + 𝑗5)
h. cosh(2 + 𝑗)
i. cot −1 (4 + 𝑗2)
j. cosh−1 (3 + 𝑗4)
Assessment
To be conducted online.
Additional Knowledge
For additional information, you may read books on complex numbers, view videos online,
and practice problems.
References
1. Kreyszig, E. (2011). Advanced Engineering Mathematics (10th ed.). John Wiley &
Sons, Inc.
2. O’Neil, P. V. (2012). Advanced Engineering Mathematics (7th ed.). Cengage Learning.
3. Zill, D. G. (2018). Advanced Engineering Mathematics (6th ed.). Jones & Bartlett
Learning.