Skip to main content

Section 6.5 Factoring over C and R

We will now consider how to factor over the larger fields R and C. It will turn out that even if we only care about factoring polynomials over the real numbers, working in the complex numbers is helpful. Thus we begin by reviewing a bit about the complex numbers and describing some of their group structure.

Subsection 6.5.1 Multiplicative Group 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 6.30.

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.
The complex plane where the horizontal axis is the x-axis or real axis and the verticle axis is the y-axis or imaginary axis. The point z1 = 2 + 3i is in the upper right quadrant, the point z2 = 1- 2i in the lower right quadrant, and z3 = -3 + 2i in the upper right quadrant.
Figure 6.31. 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 6.31.

The complex plane where the horizontal axis is the x-axis or real axis and the verticle axis is the y-axis or imaginary axis.  The point a + bi is in the upper right quadrant.  The point is also determined by a ray that at an angle of theta counterclockwise from the horizontal axis having a length of r.
Figure 6.32. 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 6.32. 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 6.33.

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 6.35.

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

Proof.

We will use induction on n. 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 6.37.

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 Circle Group and the Roots of Unity.

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 6.34 .

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π. The fact that these are all of the roots of the equation zn=1 follows from from Corollary 6.16, which states that a polynomial of degree n can have at most n roots. 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 6.40.

The 8th roots of unity can be represented as eight equally spaced points on the unit circle (Figure 6.41). The primitive 8th roots of unity are

ω=22+22iω3=22+22iω5=2222iω7=2222i.
The 8 roots of unity are spaced evenly around the unit circle beginning with 1 on the positive horizontal axis and followed by omega, i, the cube of omega, -1, omega to the fifth power, -i, and omega to the seventh power.
Figure 6.41. 8th roots of unity

Subsection 6.5.2 Factoring With and Without Complex Numbers

Every odd degree polynomial has a root in R (how do we know?), so no odd degree polynomial (of degree at least 3) can be irreducible over R. What about even degree polynomials? For example, what about x2+3?

Well, that polynomial has roots, but they are complex roots, in particular, non-real complex roots.

Let's see how to factor in the complex numbers. It turns out (although hard to prove) that over C, every polynomial factors into linear terms. The Fundamental Theorem of Algebra says: Every non-constant polynomial in C[x] has a complex root.

What does this tell us about the irreducible polynomials in C[x]? They are exactly the degree 1 polynomials. If a(x) is a polynomial for degree greater than 1 in C[x], then it must have a complex root c, so xc is a factor. Applying this repeatedly, we find

a(x)=k(xc1)(xc2)(xcn).

There will be exactly n roots (although note that the roots might not be distinct).

What about simple polynomials like x51. Okay, that is not irreducible, since 1 is a root. Does it have any other roots?

Example 6.42.

Factor x51.

The example above is perhaps a little simplistic. In particular, r=1 here, so we didn't need to do anything with that. In general, if we had reiθ and took the nth root, we would get rneiθ/n.

Example 6.43.

Factor x3+5 over the complex numbers.

Could we factor the polynomial x3+5 over R? We could simply use long division to factor out x+53, although that might be messy. Notice though that if we did, then the quotient will be a degree 2 polynomial with real coefficients.

There is a better way. We should be able to get the same polynomial by multiplying the two complex factors from the example above.

Example 6.44.

Factor x3+5 over the real numbers.

Will something like this always work? If a+bi is a root of a(x), then abi is also a root of a(x) (in C). That is, if r is a root, so is its complex conjugate r is as well.

How do we know? Well the function f(r)=r is a ring homomorphism from CC. Check this. But then if a(r)=0, apply f to both sides to get a(r)=0.

This is great: if xr is a factor of a(x) in C[x], then so is xr. But notice:

(xr)(xr)=x22ax+(a2+b2)

is a quadratic polynomial with real coefficients.

This shows that every polynomial in R[x] can be factored into polynomials of degree 1 or 2 in R[x].

Thus the irreducible polynomials in R[x] are exactly the linear polynomials and the quadratics with negative discriminant (i.e., b24ac<0).

Here is another example.

Example 6.45.

Factor p(x)=x92x83x72x2+4x+6 completely over Q, R and C.

Exercises 6.5.3 Practice Problems

1.

Evaluate each of the following.

  1. (32i)+(5i6)

  2. (45i)(4i4)

  3. (54i)(7+2i)

  4. (9i)(9i)

  5. i45

  6. (1+i)+(1+i)

Hint.

(a) \(-3 + 3i\text{;}\) (c) \(43- 18i\text{;}\) (e) \(i\)

2.

Convert the following complex numbers to the form a+bi.

  1. 2eπ/6

  2. 5e9π/4

  3. 3eπ

  4. 12e7π/4

Hint.

(a) \(\sqrt{3} + i\text{;}\) (c) \(-3\text{.}\)

3.

Change the following complex numbers to polar representation.

  1. 1i

  2. 5

  3. 2+2i

  4. 3+i

  5. 3i

  6. 2i+23

Hint.

(a) \(\sqrt{2} \cis( 7 \pi /4)\text{;}\) (c) \(2 \sqrt{2} \cis( \pi /4)\text{;}\) (e) \(3 \cis(3 \pi/2)\text{.}\)

4.

Calculate each of the following expressions.

  1. (1+i)1

  2. (1i)6

  3. (3+i)5

  4. (i)10

  5. ((1i)/2)4

  6. (22i)12

  7. (2+2i)5

Hint.

(a) \((1 - i)/2\text{;}\) (c) \(16(i - \sqrt{3}\, )\text{;}\) (e) \(-1/4\text{.}\)

5.

Prove that the function ϕ:CC given by ϕ(z)=z¯ is a ring homomorphism. Here z¯=abi is the complex conjugate of z=a+bi

6.

Let z be a complex number. Prove that the sum z+z¯ and product zz¯ or the number with its conjugate are always real numbers.

7.

Is x71 irreducible over C? How many roots should it have? Find all of them. Hint: use the polar form of complex numbers, reiϑ.

8.

Factor x85x714x6+x25x14 completely over Q, C and R

Exercises 6.5.4 Collected Homework

1.

Factor the polynomial p(x)=x7+2x63x6 completely (into irreducible factors) over Q, then over C, and then over R.

Hint.

Do the factoring in that order.

2.

True or false: x4+20x3+5x2+10x+15 is irreducible in R[x]. Briefly explain.