Tutorial 0 - Mathematical Foundations (Presentation)
Tutorial 0 - Mathematical Foundations (Presentation)
February 2018
Contents
1 Introduction
2 Complex numbers
The complex number
The complex plane and complex 3 Series
representations Brief definition of series
Angles-modulo Important results of series
Euler’s formula
Operation with complex
numbers
Introduction
Prerequisites:
I Differential equations (i.e., Math knowledge).
I Electric circuits I / Basic electronics (i.e., basic Physics knowledge - dynamic systems).
Signals, systems and control syllabus @ UN (undergraduate):
I SyS I: time-domain descriptions of signals and systems, fundamental transforms, basic
applications.
I SyS II / Dynamic Systems: advanced filter theory and realization, linear systems and
feedback theory.
I Control: linear control theory (classical), state-space control design.
x2 − 4 = 0 ⇔ x2 = 4
that clearly has solutions x = ±2
Complex number
Sum of a real number and an imaginary number:
a + jb and b + ja
For this course we will adopt the handwritten material convention for complex
numbers (in both handwriting and computer typing).
I All real numbers may be regarded as complex numbers having imaginary parts
equal to zero:
R∈C
Complex plane
Ā = a + jb Ā = a + jb
jb jb
a Re a Re
jIm
Magnitude of a complex number Ā = (rA ∠α)
The length cannot be negative (r ≥ 0)
Hence r is called magnitude instead of
amplitude. α >0
Re
Phase B̄ = (rB ∠β ) β <0
Measured from the positive real axis with
the following convention:
Example 0.1
Express the complex number −3 + j2 in polar form and plot it on the complex plane
p q
r= a2 + b 2 = (−3)2 + (2)2 = 3.6
b 2
θ = tan−1 ( ) = tan−1 ( ) = −33.69◦
a −3
Thus the polar representation is:
(r ∠θ ) = (3.6∠ − 33.69◦ )
Is this correct?
Angles-modulo
jIm
θ2 = −45◦ Re
Then,θ1 = 315◦ and θ2 = −45◦ are
the same angle
The concept of modulo helps to
Ā
make the discussion precise
Figure: Angles-modulo.
Angles-modulo
Exercise 0.1
Are the angles +56◦ and −304◦ the same angle?
θ1 − θ2 = 56◦ − (−304◦ ) = 360◦ = (1)(360◦ )
More generally:
56◦ = 416◦ = 776◦ = · · · = −304◦ = −664◦ (mod 360◦ )
e jθ + e −jθ e jθ − e −jθ
cos θ = sin θ =
2 2j
Ā = a + jb = (r ∠θ ) = re jθ
|{z}
| {z } | {z }
rectangular form polar form exponential representation
Note that the exponential representation is closely related to the polar form:
√
r = a2 + b 2
−1 b
−1 Im{Ā}
θ = tan a = tan Re{Ā}
r cos θ = a r sin θ = b
As far as possible, we will use:
I Polar representation: with engineering notation (angle in degrees).
I Exponential representation: with mathematical notation (angle in radians as an
irrational number: fraction of π)
S. A. Dorado-Rojas Mathematical Foundations
Introduction Complex numbers Series
Exercise 0.2
Exercise 0.2
Express -3 in polar form
◦
−3 = −3e j0 =? (−3∠0◦ )
The last expression is not properly expressed in polar form because we require r ≥ 0!
Thereby, a correct polar expression for this negative number is:
◦
−3 = (3∠180◦ ) = 3e j180 = 3e jπ
Complex conjugate
Definition
Let Ā = a + jb be a complex number. Then
jIm
Ā∗ is known as the complex conjugate of Ā:
Ā
Ā∗ = a − jb (6) jb
Ā+Ā∗ Ā−Ā∗
3. Ā = 2 + 2
4. ĀĀ∗ = a2 + b 2 = A2 = |Ā|2
5. (Ā ± B̄)∗ = Ā∗ ± B̄ ∗
6. (ĀB̄)∗ = Ā∗ B̄ ∗
Quotient:
Ā ĀB̄ ∗ ĀB̄ ∗
= =
B̄ B̄ B̄ ∗ B2
This operation is simplified in exponential form:
Ā Ae jα A
= jβ
= e j(α−β )
B̄ Be B
1 1
Ā−n = A−n e −jnα = = n
An e jnα A (cos nα + j sin nα)
Sequences
Limit of a sequence
A sequence an has the limit L and we
Sequences write
A sequence an is a list of numbers lim an = L
written in a definite order n→∞
If limn→∞ an exists, we say that the sequence converges. Otherwise, we say that the
sequence diverges.
Series
Series
If we add the terms of an infinite sequence an we get an expression called an infinite
series
∞
∑ an = a1 + a2 + · · · + an + . . .
n=1
Series
Partial sums
Given a series ∑∞
n=1 an we denote its nth partial sum as
n
sn = ∑ ai = a1 + a2 + · · · + an
i=1
If the sequence is convergent, and limn→∞ sn = s exists as a real number, then the series
is called convergent and we write
n
∑ ai = s→∞
lim sn = s
i=1
I Maclaurin series
∞
f (n) (0) n
f (x) = ∑ n! x
n=0