Complex numbers are not just useful when
solving polynomial equations but play an important role in many
fields of mathematical analysis. With the help of complex functions
transformations of the plane can be expressed, solution formulas
for differential equations can be obtained, and matrices can be
classified. Not least, fractals can be defined by complex iteration
processes. In this section we introduce complex numbers and then
discuss some elementary complex functions, like the complex
exponential function. Applications can be found in
Chaps. 9 (fractals), 20 (systems of differential
equations) and in Appendix B (normal form of matrices).
4.1 The
Notion of Complex Numbers
The set of complex numbersrepresents
an extension of the real numbers, in which the polynomial
has a root. Complex numbers can be introduced as pairs
(a, b) of real numbers for which addition and
multiplication are defined as follows:
The real numbers are considered as the subset of all pairs of the
form . Squaring the pair (0, 1) shows
that
The square of (0, 1) thus corresponds to the real number
. Therefore, (0, 1) provides a
root for the polynomial . This root is denoted by ; in other
words
Using this notation and rewriting the pairs (a, b) in the form , one obtains a computationally more
convenient representation of the set of complex numbers:
The rules of calculation with pairs (a, b) then simply amount to the common
calculations with the expressions like with terms with the additional rule that
:
So, for example,
Definition 4.1
For the complex number ,
denote the real partand the imaginary
part of z, respectively.
Thereal number
is the absolute value (or
modulus) of z, and
is the complex conjugate to
z.
A simplecalculationshowsthat
which means that is always a real number. From this we
obtain the rule for calculating with fractions
It is achieved by expansion with the complex conjugate of the
denominator. Apparently one can therefore divide by any complex number not equal to zero, and the set
forms a field.
Experiment 4.2
Type in MATLAB: z = complex(2,3)
(equivalently z = 2+3*i or
z = 2+3*j)
as well as w =
complex(-1,1) and try out the commands z * w,
z/w as
well as real(z), imag(z), conj(z), abs(z).
Clearly every negative real x has two square roots in , namely and . More than that the fundamental theorem of algebra says that
is algebraically closed. Thus every
polynomial equation
with coefficients has n complex solutions (counted with their
multiplicity).
Example 4.3
(Taking the square root of complex
numbers) The equation can be solved by the ansatz
so
If one uses the second equation to express y through x and substitutes this into the first
equation, one obtains the quartic equation
Solving this by substitution one obtains the two real solutions.
In the case of , either x or y equals zero depending on the sign of
a.
The
complex plane. A geometric representation of the complex
numbers is obtained by identifying
with the point in the coordinate plane
(Fig. 4.1). Geometrically is the distance of point (x, y) from the origin; the complex conjugate
is obtained by reflection in the
x-axis.
Fig.
4.1
Complex plane
The polar representation of a complex number
is obtained like in Application 3.4 by
The angle to the positive x-axis is
called argument of the
complex number, whereupon the choice of
the interval defines the principal value of the
argument. Thus
The multiplication of two complex numbers , in polar representation corresponds
to the product of the absolute values and the sum of the angles:
which follows from the addition formulas
for sine and cosine:
An important tool for the representation of complex numbers and
functions, but also for the real
trigonometric functions, is given by the complex exponential function. For
this function is defined by
The complex exponential function maps to . We will study its mapping behaviour
below. It is an extension of
the real exponential function; i.e. if , then . This is in accordance with the
previously defined real-valued exponential function. We also use
the notation for .
The addition theorems for sine and
cosine imply the usual rules of calculation
valid for and . In contrast to the case when
z is a real number, the last
rule (for raising to powers) is generally not true, if n is not an integer.
Exponential function and polar
coordinates.According to the
definition the exponential function of a purely imaginary number
equals
Using , results in the especially simple form
of the polar representation
Taking roots is accordingly simple.
Example 4.4
(Taking square roots in complex polar
coordinates) If , then one
obtains the two solutions for z. For example, the problem
has the two solutions
and
Euler’s formulas. By addition and
subtraction, respectively, of the
relations
one obtains at once Euler’s formulas
They permit a representation of the real trigonometric functions by means of the complex exponential
function.
4.3 Mapping
Properties of Complex Functions
In this section we study the mapping
properties of complex functions. More precisely, we ask how their
effect can be described geometrically. Let
be a complex function, defined on a
subset D of the complex plane.
The effect of the function f
can best be visualised by plotting two complex planes next to each
other, the z-plane and the
w-plane, and studying the
images of rays and circles under f.
Example 4.5
The complex quadratic function maps to . Using polar coordinates one obtains
From this representation it can be seen that the complex quadratic
function maps a circle of radius r in the z-plane onto a circle of radius
in the w-plane. Further, it maps half-rays
with the angle of inclination onto half-rays with angle of
inclination (Fig. 4.3).
Fig.
4.3
The complex quadratic function
Particularly important are the mapping properties of the complex exponential
function because they form the basis for the
definition of the complex logarithm and
the root functions. If then . We always have that ; furthermore defines a point on the complex unit
circle which is unique for . If x moves along the real line then the
points form a half-ray with angle y, as can be seen in
Fig. 4.4.
Conversely, if x is fixed and
y varies between and one obtains the circle with radius
in the w-plane. For example, the dotted circle
(Fig. 4.4, right) is the image of the dotted straight
line (Fig. 4.4, left) under the exponential function.
From what has just been said it
follows that the exponential function is bijective on the domain
It thus maps the strip of width onto the complex plane without zero.
The argument of exhibits a jump along the negative
u-axis as indicated in
Fig. 4.4
(right). Within the domain D
the exponential function has an inverse function, the principal branch of the complex logarithm. From the representation one derives at once the relation
, . Thus the principal value of the
complex logarithm of the complex number w is given by
and in polar coordinates
respectively.
Fig.
4.4
The complex exponential function
With the help of the principal value of
the complex logarithm, the principal values of the nth complex root function can be defined by
Experiment 4.6
Open the applet 2D visualisation of complex functions and
investigate how the power functions , map circles and rays of the complex
plane. Set the pattern polar
coordinates and experiment with different sectors (intervals
of the argument with ).
Experiment 4.7
Open the applet 2D visualisation of complex functions and
investigate how the exponential function maps horizontal and vertical straight
lines of the complex plane. Set the pattern grid and experiment with different
strips, for example .
4.4
Exercises
1.
Compute , and |z| for each of the following complex
numbers z:
Perform these calculations in MATLAB as well.
2.
Rewrite the following complex numbers
in the form and sketch them in the complex plane:
What are the values of in radian measure?
3.
Compute the two complex solutions of
the equation
with the help of the ansatz and equating the real and the
imaginary parts. Test and explain the MATLAB commands
4.
Compute the two complex solutions of
the equation
in the form from the polar representation of
.
5.
Compute the four complex solutions of
the quartic equation
by hand and with MATLAB (command roots).
6.
Let . Check the formula by using the definition and applying
the addition theorems for the trigonometric functions.
7.
Compute for
Sketch w and z in the complex plane and verify your
results with the help of the relation and with MATLAB (command log).
8.
The complex sine and cosine functions
are defined by
for .
(a)
Show that both functions are periodic
with period , that is , .
(b)
Verify that, for ,
(c)
Show that if and only if , , and if and only if , .