3 minutes read

Today we will talk about complex numbers – what they mean, how they are represented, why they are needed – and will introduce some of their properties.

Complex numbers

Everyone knows different sets of numbers that they studied back at school, such as natural, whole, rational, irrational, and real numbers. The largest one (in a sense that it includes all the others) among the aforementioned is the set of real numbers. But is there a set of numbers that would allow all arithmetic properties (addition, subtraction, multiplication, and division) while including the set of real numbers? The answer to that question is yes: it is the set of complex numbers.

A complex number has two parts – real and imaginary. In algebraic form, it is represented the following way:

z=a+biz = a + b \cdot i

The first part of the sum is the real part, while the second one that includes multiplication by ii is the imaginary one. ii is called the imaginary unit. The imaginary unit is defined by: i=1i = \sqrt{-1}. Therefore i2=1i^2 = -1.

Complex numbers properties

  1. Complex plane
    Complex numbers can be represented on a cartesian plane (and radius-vector, connecting the origin with that point): the number z=x+yiz = x + y \cdot i has a corresponding dot on the plane with coordinates (x;y)(x; y). So XX-axis corresponds to the real part of the complex number, while YY-axis corresponds to the imaginary part. We’ll show how it looks on the graph:

    Complex plane

  2. Module
    The module (absolute value) of a complex number is the length of the respective line on the complex plane. The module of the complex number z=x+yiz = x + y \cdot i is labeled z|z| and is defined by the expression z=x2+y2|z| = \sqrt{x^2 + y^2}. The module of the complex number is a real number.

  3. Conjugated number
    If we have a complex number z=x+yiz = x + y \cdot i, then the number z=xyi\overline{z} = x - y \cdot i is called conjugated (or complex conjugated) to zz and is denoted z\overline{z}. On the complex plane, conjugated numbers transform into each other via plane reflection over XX-axis. The module of the conjugated number is the same, and their arguments have different signs. At the plane, a complex number and its adjoined number will look this way:

Conjugated number

From these properties, you can see how complex numbers are related to the plane.

Conclusion

In this chapter, we discussed complex numbers and some of their properties and definitions, which helped us represent their link to the plane and real numbers. In the future, these seemingly simple properties will help you in different areas of both mathematics and programming. Complex numbers are used across the board in applied areas, such as computer vision.

74 learners liked this piece of theory. 2 didn't like it. What about you?
Report a typo