SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
November 4, 2004 15:00 k34-appb Sheet number 1 Page number 15 cyan magenta yellow black
A15
a p p e n d i x b
SOLVING POLYNOMIAL
EQUATIONS
We will assume in this appendix that you know how to divide polynomials using long
division and synthetic division. If you need to review those techniques, refer to an
algebra book.
A BRIEF REVIEW OF POLYNOMIALS
Recall that if n is a nonnegative integer, then a polynomial of degree n is a function that
can be written in the following forms, depending on whether you want the powers of x in
ascending or descending order:
c0 + c1x + c2x2
+ · · · + cnxn
(cn = 0)
cnxn
+ cn−1xn−1
+ · · · + c1x + c0 (cn = 0)
The numbers c0, c1, . . . , cn are called the coefficients of the polynomial. The coefficient cn
(which multiplies the highest power of x) is called the leading coefficient, the term cnxn
is
called the leading term, and the coefficient c0 is called the constant term. Polynomials of
degree 1, 2, 3, 4, and 5 are called linear, quadratic, cubic, quartic, and quintic, respectively.
For simplicity, general polynomials of low degree are often written without subscripts on
the coefficients:
p(x) = a Constant polynomial
p(x) = ax + b (a = 0) Linear polynomial
p(x) = ax2
+ bx + c (a = 0) Quadratic polynomial
p(x) = ax3
+ bx2
+ cx + d (a = 0) Cubic polynomial
When you attempt to factor a polynomial completely, one of three things can happen:
• You may be able to decompose the polynomial into distinct linear factors using only real
numbers; for example,
x3
+ x2
− 2x = x(x2
+ x − 2) = x(x − 1)(x + 2)
• You may be able to decompose the polynomial into linear factors using only real numbers,
but some of the factors may be repeated; for example,
x6
− 3x4
+ 2x3
= x3
(x3
− 3x + 2) = x3
(x − 1)2
(x + 2) (1)
• You may be able to decompose the polynomial into linear and quadratic factors using
only real numbers, but you may not be able to decompose the quadratic factors into
linear factors using only real numbers (such quadratic factors are said to be irreducible
over the real numbers); for example,
x4
− 1 = (x2
− 1)(x2
+ 1) = (x − 1)(x + 1)(x2
+ 1)
= (x − 1)(x + 1)(x − i)(x + i)
Here, the factor x2
+ 1 is irreducible over the real numbers.
November 4, 2004 15:00 k34-appb Sheet number 2 Page number 16 cyan magenta yellow black
A16 Appendix B: Solving Polynomial Equations
In general, if p(x) is a polynomial of degree n with leading coefficient a, and if complex
numbers are allowed, then p(x) can be factored as
p(x) = a(x − r1)(x − r2) · · · (x − rn) (2)
where r1, r2, . . . , rn are called the zeros of p(x) or the roots of the equation p(x) = 0, and
(2) is called the complete linear factorization of p(x). If some of the factors in (2) are
repeated, then they can be combined; for example, if the first k factors are distinct and the
rest are repetitions of the first k, then (2) can be expressed in the form
p(x) = a(x − r1)m1
(x − r2)m2
· · · (x − rk)mk
(3)
wherer1, r2, . . . , rk arethedistinct rootsofp(x) = 0. Theexponentsm1, m2, . . . , mk tellus
how many times the various factors occur in the complete linear factorization; for example,
in (3) the factor (x − r1) occurs m1 times, the factor (x − r2) occurs m2 times, and so forth.
Some techniques for factoring polynomials are discussed later in this appendix. In general,
if a factor (x − r) occurs m times in the complete linear factorization of a polynomial, then
we say that r is a root or zero of multiplicity m, and if (x − r) has no repetitions (i.e., r has
multiplicity 1), then we say that r is a simple root or zero. For example, it follows from (1)
that the equation x6
− 3x4
+ 2x3
= 0 can be expressed as
x3
(x − 1)2
(x + 2) = 0 (4)
so this equation has three distinct roots—a root x = 0 of multiplicity 3, a root x = 1 of mul-
tiplicity 2, and a simple root x = −2.
Note that in (3) the multiplicities of the roots must add up to n, since p(x) has degree n;
that is,
m1 + m2 + · · · + mk = n
For example, in (4) the multiplicities add up to 6, which is the same as the degree of the
polynomial.
It follows from (2) that a polynomial of degree n can have at most n distinct roots; if all
of the roots are simple, then there will be exactly n, but if some are repeated, then there will
be fewer than n. However, when counting the roots of a polynomial, it is standard practice
to count multiplicities, since that convention allows us to say that a polynomial of degree n
has n roots. For example, from (1) the six roots of the polynomial p(x) = x6
− 3x4
+ 2x3
are
r = 0, 0, 0, 1, 1, −2
In summary, we have the following important theorem.
B.1 theorem. If complex roots are allowed, and if roots are counted according to
their multiplicities, then a polynomial of degree n has exactly n roots.
THE REMAINDER THEOREM
When two positive integers are divided, the numerator can be expressed as the quotient plus
the remainder over the divisor, where the remainder is less than the divisor. For example,
17
5
= 3 + 2
5
If we multiply this equation through by 5, we obtain
17 = 5 · 3 + 2
which states that the numerator is the divisor times the quotient plus the remainder.
November 4, 2004 15:00 k34-appb Sheet number 3 Page number 17 cyan magenta yellow black
Appendix B: Solving Polynomial Equations A17
The following theorem, which we state without proof, is an analogous result for division
of polynomials.
B.2 theorem. If p(x) and s(x) are polynomials, and if s(x) is not the zero poly-
nomial, then p(x) can be expressed as
p(x) = s(x)q(x) + r(x)
where q(x) and r(x) are the quotient and remainder that result when p(x) is divided by
s(x), and either r(x) is the zero polynomial or the degree of r(x) is less than the degree
of s(x).
In the special case where p(x) is divided by a first-degree polynomial of the form x − c,
the remainder must be some constant r, since it is either zero or has degree less than 1.
Thus, Theorem B.2 implies that
p(x) = (x − c)q(x) + r
and this in turn implies that p(c) = r. In summary, we have the following theorem.
B.3 theorem (Remainder Theorem). If a polynomial p(x) is divided by x − c,
then the remainder is p(c).
Example 1 According to the Remainder Theorem, the remainder on dividing
p(x) = 2x3
+ 3x2
− 4x − 3
by x + 4 should be
p(−4) = 2(−4)3
+ 3(−4)2
− 4(−4) − 3 = −67
Show that this is so.
Solution. By long division
2x2
− 5x + 16
x + 4|2x3
+ 3x2
− 4x − 3
2x3
+ 8x2
−5x2
− 4x
−5x2
− 20x
16x − 3
16x + 64
−67
which shows that the remainder is −67.
Alternative Solution. Because we are dividing by an expression of the form x − c
(where c = −4), we can use synthetic division rather than long division. The computations
are −4| 2 3 −4 −3
−8 20 −64
2 −5 16 −67
which again shows that the remainder is −67.
November 4, 2004 15:00 k34-appb Sheet number 4 Page number 18 cyan magenta yellow black
A18 Appendix B: Solving Polynomial Equations
THE FACTOR THEOREM
To factor a polynomial p(x) is to write it as a product of lower-degree polynomials, called
factors of p(x). For s(x) to be a factor of p(x) there must be no remainder when p(x) is
divided by s(x). For example, if p(x) can be factored as
p(x) = s(x)q(x) (5)
then
p(x)
s(x)
= q(x) (6)
so dividing p(x) by s(x) produces a quotient q(x) with no remainder. Conversely, (6)
implies (5), so s(x) is a factor of p(x) if there is no remainder when p(x) is divided by
s(x).
In the special case where x − c is a factor of p(x), the polynomial p(x) can be expressed
as
p(x) = (x − c)q(x)
which implies that p(c) = 0. Conversely, if p(c) = 0, then the RemainderTheorem implies
that x − c is a factor of p(x), since the remainder is 0 when p(x) is divided by x − c. These
results are summarized in the following theorem.
B.4 theorem (Factor Theorem). A polynomial p(x) has a factor x − c if and only
if p(c) = 0.
It follows from this theorem that the statements below say the same thing in different
ways:
• x − c is a factor of p(x).
• p(c) = 0.
• c is a zero of p(x).
• c is a root of the equation p(x) = 0.
• c is a solution of the equation p(x) = 0.
• c is an x-intercept of y = p(x).
Example 2 Confirm that x − 1 is a factor of
p(x) = x3
− 3x2
− 13x + 15
by dividing x − 1 into p(x) and checking that the remainder is zero.
Solution. By long division
x2
− 2x − 15
x − 1|x3
− 3x2
− 13x + 15
x3
− x2
−2x2
− 13x
−2x2
+ 2x
−15x + 15
−15x + 15
0
which shows that the remainder is zero.
November 4, 2004 15:00 k34-appb Sheet number 5 Page number 19 cyan magenta yellow black
Appendix B: Solving Polynomial Equations A19
Alternative Solution. Because we are dividing by an expression of the form x − c, we
can use synthetic division rather than long division. The computations are
1| 1 −3 −13 15
1 −2 −15
1 −2 −15 0
which again confirms that the remainder is zero.
USING ONE FACTOR TO FIND OTHER FACTORS
If x − c is a factor of p(x), and if q(x) = p(x)/(x − c), then
p(x) = (x − c)q(x) (7)
so that additional linear factors of p(x) can be obtained by factoring the quotient q(x).
Example 3 Factor
p(x) = x3
− 3x2
− 13x + 15 (8)
completely into linear factors.
Solution. We showed in Example 2 that x − 1 is a factor of p(x) and we also showed
that p(x)/(x − 1) = x2
− 2x − 15. Thus,
x3
− 3x2
− 13x + 15 = (x − 1)(x2
− 2x − 15)
Factoring x2
− 2x − 15 by inspection yields
x3
− 3x2
− 13x + 15 = (x − 1)(x − 5)(x + 3)
which is the complete linear factorization of p(x).
METHODS FOR FINDING ROOTS
A general quadratic equation ax2
+ bx + c = 0 can be solved by using the quadratic for-
mula to express the solutions of the equation in terms of the coefficients. Versions of this
formula were known since Babylonian times, and by the seventeenth century formulas had
been obtained for solving general cubic and quartic equations. However, attempts to find
formulas for the solutions of general fifth-degree equations and higher proved fruitless.
The reason for this became clear in 1829 when the French mathematician Evariste Galois
(1811–1832) proved that it is impossible to express the solutions of a general fifth-degree
equation or higher in terms of its coefficients using algebraic operations.
Today, we have powerful computer programs for finding the zeros of specific polynomi-
als. For example, it takes only seconds for a computer algebra system, such as Mathematica,
Maple, or Derive, to show that the zeros of the polynomial
p(x) = 10x4
− 23x3
− 10x2
+ 29x + 6 (9)
are
x = −1, x = −1
5
, x = 3
2
, and x = 2 (10)
The algorithms that these programs use to find the integer and rational zeros of a polynomial,
if any, are based on the following theorem, which is proved in advanced algebra courses.
November 4, 2004 15:00 k34-appb Sheet number 6 Page number 20 cyan magenta yellow black
A20 Appendix B: Solving Polynomial Equations
B.5 theorem. Suppose that
p(x) = cnxn
+ cn−1xn−1
+ · · · + c1x + c0
is a polynomial with integer coefficients.
(a) If r is an integer zero of p(x), then r must be a divisor of the constant term c0.
(b) If r = a/b is a rational zero of p(x) in which all common factors of a and b have
been canceled, then a must be a divisor of the constant term c0, and b must be a
divisor of the leading coefficient cn.
For example, in (9) the constant term is 6 (which has divisors ±1, ±2, ±3, and ±6) and
the leading coefficient is 10 (which has divisors ±1, ±2, ±5, and ±10). Thus, the only
possible integer zeros of p(x) are
±1, ±2, ±3, ±6
and the only possible noninteger rational zeros are
±1
2
, ±1
5
, ± 1
10
, ±2
5
, ±3
2
, ±3
5
, ± 3
10
, ±6
5
Using a computer, it is a simple matter to evaluate p(x) at each of the numbers in these lists
to show that its only rational zeros are the numbers in (10).
Example 4 Solve the equation x3
+ 3x2
− 7x − 21 = 0.
Solution. The solutions of the equation are the zeros of the polynomial
p(x) = x3
+ 3x2
− 7x − 21
We will look for integer zeros first. All such zeros must divide the constant term, so the
only possibilities are ±1, ±3, ±7, and ±21. Substituting these values into p(x) (or using
the method of Exercise 6) shows that x = −3 is an integer zero. This tells us that x + 3 is
a factor of p(x) and that p(x) can be written as
x3
+ 3x2
− 7x − 21 = (x + 3)q(x)
where q(x) is the quotient that results when x3
+ 3x2
− 7x − 21 is divided by x + 3. We
leave it for you to perform the division and show that q(x) = x2
− 7; hence,
x3
+ 3x2
− 7x − 21 = (x + 3)(x2
− 7) = (x + 3)(x +
√
7)(x −
√
7)
which tells us that the solutions of the given equation are x = 3, x =
√
7 ≈ 2.65, and
x = −
√
7 ≈ −2.65.
EXERCISE SET B C CAS
1–2 Findthequotientq(x)andtheremainder r(x)thatresult
when p(x) is divided by s(x).
1. (a) p(x) = x4
+ 3x3
− 5x + 10; s(x) = x2
− x + 2
(b) p(x) = 6x4
+ 10x2
+ 5; s(x) = 3x2
− 1
(c) p(x) = x5
+ x3
+ 1; s(x) = x2
+ x
2. (a) p(x) = 2x4
− 3x3
+ 5x2
+ 2x + 7; s(x) = x2
− x + 1
(b) p(x) = 2x5
+ 5x4
− 4x3
+ 8x2
+ 1; s(x) = 2x2
− x + 1
(c) p(x) = 5x6
+ 4x2
+ 5; s(x) = x3
+ 1
3–4 Use synthetic division to find the quotient q(x) and the
remainder r that result when p(x) is divided by s(x).
3. (a) p(x) = 3x3
− 4x − 1; s(x) = x − 2
(b) p(x) = x4
− 5x2
+ 4; s(x) = x + 5
(c) p(x) = x5
− 1; s(x) = x − 1
4. (a) p(x) = 2x3
− x2
− 2x + 1; s(x) = x − 1
(b) p(x) = 2x4
+ 3x3
− 17x2
− 27x − 9; s(x) = x + 4
(c) p(x) = x7
+ 1; s(x) = x − 1
November 4, 2004 15:00 k34-appb Sheet number 7 Page number 21 cyan magenta yellow black
Appendix B: Solving Polynomial Equations A21
5. Let p(x) = 2x4
+ x3
− 3x2
+ x − 4. Use synthetic divi-
sion and the Remainder Theorem to find p(0), p(1), p(−3),
and p(7).
6. Let p(x) be the polynomial in Example 4. Use synthetic
division and the Remainder Theorem to evaluate p(x) at
x = ±1, ±3, ±7, and ±21.
7. Let p(x) = x3
+ 4x2
+ x − 6. Find a polynomial q(x) and
a constant r such that
(a) p(x) = (x − 2)q(x) + r
(b) p(x) = (x + 1)q(x) + r.
8. Let p(x) = x5
− 1. Find a polynomial q(x) and a constant
r such that
(a) p(x) = (x + 1)q(x) + r
(b) p(x) = (x − 1)q(x) + r.
9. In each part, make a list of all possible candidates for the
rational zeros of p(x).
(a) p(x) = x7
+ 3x3
− x + 24
(b) p(x) = 3x4
− 2x2
+ 7x − 10
(c) p(x) = x35
− 17
10. Find all integer zeros of
p(x) = x6
+ 5x5
− 16x4
− 15x3
− 12x2
− 38x − 21
11–15 Factor the polynomials completely.
11. p(x) = x3
− 2x2
− x + 2
12. p(x) = 3x3
+ x2
− 12x − 4
13. p(x) = x4
+ 10x3
+ 36x2
+ 54x + 27
14. p(x) = 2x4
+ x3
+ 3x2
+ 3x − 9
15. p(x) = x5
+ 4x4
− 4x3
− 34x2
− 45x − 18
16.C For each of the factorizations that you obtained in Exercises
11–15, check your answer using a CAS.
17–21 Find all real solutions of the equations.
17. x3
+ 3x2
+ 4x + 12 = 0
18. 2x3
− 5x2
− 10x + 3 = 0
19. 3x4
+ 14x3
+ 14x2
− 8x − 8 = 0
20. 2x4
− x3
− 14x2
− 5x + 6 = 0
21. x5
− 2x4
− 6x3
+ 5x2
+ 8x + 12 = 0
22.C For each of the equations you solved in Exercises 17–21,
check your answer using a CAS.
23. Find all values of k for which x − 1 is a factor of the poly-
nomial p(x) = k2
x3
− 7kx + 10.
24. Is x + 3 a factor of x7
+ 2187? Justify your answer.
25.C A 3-cm-thick slice is cut from a cube, leaving a volume of
196 cm3
. Use a CAS to find the length of a side of the
original cube.
26. (a) Show that there is no positive rational number that ex-
ceeds its cube by 1.
(b) Does there exist a real number that exceeds its cube by
1? Justify your answer.
27. Use the Factor Theorem to show each of the following.
(a) x − y is a factor of xn
− yn
for all positive integer val-
ues of n.
(b) x + y is a factor of xn
− yn
for all positive even integer
values of n.
(c) x + y is a factor of xn
+ yn
for all positive odd integer
values of n.

