SlideShare a Scribd company logo
1 of 19
Copyright © 2010 Pearson Education, Inc. All rights reserved
Sec 6.3 - 1
Copyright © 2010 Pearson Education, Inc. All rights reserved
Sec 6.3 - 2
Exponents, Polynomials, and
Polynomial Functions
Chapter 6
Copyright © 2010 Pearson Education, Inc. All rights reserved
Sec 6.3 - 3
6.3
Polynomial Functions
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 4
6.3 Polynomial Functions
Objectives
1. Recognize and evaluate polynomial functions.
2. Use a polynomial function to model data.
3. Add and subtract polynomial functions.
4. Graph basic polynomial functions.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 5
6.3 Polynomial Functions
Definition of a Polynomial Function
Polynomial Function
A polynomial function of degree n is defined by
f (x) = an xn + an – 1 xn – 1 + · · · + a1 x + a0 ,
for real numbers an,an – 1, . . . , a1, and a0 , where an ≠ 0 and n is a whole
number.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 6
6.3 Polynomial Functions
EXAMPLE 1 Evaluating Polynomial Functions
Let f(x) = 4x3 – 5x2 + 7. Find each value.
(a) f(2)
f(x) = 4x3 – 5x2 + 7
f(2) = 4 • 23 – 5 • 22 + 7
= 4 • 8 – 5 • 4 + 7
= 32 – 20 + 7
= 19
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 7
6.3 Polynomial Functions
EXAMPLE 1 Evaluating Polynomial Functions
Let f(x) = 4x3 – 5x2 + 7. Find each value.
(b) f(–3)
f(x) = 4x3 – 5x2 + 7
f(–3) = 4 • (–3)3 – 5 • (–3)2 + 7
= 4 • (–27) – 5 • 9 + 7
= –108 – 45 + 7
= –146
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 8
6.3 Polynomial Functions
Functions
While f is the most common letter used to represent functions, recall that
other letters such as g and h are also used. The capital letter P is often used
for polynomial functions.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 9
6.3 Polynomial Functions
EXAMPLE 2 Using a Polynomial Model to Approximate
Data
The number of U.S. households estimated to see and pay at least one bill
on-line each month during the years 2000 through 2006 can be modeled by
the polynomial function defined by
P(x) = 0.808x2 + 2.625x + 0.502,
where x = 0 corresponds to the year 2000, x = 1 corresponds to 2001, and
so on, and P(x) is in millions. Use this function to approximate the number
of households expected to pay at least one bill on-line each month in 2006.
Since x = 6 corresponds to 2006, we must find P(6).
P(x) = 0.808x2 + 2.625x + 0.502
P(6) = 0.808(6)2 + 2.625(6) + 0.502
= 45.34
Thus, in 2006 about 45.34 million households are expected to pay at least
one bill on-line each month.
Let x = 6.
Evaluate.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 10
6.3 Polynomial Functions
Adding and Subtracting Functions
Adding and Subtracting Functions
If f(x) and g(x) define functions, then
(f + g) (x) = f (x) + g(x) Sum function
and (f – g) (x) = f (x) – g(x). Difference function
In each case, the domain of the new function is the intersection of the
domains of f(x) and g(x).
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 11
6.3 Polynomial Functions
EXAMPLE 3 Adding and Subtracting Functions
For the polynomial functions defined by
f(x) = 2x2 – 3x + 4 and g(x) = x2 + 9x – 5,
find (a) the sum and (b) the difference.
(a) (f + g) (x) = f (x) + g(x) Use the definition.
= (2x2 – 3x + 4) + (x2 + 9x – 5) Substitute.
= 3x2 + 6x – 1 Add the polynomials.
(b) (f – g) (x) = f (x) – g(x) Use the definition.
= (2x2 – 3x + 4) – (x2 + 9x – 5) Substitute.
= (2x2 – 3x + 4) + (–x2 – 9x + 5) Change subtraction
to addition.
= x2 – 12x + 9 Add.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 12
6.3 Polynomial Functions
EXAMPLE 4 Adding and Subtracting Functions
For the polynomial functions defined by
f(x) = 4x2 – x and g(x) = 3x,
find each of the following.
(a) (f + g) (5)
(f + g) (5) = f (5) + g(5) Use the definition.
= [4(5)2 – 5] + 3(5) Substitute.
= 110
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 13
6.3 Polynomial Functions
EXAMPLE 4 Adding and Subtracting Functions
For the polynomial functions defined by
f(x) = 4x2 – x and g(x) = 3x,
find each of the following.
(a) (f + g) (5)
(f + g) (x) = f (x) + g(x) Use the definition.
= (4x2 – x) + 3x Substitute.
= 4x2 + 2x
Alternatively, we could first find (f + g) (x).
Then,
(f + g) (5) = 4(5)2 + 2(5) = 110. The result is the same.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 14
6.3 Polynomial Functions
EXAMPLE 4 Adding and Subtracting Functions
For the polynomial functions defined by
f(x) = 4x2 – x and g(x) = 3x,
find each of the following.
(b) (f – g) (x) and (f – g) (3)
(f – g) (x) = f (x) – g(x) Use the definition.
= (4x2 – x) – 3x Substitute.
= 4x2 – 4x Combine like terms.
Then,
(f – g) (3) = 4(3)2 – 4(3) = 24. Substitute.
Confirm that f (3) – g(3) gives the same result.
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 15
6.3 Polynomial Functions
Basic Polynomial Functions
The simplest polynomial function is the identity function, defined by f(x) = x.
x
y
x f(x) = x
–2
–1
0
1
2
–2
–1
0
1
2
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 16
6.3 Polynomial Functions
Basic Polynomial Functions
The squaring function, is defined by f(x) = x2.
x
y
x f(x) = x2
–2
–1
0
1
2
4
1
0
1
4
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 17
6.3 Polynomial Functions
Basic Polynomial Functions
The cubing function, is defined by f(x) = x3.
x
y
x f(x) = x3
–2
–1
0
1
2
–8
–1
0
1
8
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 18
x f(x) = –2x
6.3 Polynomial Functions
EXAMPLE 5 Graphing Variations of the Identity Function
Graph the function by creating a table of ordered pairs. Give the domain and
the range of the function by observing the graph.
(a) f(x) = –2x.
x
y
–2
–1
0
1
2
4
2
0
–2
–4
Domain
Range
Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 19
x f(x) = x2 – 2
6.3 Polynomial Functions
EXAMPLE 5 Graphing Variations of the Identity Function
Graph the function by creating a table of ordered pairs. Give the domain and
the range of the function by observing the graph.
(b) f(x) = x2 – 2.
x
y
–2
–1
0
1
2
2
–1
–2
–1
2
Domain
Range

