SlideShare uma empresa Scribd logo
1 de 16
𝐏𝐓𝐒 𝟑
Bridge to Calculus Workshop
Summer 2020
Lesson 5
Polynomials
"I have had my results for a long
time: but I do not yet know how I am
to arrive at them.“
- Carl Friedrich Gauss
Lehman College, Department of Mathematics
Polynomials (Definitions) (1 of 6)
A polynomial in 𝑥 is an expression of the form:
where 𝑎 𝑛, 𝑎 𝑛−1, 𝑎 𝑛−2, …, 𝑎1, 𝑎0 are real numbers with
𝑎 𝑛 ≠ 0, and 𝑛 is a nonnegative integer (𝑛 ≥ 0).
We call the integer 𝑛 the degree of the polynomial. The
number 𝑎 𝑛 is the leading coefficient, and 𝑎0 is called the
constant term.
Example 1. For the following polynomial, state the
degree, the leading coefficient and the constant term:
Solution.
Constant term:
𝒂 𝒏 𝒙 𝒏 + 𝒂 𝒏−𝟏 𝒙 𝒏−𝟏 + 𝒂 𝒏−𝟐 𝒙 𝒏−𝟐 + ⋯ + 𝒂 𝟏 𝒙 + 𝒂 𝟎
5𝑥3
− 2𝑥2
+ 7𝑥 − 1
3Degree: Leading coefficient: 5
−1
Lehman College, Department of Mathematics
Polynomials (Definitions) (2 of 6)
Example 2. Are the following expressions polynomials?
Solution.
Each summand of a polynomial is called a term, e.g.:
The number 3 is called the coefficient of the term, the
number 2 is the degree of the term.
2𝑥4
− 3𝑥−1
+ 2 1
1
7
𝑥3 − 0.0054 𝑥2 + 𝜋 5𝑥2
−
2
𝑥
+ 3
1
3𝑥2 + 2𝑥 + 1
(a) (b)
(c) (d)
(e)
(a) no (b) yes (c) yes (d) no (e) no
𝑥2 − 1
𝑥 − 1
(f)
(f) yes
𝟑𝒙 𝟐
Lehman College, Department of Mathematics
Polynomials (Definitions) (3 of 6)
A zero-degree term is called a constant term, e.g.:
A first-degree term is called a linear term, e.g.:
A second-degree term is called a quadratic term, e.g.:
A third-degree term is called a cubic term, e.g.:
A fourth-degree term is called a quartic term, e.g.:
A fifth-degree term is called a quintic term, e.g.:
Polynomials are classified by their degree. For example,
cubic, quadratic, linear, and constant polynomials, etc.
7 = 7𝑥0
3𝑥 = 3𝑥1
5𝑥2
4𝑥3
9𝑥4
2𝑥5
Lehman College, Department of Mathematics
Polynomials (Definitions) (4 of 6)
Example 3. Classify the polynomial by degree:
Solution.
A polynomial written with descending powers of the
indeterminate 𝑥 is said to be in standard form.
Example 4. Write the following polynomial in standard
form:
5𝑥4
− 3𝑥2
+ 2 3𝑥 + 2
1
7
𝑥3 −
1
2
𝑥2 + 3 5𝑥2
− 2 + 3
5𝑥5 + 3𝑥 − 9
(a) (b)
(c) (d)
(e)
(a) quartic (b) linear (c) cubic
(d) quadratic (e) quintic
3(f)
(f) constant
5𝑥2 + 3𝑥4 − 9 + 2𝑥
Lehman College, Department of Mathematics
Polynomials (Definitions) (5 of 6)
Example 4. Write the following polynomial in standard
form:
Solution.
We also classify polynomials by the number of terms in
the polynomial.
A polynomial with one term is called a monomial, a
polynomial with two terms is called a binomial, and a
polynomial with three terms is called a trinomial.
Polynomials with four or more terms are simply called
polynomials.
Example 5. Classify the following polynomial:
5𝑥2
+ 3𝑥4
− 9 + 2𝑥
3𝑥4
+ 5𝑥2
+ 2𝑥 − 9
5𝑥3 − 2𝑥2
Lehman College, Department of Mathematics
Polynomials (Definitions) (6 of 6)
Example 5. Classify the following polynomial:
Answer.
Example 4. Classify the following polynomials:
Solution.
5𝑥3
− 2𝑥2
cubic binomial
5𝑥4
+ 𝑥 − 2 3𝑥 + 2 5𝑥2
− 2𝑥 + 3(a) (b) (c) (d)7𝑥5
(a) quartic trinomial (b) linear binomial
(c) quintic monomial (d) quadratic trinomial
Lehman College, Department of Mathematics
Diamonds in the Rough (1 of 1)
Lehman College, Department of Mathematics
Operations with Polynomials (1 of 6)
Sums and Differences of Polynomials. We add and
subtract polynomials by grouping like terms.
Example 6. Perform the following polynomial operation:
Solution.
Example 7. Perform the following polynomial operation:
5𝑥3
− 2𝑥2
+ 3𝑥 − 2 + 2𝑥3
+ 3𝑥2
− 5
= 5𝑥3
+ 2𝑥3 + −2𝑥2 + 3𝑥2
+ 3𝑥 + −2 − 5
5𝑥3
− 2𝑥2
+ 3𝑥 − 2 + 2𝑥3
+ 3𝑥2
− 5
= 7𝑥3
+ 𝑥2 + 3𝑥 − 7
5𝑥3
− 2𝑥2
+ 3𝑥 − 2 − 2𝑥3
+ 3𝑥2
− 5
= 5𝑥3 − 2𝑥3 + −2𝑥2
− 3𝑥2
+ 3𝑥 + −2 − −5
= 3𝑥3
− 5𝑥2
+ 3𝑥 + 3
Lehman College, Department of Mathematics
Operations with Polynomials (2 of 6)
Product of Polynomials. Before exploring this topic,
we will look at the distributive property of multiplication
over addition.
Example 8. Perform the following algebraic operation:
Solution. Using PEMDAS, we obtain:
However, by the distributive property:
Distributive Property. Let 𝑎, 𝑏, 𝑐 be real numbers, then
Example 9. Show that the following is true (FOIL):
6 ⋅ 4 + 3
6 ⋅ 7 = 42
6 ⋅ 4 + 3 = 6 ⋅ 4 + 6 ⋅ 3 =24 + 18 = 42
𝑎 𝑏 + 𝑐 = 𝑎𝑏 + 𝑎𝑐 and 𝑎 + 𝑏 𝑐 = 𝑎𝑐 + 𝑏𝑐
𝑎 + 𝑏 𝑐 + 𝑑 = 𝑎𝑐 + 𝑎𝑑 + 𝑏𝑐 + 𝑏𝑑
Lehman College, Department of Mathematics
Operations with Polynomials (3 of 6)
Solution. By the distributive property:
Example 9. Prove the difference of two squares rule:
Solution. By the distributive property:
𝑎 + 𝑏 𝑐 + 𝑑 =
= 𝑎𝑐 + 𝑎𝑑 +
𝑎 𝑐 + 𝑑 + 𝑏 𝑐 + 𝑑
𝑏𝑐 + 𝑏𝑑
𝑎 + 𝑏 𝑎 − 𝑏 = 𝑎2
− 𝑏2
𝑎 + 𝑏 𝑎 − 𝑏 = 𝑎 𝑎 − 𝑏 + 𝑏 𝑎 − 𝑏
= 𝑎2
− 𝑎𝑏 + 𝑏𝑎 − 𝑏2
= 𝑎2
− 𝑏2
= 𝑎2 − 𝑎𝑏 + 𝑎𝑏 − 𝑏2
Lehman College, Department of Mathematics
Operations with Polynomials (3 of 6)
Example 10. Prove the square of a binomial rule:
Solution. By the distributive property:
𝑎 + 𝑏 𝑎 + 𝑏 = 𝑎 𝑎 + 𝑏 + 𝑏 𝑎 + 𝑏
= 𝑎2 + 𝑎𝑏 + 𝑏𝑎 + 𝑏2
= 𝑎2
+ 2𝑎𝑏 + 𝑏2
𝑎 + 𝑏 2
= 𝑎2
+ 2𝑎𝑏 + 𝑏2
Lehman College, Department of Mathematics
Operations with Polynomials (4 of 6)
Example 11. Perform the following operations:
Solution.
Example 12. Use the square of the binomial rule:
to show that:
𝑥 + 2 𝑥 − 3(a) (b) 𝑥 + 4 𝑥 − 4 (c) 𝑥 + 2 2
𝑥 + 2 𝑥 − 3(a) = 𝑥 𝑥 − 3 + 2 (𝑥 − 3)
= 𝑥2
− 3𝑥 + 2𝑥 − 6
= 𝑥2
− 𝑥 − 6
(b) 𝑥 + 4 𝑥 − 4 = 𝑥2
− 42
= 𝑥2
− 16
(c) 𝑥 + 2 2
= 𝑥2
+ 2 𝑥 2 + 22
= 𝑥2
+ 4𝑥 + 4
𝑎 + 𝑏 2
= 𝑎2
+ 2𝑎𝑏 + 𝑏2
𝑎 − 𝑏 2
= 𝑎2
− 2𝑎𝑏 + 𝑏2
Lehman College, Department of Mathematics
Operations with Polynomials (5 of 6)
Solution. Given the rule below:
Replace 𝑏 by −𝑏 in both sides of the equation to yield:
Example 12. Use the square of binomial rule to prove
the cube of a binomial rule:
Solution.
𝑎 + 𝑏 2
= 𝑎2
+ 2𝑎𝑏 + 𝑏2
𝑎 − 𝑏 2
=
= 𝑎2 − 2𝑎𝑏 + 𝑏2
𝑎 + (−𝑏) 2
= 𝑎2
+ 2𝑎(−𝑏) + −𝑏 2
𝑎 + 𝑏 3 = 𝑎3 + 3𝑎2 𝑏 + 3𝑎𝑏2 + 𝑏3
𝑎 + 𝑏 3 = (𝑎 + 𝑏) 𝑎 + 𝑏 2 = (𝑎 + 𝑏) 𝑎2
+ 2𝑎𝑏 + 𝑏2
= 𝑎 𝑎2
+ 2𝑎𝑏 + 𝑏2
+ 𝑏 𝑎2
+ 2𝑎𝑏 + 𝑏2
= 𝑎3
+ 2𝑎2
𝑏 + 𝑎𝑏2
+ 𝑎2
𝑏 + 2𝑎𝑏2
+ 𝑏3
Lehman College, Department of Mathematics
Operations with Polynomials (6 of 6)
Example 13. Determine the product of the following
binomial and trinomial:
Solution. Use the distributive property:
(2𝑥 + 3)(5𝑥3
− 𝑥 + 4)
2𝑥 + 3 5𝑥3 − 𝑥 + 4 =
= 2𝑥 5𝑥3 − 𝑥 + 4 + 3 (5𝑥3
− 𝑥 + 4)
= 10𝑥4
− 2𝑥2
+ 8𝑥 + 15𝑥3
− 3𝑥 + 12
= 10𝑥4 + 15𝑥3 − 2𝑥2 + 5𝑥 + 12
= 10𝑥4 + 2𝑥(−𝑥) + 8𝑥 + 15𝑥3 + 3(−𝑥) + 12
Lehman College, Department of Mathematics
Operations with Polynomials (7 of 7)
Example 14. Determine the product of the following
binomial and trinomial:
Solution. Use the distributive property:
(𝑥 − 3)(𝑥2
− 4𝑥 + 7)
(𝑥2
−4𝑥 + 7)(𝑥 − 3) =
= 𝑥2
𝑥 − 3 − 4𝑥 𝑥 − 3 +
= 𝑥3 − 3𝑥2 − 4𝑥2 + 12𝑥 +
= 𝑥3
− 7𝑥2
+ 19𝑥 − 21
7(𝑥 − 3)
7𝑥 − 21
= 𝑥3
+ 𝑥2
(−3) − 4𝑥2
− 4𝑥(−3) + 7𝑥 + 7(−3)

