SlideShare ist ein Scribd-Unternehmen logo
1 von 12
The Rational Zero Theorem
The Rational Zero Theorem gives a list of possible rational zeros of a
polynomial function. Equivalently, the theorem gives all possible rational
roots of a polynomial equation. Not every number in the list will be a zero of
the function, but every rational zero of the polynomial function will appear
somewhere in the list.

The Rational Zero Theorem

p
If f (x) = anx + an-1x +…+ a1x + a0 has integer coefficients and (where
q
n
n-1
1
0
p
is reduced) is a rational zero, then p is a factor of the constant term
q
n
n

n-1
n-1

a0 and q is a factor of the leading coefficient an.
0
n
EXAMPLE: Using the Rational Zero Theorem
List all possible rational zeros of f (x) = 15x3 + 14x2 − 3x – 2.
Solution

The constant term is –2 and the leading coefficient is 15.
Factors of the constant term, − 2
Factors of the leading coefficient, 15
±1, ± 2
=
±1, ± 3, ± 5, ± 15

Possible rational zeros =

= ±1, ± 2,

2
± 1, ± 3,
3

2
± 1, ± 5,
5

1
2
± 15 , ± 15

Divide
±1
and ± 2
by ± 1.

Divide
±1
and ± 2
by ± 3.

Divide
±1
and ± 2
by ± 5.

Divide
±1
and ± 2
by ± 15.

There are 16 possible rational zeros. The actual solution set to f (x) = 15x3 +
14x2 − 3x – 2 = 0 is {-1, −1/3, 2/5}, which contains 3 of the 16 possible solutions.
EXAMPLE:
Solve:

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.

Solution Because we are given an equation, we will use the word "roots,"
rather than "zeros," in the solution process. We begin by listing all possible
rational roots.

Factors of the constant term, 24
Factors of the leading coefficient, 1
±1, ± 2 ± 3, ± 4, ± 6, ± 8, ± 12, ± 24
=
±1
= ±1, ± 2 ± 3, ± 4, ± 6, ± 8, ± 12, ± 24

Possible rational zeros =
EXAMPLE:
Solve:

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.

Solution The graph of f (x) = x4 − 6x2 − 8x + 24 is shown the figure below.
Because the x-intercept is 2, we will test 2 by synthetic division and show that
it is a root of the given equation.
2

1
1

0 −6 −8 24
2
4 −4 −24
2 −2 −12 0
The zero remainder
indicates that 2 is a root
of x4 − 6x2 − 8x + 24 = 0.

x-intercept: 2
EXAMPLE:
Solve:

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.

Solution

Now we can rewrite the given equation in factored form.
x4 − 6x2 + 8x + 24 = 0
(x – 2)(x3 + 2x2 − 2x − 12) = 0

x–2=0

or

x3 + 2x2 − 2x − 12 = 0

This is the given equation.
This is the result obtained from the
synthetic division.
Set each factor equal to zero.

Now we must continue by factoring x3 + 2x2 - 2x - 12 = 0
EXAMPLE:
Solve:

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.

Solution Because the graph turns around at 2, this means that 2 is a root of
even multiplicity. Thus, 2 must also be a root of x3 + 2x2 − 2x − 12 = 0.
These are the coefficients
of x3 + 2x2 − 2x − 12 = 0.

2

1
1

x-intercept: 2

2
2
4

−2 −12
8
12
6
0
The zero remainder
indicates that 2 is a root
of x3 + 2x2 − 2x − 12 = 0.
EXAMPLE:
Solve:
Solution

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.
Now we can solve the original equation as follows.
x4 − 6x2 + 8x + 24 = 0

This is the given equation.

(x – 2)(x3 + 2x2 − 2x − 12) = 0
(x – 2)(x – 2)(x2 + 4x + 6) = 0
x–2=0
x=2

or

This was obtained from the first
synthetic division.
This was obtained from the second
synthetic division.

x–2=0
x=2

or

x2 + 4x + 6 = 0

Set each factor equal to zero.

x2 + 4x + 6 = 0

Solve.
EXAMPLE:
Solve:
Solution

Solving a Polynomial Equation

x4 − 6x2 − 8x + 24 = 0.
We can use the quadratic formula to solve x2 + 4x + 6 = 0.

−b ± b 2 − 4ac
x=
2a
−4 ± 42 − 4 ( 1) ( 6 )
=
2 ( 1)
− 4 ± −8
=
2
−4 ± 2i 2
=
2
= −2 ± i 2

We use the quadratic formula because x2 + 4x + 6
= 0 cannot be factored.
Let a = 1, b = 4, and c = 6.
Multiply and subtract under the radical.
−8 =

4(2)(−1) = 2i 2

Simplify.

