Complex numbers

Go back to maths home page

Preamble

Forms

x + iy
x + yi
x + jy
x + yj

Cartesian or Rectangular forms.

x is called the real part of z, denoted Re (z)
y (or in some texts iy) is called the imaginary part of z, denoted Im (z)

 

z = r (cos θ + i sin θ)
z = r cis θ
z = r∠θ
z = r eiθ

Polar or Trigonometric or Modulus-Argument forms.

← full polar form
← shorthand polar form
← form used in electronics
← Euler's formula

Arguments of z are usually denoted by arg z.
The principal argument of z is usually denoted by Arg z - first letter capitalised.
So arg z = {Arg z + 2πk : k ∈ Z}      -    note the values differ by 2π

Converting between cartesian and polar forms:

be familiar with the standard angles, eg.
1 + i√3 ≡ cos (π/3) + i sin (π/3)

Also, arg z = tan-1 (y/x)

Note: cis(-θ) = e-iθ = cos(-θ) + i sin (-θ) = cos(θ) - i sin (θ)

 

Argand diagram.

This is also referred to as Argand plane, complex plane or Gauss plane.

Argand diagram - all four quadrants     Argand diagram - first quadrant

Modulus or Absolute Value

|z|  =  √(x2+y2)          ←    cartesian form
|z|  =  r                      ←    polar form

Complex conjugates

Equivalent notations:          z*  ≡   ž  ≡   z'

Note:   |z*| = |z|

Multiplication and division

For polar forms:

z1z2 = r1r2 cis(θ12)

z1/z2 = r1/r2 cis(θ12)

De Moivre's theorem.

Applies to integer powers:

(cisθ)m = cis mθ,                    m ∈ Z

The De Moivre formula can be expanded to apply to a power q that is rational (i.e.  q∈ Q). A rational number is a number that can be written in the form m/n, where m and n are integers.

(cisθ)q = {cis q(θ0+2πk)   |   k = 0,1, … , n-1},       θ0 denoting the principal value of θ.

Roots of unity

1 in complex polar form is cis 0. Using the De Moivre formula with 1/n as the power q, the nth roots of unity are given by

11/n = (cis 0)1/n = {cis [(0+2πk)/n]    |   k = 0,1, … , n-1}

So:

One root of unity will always be 1. If n is even, ⁻1 will be another root.

If we select any nth root of 1 other than one - call it α - then

αn = 1        and       1 + α2 + α3 + ... + αn-1  =   0

Expressions for sin nθ and cos nθ

Using De Moivre's formula for a unit complex number i.e. |u| = 1

un + u-n = 2 cos nθ                                              un - u-n = 2i sin nθ