Queste note sono basate sugli appunti fatti con Gianmarco Manzini negli anni 1995-2005

The complex number

Prerequisiti di algebra lineare

Autore/Autrice
Affiliazione

Enrico Bertolazzi

University of Trento, Department of Industrial Engineering

Introduction

Addition and Multiplication Operations on \Bbb{R}^2

Let’s consider the set \Bbb{R}^2 of all ordered pairs of real numbers:

\Bbb{R}^2 = \{(a, b) \mid a, b \in \Bbb{R}\}

Two ordered pairs (a, b) and (c, d) are equal if and only if:

(a, b) = (c, d) \quad \Leftrightarrow \quad a = c \text{ and } b = d

We define two operations on \Bbb{R}^2:

  • Addition: Given two elements (a, b) and (c, d) of \Bbb{R}^2, their sum is the element (a+c, b+d) of \Bbb{R}^2 defined by: (a, b) + (c, d) = (a+c, b+d) \tag{1}

  • Multiplication: Given two elements (a, b) and (c, d) of \Bbb{R}^2, their product is the element (ac-bd, ad+bc) of \Bbb{R}^2 defined by: (a, b) \cdot (c, d) = (ac-bd, ad+bc) \tag{2}

Remarks:

  • The operations of addition and multiplication defined on \Bbb{R}^2 extend the usual operations of addition and multiplication between real numbers, by identifying a real number a with the element (a, 0) of \Bbb{R}^2.

  • With these operations, the set \Bbb{R}^2 forms a field, known as the field of complex numbers.

where the addition and multiplication operations in the right-hand sides of equations Equazione 1 and Equazione 2 are the standard operations defined in the field of real numbers \Bbb{R}.

Example

(1,2) + (-2,3) = (-1,5)

(2,3)\cdot(1,-4) = (2+12,-8+3) = (14,-5)

Properties of the Addition Operation in \Bbb{R}^2

Let’s consider the addition operation in \Bbb{R}^2 defined in Equazione 1.

For every (a,b),(c,d),(e,f) \in \Bbb{R}^2, the following properties hold:

  1. Associative property:
    Addition is associative, that is: \left[(a,b)+(c,d)\right]+(e,f)=(a,b)+\left[(c,d)+(e,f)\right].

  2. Commutative property:
    Addition is commutative, that is: (a,b)+(c,d) = (c,d)+(a,b).

  3. Identity element:
    There is an identity element for addition, namely an element (0,0) such that: (a,b)+(0,0) = (0,0)+(a,b) = (a,b).

    We denote the identity element by the symbol \boldsymbol{0}.

  4. Inverse element:
    Every element (a,b) has an inverse, that is, an element (-a,-b) such that: (a,b)+(-a,-b) = (-a,-b)+(a,b) = (0,0).

Verification of the properties:

The properties stated above can be easily verified by using the properties of addition for real numbers. For example, to prove the associative property, we have:

\begin{aligned} \left[(a,b)+(c,d)\right]+(e,f) &= (a+c,b+d)+(e,f) \\ &= ((a+c)+e,(b+d)+f) \\ &= (a+(c+e),b+(d+f)) \\ &= (a,b)+(c+e,d+f) \\ &= (a,b)+\left[(c,d)+(e,f)\right]. \end{aligned}

It is easy to verify that this inverse is given by the pair (-a,-b).

The other properties can be proven in a similar way.

Properties of Multiplication in \Bbb{R}^2

The multiplication operation in \Bbb{R}^2 defined in Equazione 2 and repeated here:

(a,b) \cdot (c,d) = (ac-bd, ad+bc)

satisfies the following properties for every (a,b), (c,d), (e,f) \in \Bbb{R}^2:

  1. Associative property:
    Multiplication is associative, that is: \left[(a,b)\cdot(c,d)\right]\cdot(e,f) = (a,b)\cdot\left[(c,d)\cdot(e,f)\right]

  2. Commutative property:
    Multiplication is commutative, that is: (a,b)\cdot(c,d) = (c,d)\cdot(a,b)

  3. Identity element:
    There is an identity element for multiplication, namely the element (1,0) such that: (a,b)\cdot(1,0) = (1,0)\cdot(a,b) = (a,b) We denote the identity element by the symbol \boldsymbol{1}.

  4. Distributive property over addition:
    Multiplication is distributive over addition, that is: \left[(a,b)+(c,d)\right]\cdot(e,f) = (a,b)\cdot(e,f)+(c,d)\cdot(e,f)

Proof of the commutative property

To prove the commutative property, we consider:

\begin{aligned} (a,b)\cdot(c,d) &= (ac-bd, ad+bc) \\ &= (ca-db, cb+da) && \text{by the commutativity of} \atop \text{multiplication and addition in $\Bbb{R}$}\\ &= (c,d)\cdot(a,b) \end{aligned}

The other properties can be proven in a similar way, using the properties of addition and multiplication in \Bbb{R}.

The Field of Complex Numbers

Since the set

\Bbb{R}^\prime = \{ (a,0) \quad\vert\quad a \in \Bbb{R} \}

is contained in \Bbb{R}^2, and is easily identifiable (via a one-to-one correspondence) with \Bbb{R}, it is reasonable and useful to simply write a instead of (a,0) for each pair in \Bbb{R}^\prime. We also define the imaginary unit {\color{blue}\imath} as:

{\color{blue}\imath}\equiv (0,1),

and we can thus express every pair (a,b) \in \Bbb{R}^2 in the form:

(a,b) = (a,0) + (0,b) = a + (0,b) \cdot (1,0) = a + (b,0) \cdot (0,1) = a + {\color{blue}\imath}b.

With this notation, we observe that {\color{blue}\imath} satisfies the relation:

{\color{blue}\imath}^2 = -1.

We can now define the set of complex numbers.

Definition (Complex Numbers)

The set of complex numbers, denoted by \Bbb{C}, consists of pairs of real numbers on which the operations of addition and multiplication, defined in Equazione 1 and Equazione 2, have been introduced:

\Bbb{C} = \left( \Bbb{R}^2, +, \cdot \right).

The commonly used notation for a complex number z \in \Bbb{C} is:

z = a + {\color{blue}\imath}b, \qquad \text{with} \qquad a, b \in \Bbb{R},

where