More Related Content

Similar to Polynomial Functions Guide

introduction-to-functions-grade-11general-math.ppt
introduction-to-functions-grade-11general-math.pptintroduction-to-functions-grade-11general-math.ppt
introduction-to-functions-grade-11general-math.pptPauline Misty Panganiban
 
Pat05 ppt 0201
Pat05 ppt 0201Pat05 ppt 0201
Pat05 ppt 0201wzuri
 
9-Functions.pptx
9-Functions.pptx9-Functions.pptx
9-Functions.pptxjaffarbikat
 
1 5 graphs of functions
1 5 graphs of functions1 5 graphs of functions
1 5 graphs of functionsAlaina Wright
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1Jimbo Lamb
 
Chapter1 functions
Chapter1 functionsChapter1 functions
Chapter1 functionsMonie Joey
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03QA Cmu
 
FUNCTION- Algebraic Function
FUNCTION- Algebraic FunctionFUNCTION- Algebraic Function
FUNCTION- Algebraic FunctionJanak Singh saud
 
5.5 Zeros of Polynomial Functions
5.5 Zeros of Polynomial Functions5.5 Zeros of Polynomial Functions
5.5 Zeros of Polynomial Functionssmiller5
 
Please be sure to save at least once every 15 minutes. If you leav.docx
Please be sure to save at least once every 15 minutes. If you leav.docxPlease be sure to save at least once every 15 minutes. If you leav.docx
Please be sure to save at least once every 15 minutes. If you leav.docxrandymartin91030
 
1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptx1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptxEdelmarBenosa3
 
