SlideShare uma empresa Scribd logo
1 de 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.

Mais conteúdo relacionado

Mais procurados

Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomialsitutor
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequalityBrian Mary
 
Graphing Quadratics
Graphing QuadraticsGraphing Quadratics
Graphing Quadraticsswartzje
 
3 5 graphing linear inequalities in two variables
3 5 graphing linear inequalities in two variables3 5 graphing linear inequalities in two variables
3 5 graphing linear inequalities in two variableshisema01
 
Addition and subtraction of rational expression
Addition and subtraction of rational expressionAddition and subtraction of rational expression
Addition and subtraction of rational expressionMartinGeraldine
 
Trigonometric Limits
Trigonometric LimitsTrigonometric Limits
Trigonometric LimitsPablo Antuna
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulamaricel mas
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equationsswartzje
 
Adding and subtracting rational expressions
Adding and subtracting rational expressionsAdding and subtracting rational expressions
Adding and subtracting rational expressionsDawn Adams2
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functionsCarlos Erepol
 
Sum and product of the roots of a
Sum and product  of the roots of aSum and product  of the roots of a
Sum and product of the roots of aMartinGeraldine
 
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 Graphssilvia
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremRonalie Mejos
 
6.7 quadratic inequalities
6.7 quadratic inequalities6.7 quadratic inequalities
6.7 quadratic inequalitiesJessica Garcia
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringFree Math Powerpoints
 
Properties of equality
Properties of equalityProperties of equality
Properties of equalitysalvie alvaro
 

Mais procurados (20)

Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequality
 
Graphing Quadratics
Graphing QuadraticsGraphing Quadratics
Graphing Quadratics
 
3 5 graphing linear inequalities in two variables
3 5 graphing linear inequalities in two variables3 5 graphing linear inequalities in two variables
3 5 graphing linear inequalities in two variables
 
Addition and subtraction of rational expression
Addition and subtraction of rational expressionAddition and subtraction of rational expression
Addition and subtraction of rational expression
 
Trigonometric Limits
Trigonometric LimitsTrigonometric Limits
Trigonometric Limits
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Adding and subtracting rational expressions
Adding and subtracting rational expressionsAdding and subtracting rational expressions
Adding and subtracting rational expressions
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functions
 
Sum and product of the roots of a
Sum and product  of the roots of aSum and product  of the roots of a
Sum and product of the roots of a
 
Equations of a Line
Equations of a LineEquations of a Line
Equations of a Line
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Simplifying Radical Expressions
Simplifying Radical ExpressionsSimplifying Radical Expressions
Simplifying Radical Expressions
 
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
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
6.7 quadratic inequalities
6.7 quadratic inequalities6.7 quadratic inequalities
6.7 quadratic inequalities
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Properties of equality
Properties of equalityProperties of equality
Properties of equality
 

Destaque

Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
AP Calculus Slides November 29, 2007
AP Calculus Slides November 29, 2007AP Calculus Slides November 29, 2007
AP Calculus Slides November 29, 2007Darren Kuropatwa
 
The parent functions
The parent functionsThe parent functions
The parent functionsNorthside ISD
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equationsswartzje
 
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 squareJessica Garcia
 
Notes solving polynomial equations
Notes   solving polynomial equationsNotes   solving polynomial equations
Notes solving polynomial equationsLori Rapp
 
Math10 teaching guide unit 3
Math10 teaching guide  unit 3Math10 teaching guide  unit 3
Math10 teaching guide unit 3Ronalyn Concordia
 

Destaque (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
 

Semelhante a The Rational Zero Theorem and Solving Polynomial Equations

Semelhante a The Rational Zero Theorem and Solving Polynomial Equations (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
 

Mais de swartzje

Algebra 1 - EOC Practice Test
Algebra 1 - EOC Practice TestAlgebra 1 - EOC Practice Test
Algebra 1 - EOC Practice Testswartzje
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoringswartzje
 
POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2POLYNOMIAL NOTES Day #2
POLYNOMIAL NOTES Day #2swartzje
 
POLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract MultiplyPOLYNOMIALS - Add Subtract Multiply
POLYNOMIALS - Add Subtract Multiplyswartzje
 
Polynomials Introduction
Polynomials IntroductionPolynomials Introduction
Polynomials Introductionswartzje
 
Sig Figs and Accuracy
Sig Figs and AccuracySig Figs and Accuracy
Sig Figs and Accuracyswartzje
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTESswartzje
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitutionswartzje
 
Literal Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notesLiteral Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notesswartzje
 
Solving Linear Equations with Notes
Solving Linear Equations with NotesSolving Linear Equations with Notes
Solving Linear Equations with Notesswartzje
 
4 1 15 notes
4 1 15 notes4 1 15 notes
4 1 15 notesswartzje
 
16.6 Quadratic Formula & Discriminant
16.6 Quadratic Formula & Discriminant16.6 Quadratic Formula & Discriminant
16.6 Quadratic Formula & Discriminantswartzje
 
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 squareswartzje
 
16.2 Solving by Factoring
16.2 Solving by Factoring16.2 Solving by Factoring
16.2 Solving by Factoringswartzje
 
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 rootsswartzje
 
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 Errorswartzje
 
15.2 factoring x2+bx+c
15.2 factoring x2+bx+c15.2 factoring x2+bx+c
15.2 factoring x2+bx+cswartzje
 
Factoring GCF and Grouping
Factoring GCF and GroupingFactoring GCF and Grouping
Factoring GCF and Groupingswartzje
 
Multiplying special binomials
Multiplying special binomialsMultiplying special binomials
Multiplying special binomialsswartzje
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomialsswartzje
 

Mais de 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
 

Último

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 

Último (20)

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 

The Rational Zero Theorem and Solving Polynomial Equations

  • 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.