a = \text{Re}\{z\} \quad \text{is called the real part of } z,

and

b = \text{Im}\{z\} \quad \text{is called the imaginary part of } z.

We note that \Bbb{R} \subset \Bbb{C}, since every real number a can be written as a = a + {\color{blue}\imath}\cdot 0. Moreover, the product of two complex numbers z_1 = a + {\color{blue}\imath}b and z_2 = c + {\color{blue}\imath}d follows the usual rules of polynomial multiplication. Indeed, the product z_1 \cdot z_2 can be expanded both algebraically:

(a + {\color{blue}\imath}b) \cdot (c + {\color{blue}\imath}d) = ac + {\color{blue}\imath}ad + {\color{blue}\imath}bc + {\color{blue}\imath}^2 bd = ac - bd + {\color{blue}\imath}(ad + bc),

and using the definition of multiplication in \Bbb{R}^2, yielding the same result.

The properties of the addition and multiplication operations introduced in \Bbb{C} show that \Bbb{C} is a commutative ring with a multiplicative identity.

We now aim to demonstrate that \Bbb{C} is also a field, meaning that every non-zero complex number has a multiplicative inverse. To this end, we introduce the notions of conjugate and modulus of a complex number.

Definition

Let z = a + {\color{blue}\imath}b. We define the conjugate of z as the complex number \overline{z} = a - {\color{blue}\imath}b.

Example

Some examples of the conjugation operation:

  • z = 1 + {\color{blue}\imath}\quad \overline{z} = 1 - {\color{blue}\imath}
  • z = 3{\color{blue}\imath}\quad \overline{z} = -3{\color{blue}\imath}
  • z = a \quad \overline{z} = a \quad \forall a \in \Bbb{R}

Properties of the Conjugation Operation

Let z = a + {\color{blue}\imath}b \in \Bbb{C}. The following properties hold:

  1. z + \overline{z} = 2a, from which it follows that \mathop{\mathrm{Re}}\left\{z\right\} = \dfrac{z + \overline{z}}{2}

  2. z - \overline{z} = 2{\color{blue}\imath}b, from which it follows that \mathop{\mathrm{Im}}\left\{z\right\} = \dfrac{z - \overline{z}}{2{\color{blue}\imath}}

  3. \overline{\left(\overline{z}\right)} = z

  4. \overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}

  5. \overline{z_1 \cdot z_2} = \overline{z_1} \cdot \overline{z_2}

  6. z = \overline{z} \quad \Longleftrightarrow \quad z \in \Bbb{R}

  7. z \cdot \overline{z} = a^2 + b^2 is a non-negative real number.

Let’s prove all the listed properties.

Let z_1 = a + {\color{blue}\imath}b and z_2 = c + {\color{blue}\imath}d. Consider the following properties:

  1. z + \overline{z} = 2a
    For z = a + {\color{blue}\imath}b, we have:

    z + \overline{z} = (a + {\color{blue}\imath}b) + (a - {\color{blue}\imath}b) = 2a.

    Thus, \mathop{\mathrm{Re}}\{z\} = \dfrac{z + \overline{z}}{2}.

  2. z - \overline{z} = 2{\color{blue}\imath}b
    Again for z = a + {\color{blue}\imath}b:

    z - \overline{z} = (a + {\color{blue}\imath}b) - (a - {\color{blue}\imath}b) = 2{\color{blue}\imath}b.

    Thus, \mathop{\mathrm{Im}}\{z\} = \dfrac{z - \overline{z}}{2{\color{blue}\imath}}.

  3. \overline{\left(\overline{z}\right)} = z
    For z = a + {\color{blue}\imath}b, the conjugate of \overline{z} = a - {\color{blue}\imath}b is:

    \overline{\left(\overline{z}\right)} = \overline{(a - {\color{blue}\imath}b)} = a + {\color{blue}\imath}b = z.

  4. \overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}

    For z_1 = a + {\color{blue}\imath}b and z_2 = c + {\color{blue}\imath}d:

    \begin{aligned} \overline{z_1 + z_2} &= \overline{(a + {\color{blue}\imath}b) + (c + {\color{blue}\imath}d)} \\ &= \overline{(a + c) + {\color{blue}\imath}(b + d)} \\ &= (a + c) - {\color{blue}\imath}(b + d) = \overline{z_1} + \overline{z_2}. \end{aligned}

  5. \overline{z_1 \cdot z_2} = \overline{z_1} \cdot \overline{z_2}
    For z_1 = a + {\color{blue}\imath}b and z_2 = c + {\color{blue}\imath}d:

    \begin{aligned} \overline{z_1 \cdot z_2} &= \overline{(a + {\color{blue}\imath}b) \cdot (c + {\color{blue}\imath}d)} \\ &= \overline{ac + ad{\color{blue}\imath}+ bc{\color{blue}\imath}- bd} \\ &= ac - bd - (ad + bc){\color{blue}\imath}. \end{aligned}

    Meanwhile:

    \begin{aligned} \overline{z_1} \cdot \overline{z_2} &= (a - {\color{blue}\imath}b) \cdot (c - {\color{blue}\imath}d)\\ &= ac - ad{\color{blue}\imath}- bc{\color{blue}\imath}+ bd\\ &= ac - bd - (ad + bc){\color{blue}\imath}. \end{aligned}

    The two expressions are identical, so \overline{z_1 \cdot z_2} = \overline{z_1} \cdot \overline{z_2}.

  6. z = \overline{z} \Longleftrightarrow z \in \Bbb{R}
    If z = a + {\color{blue}\imath}b is equal to its conjugate:

    z = \overline{z} \Longleftrightarrow a + {\color{blue}\imath}b = a - {\color{blue}\imath}b \Longleftrightarrow {\color{blue}\imath}b = -{\color{blue}\imath}b \Longleftrightarrow b = 0.

    Thus, z is real if and only if b = 0, meaning z \in \Bbb{R}.

  7. z \cdot \overline{z} = a^2 + b^2

    For z = a + {\color{blue}\imath}b:

    \begin{aligned} z \cdot \overline{z} &= (a + {\color{blue}\imath}b) \cdot (a - {\color{blue}\imath}b) \\ &= a^2 - ({\color{blue}\imath}b)^2 \\ &= a^2 - (-b^2) \\ &= a^2 + b^2, \end{aligned} which is a non-negative real number.