Mais conteúdo relacionado

Mais procurados

Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3
NG YIT HOE
 

Mais procurados (19)

MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
 
Algebra Project Period 4
Algebra Project Period 4Algebra Project Period 4
Algebra Project Period 4
 
Inequality and absolute value
Inequality and absolute valueInequality and absolute value
Inequality and absolute value
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
Assure
AssureAssure
Assure
 
Geometric Sequence by Alma Baja
Geometric Sequence by Alma BajaGeometric Sequence by Alma Baja
Geometric Sequence by Alma Baja
 
ARITHMETIC SEQUENCE, MEAN AND SERIES WEEK 2 QUARTER 1
ARITHMETIC SEQUENCE, MEAN AND SERIES WEEK 2 QUARTER 1ARITHMETIC SEQUENCE, MEAN AND SERIES WEEK 2 QUARTER 1
ARITHMETIC SEQUENCE, MEAN AND SERIES WEEK 2 QUARTER 1
 
Quadratic equation slideshare
Quadratic equation slideshareQuadratic equation slideshare
Quadratic equation slideshare
 
Solving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICSSolving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICS
 
1.4 Quadratic Equations
1.4 Quadratic Equations1.4 Quadratic Equations
1.4 Quadratic Equations
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
 
REDUCIBLE QUADRATIC EQUATIONS
REDUCIBLE QUADRATIC EQUATIONSREDUCIBLE QUADRATIC EQUATIONS
REDUCIBLE QUADRATIC EQUATIONS
 
