Unit roots/Factorization and Solving Equations

From testwiki
Jump to navigation Jump to search

In this chapter, we will find some use of the roots of unity in factorization and solving equations.

Factorization and solving equations

To solve an equation is to find the set of values of the unknowns satisfying the equation. While we can easily solve equations of lower degrees, it is not easy to solve equations of higher degrees. However, by factorization, we can rewrite a high degree polynomial into a product of low degree polynomials. The method of solving equations be factorization is based on the following theorem:

Zero product property Let A and B be real or complex valued. If AB=0, then A=0 or B=0.
Proof Either A=0 or A0 holds true. If A=0, then "A=0 or B=0" holds true. If A0, then A1 exists. Multiply it to both sides of AB=0:

A1AB=A10
B=0.

Then "A=0 or B=0" also holds true.QED

Therefore, when we solve a polynomial equation, we can first factorize the polynomial and form smaller equations equating the factors with zero.

Example 1 Solve x3x2x+1=0.
Solution

x3x2x+1=0
x2(x1)(x1)=0
(x1)(x21)=0
(x1)(x1)(x+1)=0
x1=0 or x1=0 or x+1=0
x=1 or x=1 or x=1
x=1 or x=1

In the previous chapter, we have seen the use of unit roots in determining the divisibility of a polynomial. In fact we can similarly factorize some polynomials by considering the properties of unit roots.

Example 2 Factorize x8+x6+x4+x2+1.
Anaylsis The indices in the expression are 8, 6, 4, 2, 0. When they are divided by 5, the remainders are 3, 1, 4, 2, 0. Therefore, when x is replaced by a non-real fifth root of unity, the expression equals zero. So the expression is divisible by x4+x3+x2+x+1.
Answer x8+x6+x4+x2+1=(x4+x3+x2+x+1)(x4x3+x2x+1)

If we allow complex coefficients in the factors, any polynomials can be factorized as a product of linear factors; if we allow any real coefficients, then any polynomials with real coefficients can be factorized as a product of factors of at most the second degree.

Example 3 Factorize
(a) x8+x4+1 (three factors)
(b) x5+x+1 (two factors)
Analysis We can check that both (a) and (b) is zero when x is replaced by a non-real cube root of unity. However, we have to further find another factor for (a). For this purpose, we first let y=x2 so the expression becomes y4+y2+1, which also equals zero when x is replaced by a non-real cube root of unity.
Solution (a) y4+y2+1=(y2+y+1)(y2y+1). So,

x8+x4+1=(x4+x2+1)(x4x2+1)=(x2+x+1)(x2x+1)(x4x2+1)

(b) x5+x+1=(x5x2)+(x2+x+1)

x2(x1)(x2+x+1)+(x2+x+1)
(x3x2+1)(x2+x+1)

The cubic equation

Using the cube root of unity, we can derive the formula for cubic equations.

Let ω be a non-real cube root of unity, then:

ω+ω2=1, ω3=1.

Then we can show that:

(x+y+z)(x+ωy+ω2z)(x+ω2y+ωz)=x3+y3+z33xyz.

Therefore, the roots of the cubic equation in x:

x33yzx+(y3+z3)=0

are:

x1=(y+z), x2=(ωy+ω2z), x3=(ω2y+ωz).

Now consider the cubic equation:

x3+px+q=0.

We may let q=y3+z3 and p=3yz. So p327=y3z3. Therefore, y3 and z3 are the roots of the following equation:

X2qXp327=0.

The roots of this equation are:

X=q2±q24+p327.

We let y3 be any of these roots, and z3 be the other root. Then:

y=q2+q24+p3273,
z=q2q24+p3273.

(In fact we may also take other non-real cube roots, as long as the relation p=3yz holds. However, we need not consider the non-real cube roots because we have considered them through the specification of x2 and x3.)

Example 4 Solve x312x+16=0.
Solution In the example, p=12, q=16. So:

q24+p327=(q2)2+(p3)3=82+(4)3=0,
y=z=q23=83=2.

Therefore, the roots are:

x1=(2+2)=4, x2=(2ω+2ω2)=2, x3=(2ω2+2ω)=2.

We can verify that x312x+16=(x+4)(x2)2.

Higher degree equations

We can also use roots of unity to solve some higher degree equations in some special forms.

Example 5 Solve x8+x6+x4+x2+1=0
Solution From the previous example, x8+x6+x4+x2+1=P(x)Q(x), where:

P(x)=x4+x3+x2+x+1
Q(x)=x4x3+x2x+1

From P(x)=0, we can obtain four roots:

x4+x3+x2+x+1=0xj=cos2jπ5+isin2jπ5, (j=1,2,3,4) (i.e. the non-real fifth roots of unity.)

Note that Q(x)=(x)4(x)3+(x)2(x)+1=x4+x3+x2+x+1=P(x), Therefore, Q(xj)=P(xj)=0. So, the other four roots are:

x'j=xj, (j=1,2,3,4).

The original equation has a total of eight roots:

x=±(cos2jπ5+isin2jπ5), (j=1,2,3,4).

Alternative solution Let y=x2, the equation becomes:

y4+y3+y2+y+1=0.

The four roots of this equation are:

yj=cos2jπ5+isin2jπ5), (j=1,2,3,4)

To obtain the corresponding values of x, we take the square roots of each of these values of y. So, the roots are

x=±(cosjπ5+isinjπ5), (j=1,2,3,4).

Although the form of the roots given by the two methods are different, they are identical set of numbers. Both can be written as:

x=cosjπ10+isinjπ10, (j=1,2,3,4, 6,7,8,9).

They are the eight non-real tenth roots of unity.

Example 6 Find a equations with rational coefficients such that its roots equal α4+α6+α7+α9, where α is a root of the equation x131=0.

Template:BookCat