SlideShare a Scribd company logo
1 of 36
College Algebra
Fifth Edition
James Stewart  Lothar Redlin  Saleem Watson
PrerequisitesP
Algebraic ExpressionsP.6
Variable
A variable is:
• A letter that can represent any number
from a given set of numbers.
Algebraic Expression
If we start with variables such as x, y, and z
and some real numbers, and combine them
using addition, subtraction, multiplication,
division, powers, and roots, we obtain an
algebraic expression.
• Some examples are:
−
− + +
+
2
2
2
2 3 4 10
4
y z
x x x
y
Monomial, Binomial, & Trinomial
A monomial is an expression of the form
axk
—where a is a real number and k is
a nonnegative integer.
• A binomial is a sum of two monomials.
• A trinomial is a sum of three monomials.
Polynomial
In general, a sum of monomials is
called a polynomial.
• For example, the first expression listed below
is a polynomial, but the other two are not.
−
− + +
+
2
2
2
2 3 4 10
4
y z
x x x
y
Polynomial—Definition
A polynomial in the variable x is
an expression of the form
anxn
+ an–1xn–1
+ … + a1x + a0
where:
• a0, a1, . . . , an are real numbers.
• n is a nonnegative integer.
Polynomial—Definition
If an ≠ 0, then the polynomial has degree n.
The monomials akxk
that make up
the polynomial are called the terms
of the polynomial.
Degree
Note that the degree of a polynomial is
the highest power of the variable that appears
in the polynomial.
Adding and Subtracting
Polynomials
Combining Algebraic Expressions
We add and subtract polynomials
using the properties of real numbers
that were discussed in Section P.2.
Combining Algebraic Expressions
The idea is to combine like terms—terms
with the same variables raised to the same
powers—using the Distributive Property.
• For instance,
5x7
+ 3x7
= (5 + 3)x7
= 8x7
Subtracting Polynomials
In subtracting polynomials, we have to
remember that:
If a minus sign precedes an expression in
parentheses, the sign of every term within
the parentheses is changed when we remove
the parentheses: –(b + c) = –b – c
• This is simply a case of the Distributive Property,
a(b + c) = ab + ac, with a = –1.
E.g. 1—Adding and Subtracting Polynomials
(a) Find the sum
(x3
– 6x2
+ 2x + 4) + (x3
+ 5x2
– 7x).
(b) Find the difference
(x3
– 6x2
+ 2x + 4) – (x3
+ 5x2
– 7x).
E.g. 1—Adding Polynomials
(x3
– 6x2
+ 2x + 4) + (x3
+ 5x2
– 7x)
= (x3
+ x3
) + (–6x2
+ 5x2
) + (2x – 7x) + 4
(Group like terms)
= 2x3
– x2
– 5x + 4 (Combine like terms)
Example (a)
E.g. 1—Subtracting Polynomials
(x3
– 6x2
+ 2x + 4) – (x3
+ 5x2
– 7x)
= x3
– 6x2
+ 2x + 4 – x3
– 5x2
+ 7x
(Distributive Property)
= (x3
– x3
) + (–6x2
– 5x2
) + (2x + 7x) + 4
(Group like terms)
= –11x2
+ 9x + 4 (Combine like terms)
Example (b)
Multiplying Algebraic Expressions
Multiplying Polynomials
To find the product of polynomials
or other algebraic expressions, we
need to use the Distributive Property
repeatedly.
Multiplying Polynomials
In particular, using it three times on
the product of two binomials, we get:
(a + b)(c + d) = a(c + d) + b(c + d)
= ac + ad + bc + bd
• This says that we multiply the two factors by
multiplying each term in one factor by each term
in the other factor and adding these products.
FOIL
Schematically, we have:
(a + b)(c + d) = ac + ad + bc + bd
↑ ↑ ↑ ↑
F O I L
• The acronym FOIL helps us remember
that the product of two binomials is the sum
of the products of the first terms, the outer terms,
the inner terms, and the last terms.
Multiplying Polynomials
In general, we can multiply two algebraic
expressions by using:
• The Distributive Property.
• The Laws of Exponents.
E.g. 2—Multiplying Binomials Using FOIL
(2x + 1)(3x – 5)
= 6x2
– 10x + 3x – 5 (Distributive Property)
= 6x2
– 7x – 5 (Combine like terms)
Multiplying Trinomials and Polynomials
When we multiply trinomials and other
polynomials with more terms:
• We use the Distributive Property.
• It is also helpful to arrange our work in table form.
• The next example illustrates both methods.
E.g. 3—Multiplying Polynomials
Using the Distributive Property
(2x + 3)(x2
– 5x + 4)
= 2x(x2
– 5x + 4) + 3(x2
– 5x + 4)
(Distributive Property)
= (2x3
– 10x2
+ 8x) + (3x2
– 15x + 12)
(Distributive Property)
Solution 1
E.g. 3—Multiplying Polynomials
Using Table Form
x2
– 5x + 4 (First factor)
2x + 3 (Second factor)
3x2
– 15x + 12 (Multiply first factor by 3)
2x3
– 10x2
+ 8x (Multiply first factor by 2x)
2x3
– 7x2
– 7x + 12 (Add like terms)
Solution 2
Special Product Formulas
Special Product Formulas
Certain types of products occur so
frequently that you should memorize them.
• You can verify the following formulas by
performing the multiplications.
Principle of Substitution
The key idea in using these formulas
(or any other formula in algebra) is
the Principle of Substitution:
• We may substitute any algebraic expression
for any letter in a formula.
Principle of Substitution
For example, to find (x2
+ y3
)2
,
we use Product Formula 2—substituting
x2
for A and y3
for B—to get:
(x2
+ y3
)2
= (x2
)2
+ 2(x2
)(y3
) + (y3
)2
E.g. 4—Using the Special Product Formulas
Use the Special Product Formulas to find:
(a) (3x + 5)2
(b) (x2
– 2)3
E.g. 4—Special Product Formulas
Substituting A = 3x and B = 5 in Product
Formula 2, we get:
(3x + 5)2
= (3x)2
+ 2(3x)(5) + 52
= 9x2
+ 30x + 25
Example (a)
E.g. 4—Special Product Formulas
Substituting A = x2
and B = 2 in Product
Formula 5, we get:
(x2
– 2)3
= (x2
)3
– 3(x2
)2
(2)
+ 3(x)2
(2)2
– 23
= x6
– 6x4
+ 12x2
– 8
Example (b)
E.g. 5—Using the Special Product Formulas
Use the Special Product Formulas to find:
(a) (2x – )(2x + )
(b) (x + y – 1) (x + y + 1)
y y
E.g. 5—Special Product Formulas
Substituting A = 2x and B = in Product
Formula 1, we get:
(2x – )(2x + ) = (2x)2
– ( )2
= 4x2
– y
Example (a)
y
y y y
E.g. 5—Special Product Formulas
If we group x + y together and think of this
as one algebraic expression, we can
use Product Formula 1 with A = x + y
and B = 1.
(x + y – 1) (x + y + 1) = [(x + y) – 1][(x + y) + 1]
=(x + y)2
– 12
=x2
+ 2xy + y2
– 1
Example (b)