Linear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th MathsLinear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th Maths
 
Test of consistency
Test of consistencyTest of consistency
Test of consistency
 
Quadratic equation
Quadratic equationQuadratic equation
Quadratic equation
 
Arithmatic & algebra
Arithmatic & algebraArithmatic & algebra
Arithmatic & algebra
 
Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Quant 125 awesome questions
Quant 125 awesome questionsQuant 125 awesome questions
Quant 125 awesome questions
 

Semelhante a Lesson 5: Polynomials

Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
misey_margarette
 
presentation-111004200224-phpapp02.pptx
presentation-111004200224-phpapp02.pptxpresentation-111004200224-phpapp02.pptx
presentation-111004200224-phpapp02.pptx
JennilynBalusdan3
 

Semelhante a Lesson 5: Polynomials (20)

Lesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsLesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic Functions
 
Lesson 3: Exponential Notation
Lesson 3: Exponential NotationLesson 3: Exponential Notation
Lesson 3: Exponential Notation
 
Lesson 1: The Real Number System
Lesson 1: The Real Number SystemLesson 1: The Real Number System
Lesson 1: The Real Number System
 
Lesson 22: Polynomial Long Division
Lesson 22: Polynomial Long DivisionLesson 22: Polynomial Long Division
Lesson 22: Polynomial Long Division
 