1 representation of_functions
1 representation of_functions1 representation of_functions
1 representation of_functionsChristianDave18
 
17.5 introduction to functions
17.5 introduction to functions17.5 introduction to functions
17.5 introduction to functionsGlenSchlee
 
Special topics about stocks and bonds using algebra
Special topics about stocks and bonds using algebraSpecial topics about stocks and bonds using algebra
Special topics about stocks and bonds using algebraRomualdoDayrit1
 
Alg1 ch0407example23
Alg1 ch0407example23Alg1 ch0407example23
Alg1 ch0407example23amymallory
 
Theorems on polynomial functions
Theorems on polynomial functionsTheorems on polynomial functions
Theorems on polynomial functionsLeo Crisologo
 

Similar to Polynomial Functions Guide (20)

introduction-to-functions-grade-11general-math.ppt
introduction-to-functions-grade-11general-math.pptintroduction-to-functions-grade-11general-math.ppt
introduction-to-functions-grade-11general-math.ppt
 
Pat05 ppt 0201
Pat05 ppt 0201Pat05 ppt 0201
Pat05 ppt 0201
 
9-Functions.pptx
9-Functions.pptx9-Functions.pptx
9-Functions.pptx
 
1 5 graphs of functions
1 5 graphs of functions1 5 graphs of functions
1 5 graphs of functions
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1
 
Chapter1 functions
Chapter1 functionsChapter1 functions
Chapter1 functions
 
Chapter1 functions
Chapter1 functionsChapter1 functions
Chapter1 functions
 
Unit 4.6
Unit 4.6Unit 4.6
Unit 4.6
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03
 
FUNCTION- Algebraic Function
FUNCTION- Algebraic FunctionFUNCTION- Algebraic Function
FUNCTION- Algebraic Function
 
5.5 Zeros of Polynomial Functions
5.5 Zeros of Polynomial Functions5.5 Zeros of Polynomial Functions
5.5 Zeros of Polynomial Functions
 
Please be sure to save at least once every 15 minutes. If you leav.docx
Please be sure to save at least once every 15 minutes. If you leav.docxPlease be sure to save at least once every 15 minutes. If you leav.docx
Please be sure to save at least once every 15 minutes. If you leav.docx
 
1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptx1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptx
 
1 representation of_functions
1 representation of_functions1 representation of_functions
1 representation of_functions
 
17.5 introduction to functions
17.5 introduction to functions17.5 introduction to functions
17.5 introduction to functions
 
Special topics about stocks and bonds using algebra
Special topics about stocks and bonds using algebraSpecial topics about stocks and bonds using algebra
Special topics about stocks and bonds using algebra
 
Alg1 ch0407example23
Alg1 ch0407example23Alg1 ch0407example23
Alg1 ch0407example23
 
Theorems on polynomial functions
Theorems on polynomial functionsTheorems on polynomial functions
Theorems on polynomial functions
 
Unit 2.5
Unit 2.5Unit 2.5
Unit 2.5
 
Functions
FunctionsFunctions
Functions
 

More from DenMarkTuazonRaola2

The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptx
The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptxThe Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptx
The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptxDenMarkTuazonRaola2
 
2022 PPT-SCHOOL SAFEGUARDING.pptx
2022 PPT-SCHOOL SAFEGUARDING.pptx2022 PPT-SCHOOL SAFEGUARDING.pptx
2022 PPT-SCHOOL SAFEGUARDING.pptxDenMarkTuazonRaola2
 
Western classical art traditions.pptx
Western classical art traditions.pptxWestern classical art traditions.pptx
Western classical art traditions.pptxDenMarkTuazonRaola2
 
Ang Pamilya Bilang Natural na Institusyon.pptx
Ang Pamilya Bilang Natural na Institusyon.pptxAng Pamilya Bilang Natural na Institusyon.pptx
Ang Pamilya Bilang Natural na Institusyon.pptxDenMarkTuazonRaola2
 
Electrical Tools and Equipment.pptx
Electrical Tools and Equipment.pptxElectrical Tools and Equipment.pptx
Electrical Tools and Equipment.pptxDenMarkTuazonRaola2
 

