| home | contents | previous | next page | send comment | send link | add bookmark |

8.3. Absolute values of complex numbers

While complex numbers cannot be ordered in the same manner as real numbers; their absolute values can be ordered. The absolute value, or modulus, of a complex number can be interpreted as the distance to the origin in the complex plane. The absolute value of the complex number,

z = x + yi,
is defined as:
                  ________
|z| = |x + yi| = √ x2 + y2 
The distance between z and a point p in the complex plane is |z - p|. If, p = a + bi, then:
           ___________________
|z - p| = √(x - a)2 + (y - b)2
Example, solve: |z + 2 - i| = 2
               ___________________
|z + 2 - i| = √(x + 2)2 + (y - 1)2  = 2

(x + 2)2 + (y - 1)2 = 4
This would be a circle in the complex plane with radius 2 centered at point: -2 + i

Other Properties

|z·w| = |z||w|

|z/w| = |z|/|w|

|z + w| ≤ |z| + |w|      triangle inequality

Inequalities

The inequality, |z| < r, is satisfied by all points on the Argand diagram less than r units from the origin. Such a solution region is shown by the shaded area below which represents all points that satisfy the inequality.

|z| < r

Figure 8-1: Graph of |z| < r

Similarly, the inequality, |z| > r, would be satisfied by all points that are greater than r units from the origin. The inequality, |z - p| < r, would be satisfied by all points that are less than r units from the point p.

Example, solve: |z - 1| < 1

           _____________
|z - 1| = √(x - 1)2 + y2  < 1
The inequality is true for all points inside the circle with radius 1 and center at point: 1 + 0i


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2005, Stephen R. Schmitt