For property 7, we introduce the following definition:

Definition of Modulus

The modulus of a complex number z is defined as:

|z| = \sqrt{z \cdot \overline{z}}.

Properties of the Modulus

Let z = a + {\color{blue}\imath}b \in \Bbb{C}. The following properties hold:

  1. Modulus of the conjugate: |z| = |\overline{z}|.

  2. Non-negativity: |z| \text{ is a non-negative real number and} |z| = 0 \quad \Longleftrightarrow \quad a^2 + b^2 = 0 \quad \Longleftrightarrow \quad a = b = 0 \quad \Longleftrightarrow \quad z = 0.

  3. Multiplicative property: |z_1 \cdot z_2| = |z_1| \cdot |z_2|.

  4. Triangle inequality: |z_1 + z_2| \leq |z_1| + |z_2|.

Geometric Interpretation of the Triangle Inequality

Complex numbers can be graphically represented as points in the Cartesian plane. For example, the number z = a + ib is represented by the point with coordinates (a, b). The origin (0, 0) represents the complex number 0, the point (1, 0) represents the complex number 1 = 1 + 0i, and the point (0, 1) represents the complex number i = 0 + 1i.

In the complex plane:

  • Points on the x-axis correspond to real numbers (x, 0) \equiv x + 0i, and this axis is called the real axis.
  • Points on the y-axis correspond to purely imaginary numbers (0, y) \equiv 0 + yi, and this axis is called the imaginary axis.

This graphical representation helps visualize the triangle inequality in the context of the complex plane.

Figura 1: Il piano complesso.

Geometrically, the triangle inequality reflects the fact that in a triangle, the length of any side is always less than or equal to the sum of the lengths of the other two sides (see figure below).

Figura 2: Somma di numeri complessi.

From property 2 of the modulus, it follows that for any complex number z \neq 0, the number 1/|z| is well defined. Moreover, it is easy to verify that the inverse of z is given by:

z^{-1} = \frac{\overline{z}}{|z|^2}.

Example (Calculating the Inverse of a Complex Number)

Let’s consider a few examples to calculate the inverse of a complex number:

  1. For z = 3 - 2i:

    |z|^2 = 3^2 + (-2)^2 = 13, \quad \text{thus} \quad z^{-1} = \frac{\overline{z}}{|z|^2} = \frac{3 + 2i}{13}.

  2. For z = i:

    |z|^2 = 1^2 = 1, \quad \text{thus} \quad z^{-1} = \frac{\overline{z}}{|z|^2} = \frac{-i}{1} = -i.

  3. For z = a, where a \in \mathbb{R}:

    |z|^2 = a^2, \quad \text{thus} \quad z^{-1} = \frac{1}{a} \quad \text{for any} \quad a \neq 0.

These examples show how to calculate the inverse of complex numbers in various cases.

Referring to the last example, we note that the inverse of a real number, considered as an element of \mathbb{C}, coincides with that calculated as usual in \mathbb{R}. Therefore, the definition of the inverse in \mathbb{C} naturally extends to that of \mathbb{R}.

Problem

Now we aim to solve the following problems:

  1. Calculate 1 + {\color{blue}\imath}^{2000}.
  2. Find the solutions in \Bbb{C} of the equation z^n = w, with w \in \Bbb{C} fixed.

To tackle these problems, it is useful to introduce the trigonometric representation of a complex number.

Polar form of complex numbers

Let z be a complex number written in algebraic form z = a + {\color{blue}\imath}b with a, b \in \Bbb{R}. We define \rho as the modulus of z and \theta as the angle that the segment from the origin to the point (a, b) forms with the x-axis. These values \rho and \theta are called polar coordinates:

\rho = |z| \quad \text{(modulus of } z)

\theta = \mathop{\mathrm{arg}}(z) \quad \text{(argument of } z)

Using the properties of right triangles, we obtain:

a = \rho \cos \theta \quad \text{and} \quad b = \rho \sin \theta

or, equivalently:

\rho = \sqrt{a^2 + b^2}, \quad \theta = \arctan\left(\frac{b}{a}\right)

From this follows the polar representation of z:

z = a + {\color{blue}\imath}b = \rho \cos \theta + {\color{blue}\imath}\rho \sin \theta = \rho \left(\cos \theta + {\color{blue}\imath}\sin \theta\right)

This representation is illustrated in figure Figura 3.

Figura 3: Polar form of a complex number.

Observation

It is important to note that the argument of z is defined up to integer multiples of 2\pi. In other words, varying the angle \theta by 2\pi does not change the argument of z. Keeping \rho constant and increasing \theta by 2\pi, you obtain the same complex number, as you complete a full rotation around the circle centered at (0,0) with radius \rho, thus returning to the starting point.

Moreover, since the functions \sin\theta and \cos\theta are 2\pi-periodic, we have that:

z = \rho\left(\cos\theta + {\color{blue}\imath}\sin\theta\right) = \rho\left(\cos(\theta + 2k\pi) + {\color{blue}\imath}\sin(\theta + 2k\pi)\right), \quad k \in \Bbb{Z}.

Observation

Let us consider the Taylor series expansions for the functions \mathrm{e}^{{\color{blue}\imath}\theta}, \cos \theta, and \sin \theta. We have:

\begin{aligned} \mathrm{e}^{{\color{blue}\imath}\theta} &= 1 + {\color{blue}\imath}\theta + \frac{({\color{blue}\imath}\theta)^2}{2!} + \frac{({\color{blue}\imath}\theta)^3}{3!} + \frac{({\color{blue}\imath}\theta)^4}{4!} + \frac{({\color{blue}\imath}\theta)^5}{5!} + \cdots \\ &= 1 + {\color{blue}\imath}\theta - \frac{\theta^2}{2!} - {\color{blue}\imath}\frac{\theta^3}{3!} + \frac{\theta^4}{4!} + {\color{blue}\imath}\frac{\theta^5}{5!} + \cdots \\ &\quad + (-1)^k \frac{\theta^{2k}}{(2k)!} + {\color{blue}\imath}(-1)^k \frac{\theta^{2k+1}}{(2k+1)!} + \cdots \\ &= \left(1 - \frac{\theta^2}{2!} + \frac{\theta^4}{4!} - \cdots + (-1)^k \frac{\theta^{2k}}{(2k)!} + \cdots \right) \\ &\quad + {\color{blue}\imath}\left(\theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} - \cdots + (-1)^k \frac{\theta^{2k+1}}{(2k+1)!} + \cdots \right) \\ &= \cos \theta + {\color{blue}\imath}\sin \theta. \end{aligned}