More from DenMarkTuazonRaola2 (8)

The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptx
The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptxThe Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptx
The Teacher, The Learner, and The Learning Process _MA203 (Rañola).pptx
 
2022 PPT-SCHOOL SAFEGUARDING.pptx
2022 PPT-SCHOOL SAFEGUARDING.pptx2022 PPT-SCHOOL SAFEGUARDING.pptx
2022 PPT-SCHOOL SAFEGUARDING.pptx
 
NATURE-OF-COMMUNICATION.pptx
NATURE-OF-COMMUNICATION.pptxNATURE-OF-COMMUNICATION.pptx
NATURE-OF-COMMUNICATION.pptx
 
Western classical art traditions.pptx
Western classical art traditions.pptxWestern classical art traditions.pptx
Western classical art traditions.pptx
 
Ang Pamilya Bilang Natural na Institusyon.pptx
Ang Pamilya Bilang Natural na Institusyon.pptxAng Pamilya Bilang Natural na Institusyon.pptx
Ang Pamilya Bilang Natural na Institusyon.pptx
 
Electrical Tools and Equipment.pptx
Electrical Tools and Equipment.pptxElectrical Tools and Equipment.pptx
Electrical Tools and Equipment.pptx
 
PLATE TECTONICS.pptx
PLATE TECTONICS.pptxPLATE TECTONICS.pptx
PLATE TECTONICS.pptx
 
recognition 2022.pptx
recognition 2022.pptxrecognition 2022.pptx
recognition 2022.pptx
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