Weitere ähnliche Inhalte

Was ist angesagt?

2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomialsmath260
 
Bostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsBostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsSarah Sue Calbio
 
Ani agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni_Agustina
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremRonalie Mejos
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theoremRhodaLuis
 
IITJEE - Mathematics 2010-i
IITJEE - Mathematics  2010-iIITJEE - Mathematics  2010-i
IITJEE - Mathematics 2010-iVasista Vinuthan
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functionsmath265
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1math265
 
5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sumsmath260
 
2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphsmath260
 
11.4 The Binomial Theorem
11.4 The Binomial Theorem11.4 The Binomial Theorem
11.4 The Binomial Theoremsmiller5
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10Nihas Nichu
 
57 graphing lines from linear equations
57 graphing lines from linear equations57 graphing lines from linear equations
57 graphing lines from linear equationsalg1testreview
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionsmath260
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equationsmath123c
 

Was ist angesagt? (19)

2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials
 
Bostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsBostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functions
 
Ani agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomial
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
IITJEE - Mathematics 2010-i
IITJEE - Mathematics  2010-iIITJEE - Mathematics  2010-i
IITJEE - Mathematics 2010-i
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functions
 
Factor theorem
Factor theoremFactor theorem
Factor theorem
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
 
5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums
 
