Introduction
Contents
Introduction#
Complex numbers#
In complex analysis we are dealing with the set of complex numbers \(\mathbb{C}\) which are ordered pairs of the form \((x, y)\), where \(x\) and \(y\) are real numbers. If we introduce the imaginary unit \(i = \sqrt{-1}\) we can write it in its rectangular form:
Every complex number \(z = x + iy\) has a real part Re\(z = x\) and an imaginary part Im\(z = y\). Sometimes \(\mathfrak{R}(z)\) and \(\mathfrak{I}(z)\) are used instead of Re and Im. Two complex numbers \(z_1\) and \(z_2\) are equal iff their real and imaginary parts are equal,
If Re\((z) = 0\) and Im\((z) \neq 0\) we say that \(z\) is pure imaginary. On the other hand, if Im\((z) = 0\) and Re\((z) \neq 0\) we recover the pure real number \(x\). Therefore, we identify real numbers as complex numbers whose imaginary part is equal to 0, so \(\mathbb{R}\) is a subset of \(\mathbb{C}\), i.e. \(\mathbb{R} \subset \mathbb{C}\).
Complex algebra#
Addition and multiplication#
Adding complex numbers is performed by adding real and imaginary parts separately:
Multiplying two complex numbers is done by expanding the brackets and grouping real and imaginary parts:
Complex conjugate#
For every complex number \(z = x + iy\) we define its complex conjugate \(z^*\) or \(\overline{z}\) by changing the sign of its imaginary part:
This is an involutory operation since \( (z^*)^* = z \) with the following properties:
We can write the real and imaginary parts of \(z\) using the complex conjugate:
Modulus#
To every complex number \(z\) we assign a modulus (absolute value) \(| z |\), a non-negative real number defined as:
Zero is the only complex number whose modulus is 0.
Properties
The modulus of a complex number satisfies the following properties:
Division#
We divide a complex number \(z_1\) by another complex number \(z_2 \neq 0\) by expanding the fraction such that the denominator becomes a real number. We do this by multiplying both the numerator and the denominator by \(z_2^*\) (see the last property of a modulus above).
Multiplicative inverse#
Let us find the reciprocal of a complex number \(z = x + iy\):
Powers and roots#
Some operations are quite tedious and much more difficult to perform on complex numbers in their rectangular form \(z = x + iy\). Raising a complex number to some power and taking a root are one of such operations. We will therefore show the formula here for these operations for a complex number in its Trigonometric form (we introduce this in the next notebook).
Let \(w = z^{1/n} \), then
where \(k \in \mathbb{Z}\).