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?

Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
itutor
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
mstf mstf
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
swartzje
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminant
swartzje
 
Introduction to Polynomial Functions
Introduction to Polynomial FunctionsIntroduction to Polynomial Functions
Introduction to Polynomial Functions
kshoskey
 

Was ist angesagt? (20)

Factoring by grouping
Factoring by groupingFactoring by grouping
Factoring by grouping
 
Factor theorem
Factor theoremFactor theorem
Factor theorem
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomials
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
Polynomial Function and Synthetic Division
Polynomial Function and Synthetic DivisionPolynomial Function and Synthetic Division
Polynomial Function and Synthetic Division
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Grade 8 Mathematics Common Monomial Factoring
Grade 8 Mathematics Common Monomial FactoringGrade 8 Mathematics Common Monomial Factoring
Grade 8 Mathematics Common Monomial Factoring
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Factoring Perfect Square Trinomial
Factoring Perfect Square TrinomialFactoring Perfect Square Trinomial
Factoring Perfect Square Trinomial
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
 
Factoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two CubesFactoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two Cubes
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminant
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequality
 
Introduction to Polynomial Functions
Introduction to Polynomial FunctionsIntroduction to Polynomial Functions
Introduction to Polynomial Functions
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 

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)

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
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 

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
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Kürzlich hochgeladen (20)

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.
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
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
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
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
 
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
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
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
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
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
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
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.