More Related Content

What's hot

Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsMark Ryder
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoringShilpi Singh
 
Up1 math t 2012
Up1 math t 2012Up1 math t 2012
Up1 math t 2012masyati
 
Concept map function
Concept map functionConcept map function
Concept map functionzabidah awang
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsPaco Marcos
 
3.2 factoring polynomials
3.2   factoring polynomials3.2   factoring polynomials
3.2 factoring polynomialsNuch Pawida
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsNCVPS
 
Chapter 1 functions
Chapter 1  functionsChapter 1  functions
Chapter 1 functionsUmair Pearl
 
7.3 power functions and function operations
7.3 power functions and function operations7.3 power functions and function operations
7.3 power functions and function operationshisema01
 

What's hot (18)

Polynomials
PolynomialsPolynomials
Polynomials
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Square of a binomial
Square of a binomialSquare of a binomial
Square of a binomial
 
Cube of binomial
Cube of binomialCube of binomial
Cube of binomial
 
Expresiones algebraicas
Expresiones algebraicasExpresiones algebraicas
Expresiones algebraicas
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
 
Up1 math t 2012
Up1 math t 2012Up1 math t 2012
Up1 math t 2012
 
Math academy-partial-fractions-notes
Math academy-partial-fractions-notesMath academy-partial-fractions-notes
Math academy-partial-fractions-notes
 
Concept map function
Concept map functionConcept map function
Concept map function
 
1. functions
1. functions1. functions
1. functions
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
2.5 notes
2.5 notes2.5 notes
2.5 notes
 
3.2 factoring polynomials
3.2   factoring polynomials3.2   factoring polynomials
3.2 factoring polynomials
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Ankit maths ppt
Ankit maths pptAnkit maths ppt
Ankit maths ppt
 
Chapter 1 functions
Chapter 1  functionsChapter 1  functions
Chapter 1 functions
 
7.3 power functions and function operations
7.3 power functions and function operations7.3 power functions and function operations
7.3 power functions and function operations
 
