Euler PDF
Euler PDF
Euler PDF
Yue-Xian Li
March 2017
1
Main purpose:
Eg: In high school, students learned that the roots of a quadratic equa-
tion ax2 + bx + c = 0 (a 6= 0) are given by
√
−b ± b2 − 4ac
x1,2 =
2a
2
5.1 Definitions and basic concepts
A complex number:
z = a + bi, (2)
3
A complex number represents a point (a, b) in a 2D space, called
the complex plane. Thus, it can be regarded as a 2D vector expressed
in form of a number/scalar. Therefore, there exists a one-to-one corre-
spondence between a 2D vectors and a complex numbers.
Im{z}
z=a+bi
b
Re{z}
a
−b
z=a−bi
Figure 1: A complex number z and its conjugate z̄ in complex space. Horizontal axis contains all real numbers,
vertical axis contains all imaginary numbers.
z̄ = a − bi,
Notice that:
z + z̄ z − z̄
Re{z} = = a, Im{z} = = b.
2 2i
Therefore, both Re{z} and Im{z} are linear combinations of z and z̄.
4
5.2 Basic computations between complex numbers
Addition/subtraction:
Or, real parts plus/minus real parts, imaginary parts plus/minus imag-
inary parts.
z1 z2 = (a1 +b1 i)(a2 +b2 i) = a1 a2 +a1 b2 i+a2 b1 i+b1 b2 i2 = (a1 a2 −b1 b2 )+(a1 b2 +a2 b1 )i.
5
Length/magnitude of a complex number z = a + bi
√ p √
|z| = z z̄ = (a + bi)(a − bi) = a2 + b2,
which is identical to the length of a 2D vector (a, b).
3. |z1|;
z2
4. z1 .
Ans:
1. z1 − z2 = (3 − 1) + (4 − (−2))i = 2 + 6i;
z1
2. 2= 32 + 24 i = 1.5 + 2i;
√ √ √
2 2
3. |z1| = z1z̄1 = 3 + 4 = 25 = 5;
z2 z2 z̄1 (1−2i)(3−4i) −5−10i
4. z1 = z1 z̄1 = 52
= 25 = − 15 − 25 i.
6
5.3 Complex-valued exponential and Euler’s formula
Euler’s formula:
eit = cos t + i sin t. (3)
Based on this formula and that e−it = cos(−t)+i sin(−t) = cos t−i sin t:
∞ ∞ ∞ ∞ ∞
it
X (it)n X (it)n X (it)n X (it)2m X (it)2m+1
e = = + = +
n=0
n! n even
n! n! m=0
(2m)! m=0
(2m + 1)!
n odd
∞ 2m 2m ∞ 2m+1 2m+1 ∞ ∞
X i t X i t X (i2)mt2m X i(i2)mt2m+1
= + = +
m=0
(2m)! m=0
(2m + 1)! m=0
(2m)! m=0
(2m + 1)!
7
∞ ∞
X (−1)mt2m X (−1)mt2m+1
= +i = cos t + i sin t.
m=0
(2m)! m=0
(2m + 1)!
Remarks:
• Sine and cosine functions are actually linear combinations of expo-
nential functions with imaginary exponents.
• Similarly, hyperbolic sine and cosine functions are linear combina-
tions of exponential functions with real exponents.
et − e−t et + e−t
sinh(t) = , cosh(t) = .
2 2
8
5.4 Polar representation of complex numbers
For any complex number z = x + iy (6= 0), its length and angle w.r.t.
the horizontal axis are both uniquely defined.
Im{z}
z=x+yi = ρ ei θ
y
2
2 +y
x
ρ= Re{z}
θ
x
p
Figure 2: A complex number z = x + iy can be expressed in the polar form z = ρeiθ , where ρ = x2 + y 2 is its
length and θ the angle between the vector and the horizontal axis. The fact x = ρ cos θ, y = ρ sin θ are consistent
with Euler’s formula eiθ = cos θ + i sin θ.
One can convert a complex number from one form to the other by using
the Euler’s formula:
z = x + iy ⇔ z = ρeiθ , where
p y
x = ρ cos θ, y = ρ sin θ; ρ = x2 + y 2, θ = tan−1 ;
x
9
Eg 5.4.1 Convert the following complex numbers from one form to the
other.
1. z = 3i;
2. z = 1;
√
3. z = 1 + i 3;
4. z = −2 − 2i;
π
5. z = e−i 6 ;
π
6. z = 5ei 4 ;
π
7. z = −5e−i 3 .
Ans:
π
1. z = 3i = 3ei 2 ;
2. z = 1 = ei0 = 1, (for a positive real number, there is no change!);
√ q √ −1
√
3 π
3. z = 1 + i 3 = 12 + ( 3)2ei tan 1 = 2ei 3 ;
p −1 −2 √ 5π √ 3π
4. z = −2 − 2i = (−2)2 + (−2)2ei tan ( −2 ) = 2 2ei 4 = 2 2e−i 4 ;
√
−i π6
5. z = e = cos(− 6 ) + i sin(− 6 ) = 23
π π
− i 12 ;
i π4 π π
√ √ √
6. z = 6e = 6 cos 4 + i6 sin 4 = 3 2 + 3 2i = 3 2(1 + i);
π
h √ i
7. z = −4e−i 3 = (−4) cos(− 3 ) + i sin(− 3 ) = (−4) 2 − i 22 =
π π 1
√
−2 + 2 2i.
10
Remark: It is important to know that the collection of all complex
numbers of the form z = eiθ form a circle of radius one (unit circle) in
the complex plane centered at the origin. In other words, the equation
for a unit circle centered at the origin in complex plane is z = eiθ (see
figure).
Im{z}
iθ
z=e
ρ =1
θ
Re{z}
Figure 3: The collection of all complex numbers of the form z = eiθ form a unit circle centered at the origin in
the complex plane.
Ans:
√
3 1
(2πn)i
13 2πn i
1=1 = e
3 =e 3 , for any integer n.
√ √
3 2π 4π
If so, 3
1 has only three roots in this range: 1 = 1, e 3 i, e 3 i.
Im{z}
2π i
3
1 = e3
3
1 =1
Re{z}
4π i
3
1 = e3
12
5.5 Polynomials of degree n must have n roots!
z 2 + 2z + 10 = z 2 + 2z + 1 + 9 = (z + 1)2 + 9 = 0.
There is no real root! But there are two complex-valued roots forming
a pair of complex conjugates.
√
(z + 1)2 + 9 = 0 ⇒ (z + 1)2 = −9 ⇒ z + 1 = ± −9 ⇒ z = −1 ± 3i.
Final remarks:
(a) Any polynomial of degree n can always be factored into the product
of n terms in which zi, (i = 1, . . . , n) are the n roots.