Lesson 8: Rational Functions
Lesson 8: Rational FunctionsLesson 8: Rational Functions
Lesson 8: Rational Functions
 
Lesson 6: Factoring Polynomials
Lesson 6: Factoring PolynomialsLesson 6: Factoring Polynomials
Lesson 6: Factoring Polynomials
 
1st Quarter MATH 8 module
1st Quarter MATH 8 module1st Quarter MATH 8 module
1st Quarter MATH 8 module
 
Lesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic EquationsLesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic Equations
 
Q1 week 1 (common monomial,sum & diffrence of two cubes,difference of tw...
Q1  week 1 (common monomial,sum & diffrence of two cubes,difference of tw...Q1  week 1 (common monomial,sum & diffrence of two cubes,difference of tw...
Q1 week 1 (common monomial,sum & diffrence of two cubes,difference of tw...
 
Equations.pptx
Equations.pptxEquations.pptx
Equations.pptx
 
Lesson 21: More Algebra
Lesson 21: More AlgebraLesson 21: More Algebra
Lesson 21: More Algebra
 
Lesson 18: Rational Exponents
Lesson 18: Rational ExponentsLesson 18: Rational Exponents
Lesson 18: Rational Exponents
 
Lesson 11: Functions and Function Notation
Lesson 11: Functions and Function NotationLesson 11: Functions and Function Notation
Lesson 11: Functions and Function Notation
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
 
CP2-Chp2-Series.pptx
CP2-Chp2-Series.pptxCP2-Chp2-Series.pptx
CP2-Chp2-Series.pptx
 
presentation-111004200224-phpapp02.pptx
presentation-111004200224-phpapp02.pptxpresentation-111004200224-phpapp02.pptx
presentation-111004200224-phpapp02.pptx
 
Division of Polynomials.pptx
Division of Polynomials.pptxDivision of Polynomials.pptx
Division of Polynomials.pptx
 
Yr7-AlgebraicExpressions (1).pptx
Yr7-AlgebraicExpressions (1).pptxYr7-AlgebraicExpressions (1).pptx
Yr7-AlgebraicExpressions (1).pptx
 
P1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptxP1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptx
 

Mais de Kevin Johnson

Mais de Kevin Johnson (19)

Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)
 
Lesson 20: Trigonometric Functions of Any Angle Part 1
Lesson 20: Trigonometric Functions of Any Angle Part 1Lesson 20: Trigonometric Functions of Any Angle Part 1
Lesson 20: Trigonometric Functions of Any Angle Part 1
 
Lesson 17: Quadratic Functions
Lesson 17: Quadratic FunctionsLesson 17: Quadratic Functions
Lesson 17: Quadratic Functions
 
Lesson 16: More Inequalities
Lesson 16: More InequalitiesLesson 16: More Inequalities
Lesson 16: More Inequalities
 
Lesson 15: Geometry
Lesson 15: GeometryLesson 15: Geometry
Lesson 15: Geometry
 
Lesson 14: Equation of a Circle
Lesson 14: Equation of a CircleLesson 14: Equation of a Circle
Lesson 14: Equation of a Circle
 
Lesson 13: Midpoint and Distance Formulas
Lesson 13: Midpoint and Distance FormulasLesson 13: Midpoint and Distance Formulas
Lesson 13: Midpoint and Distance Formulas
 
Lesson 12: Right Triangle Trigonometry
Lesson 12: Right Triangle TrigonometryLesson 12: Right Triangle Trigonometry
Lesson 12: Right Triangle Trigonometry
 
Lesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and LinesLesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and Lines
 
Lesson 7: Graphing Inequalities
Lesson 7: Graphing InequalitiesLesson 7: Graphing Inequalities
Lesson 7: Graphing Inequalities
 
Lesson 4: Decimal to Scientific Notation
Lesson 4: Decimal to Scientific NotationLesson 4: Decimal to Scientific Notation
Lesson 4: Decimal to Scientific Notation
 
Lesson 2: Inequalities
Lesson 2: InequalitiesLesson 2: Inequalities
Lesson 2: Inequalities
 
MAT-314 Midterm Exam 2 Review
MAT-314 Midterm Exam 2 ReviewMAT-314 Midterm Exam 2 Review
MAT-314 Midterm Exam 2 Review
 
Section 11: Normal Subgroups
Section 11: Normal SubgroupsSection 11: Normal Subgroups
Section 11: Normal Subgroups
 
Section 10: Lagrange's Theorem
Section 10: Lagrange's TheoremSection 10: Lagrange's Theorem
Section 10: Lagrange's Theorem
 
Section 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & CosetsSection 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & Cosets
 
Section 8: Symmetric Groups
Section 8: Symmetric GroupsSection 8: Symmetric Groups
Section 8: Symmetric Groups
 
MAT-314 Relations and Functions
MAT-314 Relations and FunctionsMAT-314 Relations and Functions
MAT-314 Relations and Functions
 
MAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm ReviewMAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm Review
 

Último

Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
PirithiRaju
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
Sérgio Sacani
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
Lokesh Kothari
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Lokesh Kothari
 

Último (20)

Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Creating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening DesignsCreating and Analyzing Definitive Screening Designs
Creating and Analyzing Definitive Screening Designs
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 

Lesson 5: Polynomials

  • 1. 𝐏𝐓𝐒 𝟑 Bridge to Calculus Workshop Summer 2020 Lesson 5 Polynomials "I have had my results for a long time: but I do not yet know how I am to arrive at them.“ - Carl Friedrich Gauss
  • 2. Lehman College, Department of Mathematics Polynomials (Definitions) (1 of 6) A polynomial in 𝑥 is an expression of the form: where 𝑎 𝑛, 𝑎 𝑛−1, 𝑎 𝑛−2, …, 𝑎1, 𝑎0 are real numbers with 𝑎 𝑛 ≠ 0, and 𝑛 is a nonnegative integer (𝑛 ≥ 0). We call the integer 𝑛 the degree of the polynomial. The number 𝑎 𝑛 is the leading coefficient, and 𝑎0 is called the constant term. Example 1. For the following polynomial, state the degree, the leading coefficient and the constant term: Solution. Constant term: 𝒂 𝒏 𝒙 𝒏 + 𝒂 𝒏−𝟏 𝒙 𝒏−𝟏 + 𝒂 𝒏−𝟐 𝒙 𝒏−𝟐 + ⋯ + 𝒂 𝟏 𝒙 + 𝒂 𝟎 5𝑥3 − 2𝑥2 + 7𝑥 − 1 3Degree: Leading coefficient: 5 −1
  • 3. Lehman College, Department of Mathematics Polynomials (Definitions) (2 of 6) Example 2. Are the following expressions polynomials? Solution. Each summand of a polynomial is called a term, e.g.: The number 3 is called the coefficient of the term, the number 2 is the degree of the term. 2𝑥4 − 3𝑥−1 + 2 1 1 7 𝑥3 − 0.0054 𝑥2 + 𝜋 5𝑥2 − 2 𝑥 + 3 1 3𝑥2 + 2𝑥 + 1 (a) (b) (c) (d) (e) (a) no (b) yes (c) yes (d) no (e) no 𝑥2 − 1 𝑥 − 1 (f) (f) yes 𝟑𝒙 𝟐
  • 4. Lehman College, Department of Mathematics Polynomials (Definitions) (3 of 6) A zero-degree term is called a constant term, e.g.: A first-degree term is called a linear term, e.g.: A second-degree term is called a quadratic term, e.g.: A third-degree term is called a cubic term, e.g.: A fourth-degree term is called a quartic term, e.g.: A fifth-degree term is called a quintic term, e.g.: Polynomials are classified by their degree. For example, cubic, quadratic, linear, and constant polynomials, etc. 7 = 7𝑥0 3𝑥 = 3𝑥1 5𝑥2 4𝑥3 9𝑥4 2𝑥5
  • 5. Lehman College, Department of Mathematics Polynomials (Definitions) (4 of 6) Example 3. Classify the polynomial by degree: Solution. A polynomial written with descending powers of the indeterminate 𝑥 is said to be in standard form. Example 4. Write the following polynomial in standard form: 5𝑥4 − 3𝑥2 + 2 3𝑥 + 2 1 7 𝑥3 − 1 2 𝑥2 + 3 5𝑥2 − 2 + 3 5𝑥5 + 3𝑥 − 9 (a) (b) (c) (d) (e) (a) quartic (b) linear (c) cubic (d) quadratic (e) quintic 3(f) (f) constant 5𝑥2 + 3𝑥4 − 9 + 2𝑥
  • 6. Lehman College, Department of Mathematics Polynomials (Definitions) (5 of 6) Example 4. Write the following polynomial in standard form: Solution. We also classify polynomials by the number of terms in the polynomial. A polynomial with one term is called a monomial, a polynomial with two terms is called a binomial, and a polynomial with three terms is called a trinomial. Polynomials with four or more terms are simply called polynomials. Example 5. Classify the following polynomial: 5𝑥2 + 3𝑥4 − 9 + 2𝑥 3𝑥4 + 5𝑥2 + 2𝑥 − 9 5𝑥3 − 2𝑥2
  • 7. Lehman College, Department of Mathematics Polynomials (Definitions) (6 of 6) Example 5. Classify the following polynomial: Answer. Example 4. Classify the following polynomials: Solution. 5𝑥3 − 2𝑥2 cubic binomial 5𝑥4 + 𝑥 − 2 3𝑥 + 2 5𝑥2 − 2𝑥 + 3(a) (b) (c) (d)7𝑥5 (a) quartic trinomial (b) linear binomial (c) quintic monomial (d) quadratic trinomial
  • 8. Lehman College, Department of Mathematics Diamonds in the Rough (1 of 1)
  • 9. Lehman College, Department of Mathematics Operations with Polynomials (1 of 6) Sums and Differences of Polynomials. We add and subtract polynomials by grouping like terms. Example 6. Perform the following polynomial operation: Solution. Example 7. Perform the following polynomial operation: 5𝑥3 − 2𝑥2 + 3𝑥 − 2 + 2𝑥3 + 3𝑥2 − 5 = 5𝑥3 + 2𝑥3 + −2𝑥2 + 3𝑥2 + 3𝑥 + −2 − 5 5𝑥3 − 2𝑥2 + 3𝑥 − 2 + 2𝑥3 + 3𝑥2 − 5 = 7𝑥3 + 𝑥2 + 3𝑥 − 7 5𝑥3 − 2𝑥2 + 3𝑥 − 2 − 2𝑥3 + 3𝑥2 − 5 = 5𝑥3 − 2𝑥3 + −2𝑥2 − 3𝑥2 + 3𝑥 + −2 − −5 = 3𝑥3 − 5𝑥2 + 3𝑥 + 3
  • 10. Lehman College, Department of Mathematics Operations with Polynomials (2 of 6) Product of Polynomials. Before exploring this topic, we will look at the distributive property of multiplication over addition. Example 8. Perform the following algebraic operation: Solution. Using PEMDAS, we obtain: However, by the distributive property: Distributive Property. Let 𝑎, 𝑏, 𝑐 be real numbers, then Example 9. Show that the following is true (FOIL): 6 ⋅ 4 + 3 6 ⋅ 7 = 42 6 ⋅ 4 + 3 = 6 ⋅ 4 + 6 ⋅ 3 =24 + 18 = 42 𝑎 𝑏 + 𝑐 = 𝑎𝑏 + 𝑎𝑐 and 𝑎 + 𝑏 𝑐 = 𝑎𝑐 + 𝑏𝑐 𝑎 + 𝑏 𝑐 + 𝑑 = 𝑎𝑐 + 𝑎𝑑 + 𝑏𝑐 + 𝑏𝑑
  • 11. Lehman College, Department of Mathematics Operations with Polynomials (3 of 6) Solution. By the distributive property: Example 9. Prove the difference of two squares rule: Solution. By the distributive property: 𝑎 + 𝑏 𝑐 + 𝑑 = = 𝑎𝑐 + 𝑎𝑑 + 𝑎 𝑐 + 𝑑 + 𝑏 𝑐 + 𝑑 𝑏𝑐 + 𝑏𝑑 𝑎 + 𝑏 𝑎 − 𝑏 = 𝑎2 − 𝑏2 𝑎 + 𝑏 𝑎 − 𝑏 = 𝑎 𝑎 − 𝑏 + 𝑏 𝑎 − 𝑏 = 𝑎2 − 𝑎𝑏 + 𝑏𝑎 − 𝑏2 = 𝑎2 − 𝑏2 = 𝑎2 − 𝑎𝑏 + 𝑎𝑏 − 𝑏2
  • 12. Lehman College, Department of Mathematics Operations with Polynomials (3 of 6) Example 10. Prove the square of a binomial rule: Solution. By the distributive property: 𝑎 + 𝑏 𝑎 + 𝑏 = 𝑎 𝑎 + 𝑏 + 𝑏 𝑎 + 𝑏 = 𝑎2 + 𝑎𝑏 + 𝑏𝑎 + 𝑏2 = 𝑎2 + 2𝑎𝑏 + 𝑏2 𝑎 + 𝑏 2 = 𝑎2 + 2𝑎𝑏 + 𝑏2
  • 13. Lehman College, Department of Mathematics Operations with Polynomials (4 of 6) Example 11. Perform the following operations: Solution. Example 12. Use the square of the binomial rule: to show that: 𝑥 + 2 𝑥 − 3(a) (b) 𝑥 + 4 𝑥 − 4 (c) 𝑥 + 2 2 𝑥 + 2 𝑥 − 3(a) = 𝑥 𝑥 − 3 + 2 (𝑥 − 3) = 𝑥2 − 3𝑥 + 2𝑥 − 6 = 𝑥2 − 𝑥 − 6 (b) 𝑥 + 4 𝑥 − 4 = 𝑥2 − 42 = 𝑥2 − 16 (c) 𝑥 + 2 2 = 𝑥2 + 2 𝑥 2 + 22 = 𝑥2 + 4𝑥 + 4 𝑎 + 𝑏 2 = 𝑎2 + 2𝑎𝑏 + 𝑏2 𝑎 − 𝑏 2 = 𝑎2 − 2𝑎𝑏 + 𝑏2
  • 14. Lehman College, Department of Mathematics Operations with Polynomials (5 of 6) Solution. Given the rule below: Replace 𝑏 by −𝑏 in both sides of the equation to yield: Example 12. Use the square of binomial rule to prove the cube of a binomial rule: Solution. 𝑎 + 𝑏 2 = 𝑎2 + 2𝑎𝑏 + 𝑏2 𝑎 − 𝑏 2 = = 𝑎2 − 2𝑎𝑏 + 𝑏2 𝑎 + (−𝑏) 2 = 𝑎2 + 2𝑎(−𝑏) + −𝑏 2 𝑎 + 𝑏 3 = 𝑎3 + 3𝑎2 𝑏 + 3𝑎𝑏2 + 𝑏3 𝑎 + 𝑏 3 = (𝑎 + 𝑏) 𝑎 + 𝑏 2 = (𝑎 + 𝑏) 𝑎2 + 2𝑎𝑏 + 𝑏2 = 𝑎 𝑎2 + 2𝑎𝑏 + 𝑏2 + 𝑏 𝑎2 + 2𝑎𝑏 + 𝑏2 = 𝑎3 + 2𝑎2 𝑏 + 𝑎𝑏2 + 𝑎2 𝑏 + 2𝑎𝑏2 + 𝑏3
  • 15. Lehman College, Department of Mathematics Operations with Polynomials (6 of 6) Example 13. Determine the product of the following binomial and trinomial: Solution. Use the distributive property: (2𝑥 + 3)(5𝑥3 − 𝑥 + 4) 2𝑥 + 3 5𝑥3 − 𝑥 + 4 = = 2𝑥 5𝑥3 − 𝑥 + 4 + 3 (5𝑥3 − 𝑥 + 4) = 10𝑥4 − 2𝑥2 + 8𝑥 + 15𝑥3 − 3𝑥 + 12 = 10𝑥4 + 15𝑥3 − 2𝑥2 + 5𝑥 + 12 = 10𝑥4 + 2𝑥(−𝑥) + 8𝑥 + 15𝑥3 + 3(−𝑥) + 12
  • 16. Lehman College, Department of Mathematics Operations with Polynomials (7 of 7) Example 14. Determine the product of the following binomial and trinomial: Solution. Use the distributive property: (𝑥 − 3)(𝑥2 − 4𝑥 + 7) (𝑥2 −4𝑥 + 7)(𝑥 − 3) = = 𝑥2 𝑥 − 3 − 4𝑥 𝑥 − 3 + = 𝑥3 − 3𝑥2 − 4𝑥2 + 12𝑥 + = 𝑥3 − 7𝑥2 + 19𝑥 − 21 7(𝑥 − 3) 7𝑥 − 21 = 𝑥3 + 𝑥2 (−3) − 4𝑥2 − 4𝑥(−3) + 7𝑥 + 7(−3)