Root and factorization of a polynomial

Concept of root

The root or zero of a polynomial p(x) is that value a that p(a)=0

Mathematicians, throughout history, have always been fascinated by finding the roots of any polynomial. In general, this is a very complicated problem.

So, using the remainder theorem and the factor theorem, we can deduce some properties of the roots of a polynomial:

1) The roots of a polynomial are divisors of the independent term. If it does not have an independent term, it means that it is divisible by xa, where a=0, this is, it is divisible by x.

Example

p(x)=x5+2x43x3+x21 has as a root 1, p(1)=15+214313+121=0 and 1 divides the independent term 1.

Example

The polynomial p(x)=2x5+5x4+4x3x2+x has the independent term equal to 0.

Then, using the factor theorem, 0 is a root of p(x) and therefore x0=x divides the polynomial p(x) exactly.

2) Being ai the i roots of a polynomial, we can express this polynomial as product of polynomials like xai.

Example

The polynomial p(x)=x23x+2 has roots x=2 and x=1. Therefore, it can be expressed as p(x)=(x2)(x1)

Example

The polynomial p(x)=x2+5x+6 has root x=2 and x=3. Therefore, it can be expressed as p(x)=(x+2)(x+3)

3) A polynomial is called irreducible or prime if it does not have any rational number that is a root.

Example

The polynomials p(x)=x2+x+1 and q(x)=x2+1 do not have any root in the rational numbers.

Factorization of a polynomial

The process of factorization of a polynomial consists in finding all of its roots.

There are different techniques used to find the roots of a polynomial. Next, we will explain the most outstanding ones:

Using notable products

The idea is to use the notable products but in the opposite sense. For example, if we know that: (ab)(a+b)=a2b2 It is clear that we can apply it the other way around: a2b2=(ab)(a+b) Therefore, if we have a polynomial like the following one x216 which is x242 Applying the formula x216=x242=(x4)(x+4) This is, 4 and 4 are the roots of the polynomial x216.

Example

Factorize the following polynomial x26x+9.

We can see that the previous polynomial is a square of a difference: x26x+9=x223x+32=(x3)2 Therefore, the polynomial has the root x=3.

Example

Factorize the following polynomial x3+12x2+48x+64.

We can see that the previous polynomial corresponds to the cube of a sum: x3+12x2+48x+64=x3+34x2+342x+43=(x+4)3 Therefore, the polynomial has x=4 as a root.

Using the formula to solve quadratic equations

If we have a polynomial p(x) of degree 2, we can equal it to 0 and find the solution of the quadratic equation p(x)=0.

These values solution will be the roots of the polynomial p(x).

Example

Factorize the following polynomial x2x2.

We must solve the following equation x2x2=0.

We apply the formula to find the roots of a quadratic equation x=(1)±(1)241(2)21=1±92={1+32=2132=1

Therefore, the polynomial has x=2 and x=1 as roots.

Example

Factorize the following polynomial x2+x6.

We must solve the following equation x2+x6=0.

We apply the formula to find the roots of a quadratic equation x=1±1241(6)21=1±252={1+52=3152=2

Therefore, the polynomial has x=3 and x=2 as its roots.

Using the formula to solve biquadratic equations

If we have a polynomial p(x) of degree 4 and even exponents, we can equal it to 0 and find the solution of the biquadratic equation p(x)=0.

These value solution will be the roots of the polynomial p(x).

Example

Factorize the following polynomial x45x2+4.

We must solve the following equation x45x2+4=0.

We change the variable x2=t t25t+4=0

We apply the formula to find the roots of a quadratic equation x=(5)±(5)241421=5±92={5+32=4532=1

Now we undo the change: x2=4{x=2x=2 x2=1{x=1x=1

Therefore, the polynomial has x=2,x=2,x=1 and x=1 as its roots.

Example

Factorize the following polynomial x410x2+9.

We must solve the following equation x410x2+9=0.

We change the variable x2=t t210t+9=0

We apply the formula to find the roots of a quadratic equation x=(10)±(10)241921=10±642={10+82=91082=1

Now we undo the change: x2=9{x=3x=3 x2=1{x=1x=1

Therefore, the polynomial has x=3,x=3,x=1 and x=1 as its roots.

Using the factor theorem

For polynomials of a larger degree, our only tool is to use the factor theorem.

This way, to find the roots of a polynomial, it will only be necessary to evaluate the polynomial for the values of x that are divisors of the independent term, and for the values in which the expression turns out to be empty, these values will be the roots of the polynomial. With a few examples, we will visualize the procedure:

Example

Factorize the following polynomial p(x)=x23x+2.

As the properties of the factor theorem show, if a is a root of p(x), then p(a)=0.

But, what value does a have? There is a property that will be extremely useful:

  • If a is a root of p(x), a is a divisor of the independent term of p(x).

In our case, the divisors of the independent term of the polynomial (of value 2) are 1,1,2,2 Therefore, it is only necessary to evaluate these values in the polynomial and apply the factor theorem:

p(1)=1231+2=0

p(1)=(1)23(1)+2=6

p(2)=2232+2=0

p(2)=(2)23(2)+2=12

And so, the roots of p(x) are x=1 and x=2.

Example

Factorize the following polynomial p(x)=x2+6x7.

The divisors of the independent term of the polynomial (of value 7) are: 1,1,7,7 Therefore, it is only necessary to evaluate these values in the polynomial and apply the factor theorem:

p(1)=12+617=0

p(1)=(1)2+6(1)7=12

p(7)=72+677=84

p(7)=(7)2+6(7)7=0

And so, the roots of p(x) are x=1 and x=7.