Complex Numbers
Complex Numbers
2023
CONTENTS 1
Contents
1 Complex numbers 1
1.1 Complex numbers . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Real and imaginary part . . . . . . . . . . . . . . . . . . . . . 2
1.3 Addition and subtraction . . . . . . . . . . . . . . . . . . . . 3
1.4 Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5 Fractions and division . . . . . . . . . . . . . . . . . . . . . . 6
1.6 Exponentiation . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.7 Complex conjugation . . . . . . . . . . . . . . . . . . . . . . . 8
1.8 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3 Complex equations 22
3.1 Soving equations . . . . . . . . . . . . . . . . . . . . . . . . . 22
3.2 The Power Equation . . . . . . . . . . . . . . . . . . . . . . . 25
3.3 Equations involving the exponential funtion . . . . . . . . . . 27
3.4 Polynomial equations . . . . . . . . . . . . . . . . . . . . . . . 28
3.5 Quadratic equations . . . . . . . . . . . . . . . . . . . . . . . 29
3.6 The fundamental theorem of algebra . . . . . . . . . . . . . . 31
3.7 Division with remainder . . . . . . . . . . . . . . . . . . . . . 33
3.8 Cardano’s formula [not for exam] . . . . . . . . . . . . . . . . 37
3.9 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
1 Complex numbers 1
1 Complex numbers
The equation
x2 = −1
does not have a solution in the real numbers. Already in the sixteenth
century it became clear that having a solution x to this equation would
make various computations easier and lead to the determination of solutions
of not only quadratic equations like x2 = −1 or x2 + 2x + 10 = 0, but also
cubic ones like x3 + x + 1 = 0. The most famous ones are the formulas of
Cardano, providing solutions to arbitrary cubic equations. See Section 3.8.
So, we introduce a new number (which is not real) with the name i satisfying
i2 = −1.
At first, this may look weird. But introducing new numbers is something
we have seen before. Indeed, think of the introduction of zero or negative
integers. We started with counting objects and learned about 1, 2, 3, . . . , the
positive integers. The numbers 0, −1, −2, . . . were introduced later. They
have been introduced as solutions to equations of the form
x+a=b
ax + b = c,
ax2 + bx + c = 0.
Finally irrational numbers like π or e have been introduced. All these num-
bers are real numbers. But now we enter the new world of complex numbers.
These extensions correspond to the following chain of sets of numbers:
N ⊆ Z ⊆ Q ⊆ R ⊆ C.
Here N denotes the set of natural numbers, Z the set of integers, Q the set
of rational numbers (i.e. fractions), R the set of real numbers and finally C
denotes the set of complex numbers.
1.1 Complex numbers 2
1.1.1 Examples.
2 = 2 + 0 · i.
1 + i is short for the complex number 1 + 1 · i.
i − 1 is the same as the complex number −1 + i.
√ √
i 3 is short for the complex number 0 + 3 · i.
Re(a + bi) = a
and
Im(a + bi) = b.
1.2.1 Examples.
√
Re(i 3 + 2) = 2.
Im(7 − 6i) = −6. Pay attention: the imaginary part is itself a real number.
The numbers 3 + 4i and 3 + 5i are different because their imaginary parts
are different: Im(3 + 4i) = 4 ̸= 5 = Im(3 + 5i).
√ √ √
The complex number i 3 is purely √ imaginary: Re(i 3) = 0, but 1 + i 3 is
not purely imaginary: Re(1 + i 3) = 1 ̸= 0.
The real part of the sum is the sum of the real parts of the two original
complex numbers. The imaginary part of the sum is the sum of the imagi-
nary parts of the two complex numbers. In a similar way we can define the
difference of two complex numbers:
(a + 0 · i) + (c + 0 · i) = (a + c) + (0 + 0)i = (a + c) + 0 · i.
1.4 Multiplication
i2 = −1.
So, for the product (a + bi)(c + di) of the two complexe numbers a + bi and
c + di we find
1.4.1 Definition. The product of the complex numbers a+bi and c+di is defined
as:
(a + bi) · (c + di) := ac − bd + (ad + bc)i.
(Notice that we often do not write the multiplication symbol · and write
(a + bi)(c + di) for (a + bi) · (c + di).)
It is now straightforward to check the following rules for addition and mul-
tiplication. Let a + bi, c + di and e + f i be three complex numbers. Then
we have
1.4 Multiplication 5
So, the real number ac is the product of the two complex numbers a and c.
We can also use the common rules for multiplication together with i2 = −1:
ai · bi = ab · i2 = ab · −1 = −ab.
The number 1
z is also denoted by z −1 or 1/z and is called the inverse of z.
For all complex numbers w and z ̸= 0 we define
w 1
=w· .
z z
This definition is inspired by the following:
(a + bi)(a − bi) = a2 + b2 .
1+i
1.5.2 Example. Calculate .
2+i
We can use the definition for w/z, but it can be done differently. If we
come across a fraction with denominator a + bi, multiply numerator and
denominator by a − bi. According to the second calculation rule, the value
of the fraction does not change. The trick is that (a + bi)(a − bi) is a real
number: (a + bi)(a − bi) = a2 − (bi)2 = a2 + b2 . We illustrate this method
by means of an example.
1+i (1 + i)(2 − i)
=
2+i (2 + i)(2 − i)
2 − i + 2i − i2
=
22 + 12
3+i
=
5
3 1
= + i.
5 5
1.6 Exponentiation
1.6.1 Definition. For every complex number z and for every positive integer n
the n-th power of z is defined as
n times
n
z }| {
z = z · z · z···z.
z 0 = 1.
1
zn = if n < 0.
z −n
The usual exponentiation properties are also valid for complex numbers. We
mention a few:
z m · z n = z m+n ,
(z m )n = z mn ,
(zw)n = z n wn
1.7 Complex conjugation 8
We may think that once we start defining negative exponents, we will im-
mediately continue with fractions as exponents, but that is disappointing.
√
Just consider (3 − 4i)1/2 or 3 − 4i. If we try to define this number we are
looking for a complex number z with z 2 = 3 − 4i. There are two solutions:
z = 2 − i and z = i − 2. Which one should we use?
This is similar to the square root of a positive real number. There are two
solutions of the equation x2 = 4, namely x√= 2 and x = −2. We then choose
the positive solution as the definition of 4. But none of the solutions of
z 2 = 3 − 4i is positive. There is also no other way to come up with a
sensible√ordering of the complex numbers so that we can unambiguously
define 3 − 4i. Therefore, we define powers of complex numbers only for
integer exponents.
1.6.4 Example. Take z from the previous example. Define z1 = z 2 , then the
cube of z1 is also equal to 1:
3 2
z13 = z 2 = z 6 = z 3 = 12 = 1.
Properties
A complex number z is real if and only if z = z.
z+z
Re(z) = .
2
z−z
Im(z) = .
2i
If z = a + bi, then z · z = a2 + b2 .
z = z.
z + w = z + w.
b − w = z − w.
zw = z · w.
z/w = z/w.
z n = (z)n for all integer exponents n.
The expression zz is useful in many calculations. An example of this can be
found when writing 1/z in standard form. Indeed, for z = a + bi we have:
1 1 z z a − ib a b
= · = = 2 2
= 2 2
− 2 i.
z z z zz a +b a +b a + b2
1.7.2 Example. The conjugate of 2 + 3i is 2 − 3i. The conjugate of 1 − 2i is
1 + 2i. The conjugate of i is −i.
√ √ √
1.7.3 Example. The conjugate of 2 is 2, because 2 is a real number.
1+i
1.7.4 Example. Calculate .
2+i
1+i (1 + i)(2 + i)
=
2+i (2 + i)(2 + i)
(1 + i)(2 − i)
=
22 + 12
3+i
=
5
3 1
= + i.
5 5
1.8 Exercises 10
1.8 Exercises
1.8.1 Exercise. Write the following sums and differences of complex numbers in
the form a + bi, where a, b ∈ R.
a. (1 + i) + (3 − i)
b. (1 + 2i) + (2 + i)
c. (2 − i) − (2 + i)
d. (3 + 2i) + (1 + 2i)
1.8.2 Exercise. Write the following products of complex numbers in the form
a + bi, where a, b ∈ R.
a. (1 + i)2
b. (1 + 2i)(2 + i)
c. (2 − i)(2 + i)
d. (3 + 2i)(1 + 2i)
1.8.3 Exercise. Write the following fractions of complex numbers in the form
a + bi, where a, b ∈ R.
1
a. (1+i)2
1+2i
b. 2+i
2−i
c. 2−i
3+2i
d. 1+2i
2 The complex plane 11
A complex number can be seen as a point in the plane. The complex number
a + bi then corresponds to the point with coordinates (a, b). This way we
can think of the set of complex numbers as the set of points in R2 .
So, while complex numbers are simply points in the plane, several concepts
get other names referring to the complex numbers. The plane itself is now
called the complex plane. The x-axis is called real axis, and the y-axis is
called imaginary axis. The positive real axis is the portion of the x-axis
with points with a positive x-coordinate, and the negative real axis is the
portion of the x-axis with points with a negative x-coordinate.
From now the point (0, 0) is called 0, and the point (1, 0) is called 1 and the
point (0, 1) is called i.
The x-coordinate of a complex number z is the real part of z, and the
y-coordinate is the imaginary part.
Imaginary axis
3
3 + 2i
2
Real axis
−4 −3 −2 −1 1 2 3 4
−1
−2
−3
−4
Real axis
z − w = z + (−w).
Imaginary axis
Real axis
z−w
−w
Imaginary axis
|z|
arg(z)
Real axis
√
From the Pythagorean theorem it follows that |z| = a2 + b2 . Note that
|z|2 = a2 + b2 = zz.
The argument is measured in radians unless explicitly stated otherwise. The
argument of 0 is not defined.
The measurement of the argument is made from the positive real axis to z.
If we turn it to the left (that is, counterclockwise), the argument is positive.
And if we rotate clockwise (i.e. clockwise), the argument is negative.
2.4 Polar coordinates and multiplication 14
When determining the angle, it is allowed to make one or more extra turns.
This makes no difference to the final direction in which z lies. So the argu-
ment is determined up to an integer multiple of 2π.
We can always find one (but no more than one) value for the argument in
the interval (−π, π]. This is called the principal value of the argument.
√
2.3.2 Example. The absolute value of i is 1: |i| = 02 + 12 = 1. The argument
is the angle that the imaginary axis makes with the real axis, where we start
at the real axis. If we rotate counterclockwise, the angle is 90◦ = π2 radians.
If we turn clockwise, the angle is 270◦ = 3π 2 radians. So we can say both
arg(i) = π2 and arg(i) = − 3π2 . But arg(i) = 5π
2 is also allowed.
There are actually infinitely many possible values for arg(i): for every integer
k holds arg(i) = π2 + 2kπ. There is exactly one principal value of arg(i),
namely π2 .
2.3.3 Example. For a complex number x on the positive real axis holds: |x| = x
and arg(x) = 0.
2.3.4 Example. The principal value of the argument of z is the smallest angle
that determines the direction of z. Only if a complex number x is on the
negative real axis are these angles equal. In that case arg(x) = π applies,
but arg(x) = −π is also good. By definition, the principal value is equal to
+π. This choice is arbitrary and has no further meaning.
and
w = s(cos(θ) + i sin(θ)).
Then for their product we find, using trigonometric formulas for sin(ϕ + θ)
and cos(ϕ + θ):
In other words:
|zw| = |z| · |w|
and
arg(zw) = arg(z) + arg(w).
Imaginary axis zw
w z
arg(z)
arg(w)
arg(z)
Real axis
z = r(cos(ϕ) + i sin(ϕ))
and
w = s(cos(θ) + i sin(θ)),
where r = |z|, s = |w|, ϕ = arg(z) and θ = arg(w). Then the representation
in polar coordinates of z/w is equal to
z r
= (cos(ϕ − θ) + i sin(ϕ − θ)).
w s
In other words:
z |z|
=
w |w|
and
arg(z/w) = arg(z) − arg(w) + 2kπ
for some integer k.
A special case is 1/z. In that case applies
1 1 1
= (cos(0 − ϕ) + i sin(0 − ϕ)) = (cos(ϕ) − i sin(ϕ)).
z r r
|z| = 2
π
arg(z) =
3
2.6 Polar coordinates and exponents 18
and
|w| = 3
π
arg(z) =
6
Calculate z/w.
For the quotient z/w holds
|z| 2
|z/w| = = ,
|w| 3
π π π
arg(z/w) = arg(z) − arg(w) = − = .
3 6 6
So
1√ 1√
z 2 2 1 1
= (cos(π/6) + i sin(π/6)) = 3+ i = 3 + i.
w 3 3 2 2 3 3
z = r(cos(ϕ) + i sin(ϕ)),
2.6.1 Example. The advantage of using polar coordinates only comes into its
own with large exponents. Suppose we want to calculate (1 + i)20 . If we
were to do this the usual way, we would have to eliminate parentheses in
the expression
(1 + i)(1 + i) · · · (1 + i) .
| {z }
20 times
2.7 Polar coordinates and conjugates 19
It is clear that this is hopeless work. But with the help of polar coordinates
it is becomes straightforward.
First we write 1 + i using polar coordinates:
√
1 + i = 2(cos(π/4) + i sin(π/4)).
Then
√ 20 π π
(1 + i)20 = 2 (cos(20 · ) + i sin(20 · ))
4 4
20
= 21/2 (cos(5π) + i sin(5π))
= 210 (−1 + 0 · i) = −210 = −1024.
Let
z = r(cos(ϕ) + i sin(ϕ)),
Then the representation in polar coordinates of the conjugate z is equal to
z = r(cos(ϕ) − i sin(ϕ)).
Note that cos(−ϕ) = cos(ϕ), and that sin(−ϕ) = − sin(ϕ). So we can also
write:
z = r(cos(−ϕ) + i sin(−ϕ)).
In other words:
|z| = |z|
and
arg(z) = −arg(z).
Exp(z) = ez
Notice that when we restrict the function Exp to the real axis R, then it is
just the well known real exponential function.
eiπ + 1 = 0
|ez | = ea ;
ez+w = ez · ew .
ez = ez
e−z = 1
ez .
Furthermore we find
2.9 Exercises 21
eib +e−ib
cos(b) = 2
eib −e−ib
sin(b) = 2i
We can also extend the latter formulas to extend the functions cos and sin
to complex functions where for all z ∈ C we have
2.9 Exercises
1
2.9.1 Exercise. Draw the numbers z, z and z in the complex plane, where z
equals:
a. 1 + i
√
b. 2 + i2 3
√
c. 3 + i
1√
d. 1+i 3
2.9.2 Exercise. Determine the modulus and the argument of the following com-
plex numbers.
a. 1 + i
√
b. 1 + i 3
1√
c. 1+i 3
d. 4 − 4i
e. (1 + i)5
√
f. ( 3 + i)7
1
g. (1−i)4
2.9.3 Exercise. Write the following complex numbers in the form a + bi:
a. e1−i
3 Complex equations 22
b. e2−iπ
π
c. eln(2)+i 3
d. ei
e. cos(i)
f. sin(π + i)
g. cos(iπ)
2.9.4 Exercise. Write the following complex numbers in the form ea+bi :
a. 3i
b. 4 + 4i
√
c. 1 + i 3
d. 1 − i
2.9.5 Exercise. Determine the modus and argument of yje following complex
numbers, and draw them in the plane.
√
a. 3 − 2i
√
b. − 3 − 2i
√ √
c. ( 3 − 2i) + 3 − 2i
√ √
d. ( 3 − 2i) · ( 3 − 2i)
3 Complex equations
Complex numbers come in handy when solving equations. The real numbers
sometimes fall short in that respect. The equation z 2 = −1 has no real
solutions, but does allow for complex ones.
3.1 Soving equations 23
This yields a system of two equations with two unknowns Re(z) and Im(z).
However, it is not always necessary to split the equation into the real and
imaginary parts, as we can see in the first example.
There are endless types of equations, each with its own solution method.
On this site we will review the most important ones. On this page we give
some examples, so that we can get a taste for it.
2z − iz = 5.
(2 − i)z = 5.
5 5(2 + i) 5(2 + i)
z= = = = 2 + i.
2−i (2 − i)(2 + i) 5
So there are infinitely many solutions. The solutions form a line, namely
the line through 0 and 1 + i.
Suppose
ez = ez .
Then
ez−z = 1
from which it follows that
e2i·Im(z) = e0 .
Hence 2Im(z) = 2kπ and Im(z) = kπ with k ∈ Z.
ez = i · eiz .
As i = eiπ/2 we find
ez = eiπ/2 · eiz = eiπ/2+iz ,
from which it follows that
ez−iπ/2−iz = 1.
But then
(1 − i)z − iπ/2 = 2kπ · i
and
iπ 1 (i − 1)π 1
z= · ( + 2k) = · ( + 2k)
1−i 2 2 2
with k ∈ Z.
3.4 Polynomial equations 28
an z n + an−1 z n−1 + · · · + a2 z 2 + a1 z + a0 ,
an z n + an−1 z n−1 + · · · + a2 z 2 + a1 z + a0 = 0,
an z n + an−1 z n−1 + · · · + a2 z 2 + a1 z + a0 = 0,
if
an un + an−1 un−1 + · · · + a2 u2 + a1 u + a0 = 0.
A solution u is also called a zero of the polynomial an z n +· · ·+a2 z 2 +a1 z+a0 .
(z − 1)(z 5 + z 4 + z 3 + z 2 + z + 1) = z 6 − 1.
So
z6 − 1
z5 + z4 + z3 + z2 + z + 1 = .
z−1
The complex number ζ is the point on the unit circle with argument π/6,
so ζ 6 = 1, and with that we calculate easily
ζ6 − 1 1−1
ζ5 + ζ4 + ζ3 + ζ2 + ζ + 1 = = 1 1 √ = 0.
ζ −1 −2 + 2i 3
(z + 21 α)2 = z 2 + 2 · 12 αz + 41 α2 = z 2 + αz + 14 α2 ,
So
z 2 + αz = (z + 12 α)2 − 41 α2 .
This explains the name completing squares: we wrote z 2 + αz as a sum of a
square (namely (z + 12 α)2 ) and a constant (− 14 α2 ).
3.5 Quadratic equations 30
Before we can complete the square, we must first divide the quadratic equa-
tion by a.
az 2 + bz + c =0 ⇔
2 b c
z + az + a =0 ⇔
z 2 + ab z = − ac ⇔
2 2
z + 12 ab − 14 ab = − ac ⇔
b
2 1 b 2
c
z + 2a =4 a −a
2 −4ac
= b 4a 2
(2az + b)2 = D.
u2 = D.
p
−b ± ρ |D|
z=
2a
This is the abc formula for complex quadratic equations.
Note that if D = 0 the abc formula also yields the solution −b/2a.
3.5.1 Example. If a, b and c are real numbers, the discriminant D is also real.
For D ⩾ 0 s = |D| = D and θ = arg(D) = 0, so ρ = 1. The abc formula
then becomes √
−b ± D
z= ,
2a
The old familiar abc formula as we learned it for real coefficients.
3.6 The fundamental theorem of algebra 31
For D < 0 the real abc formula gives no solutions, but the complex one does.
In that case s = |D| = −D and θ = arg(D) = π, so ρ = cos π2 + i sin π2 =
If all coefficients are real, and the degree is odd, then there is at
least one real zero.
Or
1√ 1√
r r
3 1 3 1
− + 69 + − − 69 ≈ −1.3247.
2 18 2 18
There are two more zeros, but they are not real.
3.6.4 Example. Note: it is not the case that fifth- or higher-degree polynomials
do not have zeros, or that these zeros cannot be written using square root
functions. The Abel-Ruffini theorem says that there is no general root
formula. The fifth-degree polynomial z 5 − 15z 4 + 85z 3 − 225z 2 + 274z − 120
has five real zeros, namely the numbers 1, 2, 3, 4 and 5.
Just like with integers, we can also divide polynomials by each other. The
division produces a quotient and a remainder. The method is called long
division, and the method is basically the same as the long division on whole
numbers. We explain long division with polynomials using an example.
We want to divide 2z 3 − 3z 2 + 2 by z 2 − 1. We start like this:
z 2 − 1 / 2z 3 − 3z 2 + 2 \
z 2 − 1 / 2z 3 − 3z 2 + 2 \
The quotient of the boxed terms is 2z 3 /z 2 = 2z, put this to the right of the
right slanted steep:
z 2 − 1/ 2z 3 − 3z 2 + 2 \ 2z
The expression 2z will turn out to be one of the terms of the quotient. We
multiply this by the polynomial z 2 − 1:
2z · (z 2 − 1) = 2z 3 − 2z
We write this under the middle polynomial. We have written the polynomi-
als so that terms with equal degree are below each other. There is no term
with z, so we write an artificial term 0 · z:
z 2 − 1 / 2z 3 − 3z 2 + 0z + 2 \ 2z
2z 3 − 2z
z 2 − 1 / 2z 3 − 3z 2 + 0z + 2 \ 2z
2z 3 − 2z
− 3z 2 + 2z + 2
3.7 Division with remainder 34
We repeat the steps just made. This creates a “tail” of polynomials, which
explains the name.
We again frame the highest degree terms. Divide the boxed terms: −3z 2 /z 2 =
−3, and write the result on the right: Multiply z 2 − 1 by −3, and write this
at the bottom of the tail:
z 2 − 1 / 2z 3 − 3z 2 + 0z + 2 \ 2z − 3
2z 3 − 2z
− 3z 2 + 2z + 2
− 3z 2 + 3
and subtract:
z 2 − 1 / 2z 3 − 3z 2 + 0z + 2 \ 2z − 3
2z 3 − 2z
− 3z 2 + 2z + 2
−3z 2 + 3
2z − 1
Now we can’t go any further:
z 2 − 1 / 2z 3 − 3z 2 + 0z + 2 \ 2z − 3
2z 3 − 2z
− 3z 2 + 2z + 2
−3z 2 + 3
2z − 1
The quotient of 2z/z 2 no longer yields the power of z that we used with
the quotient on the right can add to the long division. In general, we stop
when the degree of the polynomial at the bottom of the tail is 0, or when
the degree smaller is than the degree of the polynomial we are dividing by.
The polynomial to the right of the right bar is the quotient, and the poly-
nomial at the bottom of the tail is the remainder .
If we divide a polynomial p(z) by f (z) with long division, and the result is
a quotient q(z) and a remainder r(z), then
The polynomial q(z) and r(z) can be obtained as quotient and remainder,
respectively, of long division of p(z) by f (z).
z − 1 / z2 −1\z+1
2
z −z
z−1
z−1
0
In this case the remainder is 0. That in itself is not strange, after all z 2 −1 =
(z + 1)(z − 1) holds.
p(z) = (z − α)q(z)
with q(z) another polynomial, that α is a zero of p(z). Just enter α in p(z):
p(z) = (z − α)q(z) + c
z − 1 / z 3 − 2z 2 + 1 \ z2 − z − 1
3
z − z 2
− z2 +1
−z 2 + z
−z+1
−z + 1
0
So q(z) = z 2 − z − 1. This is a quadratic polynomial, whose zeros can be
determined with the abc formula:
√
1± 5 1 1√
z= = ± 5.
2 2 2
So the linear factorization of q(z) is
1 1√ 1 1√
q(z) = (z − + 5)(z − − 5),
2 2 2 2
and the factorization of p(z) is thus
1 1√ 1 1√
p(z) = z 3 − 2z 2 + 1 = (z − 1)q(z) = (z − 1)(z − + 5)(z − − 5).
2 2 2 2
z − 1 / z 4 − 2z 3 + 2z 2 − 2z + 1 \ z 3 − z 2 + z − 1
z4 − z3
− z 3 + 2z 2
− z3 + z2
z 2 − 2z
z2 − z
−z+1
−z+1
0
So z 4 − 2z 3 + 2z 2 − 2z + 1 = (z − 1)(z 3 − z 2 + z − 1)
Of the quotient z 3 − z 2 + z − 1, 1 is again a zero, and we divide the factor
z − 1 again:
z − 1 / z3 − z2 + z − 1 \ z2 + 1
z3 − z2
z−1
z−1
0
So z 3 − z 2 + z − 1 = (z − 1)(z 2 + 1).
Finally, we factor z 2 + 1:
z 2 + 1 = (z − i)(z + i)
az 3 + bz 2 + cz + d = 0,
3.8 Cardano’s formula [not for exam] 38
c b2
p= − 2
a 3a
and
d 2b3 − 9abc
q= + .
a 27a3
A solution of the equation is now given by
s r s r
b 3 q p3 q 2 3 q p3 q2
z=− + − + + + − − + .
3a 2 27 4 2 27 4
Here we can immediately see what the problem is with Cardano’s formula:
we need to search for a complex number u with the property u3 = 65 + 142i.
One solution is u = 5 + 2i. All solutions can be written as ρk (5 + 2i) with
k = 0, 1 or 2. This means that all solutions are given by
3.9 Exercises
a. 5z = 2iz + 3
b. (1 + i)z = (1 − i)z + i
c. z − iz = 1
a. 5z 2 = 2z − 3
b. (1 + i)z 2 = (1 − i)z + i
3.9 Exercises 40
c. z 2 − iz 2 = 1
a. z 5 + 1 = 0
b. z 3 + 3z 2 + 3z + 1 = 0
√
c. z 6 = 1 + i 3
d. z 7 − z 3 = 0
a. zz = |(1 − z)2 |
b. zz = (1 − z)2
a. |z − 1 − i| = |z + 1 + i|
b. |z 2 − 1| = |z − 1|2
c. |z − 1| ⩽ |z − 2i|
a. (4 + 3i)z + (4 − 3i)z = 10
b. |z − 3i| = |4 + 2i|
c. (1 + i)z = (2 − i)z
d. |z + i| = |z − 1|
3.9.8 Exercise. Give a real polynomial p(z) of degree 3, with the property that
1 and 1 + i are roots of p(z).
a. z 3 + 1
b. z 4 − 16
c. z 3 + −2z 2 + 4z − 8
d. z 3 + 3iz 2 − 2z
42