The solution set of the original equation is {2, −2 − i 2, −2 + ii 2 }.
Properties of Polynomial Equations
1. If a polynomial equation is of degree n, then counting multiple roots
separately, the equation has n roots.
2. If a + bi is a root of a polynomial equation (b ≠ 0), then the non-real
complex number a − bi is also a root. Non-real complex roots, if
they exist, occur in conjugate pairs.
Descartes' Rule of Signs
n
n−1
2
…
If f (x) = anxn + an−1xn−1 + … + a2x2 + a1x + a0 be a polynomial with real
n
n−1
2
1
0
coefficients.
1. The number of positive real zeros of f is either equal to the number
of sign changes of f (x) or is less than that number by an even integer.
If there is only one variation in sign, there is exactly one positive real
zero.
2. The number of negative real zeros of f is either equal to the number
of sign changes of f (−x) or is less than that number by an even
integer. If f (−x) has only one variation in sign, then f has exactly one
negative real zero.
EXAMPLE:

Using Descartes’ Rule of Signs

Determine the possible number of positive and negative real zeros of
f (x) = x3 + 2x2 + 5x + 4.
Solution
1. To find possibilities for positive real zeros, count the number of sign
changes in the equation for f (x). Because all the terms are positive, there
are no variations in sign. Thus, there are no positive real zeros.
2. To find possibilities for negative real zeros, count the number of sign
changes in the equation for f (−x). We obtain this equation by replacing x
with −x in the given function.
f (x) = x3 + 2x2 + 5x + 4
Replace x with −x.

f (−x) = (−x)3 + 2(−x)2 + 5(−x) + 4
= −x3 + 2x2 − 5x + 4

This is the given polynomial function.
EXAMPLE:

Using Descartes’ Rule of Signs

Determine the possible number of positive and negative real zeros of
f (x) = x3 + 2x2 + 5x + 4.
Solution
Now count the sign changes.
f (−x) = −x3 + 2x2 − 5x + 4
1

2

3

There are three variations in sign.
# of negative real zeros of f is either equal to 3, or is less than this number by
an even integer.
This means that there are either 3 negative real zeros
or 3 − 2 = 1 negative real zero.

Weitere ähnliche Inhalte

Was ist angesagt?

2.7 Piecewise Functions
2.7 Piecewise Functions2.7 Piecewise Functions
2.7 Piecewise Functions
hisema01
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
Ron Eick
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalities
swartzje
 
5 6 laws of logarithms
5 6 laws of logarithms5 6 laws of logarithms
5 6 laws of logarithms
hisema01
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
Nara Cocarelli
 
3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs
silvia
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functions
Carlos Erepol
 
2.6 Linear Inequalities in Two Variables
2.6 Linear Inequalities in Two Variables2.6 Linear Inequalities in Two Variables
2.6 Linear Inequalities in Two Variables
hisema01
 
System of linear inequalities
System of linear inequalitiesSystem of linear inequalities
System of linear inequalities
mstf mstf
 

Was ist angesagt? (20)

2.7 Piecewise Functions
2.7 Piecewise Functions2.7 Piecewise Functions
2.7 Piecewise Functions
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalities
 
Polynomial function
Polynomial functionPolynomial function
Polynomial function
 
Adding and subtracting rational expressions
Adding and subtracting rational expressionsAdding and subtracting rational expressions
Adding and subtracting rational expressions
 
5 6 laws of logarithms
5 6 laws of logarithms5 6 laws of logarithms
5 6 laws of logarithms
 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Line
 
Graphing rational functions
Graphing rational functionsGraphing rational functions
Graphing rational functions
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
 
3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs
 
nature of the roots and discriminant
nature of the roots and discriminantnature of the roots and discriminant
nature of the roots and discriminant
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functions
 
2.6 Linear Inequalities in Two Variables
2.6 Linear Inequalities in Two Variables2.6 Linear Inequalities in Two Variables
2.6 Linear Inequalities in Two Variables
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 
MIDPOINT FORMULA
MIDPOINT FORMULAMIDPOINT FORMULA
MIDPOINT FORMULA
 
Rational expressions ppt
Rational expressions pptRational expressions ppt
Rational expressions ppt
 
Rational Root Theorem
Rational Root TheoremRational Root Theorem
Rational Root Theorem
 
Mathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsMathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic Functions
 
System of linear inequalities
System of linear inequalitiesSystem of linear inequalities
System of linear inequalities
 

Andere mochten auch (8)

Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
AP Calculus Slides November 29, 2007
AP Calculus Slides November 29, 2007AP Calculus Slides November 29, 2007
AP Calculus Slides November 29, 2007
 
The parent functions
The parent functionsThe parent functions
The parent functions
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equations
 
6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the square6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the square
 
Notes solving polynomial equations
Notes   solving polynomial equationsNotes   solving polynomial equations
Notes solving polynomial equations
 
Embedded System Basics
Embedded System BasicsEmbedded System Basics
Embedded System Basics
 
