01 Complex Numbers
01 Complex Numbers
01 Complex Numbers
Ulrich Schlickewei
October 2023
Table of contents
2 Applications
Complex numbers 1
Recap: From natural numbers to real numbers
• Rational numbers Q Z, q
• Real numbers R as set of all decimal numbers all numbers on the real line are included
in R
Summarizing, we observe how departing from natural numbers N and arithmetic operators +, −, · and
/ we came to real numbers R:
• At each step we investigated certain algebraic equations with no solutions with the available sets of
numbers.
• Typically these newly introduced sets of numbers proved useful in applications beyond the solution
of the original algebraic equation.
Introducing i as a solution, this i is now a new number and it's called an "imaginary" unit
i.e. i^2=-1
*i really exists according to professor
Summary: the set of complex numbers is the extension of the real numbers by the
imaginary unit i
Definition (Set of complex numbers, real part and imaginary part, real and purely imaginary numbers)
C = {z | z = x + i · y, x,y ∈ R } .
z∗ = x − iy.
z1 = 3 + i · 4, z2 = 1 − i · 2, z3 = 2i
p
|z| = |(x + i · y)| = x2 + y2 ∈ R≥0.
Note: in the representation in the complex plane, the absolute value corresponds to the distance of the
number to the origin.
Defines the absolute value as the distance of my point Z from the origin.
If I want to compute this, the |z|^2=x^2+y^2
• For real numbers x = x + i · 0 the newly introduced operations coincide with the well-known real
arithmetic operations (principle of permanence),
• the arithmetic operations on C satisfy the well-known laws of arithmetic (e.g. laws of distributivity
and associativity) and
• i2 = i · i = −1
• Division: The division is the inverse operation to multiplication. We write a quotient as a fraction
z1
z 2 , expand its denominator with z2∗ so that it becomes real:
2 Applications
Complex numbers 18
In algebraic form complex numbers are easy to add and subtract
x+i·y e.g. 2 + 3i
with real component x and imaginary component i · y is called algebraic form or cartesian form.
• Addition and subtraction can be computed in a very concise way in algebraic form: they are
executed component-wise.
• The formula for multiplication and particularly for division are rather cumbersome.
Complex numbers 19
In order to introduce polar coordinates we need to talk about angles – let’s briefly
review the notion of radians
y
The length of the arc between (1,0) and P
definied by (alpha sign)
radians
Complex numbers 20
The graphic below gives a good overview of angles on the unit circle
Note: The angles in this graphic are in the interval [0, 2π). Alternatively, one can convene that angles are
from the interval (−π, π]. Both conventions are used in the literature.
Quelle: https://de.wikipedia.org/wiki/Einheitskreis
Complex numbers
21
Numbers in the complex plane can be represented by polar coordinates
y
How does the tansformation between polar and cartesian coordinates work?
Complex numbers 22
y
ϕ x
Complex numbers 23
Summary: We need the arctangent in order to convert algebraic coordinates into
polar coordinates
Complex numbers 24
Compute polar coordinates from algebraic form
The polar coordinates (r,ϕ) of a complex number z = x + iy ∈ C can be computed from its algebraic form
as follows:
p
• r = x2 + y2 ∈ R≥0 is the distance of z to the origin (0,0).
• ϕ ∈ (−π,π] is the angle with tan(ϕ) = yx . It can be computed using the following formula:
y
x > 0, i.e. x in the
1st or 4th quadrant
arctan x for
x for x < 0, y > 0, i.e. x in the 2nd quadrant
=y
ϕ x − π for x < 0, y < 0, i.e. x in the 3rd quadrant
Complex numbers 26
Determine the polar coordinates and the polar form of the complex numbers z1 = 1,
1
z2 = i, z3 = −i, z4 = 1 − i.
2
(Using a geometric reasoning, there is no need for the arctangent function here).
3
Complex numbers 27
Review question
Algebraic form from polar form
z
.
Complex numbers 28
In the complex numbers, trigonometric and exponential functions are closely linked
by Euler’s formula
We will now transform the polar form into the exponential form which is particularly useful for
multiplying complex numbers. To do so, we will replace the trigonometric functions by the complex
exponential function using the Euler formula:
• The exponential function exp can be extended from the real numbers to the complex numbers,
i.e. complex arguments can be inserted in the function.
Complex numbers 29
z
z = r · eiϕ.
Complex numbers 30
Review question
Algebraic form from exponential form
Determine the algebraic form of
z.
Complex numbers 31
Review question
Exponential form from algebraic form
Determine the exponential form of
√ √
z=7 2+i·7· 2.
Complex numbers 32
Multiplication and division can be expressed very easily using the exponential form
When doing calculations with the complex exponential function, the common exponential laws continue
to hold. In particular,
Complex numbers 33
Summary: Multiplication and division of complex numbers in exponential form
Multiplication and division of complex numbers in exponential form
• The product of two complex numbers z1 = r1eiϕ1 and z2 = r2eiϕ2
can be computed as
Thus, the multiplication of complex numbers has the following geometric interpretation:
• Multiply absolute values, • Add angles.
z1 r1 i(ϕ1−ϕ2)
= · e . z2 r2
Thus, the geometric interpretation of division is
• Divide absolute values, • Subtract angles.
Summary: Complex conjugation in exponential form
Complex conjugation in exponential form
Complex numbers 34
The complex conjugation of a number z = reiϕ in exponential form is given by
z .
Geometrically, this means that the absolute value remains unchanged while the angle changes its sign.
Complex numbers 35
Review question
Multiplication, division and complex conjugation of complex numbers in exponential form
Let
z1 = 2ei π3 , z2 = −2, z3 = −i.
Compute in exponential form:
1 z1 · z2
2
2
3 z 1 · z 3∗
z z3
Review question
Geometric action of function
Consider the function f : C→C, z 7→ z3.
Complex numbers 36
Table of contents
2 Applications
Algebraic equations
Superposition of harmonic oscillations
• The starting point of this chapter on complex numbers was the equation
z2 = −1
• With the introduction of i we now dispose of two solutions i and −i for this equation.
• We are now going to extend this stepwise:
• Taking arbitrary n-th roots
• Fundamental theorem of algebra for polynomials for degree n.
Using the exponential form of complex numbers it is easy to see that in C arbitrary
n-th roots exist
zn = c.
• Geometrically, the solutions lie on a circle around the origin in the complex plane with√
radius n r. They mark a regular n-polygon on this circle.
Not only n-th roots can be found in the complex numbers. In fact, the following very strong result holds:
with n ∈ N and complex coefficients a0, ... , an ∈ C; an 6= 0 has at least one solution C, in other words:
Any non-constant polynomial pn(z) with complex coefficients has at least one complex zero.
Comments
• Unfortunately, the fundamental theorem only ensures the existence of zeros, however it does not
clarify how to find them.
As early as 1826 N.H. Abel showed that for polynomials of degree at least 5 there is no closed
algebraic formula (similar to the p/q-formula) to compute zeros of a polynomial.
Using the fundamental theorem of algebra it is easy to show that any complex
polynomial splits into linear factors
This process is called linear factorization of a polynomial. Up to the order of the factors, the linear
factorization is unique. Of course, a linear factor can arise more than once.
Review question
Factorization of a polynomial of degree 3
Determine the linear factorization of the polymial
2 Applications
Algebraic equations
Superposition of harmonic oscillations