Polynomial Functions Guide

  • 1. Copyright © 2010 Pearson Education, Inc. All rights reserved Sec 6.3 - 1
  • 2. Copyright © 2010 Pearson Education, Inc. All rights reserved Sec 6.3 - 2 Exponents, Polynomials, and Polynomial Functions Chapter 6
  • 3. Copyright © 2010 Pearson Education, Inc. All rights reserved Sec 6.3 - 3 6.3 Polynomial Functions
  • 4. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 4 6.3 Polynomial Functions Objectives 1. Recognize and evaluate polynomial functions. 2. Use a polynomial function to model data. 3. Add and subtract polynomial functions. 4. Graph basic polynomial functions.
  • 5. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 5 6.3 Polynomial Functions Definition of a Polynomial Function Polynomial Function A polynomial function of degree n is defined by f (x) = an xn + an – 1 xn – 1 + · · · + a1 x + a0 , for real numbers an,an – 1, . . . , a1, and a0 , where an ≠ 0 and n is a whole number.
  • 6. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 6 6.3 Polynomial Functions EXAMPLE 1 Evaluating Polynomial Functions Let f(x) = 4x3 – 5x2 + 7. Find each value. (a) f(2) f(x) = 4x3 – 5x2 + 7 f(2) = 4 • 23 – 5 • 22 + 7 = 4 • 8 – 5 • 4 + 7 = 32 – 20 + 7 = 19
  • 7. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 7 6.3 Polynomial Functions EXAMPLE 1 Evaluating Polynomial Functions Let f(x) = 4x3 – 5x2 + 7. Find each value. (b) f(–3) f(x) = 4x3 – 5x2 + 7 f(–3) = 4 • (–3)3 – 5 • (–3)2 + 7 = 4 • (–27) – 5 • 9 + 7 = –108 – 45 + 7 = –146
  • 8. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 8 6.3 Polynomial Functions Functions While f is the most common letter used to represent functions, recall that other letters such as g and h are also used. The capital letter P is often used for polynomial functions.
  • 9. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 9 6.3 Polynomial Functions EXAMPLE 2 Using a Polynomial Model to Approximate Data The number of U.S. households estimated to see and pay at least one bill on-line each month during the years 2000 through 2006 can be modeled by the polynomial function defined by P(x) = 0.808x2 + 2.625x + 0.502, where x = 0 corresponds to the year 2000, x = 1 corresponds to 2001, and so on, and P(x) is in millions. Use this function to approximate the number of households expected to pay at least one bill on-line each month in 2006. Since x = 6 corresponds to 2006, we must find P(6). P(x) = 0.808x2 + 2.625x + 0.502 P(6) = 0.808(6)2 + 2.625(6) + 0.502 = 45.34 Thus, in 2006 about 45.34 million households are expected to pay at least one bill on-line each month. Let x = 6. Evaluate.
  • 10. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 10 6.3 Polynomial Functions Adding and Subtracting Functions Adding and Subtracting Functions If f(x) and g(x) define functions, then (f + g) (x) = f (x) + g(x) Sum function and (f – g) (x) = f (x) – g(x). Difference function In each case, the domain of the new function is the intersection of the domains of f(x) and g(x).
  • 11. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 11 6.3 Polynomial Functions EXAMPLE 3 Adding and Subtracting Functions For the polynomial functions defined by f(x) = 2x2 – 3x + 4 and g(x) = x2 + 9x – 5, find (a) the sum and (b) the difference. (a) (f + g) (x) = f (x) + g(x) Use the definition. = (2x2 – 3x + 4) + (x2 + 9x – 5) Substitute. = 3x2 + 6x – 1 Add the polynomials. (b) (f – g) (x) = f (x) – g(x) Use the definition. = (2x2 – 3x + 4) – (x2 + 9x – 5) Substitute. = (2x2 – 3x + 4) + (–x2 – 9x + 5) Change subtraction to addition. = x2 – 12x + 9 Add.
  • 12. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 12 6.3 Polynomial Functions EXAMPLE 4 Adding and Subtracting Functions For the polynomial functions defined by f(x) = 4x2 – x and g(x) = 3x, find each of the following. (a) (f + g) (5) (f + g) (5) = f (5) + g(5) Use the definition. = [4(5)2 – 5] + 3(5) Substitute. = 110
  • 13. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 13 6.3 Polynomial Functions EXAMPLE 4 Adding and Subtracting Functions For the polynomial functions defined by f(x) = 4x2 – x and g(x) = 3x, find each of the following. (a) (f + g) (5) (f + g) (x) = f (x) + g(x) Use the definition. = (4x2 – x) + 3x Substitute. = 4x2 + 2x Alternatively, we could first find (f + g) (x). Then, (f + g) (5) = 4(5)2 + 2(5) = 110. The result is the same.
  • 14. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 14 6.3 Polynomial Functions EXAMPLE 4 Adding and Subtracting Functions For the polynomial functions defined by f(x) = 4x2 – x and g(x) = 3x, find each of the following. (b) (f – g) (x) and (f – g) (3) (f – g) (x) = f (x) – g(x) Use the definition. = (4x2 – x) – 3x Substitute. = 4x2 – 4x Combine like terms. Then, (f – g) (3) = 4(3)2 – 4(3) = 24. Substitute. Confirm that f (3) – g(3) gives the same result.
  • 15. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 15 6.3 Polynomial Functions Basic Polynomial Functions The simplest polynomial function is the identity function, defined by f(x) = x. x y x f(x) = x –2 –1 0 1 2 –2 –1 0 1 2
  • 16. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 16 6.3 Polynomial Functions Basic Polynomial Functions The squaring function, is defined by f(x) = x2. x y x f(x) = x2 –2 –1 0 1 2 4 1 0 1 4
  • 17. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 17 6.3 Polynomial Functions Basic Polynomial Functions The cubing function, is defined by f(x) = x3. x y x f(x) = x3 –2 –1 0 1 2 –8 –1 0 1 8
  • 18. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 18 x f(x) = –2x 6.3 Polynomial Functions EXAMPLE 5 Graphing Variations of the Identity Function Graph the function by creating a table of ordered pairs. Give the domain and the range of the function by observing the graph. (a) f(x) = –2x. x y –2 –1 0 1 2 4 2 0 –2 –4 Domain Range
  • 19. Copyright © 2010 Pearson Education, Inc. All rights reserved. Sec 6.3 - 19 x f(x) = x2 – 2 6.3 Polynomial Functions EXAMPLE 5 Graphing Variations of the Identity Function Graph the function by creating a table of ordered pairs. Give the domain and the range of the function by observing the graph. (b) f(x) = x2 – 2. x y –2 –1 0 1 2 2 –1 –2 –1 2 Domain Range