Math10 teaching guide unit 3
Math10 teaching guide  unit 3Math10 teaching guide  unit 3
Math10 teaching guide unit 3
 

Ähnlich wie Rational Zeros and Decarte's Rule of Signs (20)

Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Algebra
AlgebraAlgebra
Algebra
 
Zeros of p(x)
Zeros of p(x)Zeros of p(x)
Zeros of p(x)
 
6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphing6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphing
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
10.4
10.410.4
10.4
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
Factoring
FactoringFactoring
Factoring
 
Solving quadratics by graphing
Solving quadratics by graphingSolving quadratics by graphing
Solving quadratics by graphing
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
2 5 zeros of poly fn
2 5 zeros of poly fn2 5 zeros of poly fn
2 5 zeros of poly fn
 
Bonus math project
Bonus math projectBonus math project
Bonus math project
 
polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
Ch 2
Ch 2Ch 2
Ch 2
 

Mehr von swartzje

POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2
swartzje
 
POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiply
swartzje
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
swartzje
 
Solving Linear Equations with Notes
Solving Linear Equations with NotesSolving Linear Equations with Notes
Solving Linear Equations with Notes
swartzje
 
Factoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and ErrorFactoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and Error
swartzje
 

Mehr von swartzje (20)

Algebra 1 - EOC Practice Test
Algebra 1 - EOC Practice TestAlgebra 1 - EOC Practice Test
Algebra 1 - EOC Practice Test
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoring
 
POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2
 
POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiply
 
Polynomials Introduction
Polynomials IntroductionPolynomials Introduction
Polynomials Introduction
 
Sig Figs and Accuracy
Sig Figs and AccuracySig Figs and Accuracy
Sig Figs and Accuracy
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitution
 
Literal Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notesLiteral Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notes
 
Solving Linear Equations with Notes
Solving Linear Equations with NotesSolving Linear Equations with Notes
Solving Linear Equations with Notes
 
4 1 15 notes
4 1 15 notes4 1 15 notes
4 1 15 notes
 
16.6 Quadratic Formula & Discriminant
16.6 Quadratic Formula & Discriminant16.6 Quadratic Formula & Discriminant
16.6 Quadratic Formula & Discriminant
 
16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the square16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the square
 
16.2 Solving by Factoring
16.2 Solving by Factoring16.2 Solving by Factoring
16.2 Solving by Factoring
 
16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square roots16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square roots
 
Factoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and ErrorFactoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and Error
 
15.2 factoring x2+bx+c
15.2 factoring x2+bx+c15.2 factoring x2+bx+c
15.2 factoring x2+bx+c
 
Factoring GCF and Grouping
Factoring GCF and GroupingFactoring GCF and Grouping
Factoring GCF and Grouping
 
