





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Various methods for finding the zeros of polynomial functions, including synthetic division, the Factor Theorem, and the Rational Zeros Theorem. It provides examples and explanations for each method, as well as the importance of the Factor Theorem in finding the zeros of a polynomial. The document also touches upon the Fundamental Theorem of Algebra and Descartes' Rule of Signs.
Typology: Slides
1 / 9
Download the full document
by purchasing a Premium plan
and get the points you are missing in 48 hours
The Remainder and Factor Theorems:
Synthetic division can be used to find the values of polynomials in a sometimes easier way than substitution. This is shown by the next theorem.
If the polynomial P ( x ) is divided by x – c , then the remainder is the value P ( c ).
We learned that if c is a zero of P , than x – c is a factor of P ( x ). The next theorem restates this fact in a more useful way.
Factor Theorem: c is a zero of P if and only if x – c is a factor of P ( x ).
An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we will study more methods that help us find the real zeros of a polynomial, and thereby factor the polynomial.
Rational Zeros of Polynomials:
The next theorem gives a method to determine all possible candidates for rational zeros of a polynomial function with integer coefficients.
Rational Zeros Theorem:
coefficients, then every rational zero of P is of the form
p q
where p is a factor of the constant coefficient a 0 and q is a factor of the leading coefficient an
Example 1: List all possible rational zeros given by the Rational Zeros Theorem of P ( x ) = 6 x^4 + 7 x^3 - 4 (but don’t check to see which actually are zeros).
Solution:
Step 1: First we find all possible values of p , which are all the factors of a 0 (^) = 4. Thus, p can be ±1, ±2, or ±4.
Example 1 (Continued):
Step 2: Next we find all possible values of q , which are all the factors of an = 6. Thus, q can be ±1, ±2, ±3, or ±6.
Step 3: Now we find the possible values of p q by making combinations
of the values we found in Step 1 and Step 2. Thus, p q will be of
the form factors of 4factors of 6. The possible (^) qp are
Step 4: Finally, by simplifying the fractions and eliminating duplicates, we get the following list of possible values for p q.
Now that we know how to find all possible rational zeros of a polynomial, we want to determine which candidates are actually zeros, and then factor the polynomial. To do this we will follow the steps listed below.
Finding the Rational Zeros of a Polynomial:
Example 2: Find the quotient and the remainder of
x x x
x using synthetic division.
Solution:
Step 1: We put x + 2 in the form x – c by writing it as x – (–2). Use this and the coefficients of the polynomial to obtain
Note that we used 0 as the coefficient of any missing powers.
Step 2: Next, bring down the 1.
Step 3: Now, multiply –2 by 1 to get –2, and add it to the 0 in the first row. The result is –2.
Step 4: Next, –2(–2) = 4. Add this to the –7 in the first row.
Example 2 (Continued):
Step 5: –2(–3) = 6. Add this to the –6 in the first row.
Step 6: Finally, –2(0) = 0, which is added to 0 to get 0.
The coefficients of the quotient polynomial and the remainder are read directly from the bottom
row. Also, the degree of the quotient will always be one less than the degree of the dividend.
Thus, Q ( x ) = x^3 – 2 x^2 – 3 x and R ( x ) = 0.
Example 3: Find all real zeros of the polynomial P ( x ) = 2 x^4 + x^3 – 6 x^2 – 7 x – 2.
Solution:
Step 1: First list all possible rational zeros using the Rational Zeros Theorem. For the rational number (^) qp to be a zero, p must be a factor of a 0 = 2 and q must be a factor of a n = 2. Thus the possible rational zeros, p q , are
Step 2: Now we will use synthetic division to evaluate the polynomial at each of the candidates for rational zeros we found in Step 1. When we get a remainder of zero, we have found a zero.
Example 3 (Continued):
Step 4: At this point the quotient polynomial, 2 x^2 – 3 x – 2, is quadratic. This factors easily into ( x – 2)(2 x + 1), which tells us we have
zeros at x = 2 and
x = − , and that P factors as
2 x^4 + x^3 – 6 x^2 – 7 x – 2 = ( x + 1)(2 x^3 – x^2 – 5 x – 2) = ( x + 1) ( x + 1)(2 x^2 – 3 x – 2) = ( x + 1)^2 (2 x^2 – 3 x – 2) = ( x + 1)^2 ( x – 2)(2 x + 1)
Step 5: Thus the zeros of P ( x ) = 2 x^4 + x^3 – 6 x^2 – 7 x – 2 are x = –1, x = 2,
and
x = −.
Fundamental Theorem of Algebra:
In 1799 the German mathematician C. F. Gauss proved the Fundamental Theorem of Algebra. This Theorem forms the basis for much of our work in factoring polynomials and solving polynomial equations.
Fundamental Theorem of Algebra:
with complex coefficients has at least one complex zero.
Because any real number is also a complex number, the theorem applies to polynomials with real coefficients as well.
The conclusion of the Fundamental Theorem of Algebra is that for every polynomial P ( x ), there is a complex number c 1 such that
From the Factor Theorem (Section 5.2), this tells us x – c 1 is a factor of P ( x ). Thus we can write
where Q ( x ) has degree n – 1. If the quotient Q ( x ) has degree ≥ 1 we can repeat the procedure of obtaining a factor and a quotient with degree 1 less than the previous quotient until we arrive at the complete factorization of P ( x ). This process is summarized by the next theorem.
Complete Factorization Theorem:
If P ( x ) is a polynomial of degree n > 0, then there exist complex numbers a, c 1 , c 2 ,... cn (with a ≠ 0) such that
In the Complete Factorization Theorem the numbers c 1 , c 2 ,... cn are the zeros of P. These zeros need not all be different. If the factor x – c appears k times in the complete factorization of P ( x ), then we say that c is a zero of multiplicity k.
The next theorem follows from the Complete Factorization Theorem.
Zeros Theorem:
Every polynomial of degree n ≥ 1 has exactly n zeros, provided that a zero of multiplicity k is counted k times.
Descartes’ Rule of Signs:
In many cases, we will have a lengthy list of possible rational zeros of a polynomial. A theorem that is helpful in eliminating candidates is Descartes’ Rule of Signs.
In the theorem, variation in sign is a change from positive to negative, or negative to positive in successive terms of the polynomial. Missing terms (those with 0 coefficients) are counted as no change in sign and can be ignored. For example,
has two variations in sign.
Descartes’ Rule of Signs: Let P be a polynomial with real coefficients