Kim Solving
Kim SolvingKim Solving
Kim Solving
 

Similar to Chapter p 5

Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressionsAndri Rahadi
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1math265
 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluationPuna Ripiye
 
Algebraic identities
Algebraic identitiesAlgebraic identities
Algebraic identitiesSamyak Jain
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10ingroy
 
Fundamental Concept of Algebra
Fundamental Concept of AlgebraFundamental Concept of Algebra
Fundamental Concept of AlgebraSundeep Malik
 
Addition and subtraction of polynomial functions
Addition and subtraction of polynomial functionsAddition and subtraction of polynomial functions
Addition and subtraction of polynomial functionsMartinGeraldine
 

Similar to Chapter p 5 (20)

P6 factoring
P6 factoringP6 factoring
P6 factoring
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Polynomials
PolynomialsPolynomials
Polynomials
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluation
 
Algebra
AlgebraAlgebra
Algebra
 
ALGEBRA (3).pptx
ALGEBRA (3).pptxALGEBRA (3).pptx
ALGEBRA (3).pptx
 
Algebraic identities
Algebraic identitiesAlgebraic identities
Algebraic identities
 
P7
P7P7
P7
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
 
Fundamental Concept of Algebra
Fundamental Concept of AlgebraFundamental Concept of Algebra
Fundamental Concept of Algebra
 
Polynomial
PolynomialPolynomial
Polynomial
 
Polynomial
PolynomialPolynomial
Polynomial
 
POLYNOMIALS
POLYNOMIALSPOLYNOMIALS
POLYNOMIALS
 
Expresiones algebraicas
Expresiones algebraicasExpresiones algebraicas
Expresiones algebraicas
 
1.7
1.71.7
1.7
 
Diapositivas unidad 1
Diapositivas unidad 1Diapositivas unidad 1
Diapositivas unidad 1
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Prashant tiwari ppt.on
Prashant tiwari ppt.on Prashant tiwari ppt.on
Prashant tiwari ppt.on
 
Addition and subtraction of polynomial functions
Addition and subtraction of polynomial functionsAddition and subtraction of polynomial functions
Addition and subtraction of polynomial functions
 

Recently uploaded

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
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
 
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
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
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
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
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
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 

Recently uploaded (20)

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
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
 
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
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
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...
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.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
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 