Multiplying special binomials
Multiplying special binomialsMultiplying special binomials
Multiplying special binomials
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Kürzlich hochgeladen (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

Rational Zeros and Decarte's Rule of Signs

  • 1. The Rational Zero Theorem The Rational Zero Theorem gives a list of possible rational zeros of a polynomial function. Equivalently, the theorem gives all possible rational roots of a polynomial equation. Not every number in the list will be a zero of the function, but every rational zero of the polynomial function will appear somewhere in the list. The Rational Zero Theorem p If f (x) = anx + an-1x +…+ a1x + a0 has integer coefficients and (where q n n-1 1 0 p is reduced) is a rational zero, then p is a factor of the constant term q n n n-1 n-1 a0 and q is a factor of the leading coefficient an. 0 n
  • 2. EXAMPLE: Using the Rational Zero Theorem List all possible rational zeros of f (x) = 15x3 + 14x2 − 3x – 2. Solution The constant term is –2 and the leading coefficient is 15. Factors of the constant term, − 2 Factors of the leading coefficient, 15 ±1, ± 2 = ±1, ± 3, ± 5, ± 15 Possible rational zeros = = ±1, ± 2, 2 ± 1, ± 3, 3 2 ± 1, ± 5, 5 1 2 ± 15 , ± 15 Divide ±1 and ± 2 by ± 1. Divide ±1 and ± 2 by ± 3. Divide ±1 and ± 2 by ± 5. Divide ±1 and ± 2 by ± 15. There are 16 possible rational zeros. The actual solution set to f (x) = 15x3 + 14x2 − 3x – 2 = 0 is {-1, −1/3, 2/5}, which contains 3 of the 16 possible solutions.
  • 3. EXAMPLE: Solve: Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. Solution Because we are given an equation, we will use the word "roots," rather than "zeros," in the solution process. We begin by listing all possible rational roots. Factors of the constant term, 24 Factors of the leading coefficient, 1 ±1, ± 2 ± 3, ± 4, ± 6, ± 8, ± 12, ± 24 = ±1 = ±1, ± 2 ± 3, ± 4, ± 6, ± 8, ± 12, ± 24 Possible rational zeros =
  • 4. EXAMPLE: Solve: Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. Solution The graph of f (x) = x4 − 6x2 − 8x + 24 is shown the figure below. Because the x-intercept is 2, we will test 2 by synthetic division and show that it is a root of the given equation. 2 1 1 0 −6 −8 24 2 4 −4 −24 2 −2 −12 0 The zero remainder indicates that 2 is a root of x4 − 6x2 − 8x + 24 = 0. x-intercept: 2
  • 5. EXAMPLE: Solve: Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. Solution Now we can rewrite the given equation in factored form. x4 − 6x2 + 8x + 24 = 0 (x – 2)(x3 + 2x2 − 2x − 12) = 0 x–2=0 or x3 + 2x2 − 2x − 12 = 0 This is the given equation. This is the result obtained from the synthetic division. Set each factor equal to zero. Now we must continue by factoring x3 + 2x2 - 2x - 12 = 0
  • 6. EXAMPLE: Solve: Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. Solution Because the graph turns around at 2, this means that 2 is a root of even multiplicity. Thus, 2 must also be a root of x3 + 2x2 − 2x − 12 = 0. These are the coefficients of x3 + 2x2 − 2x − 12 = 0. 2 1 1 x-intercept: 2 2 2 4 −2 −12 8 12 6 0 The zero remainder indicates that 2 is a root of x3 + 2x2 − 2x − 12 = 0.
  • 7. EXAMPLE: Solve: Solution Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. Now we can solve the original equation as follows. x4 − 6x2 + 8x + 24 = 0 This is the given equation. (x – 2)(x3 + 2x2 − 2x − 12) = 0 (x – 2)(x – 2)(x2 + 4x + 6) = 0 x–2=0 x=2 or This was obtained from the first synthetic division. This was obtained from the second synthetic division. x–2=0 x=2 or x2 + 4x + 6 = 0 Set each factor equal to zero. x2 + 4x + 6 = 0 Solve.
  • 8. EXAMPLE: Solve: Solution Solving a Polynomial Equation x4 − 6x2 − 8x + 24 = 0. We can use the quadratic formula to solve x2 + 4x + 6 = 0. −b ± b 2 − 4ac x= 2a −4 ± 42 − 4 ( 1) ( 6 ) = 2 ( 1) − 4 ± −8 = 2 −4 ± 2i 2 = 2 = −2 ± i 2 We use the quadratic formula because x2 + 4x + 6 = 0 cannot be factored. Let a = 1, b = 4, and c = 6. Multiply and subtract under the radical. −8 = 4(2)(−1) = 2i 2 Simplify. The solution set of the original equation is {2, −2 − i 2, −2 + ii 2 }.
  • 9. Properties of Polynomial Equations 1. If a polynomial equation is of degree n, then counting multiple roots separately, the equation has n roots. 2. If a + bi is a root of a polynomial equation (b ≠ 0), then the non-real complex number a − bi is also a root. Non-real complex roots, if they exist, occur in conjugate pairs.
  • 10. Descartes' Rule of Signs n n−1 2 … If f (x) = anxn + an−1xn−1 + … + a2x2 + a1x + a0 be a polynomial with real n n−1 2 1 0 coefficients. 1. The number of positive real zeros of f is either equal to the number of sign changes of f (x) or is less than that number by an even integer. If there is only one variation in sign, there is exactly one positive real zero. 2. The number of negative real zeros of f is either equal to the number of sign changes of f (−x) or is less than that number by an even integer. If f (−x) has only one variation in sign, then f has exactly one negative real zero.
  • 11. EXAMPLE: Using Descartes’ Rule of Signs Determine the possible number of positive and negative real zeros of f (x) = x3 + 2x2 + 5x + 4. Solution 1. To find possibilities for positive real zeros, count the number of sign changes in the equation for f (x). Because all the terms are positive, there are no variations in sign. Thus, there are no positive real zeros. 2. To find possibilities for negative real zeros, count the number of sign changes in the equation for f (−x). We obtain this equation by replacing x with −x in the given function. f (x) = x3 + 2x2 + 5x + 4 Replace x with −x. f (−x) = (−x)3 + 2(−x)2 + 5(−x) + 4 = −x3 + 2x2 − 5x + 4 This is the given polynomial function.
  • 12. EXAMPLE: Using Descartes’ Rule of Signs Determine the possible number of positive and negative real zeros of f (x) = x3 + 2x2 + 5x + 4. Solution Now count the sign changes. f (−x) = −x3 + 2x2 − 5x + 4 1 2 3 There are three variations in sign. # of negative real zeros of f is either equal to 3, or is less than this number by an even integer. This means that there are either 3 negative real zeros or 3 − 2 = 1 negative real zero.