Therefore, the complex number \rho \left(\cos \theta + {\color{blue}\imath}\sin \theta\right) can be written as:

\rho \left(\cos \theta + {\color{blue}\imath}\sin \theta \right) = \rho \mathrm{e}^{{\color{blue}\imath}\theta}.

Exercise

Consider the complex number z = 1 - {\color{blue}\imath}. Let’s determine its modulus and argument.

Since z = a + {\color{blue}\imath}b with a = 1 and b = -1, we calculate:

  • The modulus of z is:

\rho = \sqrt{a^2 + b^2} = \sqrt{1^2 + (-1)^2} = \sqrt{2}.

  • The argument of z is:

\theta = \arctan\left(\frac{b}{a}\right) = \arctan\left(\frac{-1}{1}\right) = -\frac{\pi}{4}.

Since the argument is typically expressed in the range from 0 to 2\pi, we add 2\pi to obtain a positive value:

\theta = -\frac{\pi}{4} + 2\pi = \frac{7\pi}{4}.

The polar form of z is therefore:

z = \sqrt{2} \left(\cos \left(\frac{7\pi}{4}\right) + {\color{blue}\imath}\sin \left(\frac{7\pi}{4}\right)\right).

Exercise

Consider the complex number given by:

z = -2 \left(\cos \alpha + {\color{blue}\imath}(-\sin \alpha)\right),

where \alpha \in \Bbb{R}. Let’s determine the modulus and argument of z.

To express z in the form a + {\color{blue}\imath}b, we calculate:

  • The real part is a = -2 \cos \alpha.
  • The imaginary part is b = 2 \sin \alpha.

The modulus of z is:

\begin{aligned} \rho &= \sqrt{a^2 + b^2} \\ &= \sqrt{(-2 \cos \alpha)^2 + (2 \sin \alpha)^2} \\ &= \sqrt{4 \cos^2 \alpha + 4 \sin^2 \alpha} \\ &= \sqrt{4 (\cos^2 \alpha + \sin^2 \alpha)}\\ & = \sqrt{4} = 2. \end{aligned}

To find the argument, we consider:

\begin{aligned} \theta &= \arctan \left(\frac{b}{a}\right)\\ &= \arctan \left(\frac{2 \sin \alpha}{-2 \cos \alpha}\right)\\ &= \arctan \left(-\frac{\sin \alpha}{\cos \alpha}\right)\\ &= \pi - \alpha. \end{aligned}

The polar form of z is therefore:

z = 2 \left(\cos(\pi - \alpha) + {\color{blue}\imath}\sin(\pi - \alpha)\right).

Product of Complex Numbers in Polar Form

For the product of complex numbers expressed in polar form, the following proposition is particularly useful and simplifies the calculation of powers.

Proposition

The modulus of the product of two complex numbers is equal to the product of their moduli, while the argument of the product is equal to the sum of the arguments of the two complex numbers.

Let z_1 and z_2 be two complex numbers. Then we have:

|z_1 \cdot z_2| = |z_1| \cdot |z_2|

and

\mathop{\mathrm{arg}}(z_1 \cdot z_2) = \mathop{\mathrm{arg}}(z_1) + \mathop{\mathrm{arg}}(z_2).

Proof

Consider the complex numbers z_1 and z_2 expressed in their trigonometric form:

z_1 = \rho (\cos \theta + {\color{blue}\imath}\sin \theta), \qquad z_2 = \sigma (\cos \alpha + {\color{blue}\imath}\sin \alpha).

The product z_1 \cdot z_2 is calculated as follows:

\begin{aligned} z_1 \cdot z_2 &= \rho \sigma (\cos \theta + {\color{blue}\imath}\sin \theta) (\cos \alpha + {\color{blue}\imath}\sin \alpha) \\ &= \rho \sigma \left[ (\cos \theta \cos \alpha - \sin \theta \sin \alpha) + {\color{blue}\imath}(\cos \alpha \sin \theta + \sin \alpha \cos \theta) \right] \\ &= \rho \sigma \left[ \cos (\theta + \alpha) + {\color{blue}\imath}\sin (\theta + \alpha) \right]. \end{aligned}

In the final step, we have used the trigonometric identities that express the sine and cosine of the sum of two angles in terms of the sines and cosines of the individual angles.

Observation

Assuming the properties of the exponential function are valid in the complex field as well, we can derive the proposition more directly. Consider the complex numbers in exponential form:

z_1 = \rho e^{{\color{blue}\imath}\theta}, \qquad z_2 = \sigma e^{{\color{blue}\imath}\alpha}.

The product of z_1 and z_2 is:

z_1 \cdot z_2 = \rho e^{{\color{blue}\imath}\theta} \cdot \sigma e^{{\color{blue}\imath}\alpha} = \rho \sigma e^{{\color{blue}\imath}(\theta + \alpha)}.

Thus, the modulus of the product is the product of the moduli, and the argument is the sum of the arguments, as stated in the previous proposition.

This proposition can also be extended to the calculation of the ratio of two complex numbers, as described in the following corollary.

Corollary

Let w = \frac{z_1}{z_2} \in \Bbb{C}. Then:

|w| = \frac{|z_1|}{|z_2|}

and

\mathop{\mathrm{arg}}(w) = \mathop{\mathrm{arg}}(z_1) - \mathop{\mathrm{arg}}(z_2).

Proof

We can write w as the product of z_1 and the inverse of z_2:

w = z_1 \cdot \frac{1}{z_2} = z_1 \cdot \frac{\overline{z_2}}{|z_2|^2}.

Applying the previous proposition, we obtain:

\begin{aligned} |w| &= \left| z_1 \cdot \frac{\overline{z_2}}{|z_2|^2} \right| \\ &= |z_1| \cdot \left| \frac{\overline{z_2}}{|z_2|^2} \right| \\ &= |z_1| \cdot \frac{|\overline{z_2}|}{|z_2|^2} \\ &= |z_1| \cdot \frac{|z_2|}{|z_2|^2} \\ &= \frac{|z_1|}{|z_2|}. \end{aligned}

