Zeros of Polynomial Functions

In the previous article, where we introduce polynomials, a brief introduction to the roots of quadratic equations were discussed with some examples. Now you are going to learn the zeros of polynomial in more detail.

Advertisements

The idea of zero is that to find those x values for which f(x) = 0 and it is the x-intercepts in case of quadratic equations which is also a polynomial of degree 2.

Rational Zero Theorem

As we mentioned earlier, the zeros or roots of a polynomial f(x) is nothing but those values of x for which f(x) =0.

If f(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_{0} is a polynomial with integer coefficients, then \frac{p}{q} is the rational zero of the polynomial f(x) where p is the factor of constant term a_{0} and q is the factor of leading coefficient a_n.

This is could be understood with the help of an example.

Example #1

Find the rational zeros of f(x) = x^4 + 2x^3 - 3.

Solution:

The constant term is -3 and its factors are \pm 1, \pm 3.

Similarly, the leading coefficient is 1 whose factors are \pm1.

Therefore,

Rational Zeros = \frac{\pm1, \pm3}{ \pm1} = \frac{\pm1}{ \pm1 } ,  \frac{\pm3}{ \pm1}

= \pm1,  \pm3

There are total 8 roots for this polynomial equation. The actual roots are \pm1.

Figure 1 - Graph of equation f(x) = x^4 + 2x^3 - 3 shows root at -1 and 1
Figure 1 – Graph of f(x) = x^4 + 2x^3 - 3 shows root at -1 and 1

How To Use The Rational Zero Theorem?

We can use the rational zeros to find the real zero of the polynomial. Note that the polynomial is divided by x - c such that f(x) = 0.

Example #2

Find the real root of the polynomial f(x) = x^3 - x^2 + 3x - 3 from its rational zeros.

Solution:

The constant term is -3 so the factors of constant terms are \pm1, \pm3.

The leading coefficient term is 1 and the factors of leading coefficient are \pm1.

Rational \hspace{2 mm} zeros = \frac{\pm1, \pm3}{\pm1}
= \frac{\pm1}{\pm1}, \frac{\pm3}{\pm1}
=\pm1, \pm3

Now we test each of the root to find the real root of the polynomial. For this we have to use synthetic division. If you are not familiar with the synthetic division, read the previous article.

3 : 1 -1 3 -3
       3 6  27   ( This solution is not suitable because remainder is 24. The remainder should be 0).
    1  2 9  24



1 : 1 -1 3 -3
       1 0  3   ( The real root of the polynomial is 1 ).
    1  0 3  0

After performing a synthetic division we are able to find the real root of the polynomial f(x). You can also plot the graph of the polynomial and then look for root which is x-intercept.

Solving Polynomial Equations

The rational zeros of polynomials are very helpful when the degrees of polynomial equations are higher. Consider the following example.

Example #3

Find the solution to the polynomial equation: f(x) = 2x^3 -3x^2 - 11x + 6.

Solution:

To find solution we must find all the rational roots.

The factors of constant 6 are \pm1, \pm2, \pm3, \pm6 and similarly, the factors of leading coefficient is \pm1. \pm2.

The rational coefficients are \pm1, \pm2, \pm3, \pm6, \frac{\pm1}{\pm2},  \frac{\pm3}{\pm2} , \pm3.

Synthetic Division

Now we can do synthetic division to find the solution.

1 : 2 -3 -11 6
       2  5 -6  ( 1 is a root of polynomial f(x).
    2  5 -6  0

Now we can write the equation as f(x) = ( x - 1)( 2x^2 +5x - 6) and remainder is 0.

Example #4

Find the rational root of the following polynomial: f(x) = x^4 - 2x^2 - 6x + 4.

Solution:

The factors of the constant terms are \pm1 , \pm2, \pm4.

The leading coefficient has following factors : \pm1.

The rational roots are \pm1, \pm2, \pm4.

Synthetic division

To find the factors we now have to use the synthetic division. First we are going test \pm1

1: 1 -2 -6 4
      1  1 -5  ( This has a remainder of -1. We need to have remainder of 0 in the last cell.)
   1  1 -5 -1



2: 1 -2 -6 4
      2  0 -12  ( This has a remainder of -8. We need to have remainder of 0 in the last cell.)
   1  0 -6 -8



-2: 1 -2 -6 4
      -2  8 -4  ( This has a remainder of 0. )
    1 -4  2 0

Therefore, the root of the equation is -2 and x + 2 is a factor.

Advertisements
 f(x) = (x + 2)(x^2 - 4x + 2)

We can use the quadratic formula to solve (x^2 - 4x + 2) and find rest of the roots.

x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \\ \\
= \frac{4 \pm 2\sqrt{2}}{2} \\ \\
 x = 2 + \sqrt{2}  \hspace{2mm} and \hspace{2mm} x = 2 - \sqrt{2}

Fundamental Theorem Of Algebra

The fundamental theorem of algebra states that a polynomial f(x) with a degree n has  n roots. To understand this consider the following graph.

Figure 2 - Fundamental Theorem Of Algebra
Figure 2 – Fundamental Theorem Of Algebra

If f(x) is a polynomial with degree n where n \geq 0 , then the equation has one complex root.

Example #5

From our earlier example,

We have f(x) = ( x - 1) ( 2x^2 +5x - 6) we can factor the second degree polynomial using quadratic formula.

 x = \frac{-5 \pm \sqrt{25 - 48}}{4}
= \frac{-5 \pm i\sqrt{23}}{4}

The roots are \frac{-5 - i\sqrt{23}}{4} and \frac{-5 + i\sqrt{23}}{4}. The complex conjugate is also a root.

Linear Factorization

The linear factorization is states that for a polynomial f(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_{0} where a_n \neq 0, then the polynomial can be written as product of linear factors, called the linear factorization.

f(x) = a_n(x - c_1) (x - c_2) \dots  (x - c_n) where  c_1, c_2, \dots, c_n are complex numbers.

Example #6

Find the factors of the polynomial: f(x) = x^3 + 6x^2 + 25x.

Solution:

The factors are x(x^2 + 6x + 25 ) = 0

Using the quadratic formula,  x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

 x = \frac{-6 \pm \sqrt{36-100}}{2}\\ \\
= \frac{-6 \pm \sqrt{-64}}{2}\\ \\
= \frac{-6 \pm i8}{2} \\

Therefore, the roots are  \{ 0, -3 - 4i, -3 + 4i \}

We can write the polynomial  f(x) = (x)(x - (-3-4i)) (x - (-3+4i))

This means that roots are rational , irrational and complex or imaginary numbers. In the next section, we discuss a method to find the real roots for polynomial functions.

Rules of Signs

The rules of signs is also called the Descartes’s rules of signs. In a polynomial with degree n, there are at most n real roots, the rule of signs provide specific information about the number of real roots in a polynomial equation.

If  f(x) =  a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_{0} is a polynomial with degree n with real coefficients, then

number of positive real roots are:

  1. same as the number of sign changes c in  f(x) or
  2. less than number of sign change c by a positive even integer.
  3. If there is only one sign change in f(x), then there is only one real root.

number of negative real roots are:

  1. same as the number of sign changes  cin f(-x) or
  2. less than number of sign change  c by a positive even integer.
  3. If there is only one sign change in  f(-x), then there is exactly one real root.

Example #7

Find the number of real roots in the following polynomial:

f(x) = x^3-7x^2+41x-87

Solution:

First we will find the number of sign changes in the given polynomial function.

Figure 3 - Rules of Signs Change
Figure 3 – Rules of Signs Change

The above equation , there are 3 signs change. Therefore, there are 3 positive real roots of f(x).

Or since, xis positive, we have 3 - 2 = 1 positive real root.

We can find the zeros of the polynomial to confirm this. The factors of the polynomials are (x - 3)(x - ( 2 - 5i))(x + (2 + 5i)).

How Rules Of Signs Are Helpful In Solving Polynomials?

The rules of signs helps us to eliminate the unwanted roots from all the rational roots. To illustrate this, we use an example.

Example #8

Find the real roots of the following polynomial: x^3 - 6x^2 +11x - 6.

Solution:

The number of sign change in this polynomial is 3, therefore, real roots are 3 or 3 - 2 = 1.

Let us find the rational roots of this equation.

Factors of the constant terms is \pm 1, \pm 2 ,\pm 3, \pm 6.

Factors of the leading coefficient is \pm1.

Rational \hspace{2mm}roots =  \frac{\pm 1, \pm 2 ,\pm 3, \pm 6}{\pm 1} = \pm 1, \pm 2 ,\pm 3, \pm 6

The rules of sign inform us that there is no negative real roots in this equation f(x). Therefore, we can eliminate all the negative values. The remaining rational roots are {1, 2, 3, 6}.

Test With Synthetic Division

1: 1 -6 11 -6
      1 -5  6 ( Since, the remainder is zero, 1 is a positive real root of f(x).
   1 -5  6  0



3: 1 -6 11 -6
      3 -9  6 ( Since, the remainder is zero, 3 is a positive real root of f(x).
   1 -3  2  0




2: 1 -6 11 -6
      2 -8  6 ( Since, the remainder is zero, 2 is a positive real root of f(x).
   1 -4  3  0

There are three real roots as per rules of signs.

Summary

In this article, you have learned how to find the rational roots, and under special circumstance such as f(x) = 0, there are complex or imaginary roots, so we can find these roots with the linear factorization and rules of signs technique.

Advertisements

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.