Skip to main content
Logo image

PreTeXt Sample Book: Abstract Algebra (SAMPLE ONLY)

Section 4.3 Cyclic Groups of Complex Numbers

The complex numbers are defined as
C={a+bi:a,bR},
where i2=1. If z=a+bi, then a is the real part of z and b is the imaginary part of z.
To add two complex numbers z=a+bi and w=c+di, we just add the corresponding real and imaginary parts:
z+w=(a+bi)+(c+di)=(a+c)+(b+d)i.
Remembering that i2=1, we multiply complex numbers just like polynomials. The product of z and w is
(a+bi)(c+di)=ac+bdi2+adi+bci=(acbd)+(ad+bc)i.
Every nonzero complex number z=a+bi has a multiplicative inverse; that is, there exists a z1C such that zz1=z1z=1. If z=a+bi, then
z1=abia2+b2.
The complex conjugate of a complex number z=a+bi is defined to be z=abi. The absolute value or modulus of z=a+bi is |z|=a2+b2.

Example 4.3.1. Complex Number Operations.

Let z=2+3i and w=12i. Then
z+w=(2+3i)+(12i)=3+i
and
zw=(2+3i)(12i)=8i.
Also,
z1=213313i|z|=13z=23i.
Figure 4.3.2. Rectangular coordinates of a complex number
There are several ways of graphically representing complex numbers. We can represent a complex number z=a+bi as an ordered pair on the xy plane where a is the x (or real) coordinate and b is the y (or imaginary) coordinate. This is called the rectangular or Cartesian representation. The rectangular representations of z1=2+3i, z2=12i, and z3=3+2i are depicted in Figure 4.3.2.
Figure 4.3.3. Polar coordinates of a complex number
Nonzero complex numbers can also be represented using polar coordinates. To specify any nonzero point on the plane, it suffices to give an angle θ from the positive x axis in the counterclockwise direction and a distance r from the origin, as in Figure 4.3.3. We can see that
z=a+bi=r(cosθ+isinθ).
Hence,
r=|z|=a2+b2
and
a=rcosθb=rsinθ.
We sometimes abbreviate r(cosθ+isinθ) as rcisθ. To assure that the representation of z is well-defined, we also require that 0θ<360. If the measurement is in radians, then 0θ<2π.

Example 4.3.4. Complex Numbers in Polar Form.

Suppose that z=2cis60. Then
a=2cos60=1
and
b=2sin60=3.
Hence, the rectangular representation is z=1+3i.
Conversely, if we are given a rectangular representation of a complex number, it is often useful to know the number’s polar representation. If z=3232i, then
r=a2+b2=36=6
and
θ=arctan(ba)=arctan(1)=315,
so 3232i=6cis315.
The polar representation of a complex number makes it easy to find products and powers of complex numbers. The proof of the following proposition is straightforward and is left as an exercise.

Example 4.3.6. Multiplication of Complex Numbers in Polar Form.

If z=3cis(π/3) and w=2cis(π/6), then zw=6cis(π/2)=6i.

Proof.

We will use induction on n (see Section 2.1). For n=1 the theorem is trivial. Assume that the theorem is true for all k such that 1kn. Then
zn+1=znz=rn(cosnθ+isinnθ)r(cosθ+isinθ)=rn+1[(cosnθcosθsinnθsinθ)+i(sinnθcosθ+cosnθsinθ)]=rn+1[cos(nθ+θ)+isin(nθ+θ)]=rn+1[cos(n+1)θ+isin(n+1)θ].

Example 4.3.8. Powers of Complex Numbers.

Suppose that z=1+i and we wish to compute z10. Rather than computing (1+i)10 directly, it is much easier to switch to polar coordinates and calculate z10 using DeMoivre’s Theorem:
z10=(1+i)10=(2cis(π4))10=(2)10cis(5π2)=32cis(π2)=32i.
The multiplicative group of the complex numbers, C, possesses some interesting subgroups. Whereas Q and R have no interesting subgroups of finite order, C has many. We first consider the circle group,
T={zC:|z|=1}.
The following proposition is a direct result of Proposition 4.3.5.
Although the circle group has infinite order, it has many interesting finite subgroups. Suppose that H={1,1,i,i}. Then H is a subgroup of the circle group. Also, 1, 1, i, and i are exactly those complex numbers that satisfy the equation z4=1. The complex numbers satisfying the equation zn=1 are called the nth roots of unity.

Proof.

By DeMoivre’s Theorem,
zn=cis(n2kπn)=cis(2kπ)=1.
The z’s are distinct since the numbers 2kπ/n are all distinct and are greater than or equal to 0 but less than 2π. We will leave the proof that the nth roots of unity form a cyclic subgroup of T as an exercise.
A generator for the group of the nth roots of unity is called a primitive nth root of unity.

Example 4.3.11. Roots of Unity.

The 8th roots of unity can be represented as eight equally spaced points on the unit circle (Figure 4.3.12). The primitive 8th roots of unity are
ω=22+22iω3=22+22iω5=2222iω7=2222i.
Figure 4.3.12. 8th roots of unity
We interrupt this exposition to repeat the previous diagram, wrapped as different figure with a different caption. The TikZ code to produce these diagrams lives in an external file, tikz/cyclic-roots-unity.tex, which is pure text, freed from any need to format for XML processing. So, in particular, there is no need to escape ampersands and angle brackets, nor is there employment of the CDATA mechanism. But the real value is that there is just one version to edit, and any changes will be reflected in both copies.
Figure 4.3.13. Repeat: 8th roots of unity
You have attempted 1 of 1 activities on this page.