As for the argument, we have:

\mathop{\mathrm{arg}}(w) = \mathop{\mathrm{arg}}\left(z_1 \cdot \frac{\overline{z_2}}{|z_2|^2} \right) = \mathop{\mathrm{arg}}(z_1) + \mathop{\mathrm{arg}}\left(\frac{\overline{z_2}}{|z_2|^2}\right).

Note that the argument of a complex number multiplied by a real number does not change, so:

\mathop{\mathrm{arg}}\left(\frac{\overline{z_2}}{|z_2|^2}\right) = \mathop{\mathrm{arg}}(\overline{z_2}).

Since the argument of a complex number and its conjugate are opposites:

\mathop{\mathrm{arg}}(\overline{z_2}) = -\mathop{\mathrm{arg}}(z_2),

it follows that:

\mathop{\mathrm{arg}}(w) = \mathop{\mathrm{arg}}(z_1) - \mathop{\mathrm{arg}}(z_2).

In the last steps, we took into account the fact that the argument of a complex number does not vary if that complex number is multiplied by any real number, that is:

\mathop{\mathrm{arg}}\left(\alpha z\right)=\mathop{\mathrm{arg}}\left(z\right)\qquad\forall z\in\Bbb{C}\quad\textrm{and}\quad \forall \alpha\in\Bbb{R}

and the fact that

\mathop{\mathrm{arg}}\left(\overline{z}\right) =-\mathop{\mathrm{arg}}\left(z\right)\qquad\forall z\in\Bbb{C}.

Such verifications are left as an exercise.

De Moivre’s Formula

Proposition

Let \theta \in \Bbb{R} and n \in \Bbb{N}. Then:

\left(\cos\theta + {\color{blue}\imath}\sin\theta\right)^n = \cos(n\theta) + {\color{blue}\imath}\sin(n\theta).

Proof

Consider the complex number z = \cos\theta + {\color{blue}\imath}\sin\theta. We have |z| = 1. Using the rules of multiplication in polar form, we can calculate the powers of z.

For n = 2:

\begin{aligned} z^2 &= (\cos\theta + {\color{blue}\imath}\sin\theta) \cdot (\cos\theta + {\color{blue}\imath}\sin\theta) \\ &= \cos^2\theta - \sin^2\theta + {\color{blue}\imath}(2 \cos\theta \sin\theta) \\ &= \cos(2\theta) + {\color{blue}\imath}\sin(2\theta). \end{aligned}

Assuming the formula is true for n, that is:

z^n = \cos(n\theta) + {\color{blue}\imath}\sin(n\theta),

we need to show that it is also true for n+1. Consider:

z^{n+1} = z^n \cdot z = \left(\cos(n\theta) + {\color{blue}\imath}\sin(n\theta)\right) \cdot \left(\cos\theta + {\color{blue}\imath}\sin\theta\right).

Using the formula for the product of complex numbers in trigonometric form, we obtain:

z^{n+1} = \cos(n\theta)\cos\theta - \sin(n\theta)\sin\theta + {\color{blue}\imath}(\cos(n\theta)\sin\theta + \sin(n\theta)\cos\theta).

Simplifying, we get:

z^{n+1} = \cos((n+1)\theta) + {\color{blue}\imath}\sin((n+1)\theta).

Thus, by induction, the formula holds for every n \in \Bbb{N}.

Observation

Assuming the properties of the exponential function for exponentiation are valid in the complex field as well, the proposition can be obtained more easily. If z = e^{{\color{blue}\imath}\theta}, then:

z^n = (e^{{\color{blue}\imath}\theta})^n = e^{{\color{blue}\imath}n\theta}.

Example of Calculation

Let’s calculate (1 + {\color{blue}\imath})^{2000} using De Moivre’s formula. First, we express 1 + {\color{blue}\imath} in its trigonometric form:

1 + {\color{blue}\imath}= \sqrt{2} \left( \cos \frac{\pi}{4} + {\color{blue}\imath}\sin \frac{\pi}{4} \right).

Applying De Moivre’s formula:

\begin{aligned} (1 + {\color{blue}\imath})^{2000} &= \left[ \sqrt{2} \left( \cos \frac{\pi}{4} + {\color{blue}\imath}\sin \frac{\pi}{4} \right) \right]^{2000} \\ &= \left( \sqrt{2} \right)^{2000} \left( \cos \left( 2000 \cdot \frac{\pi}{4} \right) + {\color{blue}\imath}\sin \left( 2000 \cdot \frac{\pi}{4} \right) \right) \\ &= \left( \sqrt{2} \right)^{2000} \left( \cos \left( 500 \pi \right) + {\color{blue}\imath}\sin \left( 500 \pi \right) \right) \\ &= 2^{1000} \left( \cos 0 + {\color{blue}\imath}\sin 0 \right) \\ &= 2^{1000}. \end{aligned}

Exercise

Given a complex number z \in \Bbb{C} such that |z| = 1, find on the Cartesian plane the complex numbers -z, \overline{z}, \frac{1}{z}, {\color{blue}\imath}z, and z + {\color{blue}\imath}z.

Solution

Since z belongs to the unit circle, we can express it in both trigonometric and algebraic forms:

z = \cos\theta + {\color{blue}\imath}\sin\theta, z = a + {\color{blue}\imath}b \qquad \text{with} \qquad \sqrt{a^2 + b^2} = 1.

From this expression, we obtain:

-z = -a - {\color{blue}\imath}b, \overline{z} = a - {\color{blue}\imath}b, \frac{1}{z} = \frac{\overline{z}}{|z|^2} = \overline{z}.

The number {\color{blue}\imath}z represents the product of {\color{blue}\imath} and z. Using the rules of multiplication in polar form, we obtain:

|{\color{blue}\imath}z| = |{\color{blue}\imath}| \cdot |z| = 1 \cdot 1 = 1, \mathop{\mathrm{arg}}({\color{blue}\imath}z) = \mathop{\mathrm{arg}}({\color{blue}\imath}) + \mathop{\mathrm{arg}}(z) = \frac{\pi}{2} + \theta.

