

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Guided Notes 7 — Complex Numbers (Komplexe Zahlen) Algebraic form, polar form, and roots
Typology: Lecture notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Learning goals (Lernziele). After this booklet you should be able to:
Complex number (komplexe Zahl). The set of complex numbers is
C := { a + bi | a, b ∈ R, i 2 = − 1 }.
Here:
ℜ(z) = a (real part / Realteil), ℑ(z) = b (imaginary part / Imagin¨arteil).
Example. Let z = 3 − 2 i. Then
ℜ(z) = 3, ℑ(z) = − 2.
Equality criterion (Gleichheitskriterium). Two complex numbers are equal if and only if their real and imaginary parts are equal:
a + bi = c + di ⇐⇒ a = c and b = d.
Addition and multiplication. Let z 1 = a + bi and z 2 = c + di. Then
z 1 + z 2 = (a + c) + (b + d)i,
z 1 z 2 = (ac − bd) + (ad + bc)i.
Example. (1 + 2i)(3 − i) = 3 − i + 6i − 2 i 2 = 5 + 5i.
Complex conjugate (komplex konjugierte Zahl). For z = a + bi the conjugate is
z = a − bi.
Properties of conjugation. For all z, w ∈ C:
z + w = z + w, zw = z w, zz = |z| 2 .
Modulus (Betrag). For z = a + bi the modulus is
|z| =
p a^2 + b^2.
Geometric meaning (geometrische Bedeutung). Identify C with the plane R^2 :
z = a + bi ↔ (a, b).
Then |z| is the distance from the origin.
Triangle inequality (Dreiecksungleichung). For all z, w ∈ C:
|z + w| ≤ |z| + |w|.
Argument (Argument). For z ̸= 0, an angle φ ∈ R is called an argument of z if
cos φ =
ℜ(z) |z|
, sin φ =
ℑ(z) |z|
The principal argument is denoted by arg(z).
Polar form. Every z ̸= 0 can be written as
z = |z|(cos φ + i sin φ).
Example. Let z = 1 + i. Then
|z| =
2 , arg(z) =
π 4
so z =
cos
π 4
π 4