Intro to Complex Numbers Flashcards
What is the complex conjugate of a complex number z = a + bi?
z bar = a - bi
What is the complex conjugate of zw?
zw bar = z bar w bar
z zbar =
|z|²
What is the triangle inequality?
|z+w| ≤ |z| + |w|
arg(zw) =
argz + arg w
What is De Moivre’s Theorem?
If z ∈ S¹ and n ∈ Z, then
arg(zⁿ) = n arg z.
Equivalently, for θ ∈ R and n ∈ Z, we have
(cos θ + isin θ)ⁿ = cos(nθ) + isin(nθ)
Prove De Moivre’s Theorem
Fix z ∈ S¹ and let θ = arg z. For n ≥ 0, we use induction on n. n = 0: We have z⁰ = 1 so arg(z⁰) = 0, and n arg z = 0. inductive step: Suppose the result holds for some n ≥ 0, so arg(zⁿ) = n arg z. Then, arg(zⁿ⁺¹) = arg(zⁿ) + arg z = n arg z + arg z = (n + 1) arg z so the result holds for n + 1. For n < 0, we use the result for positive values. Fix n < 0, and let m = −n, so m > 0. Then, as above, arg(w m) = m arg w for all w ∈ S¹. But zⁿ = (z⁻¹)ᵐ = zbarᵐ and arg(zbar) = − arg z, so arg(zⁿ) = arg(zbarᵐ) = m arg zbar = m(− arg z) = (−m) arg z = n arg z.
Define root of unity
What is the arg of an nth root of unity?
If z ∈ C, n ∈ Z>0 and zⁿ= 1, then we say that z is a root of unity (an nth root of unity).
argz = 2kπ/n for some k ∈ Z
What is a primitive root of unity?
If z ∈ C is an n
th root of unity and zᵐ ≠ 1 for 1 ≤ m ≤ n − 1,
then we say that z is a primitive nth root of unity
Let z ∈ C, let n be an integer with n ≥ 2. If z is an nth
root of unity and z ≠ 1, then zⁿ⁻¹ + zⁿ⁻² + · · · + z + 1 = [ ]
zⁿ⁻¹ + zⁿ⁻² + · · · + z + 1 = 0
Euler’s formula
e^(iθ) = cosθ + isinθ
A complex polynomial of degree n has at most [ ] roots in C.
A complex polynomial of degree n has at most n roots in C.
What is the fundamental theorem of algebra?
Every complex polynomial
with degree n has exactly n roots (counted with multiplicity). That is, if p is a monic polynomial with complex coefficients and degree n, then p(x) =
(x − α1)· · ·(x − αn) for some α1, . . . , αn ∈ C (not necessarily distinct).