Therefore, {\color{blue}\imath}z also belongs to the unit circle, with an argument equal to the argument of z increased by a right angle.

Regarding z + {\color{blue}\imath}z, we can write:

z + {\color{blue}\imath}z = z (1 + {\color{blue}\imath}).

Let’s calculate the modulus and argument of z + {\color{blue}\imath}z:

|z + {\color{blue}\imath}z| = |z| \cdot |1 + {\color{blue}\imath}| = 1 \cdot \sqrt{2} = \sqrt{2}, \mathop{\mathrm{arg}}(z + {\color{blue}\imath}z) = \mathop{\mathrm{arg}}(z) + \mathop{\mathrm{arg}}(1 + {\color{blue}\imath}) = \theta + \frac{\pi}{4}.

Thus, z + {\color{blue}\imath}z belongs to a circle of radius \sqrt{2} and its argument is the argument of z increased by \frac{\pi}{4}.

Exercise

Find the values of the complex numbers z that satisfy the equation z^n = w, where w is a given complex number.

Solution

Let z = \rho (\cos \theta + {\color{blue}\imath}\sin \theta) and w = \sigma (\cos \alpha + {\color{blue}\imath}\sin \alpha), where \rho and \theta are unknowns to be determined, while \sigma and \alpha are given. By imposing the condition z^n = w, we obtain:

z^n = \rho^n (\cos(n \theta) + {\color{blue}\imath}\sin(n \theta)) = \sigma (\cos \alpha + {\color{blue}\imath}\sin \alpha).

To equate the moduli and arguments, we solve:

\rho^n = \sigma \implies \rho = \sqrt[n]{\sigma},

n \theta = \alpha + 2k\pi \implies \theta_k = \frac{\alpha + 2k\pi}{n}, \quad k \in \Bbb{Z}.

Thus, all solutions of the equation have the same modulus \rho = \sqrt[n]{\sigma}. The distinct angles \theta are determined for values k = 0, 1, \ldots, n-1. Therefore, we obtain n distinct solutions for the equation z^n = w:

\begin{aligned} z_0 &= \sqrt[n]{\sigma} \left(\cos \left(\frac{\alpha}{n}\right) + {\color{blue}\imath}\sin \left(\frac{\alpha}{n}\right)\right), \\ z_1 &= \sqrt[n]{\sigma} \left(\cos \left(\frac{\alpha + 2\pi}{n}\right) + {\color{blue}\imath}\sin \left(\frac{\alpha + 2\pi}{n}\right)\right), \\ z_2 &= \sqrt[n]{\sigma} \left(\cos \left(\frac{\alpha + 4\pi}{n}\right) + {\color{blue}\imath}\sin \left(\frac{\alpha + 4\pi}{n}\right)\right), \\ &\vdots \\ z_{n-1} &= \sqrt[n]{\sigma} \left(\cos \left(\frac{\alpha + 2(n-1)\pi}{n}\right) + {\color{blue}\imath}\sin \left(\frac{\alpha + 2(n-1)\pi}{n}\right)\right). \end{aligned}

These solutions are called the n-th roots of w.

Exercise

Find the solutions in \Bbb{C} of the equation z^3=1.

Solution

Using the adopted notation, we have

1 = 1\,(\cos{0}+{\color{blue}\imath}\sin{0}),\qquad \rho = \sqrt[3]{1} = 1,\qquad \theta_{k} = \frac{0+2k\pi}{3},\quad k=0,1,2,

so the distinct values of the roots are obtained corresponding to the values of the arguments \theta_{0}=0, \theta_{1}=\frac{2\pi}{3}, \theta_{2}=\frac{4\pi}{3}:

\begin{aligned} z_0 &= \cos{0}+{\color{blue}\imath}\sin{0} = 1, \\ z_1 &= \cos{\frac{2\pi}{3}}+{\color{blue}\imath}\sin{\frac{2\pi}{3}} = -\frac{1}{2}+{\color{blue}\imath}\frac{\sqrt{3}}{2}, \\ z_2 &= \cos{\frac{4\pi}{3}}+{\color{blue}\imath}\sin{\frac{4\pi}{3}} = -\frac{1}{2}-{\color{blue}\imath}\frac{\sqrt{3}}{2}. \end{aligned}

Verification of Solutions

  1. Verification of z_0

    z_0 = 1

    We calculate z_0^3:

    z_0^3 = 1^3 = 1

    Which equals 1, thus z_0 = 1 is a solution.

  2. Verification of z_1

    z_1 = -\frac{1}{2} + {\color{blue}\imath}\frac{\sqrt{3}}{2}

    We calculate z_1^3. We use the trigonometric form:

    z_1 = \cos \left( \frac{2\pi}{3} \right) + {\color{blue}\imath}\sin \left( \frac{2\pi}{3} \right)

    Where \cos \left( \frac{2\pi}{3} \right) = -\frac{1}{2} and \sin \left( \frac{2\pi}{3} \right) = \frac{\sqrt{3}}{2}.

    Using De Moivre’s formula:

    z_1^3 = \left( \cos \left( \frac{2\pi}{3} \right) + {\color{blue}\imath}\sin \left( \frac{2\pi}{3} \right) \right)^3 = \cos \left( 2\pi \right) + {\color{blue}\imath}\sin \left( 2\pi \right) = 1

    Thus z_1^3 = 1, and z_1 is a solution.

  3. Verification of z_2

    z_2 = -\frac{1}{2} - {\color{blue}\imath}\frac{\sqrt{3}}{2}

    We calculate z_2^3. Again, we use the trigonometric form:

    z_2 = \cos \left( \frac{4\pi}{3} \right) + {\color{blue}\imath}\sin \left( \frac{4\pi}{3} \right)

    Where \cos \left( \frac{4\pi}{3} \right) = -\frac{1}{2} and \sin \left( \frac{4\pi}{3} \right) = -\frac{\sqrt{3}}{2}.

    Using De Moivre’s formula:

    z_2^3 = \left( \cos \left( \frac{4\pi}{3} \right) + {\color{blue}\imath}\sin \left( \frac{4\pi}{3} \right) \right)^3 = \cos \left( 4\pi \right) + {\color{blue}\imath}\sin \left( 4\pi \right) = 1

    Thus z_2^3 = 1, and z_2 is a solution.

