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

Mais conteúdo relacionado

Mais procurados (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
 

Semelhante a Chapter p 5

Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
Andri Rahadi
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
math265
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
ingroy
 

Semelhante a 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
 

Último

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
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
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
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
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
 
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
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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Ữ Â...
 
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
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

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)