Chapter p 5

  • 1. College Algebra Fifth Edition James Stewart  Lothar Redlin  Saleem Watson
  • 4. Variable A variable is: • A letter that can represent any number from a given set of numbers.
  • 5. Algebraic Expression If we start with variables such as x, y, and z and some real numbers, and combine them using addition, subtraction, multiplication, division, powers, and roots, we obtain an algebraic expression. • Some examples are: − − + + + 2 2 2 2 3 4 10 4 y z x x x y
  • 6. Monomial, Binomial, & Trinomial A monomial is an expression of the form axk —where a is a real number and k is a nonnegative integer. • A binomial is a sum of two monomials. • A trinomial is a sum of three monomials.
  • 7. Polynomial In general, a sum of monomials is called a polynomial. • For example, the first expression listed below is a polynomial, but the other two are not. − − + + + 2 2 2 2 3 4 10 4 y z x x x y
  • 8. Polynomial—Definition A polynomial in the variable x is an expression of the form anxn + an–1xn–1 + … + a1x + a0 where: • a0, a1, . . . , an are real numbers. • n is a nonnegative integer.
  • 9. Polynomial—Definition If an ≠ 0, then the polynomial has degree n. The monomials akxk that make up the polynomial are called the terms of the polynomial.
  • 10. Degree Note that the degree of a polynomial is the highest power of the variable that appears in the polynomial.
  • 12. Combining Algebraic Expressions We add and subtract polynomials using the properties of real numbers that were discussed in Section P.2.
  • 13. Combining Algebraic Expressions The idea is to combine like terms—terms with the same variables raised to the same powers—using the Distributive Property. • For instance, 5x7 + 3x7 = (5 + 3)x7 = 8x7
  • 14. Subtracting Polynomials In subtracting polynomials, we have to remember that: If a minus sign precedes an expression in parentheses, the sign of every term within the parentheses is changed when we remove the parentheses: –(b + c) = –b – c • This is simply a case of the Distributive Property, a(b + c) = ab + ac, with a = –1.
  • 15. E.g. 1—Adding and Subtracting Polynomials (a) Find the sum (x3 – 6x2 + 2x + 4) + (x3 + 5x2 – 7x). (b) Find the difference (x3 – 6x2 + 2x + 4) – (x3 + 5x2 – 7x).
  • 16. E.g. 1—Adding Polynomials (x3 – 6x2 + 2x + 4) + (x3 + 5x2 – 7x) = (x3 + x3 ) + (–6x2 + 5x2 ) + (2x – 7x) + 4 (Group like terms) = 2x3 – x2 – 5x + 4 (Combine like terms) Example (a)
  • 17. E.g. 1—Subtracting Polynomials (x3 – 6x2 + 2x + 4) – (x3 + 5x2 – 7x) = x3 – 6x2 + 2x + 4 – x3 – 5x2 + 7x (Distributive Property) = (x3 – x3 ) + (–6x2 – 5x2 ) + (2x + 7x) + 4 (Group like terms) = –11x2 + 9x + 4 (Combine like terms) Example (b)
  • 19. Multiplying Polynomials To find the product of polynomials or other algebraic expressions, we need to use the Distributive Property repeatedly.
  • 20. Multiplying Polynomials In particular, using it three times on the product of two binomials, we get: (a + b)(c + d) = a(c + d) + b(c + d) = ac + ad + bc + bd • This says that we multiply the two factors by multiplying each term in one factor by each term in the other factor and adding these products.
  • 21. FOIL Schematically, we have: (a + b)(c + d) = ac + ad + bc + bd ↑ ↑ ↑ ↑ F O I L • The acronym FOIL helps us remember that the product of two binomials is the sum of the products of the first terms, the outer terms, the inner terms, and the last terms.
  • 22. Multiplying Polynomials In general, we can multiply two algebraic expressions by using: • The Distributive Property. • The Laws of Exponents.
  • 23. E.g. 2—Multiplying Binomials Using FOIL (2x + 1)(3x – 5) = 6x2 – 10x + 3x – 5 (Distributive Property) = 6x2 – 7x – 5 (Combine like terms)
  • 24. Multiplying Trinomials and Polynomials When we multiply trinomials and other polynomials with more terms: • We use the Distributive Property. • It is also helpful to arrange our work in table form. • The next example illustrates both methods.
  • 25. E.g. 3—Multiplying Polynomials Using the Distributive Property (2x + 3)(x2 – 5x + 4) = 2x(x2 – 5x + 4) + 3(x2 – 5x + 4) (Distributive Property) = (2x3 – 10x2 + 8x) + (3x2 – 15x + 12) (Distributive Property) Solution 1
  • 26. E.g. 3—Multiplying Polynomials Using Table Form x2 – 5x + 4 (First factor) 2x + 3 (Second factor) 3x2 – 15x + 12 (Multiply first factor by 3) 2x3 – 10x2 + 8x (Multiply first factor by 2x) 2x3 – 7x2 – 7x + 12 (Add like terms) Solution 2
  • 28. Special Product Formulas Certain types of products occur so frequently that you should memorize them. • You can verify the following formulas by performing the multiplications.
  • 29. Principle of Substitution The key idea in using these formulas (or any other formula in algebra) is the Principle of Substitution: • We may substitute any algebraic expression for any letter in a formula.
  • 30. Principle of Substitution For example, to find (x2 + y3 )2 , we use Product Formula 2—substituting x2 for A and y3 for B—to get: (x2 + y3 )2 = (x2 )2 + 2(x2 )(y3 ) + (y3 )2
  • 31. E.g. 4—Using the Special Product Formulas Use the Special Product Formulas to find: (a) (3x + 5)2 (b) (x2 – 2)3
  • 32. E.g. 4—Special Product Formulas Substituting A = 3x and B = 5 in Product Formula 2, we get: (3x + 5)2 = (3x)2 + 2(3x)(5) + 52 = 9x2 + 30x + 25 Example (a)
  • 33. E.g. 4—Special Product Formulas Substituting A = x2 and B = 2 in Product Formula 5, we get: (x2 – 2)3 = (x2 )3 – 3(x2 )2 (2) + 3(x)2 (2)2 – 23 = x6 – 6x4 + 12x2 – 8 Example (b)
  • 34. E.g. 5—Using the Special Product Formulas Use the Special Product Formulas to find: (a) (2x – )(2x + ) (b) (x + y – 1) (x + y + 1) y y
  • 35. E.g. 5—Special Product Formulas Substituting A = 2x and B = in Product Formula 1, we get: (2x – )(2x + ) = (2x)2 – ( )2 = 4x2 – y Example (a) y y y y
  • 36. E.g. 5—Special Product Formulas If we group x + y together and think of this as one algebraic expression, we can use Product Formula 1 with A = x + y and B = 1. (x + y – 1) (x + y + 1) = [(x + y) – 1][(x + y) + 1] =(x + y)2 – 12 =x2 + 2xy + y2 – 1 Example (b)