In conclusion, all verified solutions satisfy the equation z^3 = 1. The solutions z_0, z_1, and z_2 are correct.

Exercise

Find the solutions in \Bbb{C} of the equation z^5 = 1 - {\color{blue}\imath}.

Solution

First, let’s express the complex number 1 - {\color{blue}\imath} in trigonometric form.

We calculate the modulus and the argument of 1 - {\color{blue}\imath}:

|1 - {\color{blue}\imath}| = \sqrt{1^2 + (-1)^2} = \sqrt{2}

The argument of 1 - {\color{blue}\imath} is given by:

\mathop{\mathrm{arg}}(1 - {\color{blue}\imath}) = \arctan\left(\frac{-1}{1}\right) = -\frac{\pi}{4}

Since the argument must be within the interval [0, 2\pi), we can write:

\mathop{\mathrm{arg}}(1 - {\color{blue}\imath}) = \frac{7\pi}{4}

Therefore, we can express 1 - {\color{blue}\imath} as:

1 - {\color{blue}\imath}= \sqrt{2} \left(\cos \frac{7\pi}{4} + {\color{blue}\imath}\sin \frac{7\pi}{4}\right)

Now, to find the solutions of the equation z^5 = 1 - {\color{blue}\imath}, we need to find the fifth roots of 1 - {\color{blue}\imath}. We use the formula for the n-th roots of a complex number:

\rho = \sqrt[5]{\sqrt{2}} = \sqrt[10]{2}

And for the arguments of the roots, we have:

\theta_k = \frac{\frac{7\pi}{4} + 2k\pi}{5}, \quad k = 0, 1, 2, 3, 4

Thus, the solutions are:

z_k = \sqrt[10]{2} \left(\cos \theta_k + {\color{blue}\imath}\sin \theta_k\right)

where

\theta_k = \frac{\frac{7\pi}{4} + 2k\pi}{5}

for k = 0, 1, 2, 3, 4.

Exercise

Write the complex number z = \frac{1 + {\color{blue}\imath}}{1 - {\color{blue}\imath}} in the form x + {\color{blue}\imath}y.

Solution

To express the complex number z in the form x + {\color{blue}\imath}y, we start by simplifying the fraction:

z = \frac{1 + {\color{blue}\imath}}{1 - {\color{blue}\imath}}

We multiply the numerator and the denominator by the conjugate of the denominator, 1 + {\color{blue}\imath}:

z = \frac{(1 + {\color{blue}\imath})(1 + {\color{blue}\imath})}{(1 - {\color{blue}\imath})(1 + {\color{blue}\imath})}

We calculate the denominator:

(1 - {\color{blue}\imath})(1 + {\color{blue}\imath}) = 1^2 - ({\color{blue}\imath})^2 = 1 - (-1) = 1 + 1 = 2

We calculate the numerator:

(1 + {\color{blue}\imath})(1 + {\color{blue}\imath}) = 1 + {\color{blue}\imath}+ {\color{blue}\imath}+ {\color{blue}\imath}^2 = 1 + 2{\color{blue}\imath}- 1 = 2{\color{blue}\imath}

Therefore:

z = \frac{2{\color{blue}\imath}}{2} = {\color{blue}\imath}

In algebraic form, the complex number z is thus:

z = {\color{blue}\imath}

To confirm the result, we can also consider the trigonometric form of the complex numbers in the numerator and denominator. We write:

1 + {\color{blue}\imath}= \sqrt{2} \left( \cos{\frac{\pi}{4}} + {\color{blue}\imath}\sin{\frac{\pi}{4}} \right)

1 - {\color{blue}\imath}= \sqrt{2} \left( \cos{\frac{-\pi}{4}} + {\color{blue}\imath}\sin{\frac{-\pi}{4}} \right)

The division of two complex numbers in polar form gives:

\frac{1 + {\color{blue}\imath}}{1 - {\color{blue}\imath}} = \frac{\sqrt{2} \left( \cos{\frac{\pi}{4}} + {\color{blue}\imath}\sin{\frac{\pi}{4}} \right)}{\sqrt{2} \left( \cos{\frac{-\pi}{4}} + {\color{blue}\imath}\sin{\frac{-\pi}{4}} \right)}

= \frac{\cos{\frac{\pi}{4}} + {\color{blue}\imath}\sin{\frac{\pi}{4}}}{\cos{\frac{-\pi}{4}} + {\color{blue}\imath}\sin{\frac{-\pi}{4}}}

= \cos{\frac{\pi}{4} - \frac{-\pi}{4}} + {\color{blue}\imath}\sin{\frac{\pi}{4} - \frac{-\pi}{4}}

= \cos{\frac{\pi}{2}} + {\color{blue}\imath}\sin{\frac{\pi}{2}} = {\color{blue}\imath}

Thus, we confirm that:

z = {\color{blue}\imath}