2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphs
 
Polynomials
PolynomialsPolynomials
Polynomials
 
11.4 The Binomial Theorem
11.4 The Binomial Theorem11.4 The Binomial Theorem
11.4 The Binomial Theorem
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10
 
57 graphing lines from linear equations
57 graphing lines from linear equations57 graphing lines from linear equations
57 graphing lines from linear equations
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functions
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations
 
Algebra
AlgebraAlgebra
Algebra
 

Andere mochten auch

Guidelines for Modelling Groundwater Surface Water Interaction in eWater Source
Guidelines for Modelling Groundwater Surface Water Interaction in eWater SourceGuidelines for Modelling Groundwater Surface Water Interaction in eWater Source
Guidelines for Modelling Groundwater Surface Water Interaction in eWater SourceeWater
 
Introduction to PHP - SDPHP
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHPEric Johnson
 
Appendex g
Appendex gAppendex g
Appendex gswavicky
 
Survey Grade LiDAR Technologies for Transportation Engineering
Survey Grade LiDAR Technologies for Transportation EngineeringSurvey Grade LiDAR Technologies for Transportation Engineering
Survey Grade LiDAR Technologies for Transportation EngineeringQuantum Spatial
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resourcesgrssieee
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 MultimediaPatty Ramsey
 
Chapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesChapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesPatty Ramsey
 
Chapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesChapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesPatty Ramsey
 
Chapter 10 Synchronous Communication
Chapter 10 Synchronous CommunicationChapter 10 Synchronous Communication
Chapter 10 Synchronous CommunicationPatty Ramsey
 
Appendex e
Appendex eAppendex e
Appendex eswavicky
 
Final morris esri_nwgis_lidar
Final morris esri_nwgis_lidarFinal morris esri_nwgis_lidar
Final morris esri_nwgis_lidarEric Morris
 
PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3melechi
 
5 Accessing Information Resources
5 Accessing Information Resources5 Accessing Information Resources
5 Accessing Information ResourcesPatty Ramsey
 
Appendex a
Appendex aAppendex a
Appendex aswavicky
 
Introduction to PHP
Introduction to PHPIntroduction to PHP
Introduction to PHPprabhatjon
 

Andere mochten auch (20)

Guidelines for Modelling Groundwater Surface Water Interaction in eWater Source
Guidelines for Modelling Groundwater Surface Water Interaction in eWater SourceGuidelines for Modelling Groundwater Surface Water Interaction in eWater Source
Guidelines for Modelling Groundwater Surface Water Interaction in eWater Source
 
Introduction to PHP - SDPHP
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHP
 
Appendex g
Appendex gAppendex g
Appendex g
 
Survey Grade LiDAR Technologies for Transportation Engineering
Survey Grade LiDAR Technologies for Transportation EngineeringSurvey Grade LiDAR Technologies for Transportation Engineering
Survey Grade LiDAR Technologies for Transportation Engineering
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 Multimedia
 