Proposed Exercises

  • Write the following complex numbers in the form x+{\color{blue}\imath}y with x,y\in\Bbb{R}:

    (-1+3{\color{blue}\imath})^{-1};

    (1+{\color{blue}\imath})(1-{\color{blue}\imath});

    (1+{\color{blue}\imath})(2-{\color{blue}\imath});

    (7+\pi{\color{blue}\imath})(\pi+{\color{blue}\imath});

    (2{\color{blue}\imath}+1)\pi{\color{blue}\imath};

    ({\color{blue}\imath}+1)({\color{blue}\imath}-2)({\color{blue}\imath}+3);

    1+{\color{blue}\imath}^3;

    \dfrac{1+3{\color{blue}\imath}}{1+{\color{blue}\imath}};

    \dfrac{1-2{\color{blue}\imath}}{1+{\color{blue}\imath}^3}.

  • Write the inverse of the following complex numbers in the form x+{\color{blue}\imath}y:

    2+{\color{blue}\imath};

    \dfrac{1}{{\color{blue}\imath}-1};

    {\color{blue}\imath};

    {\color{blue}\imath}^5+{\color{blue}\imath}+1.

  • Find the locus of complex numbers z such that:

    |z|=1;

    z+\overline{z}=1;

    |z| < 1;

    |z-{\color{blue}\imath}|\leq 1;

    |z-2+{\color{blue}\imath}|<1;

    z\overline{z}=z;

    z-|z|=\overline{z};

    |z|^2-2|z|-3=0;

    \mathop{\mathrm{arg}}\left(z\right)=\dfrac{\pi}{4}.

  • Determine the modulus, argument, and trigonometric representation of the complex numbers:

    z=\left(6+{\color{blue}\imath}6 \sqrt{3}\right)^{12};

    \left(\cos{\dfrac{\pi}{4}}-{\color{blue}\imath}\sin{\dfrac{\pi}{4}}\right)^{20}.

  • Express in trigonometric form the inverse of the complex number:

    z=2 \left(\cos{\dfrac{\pi}{4}}+{\color{blue}\imath}\sin{\dfrac{\pi}{4}}\right)\cdot \dfrac{1}{3}\left(\cos{\dfrac{\pi}{4}}+{\color{blue}\imath}\sin{\dfrac{\pi}{4}}\right).

  • Determine the complex solutions of the following equations:

    z^{4}={\color{blue}\imath};

    z^{4}=1+{\color{blue}\imath};

    z^{4}=1;

    z^{3}=1-{\color{blue}\imath}\sqrt{3}.

  • For each of the following z\in\Bbb{C} calculate:

    \overline{z}, z\overline{z}, and 1/z.

  • z = 8-3\,{\color{blue}\imath}

    Solution: \overline{z} = 8+3{\color{blue}\imath}; z\,\overline{z} = 73; z^{-1} = \dfrac{8}{73}+\dfrac{3}{73}{\color{blue}\imath}

  • z = 1-9{\color{blue}\imath}

    Solution: \overline{z} = 1+9\,{\color{blue}\imath}; z\,\overline{z} = 82; z^{-1} = \dfrac{1}{82}+\dfrac{9}{82}{\color{blue}\imath}

  • z = 6-7{\color{blue}\imath}

    Solution: \overline{z} = 6+7{\color{blue}\imath}; z\,\overline{z} = 85; z^{-1} = \dfrac{6}{85}+\dfrac{7}{85}{\color{blue}\imath}

  • z = -5-9{\color{blue}\imath}

    Solution: \overline{z} = -5+9{\color{blue}\imath}; z\,\overline{z} = 106; z^{-1} = -\dfrac{5}{106}+\dfrac{9}{106}{\color{blue}\imath}

  • z = 7+6{\color{blue}\imath}.

    Solution: \overline{z} = 7-6{\color{blue}\imath}; z\,\overline{z} = 85; z^{-1} =\dfrac{7}{85}-\dfrac{6}{85}{\color{blue}\imath}.

  • Find x, y\in\Bbb{R} such that:

    (-5-7{\color{blue}\imath})x + (-1+2{\color{blue}\imath})y = 2+\dfrac{48}{5}{\color{blue}\imath};

    Solution: x = -\dfrac{4}{5}; y = 2

  • (-4+1{\color{blue}\imath})x + (8-5{\color{blue}\imath})y = -\dfrac{22}{3}+\dfrac{19}{3}{\color{blue}\imath};

    Solution: x = -\dfrac{7}{6}; y = -\dfrac{3}{2}

  • (-3-4{\color{blue}\imath})x + (2+2{\color{blue}\imath})y= -\dfrac{51}{5}-\dfrac{58}{5}{\color{blue}\imath};

    Solution: x = \dfrac{7}{5}; y = -3

  • (9+7{\color{blue}\imath})x + (6+8{\color{blue}\imath})y = -12-26{\color{blue}\imath};

    Solution: x = 2; y = -5

  • (-3+3{\color{blue}\imath}) x + (-9+1{\color{blue}\imath})y=\dfrac{33}{5}-\dfrac{1}{5}{\color{blue}\imath}.

    Solution: x=\dfrac{1}{5}; y=-\dfrac{4}{5}

  • Prove the identity:

    |x+y|^2 + |x-y|^2 = 2\left(|x|^2+|y|^2\right)

    and try to provide a geometric interpretation.

  • Let z\in\Bbb{C} such that |z|=1. For which real value t do we have

    • z=\overline{z}\,\left(\dfrac{1+t{\color{blue}\imath}}{1-t{\color{blue}\imath}}\right), assuming z\neq{\color{blue}\imath}?

    • z=\dfrac{1+t{\color{blue}\imath}}{1-t{\color{blue}\imath}}, assuming z\neq -1?

    What would happen in the first case if z={\color{blue}\imath} and in the second case if z=-1?

  • Let the complex number z=1+{\color{blue}\imath} be given. Calculate using both the algebraic form and the polar form z^{n} for n=2,\ldots,10. What is the value of z^{25}?
  • Let z, w\in\Bbb{C}. In which case is the modulus of the sum

    • equal to the sum of the moduli of the addends?

    • equal to the absolute value of the difference of the moduli of the addends?

  • Using the polar form, determine z\in\Bbb{C} such that

    • |z|-z = 1+2{\color{blue}\imath};

    • |z|+z = 2+{\color{blue}\imath}.

    After determining the result, proceed to verification.

  • Given the complex number z=1+\cos\alpha+{\color{blue}\imath}\sin\alpha, where \alpha\in\Bbb{R}. Calculate

    • z^{n} for n\in\Bbb{N};

    Hint: apply de Moivre’s formula.

  • Let z\in\Bbb{C} such that z+\dfrac{1}{z} = 2\cos\theta where \theta=\mathop{\mathrm{arg}}\left(z\right); calculate

    z^{n}+\dfrac{1}{z^{n}};

    Hint: apply de Moivre’s formula.

    Solution: |z|.

  • Using de Moivre’s formula, calculate

    \cos\left(\dfrac{2\pi}{11}\right) + \cos\left(3\dfrac{2\pi}{11}\right) + \cos\left(5\dfrac{2\pi}{11}\right) + \cos\left(7\dfrac{2\pi}{11}\right) + \cos\left(9\dfrac{2\pi}{11}\right).

    Solution: -\dfrac{1}{2}.

  • Using de Moivre’s formula, calculate

    \cos\left(\dfrac{\pi}{11}\right) + \cos\left(3\dfrac{\pi}{11}\right) + \cos\left(5\dfrac{\pi}{11}\right) + \cos\left(7\dfrac{\pi}{11}\right) + \cos\left(9\dfrac{\pi}{11}\right).

    Solution: \dfrac{1}{2}.