Chapter 5 Input
Chapter 5 InputChapter 5 Input
Chapter 5 Input
 
Chapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesChapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power Supplies
 
Chapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesChapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power Supplies
 
Chapter 10 Synchronous Communication
Chapter 10 Synchronous CommunicationChapter 10 Synchronous Communication
Chapter 10 Synchronous Communication
 
Appendex e
Appendex eAppendex e
Appendex e
 
Emoji International Name Finder
Emoji International Name FinderEmoji International Name Finder
Emoji International Name Finder
 
Php i-slides
Php i-slidesPhp i-slides
Php i-slides
 
Final morris esri_nwgis_lidar
Final morris esri_nwgis_lidarFinal morris esri_nwgis_lidar
Final morris esri_nwgis_lidar
 
PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3
 
C# programs
C# programsC# programs
C# programs
 
Unix Master
Unix MasterUnix Master
Unix Master
 
5 Accessing Information Resources
5 Accessing Information Resources5 Accessing Information Resources
5 Accessing Information Resources
 
Appendex a
Appendex aAppendex a
Appendex a
 
Introduction to PHP
Introduction to PHPIntroduction to PHP
Introduction to PHP
 

Ähnlich wie Appendex b

CLASS X MATHS Polynomials
CLASS X MATHS  PolynomialsCLASS X MATHS  Polynomials
CLASS X MATHS PolynomialsRc Os
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpointJuwileene Soriano
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTSanjayraj Balasara
 
21 properties of division and roots x
21 properties of division and roots x21 properties of division and roots x
21 properties of division and roots xmath260
 
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial Fu...
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial  Fu...Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial  Fu...
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial Fu...magnesium121
 
3.2 properties of division and roots
3.2 properties of division and roots3.2 properties of division and roots
3.2 properties of division and rootsmath260
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikundsheshank jain
 
Module 1 polynomial functions
Module 1   polynomial functionsModule 1   polynomial functions
Module 1 polynomial functionsdionesioable
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...polanesgumiran
 
16 partial fraction decompositions x
16 partial fraction decompositions x16 partial fraction decompositions x
16 partial fraction decompositions xmath266
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementationQuasar Chunawala
 
Module 3 polynomial functions
Module 3   polynomial functionsModule 3   polynomial functions
Module 3 polynomial functionsdionesioable
 
3.2 properties of division and roots t
3.2 properties of division and roots t3.2 properties of division and roots t
3.2 properties of division and roots tmath260
 
BUKU ENGLIS FOR MATHEMATICS
BUKU ENGLIS FOR MATHEMATICSBUKU ENGLIS FOR MATHEMATICS
BUKU ENGLIS FOR MATHEMATICSHanifa Zulfitri
 

Ähnlich wie Appendex b (20)

CLASS X MATHS Polynomials
CLASS X MATHS  PolynomialsCLASS X MATHS  Polynomials
CLASS X MATHS Polynomials
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
Module in Remainder Theorem
Module in Remainder TheoremModule in Remainder Theorem
Module in Remainder Theorem
 
polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Quadrature
QuadratureQuadrature
Quadrature
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
 
Unit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractionsUnit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractions
 
21 properties of division and roots x
21 properties of division and roots x21 properties of division and roots x
21 properties of division and roots x
 
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial Fu...
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial  Fu...Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial  Fu...
Quotient of polynomial using (Synthetic Division) and Zeros of Polynomial Fu...
 
3.2 properties of division and roots
3.2 properties of division and roots3.2 properties of division and roots
3.2 properties of division and roots
 
Finding values of polynomial functions
Finding values of polynomial functionsFinding values of polynomial functions
Finding values of polynomial functions
 
C1 g9-s1-t7-1
C1 g9-s1-t7-1C1 g9-s1-t7-1
C1 g9-s1-t7-1
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikund
 
Module 1 polynomial functions
Module 1   polynomial functionsModule 1   polynomial functions
Module 1 polynomial functions
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
 
16 partial fraction decompositions x
16 partial fraction decompositions x16 partial fraction decompositions x
16 partial fraction decompositions x
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementation
 
Module 3 polynomial functions
Module 3   polynomial functionsModule 3   polynomial functions
Module 3 polynomial functions
 
3.2 properties of division and roots t
3.2 properties of division and roots t3.2 properties of division and roots t
3.2 properties of division and roots t
 
BUKU ENGLIS FOR MATHEMATICS
BUKU ENGLIS FOR MATHEMATICSBUKU ENGLIS FOR MATHEMATICS
BUKU ENGLIS FOR MATHEMATICS
 

Mehr von swavicky

Mehr von swavicky (9)

Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Ch07
Ch07Ch07
Ch07
 
Ch04
Ch04Ch04
Ch04
 
Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Appendex
AppendexAppendex
Appendex
 
Appendex h
Appendex hAppendex h
Appendex h
 
Appendex f
Appendex fAppendex f
Appendex f
 

Appendex b

  • 1. November 4, 2004 15:00 k34-appb Sheet number 1 Page number 15 cyan magenta yellow black A15 a p p e n d i x b SOLVING POLYNOMIAL EQUATIONS We will assume in this appendix that you know how to divide polynomials using long division and synthetic division. If you need to review those techniques, refer to an algebra book. A BRIEF REVIEW OF POLYNOMIALS Recall that if n is a nonnegative integer, then a polynomial of degree n is a function that can be written in the following forms, depending on whether you want the powers of x in ascending or descending order: c0 + c1x + c2x2 + · · · + cnxn (cn = 0) cnxn + cn−1xn−1 + · · · + c1x + c0 (cn = 0) The numbers c0, c1, . . . , cn are called the coefficients of the polynomial. The coefficient cn (which multiplies the highest power of x) is called the leading coefficient, the term cnxn is called the leading term, and the coefficient c0 is called the constant term. Polynomials of degree 1, 2, 3, 4, and 5 are called linear, quadratic, cubic, quartic, and quintic, respectively. For simplicity, general polynomials of low degree are often written without subscripts on the coefficients: p(x) = a Constant polynomial p(x) = ax + b (a = 0) Linear polynomial p(x) = ax2 + bx + c (a = 0) Quadratic polynomial p(x) = ax3 + bx2 + cx + d (a = 0) Cubic polynomial When you attempt to factor a polynomial completely, one of three things can happen: • You may be able to decompose the polynomial into distinct linear factors using only real numbers; for example, x3 + x2 − 2x = x(x2 + x − 2) = x(x − 1)(x + 2) • You may be able to decompose the polynomial into linear factors using only real numbers, but some of the factors may be repeated; for example, x6 − 3x4 + 2x3 = x3 (x3 − 3x + 2) = x3 (x − 1)2 (x + 2) (1) • You may be able to decompose the polynomial into linear and quadratic factors using only real numbers, but you may not be able to decompose the quadratic factors into linear factors using only real numbers (such quadratic factors are said to be irreducible over the real numbers); for example, x4 − 1 = (x2 − 1)(x2 + 1) = (x − 1)(x + 1)(x2 + 1) = (x − 1)(x + 1)(x − i)(x + i) Here, the factor x2 + 1 is irreducible over the real numbers.
  • 2. November 4, 2004 15:00 k34-appb Sheet number 2 Page number 16 cyan magenta yellow black A16 Appendix B: Solving Polynomial Equations In general, if p(x) is a polynomial of degree n with leading coefficient a, and if complex numbers are allowed, then p(x) can be factored as p(x) = a(x − r1)(x − r2) · · · (x − rn) (2) where r1, r2, . . . , rn are called the zeros of p(x) or the roots of the equation p(x) = 0, and (2) is called the complete linear factorization of p(x). If some of the factors in (2) are repeated, then they can be combined; for example, if the first k factors are distinct and the rest are repetitions of the first k, then (2) can be expressed in the form p(x) = a(x − r1)m1 (x − r2)m2 · · · (x − rk)mk (3) wherer1, r2, . . . , rk arethedistinct rootsofp(x) = 0. Theexponentsm1, m2, . . . , mk tellus how many times the various factors occur in the complete linear factorization; for example, in (3) the factor (x − r1) occurs m1 times, the factor (x − r2) occurs m2 times, and so forth. Some techniques for factoring polynomials are discussed later in this appendix. In general, if a factor (x − r) occurs m times in the complete linear factorization of a polynomial, then we say that r is a root or zero of multiplicity m, and if (x − r) has no repetitions (i.e., r has multiplicity 1), then we say that r is a simple root or zero. For example, it follows from (1) that the equation x6 − 3x4 + 2x3 = 0 can be expressed as x3 (x − 1)2 (x + 2) = 0 (4) so this equation has three distinct roots—a root x = 0 of multiplicity 3, a root x = 1 of mul- tiplicity 2, and a simple root x = −2. Note that in (3) the multiplicities of the roots must add up to n, since p(x) has degree n; that is, m1 + m2 + · · · + mk = n For example, in (4) the multiplicities add up to 6, which is the same as the degree of the polynomial. It follows from (2) that a polynomial of degree n can have at most n distinct roots; if all of the roots are simple, then there will be exactly n, but if some are repeated, then there will be fewer than n. However, when counting the roots of a polynomial, it is standard practice to count multiplicities, since that convention allows us to say that a polynomial of degree n has n roots. For example, from (1) the six roots of the polynomial p(x) = x6 − 3x4 + 2x3 are r = 0, 0, 0, 1, 1, −2 In summary, we have the following important theorem. B.1 theorem. If complex roots are allowed, and if roots are counted according to their multiplicities, then a polynomial of degree n has exactly n roots. THE REMAINDER THEOREM When two positive integers are divided, the numerator can be expressed as the quotient plus the remainder over the divisor, where the remainder is less than the divisor. For example, 17 5 = 3 + 2 5 If we multiply this equation through by 5, we obtain 17 = 5 · 3 + 2 which states that the numerator is the divisor times the quotient plus the remainder.
  • 3. November 4, 2004 15:00 k34-appb Sheet number 3 Page number 17 cyan magenta yellow black Appendix B: Solving Polynomial Equations A17 The following theorem, which we state without proof, is an analogous result for division of polynomials. B.2 theorem. If p(x) and s(x) are polynomials, and if s(x) is not the zero poly- nomial, then p(x) can be expressed as p(x) = s(x)q(x) + r(x) where q(x) and r(x) are the quotient and remainder that result when p(x) is divided by s(x), and either r(x) is the zero polynomial or the degree of r(x) is less than the degree of s(x). In the special case where p(x) is divided by a first-degree polynomial of the form x − c, the remainder must be some constant r, since it is either zero or has degree less than 1. Thus, Theorem B.2 implies that p(x) = (x − c)q(x) + r and this in turn implies that p(c) = r. In summary, we have the following theorem. B.3 theorem (Remainder Theorem). If a polynomial p(x) is divided by x − c, then the remainder is p(c). Example 1 According to the Remainder Theorem, the remainder on dividing p(x) = 2x3 + 3x2 − 4x − 3 by x + 4 should be p(−4) = 2(−4)3 + 3(−4)2 − 4(−4) − 3 = −67 Show that this is so. Solution. By long division 2x2 − 5x + 16 x + 4|2x3 + 3x2 − 4x − 3 2x3 + 8x2 −5x2 − 4x −5x2 − 20x 16x − 3 16x + 64 −67 which shows that the remainder is −67. Alternative Solution. Because we are dividing by an expression of the form x − c (where c = −4), we can use synthetic division rather than long division. The computations are −4| 2 3 −4 −3 −8 20 −64 2 −5 16 −67 which again shows that the remainder is −67.
  • 4. November 4, 2004 15:00 k34-appb Sheet number 4 Page number 18 cyan magenta yellow black A18 Appendix B: Solving Polynomial Equations THE FACTOR THEOREM To factor a polynomial p(x) is to write it as a product of lower-degree polynomials, called factors of p(x). For s(x) to be a factor of p(x) there must be no remainder when p(x) is divided by s(x). For example, if p(x) can be factored as p(x) = s(x)q(x) (5) then p(x) s(x) = q(x) (6) so dividing p(x) by s(x) produces a quotient q(x) with no remainder. Conversely, (6) implies (5), so s(x) is a factor of p(x) if there is no remainder when p(x) is divided by s(x). In the special case where x − c is a factor of p(x), the polynomial p(x) can be expressed as p(x) = (x − c)q(x) which implies that p(c) = 0. Conversely, if p(c) = 0, then the RemainderTheorem implies that x − c is a factor of p(x), since the remainder is 0 when p(x) is divided by x − c. These results are summarized in the following theorem. B.4 theorem (Factor Theorem). A polynomial p(x) has a factor x − c if and only if p(c) = 0. It follows from this theorem that the statements below say the same thing in different ways: • x − c is a factor of p(x). • p(c) = 0. • c is a zero of p(x). • c is a root of the equation p(x) = 0. • c is a solution of the equation p(x) = 0. • c is an x-intercept of y = p(x). Example 2 Confirm that x − 1 is a factor of p(x) = x3 − 3x2 − 13x + 15 by dividing x − 1 into p(x) and checking that the remainder is zero. Solution. By long division x2 − 2x − 15 x − 1|x3 − 3x2 − 13x + 15 x3 − x2 −2x2 − 13x −2x2 + 2x −15x + 15 −15x + 15 0 which shows that the remainder is zero.
  • 5. November 4, 2004 15:00 k34-appb Sheet number 5 Page number 19 cyan magenta yellow black Appendix B: Solving Polynomial Equations A19 Alternative Solution. Because we are dividing by an expression of the form x − c, we can use synthetic division rather than long division. The computations are 1| 1 −3 −13 15 1 −2 −15 1 −2 −15 0 which again confirms that the remainder is zero. USING ONE FACTOR TO FIND OTHER FACTORS If x − c is a factor of p(x), and if q(x) = p(x)/(x − c), then p(x) = (x − c)q(x) (7) so that additional linear factors of p(x) can be obtained by factoring the quotient q(x). Example 3 Factor p(x) = x3 − 3x2 − 13x + 15 (8) completely into linear factors. Solution. We showed in Example 2 that x − 1 is a factor of p(x) and we also showed that p(x)/(x − 1) = x2 − 2x − 15. Thus, x3 − 3x2 − 13x + 15 = (x − 1)(x2 − 2x − 15) Factoring x2 − 2x − 15 by inspection yields x3 − 3x2 − 13x + 15 = (x − 1)(x − 5)(x + 3) which is the complete linear factorization of p(x). METHODS FOR FINDING ROOTS A general quadratic equation ax2 + bx + c = 0 can be solved by using the quadratic for- mula to express the solutions of the equation in terms of the coefficients. Versions of this formula were known since Babylonian times, and by the seventeenth century formulas had been obtained for solving general cubic and quartic equations. However, attempts to find formulas for the solutions of general fifth-degree equations and higher proved fruitless. The reason for this became clear in 1829 when the French mathematician Evariste Galois (1811–1832) proved that it is impossible to express the solutions of a general fifth-degree equation or higher in terms of its coefficients using algebraic operations. Today, we have powerful computer programs for finding the zeros of specific polynomi- als. For example, it takes only seconds for a computer algebra system, such as Mathematica, Maple, or Derive, to show that the zeros of the polynomial p(x) = 10x4 − 23x3 − 10x2 + 29x + 6 (9) are x = −1, x = −1 5 , x = 3 2 , and x = 2 (10) The algorithms that these programs use to find the integer and rational zeros of a polynomial, if any, are based on the following theorem, which is proved in advanced algebra courses.
  • 6. November 4, 2004 15:00 k34-appb Sheet number 6 Page number 20 cyan magenta yellow black A20 Appendix B: Solving Polynomial Equations B.5 theorem. Suppose that p(x) = cnxn + cn−1xn−1 + · · · + c1x + c0 is a polynomial with integer coefficients. (a) If r is an integer zero of p(x), then r must be a divisor of the constant term c0. (b) If r = a/b is a rational zero of p(x) in which all common factors of a and b have been canceled, then a must be a divisor of the constant term c0, and b must be a divisor of the leading coefficient cn. For example, in (9) the constant term is 6 (which has divisors ±1, ±2, ±3, and ±6) and the leading coefficient is 10 (which has divisors ±1, ±2, ±5, and ±10). Thus, the only possible integer zeros of p(x) are ±1, ±2, ±3, ±6 and the only possible noninteger rational zeros are ±1 2 , ±1 5 , ± 1 10 , ±2 5 , ±3 2 , ±3 5 , ± 3 10 , ±6 5 Using a computer, it is a simple matter to evaluate p(x) at each of the numbers in these lists to show that its only rational zeros are the numbers in (10). Example 4 Solve the equation x3 + 3x2 − 7x − 21 = 0. Solution. The solutions of the equation are the zeros of the polynomial p(x) = x3 + 3x2 − 7x − 21 We will look for integer zeros first. All such zeros must divide the constant term, so the only possibilities are ±1, ±3, ±7, and ±21. Substituting these values into p(x) (or using the method of Exercise 6) shows that x = −3 is an integer zero. This tells us that x + 3 is a factor of p(x) and that p(x) can be written as x3 + 3x2 − 7x − 21 = (x + 3)q(x) where q(x) is the quotient that results when x3 + 3x2 − 7x − 21 is divided by x + 3. We leave it for you to perform the division and show that q(x) = x2 − 7; hence, x3 + 3x2 − 7x − 21 = (x + 3)(x2 − 7) = (x + 3)(x + √ 7)(x − √ 7) which tells us that the solutions of the given equation are x = 3, x = √ 7 ≈ 2.65, and x = − √ 7 ≈ −2.65. EXERCISE SET B C CAS 1–2 Findthequotientq(x)andtheremainder r(x)thatresult when p(x) is divided by s(x). 1. (a) p(x) = x4 + 3x3 − 5x + 10; s(x) = x2 − x + 2 (b) p(x) = 6x4 + 10x2 + 5; s(x) = 3x2 − 1 (c) p(x) = x5 + x3 + 1; s(x) = x2 + x 2. (a) p(x) = 2x4 − 3x3 + 5x2 + 2x + 7; s(x) = x2 − x + 1 (b) p(x) = 2x5 + 5x4 − 4x3 + 8x2 + 1; s(x) = 2x2 − x + 1 (c) p(x) = 5x6 + 4x2 + 5; s(x) = x3 + 1 3–4 Use synthetic division to find the quotient q(x) and the remainder r that result when p(x) is divided by s(x). 3. (a) p(x) = 3x3 − 4x − 1; s(x) = x − 2 (b) p(x) = x4 − 5x2 + 4; s(x) = x + 5 (c) p(x) = x5 − 1; s(x) = x − 1 4. (a) p(x) = 2x3 − x2 − 2x + 1; s(x) = x − 1 (b) p(x) = 2x4 + 3x3 − 17x2 − 27x − 9; s(x) = x + 4 (c) p(x) = x7 + 1; s(x) = x − 1
  • 7. November 4, 2004 15:00 k34-appb Sheet number 7 Page number 21 cyan magenta yellow black Appendix B: Solving Polynomial Equations A21 5. Let p(x) = 2x4 + x3 − 3x2 + x − 4. Use synthetic divi- sion and the Remainder Theorem to find p(0), p(1), p(−3), and p(7). 6. Let p(x) be the polynomial in Example 4. Use synthetic division and the Remainder Theorem to evaluate p(x) at x = ±1, ±3, ±7, and ±21. 7. Let p(x) = x3 + 4x2 + x − 6. Find a polynomial q(x) and a constant r such that (a) p(x) = (x − 2)q(x) + r (b) p(x) = (x + 1)q(x) + r. 8. Let p(x) = x5 − 1. Find a polynomial q(x) and a constant r such that (a) p(x) = (x + 1)q(x) + r (b) p(x) = (x − 1)q(x) + r. 9. In each part, make a list of all possible candidates for the rational zeros of p(x). (a) p(x) = x7 + 3x3 − x + 24 (b) p(x) = 3x4 − 2x2 + 7x − 10 (c) p(x) = x35 − 17 10. Find all integer zeros of p(x) = x6 + 5x5 − 16x4 − 15x3 − 12x2 − 38x − 21 11–15 Factor the polynomials completely. 11. p(x) = x3 − 2x2 − x + 2 12. p(x) = 3x3 + x2 − 12x − 4 13. p(x) = x4 + 10x3 + 36x2 + 54x + 27 14. p(x) = 2x4 + x3 + 3x2 + 3x − 9 15. p(x) = x5 + 4x4 − 4x3 − 34x2 − 45x − 18 16.C For each of the factorizations that you obtained in Exercises 11–15, check your answer using a CAS. 17–21 Find all real solutions of the equations. 17. x3 + 3x2 + 4x + 12 = 0 18. 2x3 − 5x2 − 10x + 3 = 0 19. 3x4 + 14x3 + 14x2 − 8x − 8 = 0 20. 2x4 − x3 − 14x2 − 5x + 6 = 0 21. x5 − 2x4 − 6x3 + 5x2 + 8x + 12 = 0 22.C For each of the equations you solved in Exercises 17–21, check your answer using a CAS. 23. Find all values of k for which x − 1 is a factor of the poly- nomial p(x) = k2 x3 − 7kx + 10. 24. Is x + 3 a factor of x7 + 2187? Justify your answer. 25.C A 3-cm-thick slice is cut from a cube, leaving a volume of 196 cm3 . Use a CAS to find the length of a side of the original cube. 26. (a) Show that there is no positive rational number that ex- ceeds its cube by 1. (b) Does there exist a real number that exceeds its cube by 1? Justify your answer. 27. Use the Factor Theorem to show each of the following. (a) x − y is a factor of xn − yn for all positive integer val- ues of n. (b) x + y is a factor of xn − yn for all positive even integer values of n. (c) x + y is a factor of xn + yn for all positive odd integer values of n.