SlideShare a Scribd company logo
1 of 19
OPERATIONS ON
FUNCTIONS
LEARNING OUTCOMES:
› At the end of the lesson, the learner is able
to perform addition, subtraction,
multiplication, division, composition of
functions, and solve problems involving
functions.
LESSON OUTLINE:
› Review: Operations on algebraic expressions
› Addition, subtraction, multiplication, and
division of functions;
› Function composition
ADDITION AND SUBTRACTION:
(a) Find the least common denominator (LCD)
of both fractions.
(b) Rewrite the fractions as equivalent
fractions with the same LCD.
(c) The LCD is the denominator of the
resulting fraction
(d) The sum or difference of the numerators is
the numerator of the resulting fraction.
Example 1:
Find the sum of 1/3 and 2/5.
Solution: The LCD of the two fractions is 15.
1
3
+
2
5
=
5
15
+
6
15
=
5+6
15
=
11
15
Example 2:
Find the sum of
1
𝑥−3
+
2
𝑥−5
.
Solution: The LCD of the two fractions is (x-
3)(x-5) or 𝑥2
− 8𝑥 + 15.
1
𝑥−3
+
2
𝑥−5
=
𝑥−5
𝑥2−8𝑥+15
+
2 𝑥−3
𝑥2−8𝑥+15
=
𝑥−5+2𝑥−6
𝑥2−8𝑥+15
=
3𝑥−11
𝑥2−8𝑥+15
MULTIPLICATION:
(a) Rewrite the numerator and denominator in
terms of its prime factors
(b) Common factors in the numerator and
denominator can be simplified as “1” (this
is often called “cancelling”.
(c) Multiply the numerators together to get
the new numerator.
(d) Multiply the denominators together to get
the new denominator.
Example 3:
Find the product of
10
21
𝑎𝑛𝑑
15
8
. Use cancellation of factors
when convenient.
Solution: Express the numerators and denominators of the
two functions into their prime factors. Multiply and cancel
out common factors in the numerator and the denominator
to reduce the final answer to lowest terms.
10
21
⋅
15
8
=
2 ⋅ 5
3 ⋅ 7
⋅
3 ⋅ 5
2 ⋅ 2 ⋅ 2
=
2 ⋅ 5 ⋅ 3 ⋅ 5
3 ⋅ 7 ⋅ 2 ⋅ 2 ⋅ 2
=
25
28
Example 4:
Find the product of
𝑥2−4𝑥−5
𝑥2−3𝑥+2
and
𝑥2−5𝑥+6
𝑥2−3𝑥−10
Solution: Express the numerators and denominators of the
two rational expressions into their prime factors. Multiply
and cancel out common factors in the numerator and the
denominator to reduce the final answer to lowest terms.
Note the similarity in the process between this example
and the previous one on fractions.
DIVISION:
(a) To divide two fractions or rational
expressions, multiply the dividend with the
reciprocal of the divisor.
Example 5:
Divide
2𝑥2+𝑥−6
2𝑥2+7𝑥+5
by
𝑥2−2𝑥−8
2𝑥2−3𝑥−20
Solution:
DEFINITION
Let f & g be functions.
1. Their sum, denoted by f + g, is the function denoted
by (f+g)(x) = f(x) + g(x).
2. Their difference, denoted by f – g, is the function
denoted by (f-g)(x) = f(x) – g(x).
3. Their product, denoted by 𝑓 ⋅ 𝑔 𝑥 = 𝑓 𝑥 ⋅ 𝑔 𝑥
4. Their quotient, denoted by 𝑓
𝑔, is the function denoted
by 𝑓
𝑔 𝑥 = 𝑓 𝑥 𝑔 𝑥 , excluding the values of x
where 𝑔 𝑥 = 0
Use the following functions below for example 1:
› 𝑓 𝑥 = 𝑥 + 3
› p 𝑥 = 2𝑥 − 7
› v 𝑥 = 𝑥2 + 5𝑥 + 4
› 𝑔 𝑥 = 𝑥2 + 2𝑥 − 8
› ℎ 𝑥 =
𝑥+7
2−𝑥
› 𝑡 𝑥 =
𝑥−2
𝑥+3
Example 1: determine the ff. functions
(a) 𝑣 + 𝑔 𝑥
(b) 𝑓 ⋅ 𝑝 𝑥
(c) 𝑓 + ℎ 𝑥
(d) 𝑝 − 𝑓 𝑥
(e) 𝑣
𝑔 𝑥
Solution.
(a) 𝑣 + 𝑔 𝑥
= 𝑥2
+ 5𝑥 + 4 + 𝑥2
+ 2𝑥 − 8
= 𝑥2
+ 5𝑥 + 4 + 𝑥2
+ 2𝑥 − 8
= 2𝑥2
+ 7𝑥 − 4
Solution:
(b) 𝑓 ⋅ 𝑝 𝑥
= 𝑥 + 3 2𝑥 − 7
= 2𝑥2
− 𝑥 − 21
Solution:
(c) 𝑓 + ℎ 𝑥
= 𝑥 + 3 +
𝑥+7
2−𝑥
= 𝑥 + 3 ⋅
2−𝑥
2−𝑥
+
𝑥+7
2−𝑥
=
𝑥+3 2−𝑥 + 𝑥+7
2−𝑥
=
6−𝑥−𝑥2+𝑥+7
2−𝑥
=
𝑥2−13
2−𝑥
Solution:
(d) 𝑝 − 𝑓 𝑥
= 2𝑥 − 7 − 𝑥 + 3
= 2𝑥 − 7 − 𝑥 − 3
= 𝑥 − 10
Solution:
(e) 𝑣
𝑔 𝑥
= 𝑥2 + 5𝑥 + 4 ÷ 𝑥2 + 2𝑥 − 8
=
𝑥2+5𝑥+4
𝑥2+2𝑥−8

More Related Content

Similar to OPERATIONS ON FUNCTIONS.pptx

4.3 simplifying fractions
4.3 simplifying fractions 4.3 simplifying fractions
4.3 simplifying fractions bweldon
 
0.5 Rational Expressions
0.5 Rational Expressions0.5 Rational Expressions
0.5 Rational Expressionssmiller5
 
Online Lecture Chapter R Algebraic Expressions
Online Lecture Chapter R Algebraic ExpressionsOnline Lecture Chapter R Algebraic Expressions
Online Lecture Chapter R Algebraic Expressionsapayne12
 
Producción Escrita Matemática.
Producción Escrita Matemática.Producción Escrita Matemática.
Producción Escrita Matemática.MarcosArrieche
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.pptJaysonFabela1
 
Write solution for these problems -Is targeting only mommy blo.docx
Write solution for these problems -Is targeting only mommy blo.docxWrite solution for these problems -Is targeting only mommy blo.docx
Write solution for these problems -Is targeting only mommy blo.docxherbertwilson5999
 
1.6 Rational Expressions
1.6 Rational Expressions1.6 Rational Expressions
1.6 Rational Expressionssmiller5
 
Admission for b.tech
Admission for b.techAdmission for b.tech
Admission for b.techEdhole.com
 
College Algebra MATH 107 Spring, 2020Page 1 of 11 MA.docx
College Algebra   MATH 107 Spring, 2020Page 1 of 11 MA.docxCollege Algebra   MATH 107 Spring, 2020Page 1 of 11 MA.docx
College Algebra MATH 107 Spring, 2020Page 1 of 11 MA.docxmary772
 
Lesson 1 8 quiz review
Lesson 1 8 quiz reviewLesson 1 8 quiz review
Lesson 1 8 quiz reviewmlabuski
 
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docx
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docxMath 107 Final ExaminationSummer, 20151Math 107 College Algebr.docx
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docxandreecapon
 
College Algebra MATH 107 Spring, 2016, V4.7 Page 1 of .docx
College Algebra   MATH 107   Spring, 2016, V4.7 Page 1 of .docxCollege Algebra   MATH 107   Spring, 2016, V4.7 Page 1 of .docx
College Algebra MATH 107 Spring, 2016, V4.7 Page 1 of .docxclarebernice
 
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
 

Similar to OPERATIONS ON FUNCTIONS.pptx (20)

FUNCTIONS L.1.pdf
FUNCTIONS L.1.pdfFUNCTIONS L.1.pdf
FUNCTIONS L.1.pdf
 
4.3 simplifying fractions
4.3 simplifying fractions 4.3 simplifying fractions
4.3 simplifying fractions
 
0.5 Rational Expressions
0.5 Rational Expressions0.5 Rational Expressions
0.5 Rational Expressions
 
Online Lecture Chapter R Algebraic Expressions
Online Lecture Chapter R Algebraic ExpressionsOnline Lecture Chapter R Algebraic Expressions
Online Lecture Chapter R Algebraic Expressions
 
Producción Escrita Matemática.
Producción Escrita Matemática.Producción Escrita Matemática.
Producción Escrita Matemática.
 
Expresiones Algebraicas
Expresiones AlgebraicasExpresiones Algebraicas
Expresiones Algebraicas
 
Functions
FunctionsFunctions
Functions
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.ppt
 
Integration
IntegrationIntegration
Integration
 
Write solution for these problems -Is targeting only mommy blo.docx
Write solution for these problems -Is targeting only mommy blo.docxWrite solution for these problems -Is targeting only mommy blo.docx
Write solution for these problems -Is targeting only mommy blo.docx
 
A.B. .docx
A.B. .docxA.B. .docx
A.B. .docx
 
1.6 Rational Expressions
1.6 Rational Expressions1.6 Rational Expressions
1.6 Rational Expressions
 
Admission for b.tech
Admission for b.techAdmission for b.tech
Admission for b.tech
 
College Algebra MATH 107 Spring, 2020Page 1 of 11 MA.docx
College Algebra   MATH 107 Spring, 2020Page 1 of 11 MA.docxCollege Algebra   MATH 107 Spring, 2020Page 1 of 11 MA.docx
College Algebra MATH 107 Spring, 2020Page 1 of 11 MA.docx
 
Lesson 1 8 quiz review
Lesson 1 8 quiz reviewLesson 1 8 quiz review
Lesson 1 8 quiz review
 
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docx
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docxMath 107 Final ExaminationSummer, 20151Math 107 College Algebr.docx
Math 107 Final ExaminationSummer, 20151Math 107 College Algebr.docx
 
College Algebra MATH 107 Spring, 2016, V4.7 Page 1 of .docx
College Algebra   MATH 107   Spring, 2016, V4.7 Page 1 of .docxCollege Algebra   MATH 107   Spring, 2016, V4.7 Page 1 of .docx
College Algebra MATH 107 Spring, 2016, V4.7 Page 1 of .docx
 
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
 
Riemann sumsdefiniteintegrals
Riemann sumsdefiniteintegralsRiemann sumsdefiniteintegrals
Riemann sumsdefiniteintegrals
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 

Recently uploaded

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

OPERATIONS ON FUNCTIONS.pptx

  • 2. LEARNING OUTCOMES: › At the end of the lesson, the learner is able to perform addition, subtraction, multiplication, division, composition of functions, and solve problems involving functions.
  • 3. LESSON OUTLINE: › Review: Operations on algebraic expressions › Addition, subtraction, multiplication, and division of functions; › Function composition
  • 4. ADDITION AND SUBTRACTION: (a) Find the least common denominator (LCD) of both fractions. (b) Rewrite the fractions as equivalent fractions with the same LCD. (c) The LCD is the denominator of the resulting fraction (d) The sum or difference of the numerators is the numerator of the resulting fraction.
  • 5. Example 1: Find the sum of 1/3 and 2/5. Solution: The LCD of the two fractions is 15. 1 3 + 2 5 = 5 15 + 6 15 = 5+6 15 = 11 15
  • 6. Example 2: Find the sum of 1 𝑥−3 + 2 𝑥−5 . Solution: The LCD of the two fractions is (x- 3)(x-5) or 𝑥2 − 8𝑥 + 15. 1 𝑥−3 + 2 𝑥−5 = 𝑥−5 𝑥2−8𝑥+15 + 2 𝑥−3 𝑥2−8𝑥+15 = 𝑥−5+2𝑥−6 𝑥2−8𝑥+15 = 3𝑥−11 𝑥2−8𝑥+15
  • 7. MULTIPLICATION: (a) Rewrite the numerator and denominator in terms of its prime factors (b) Common factors in the numerator and denominator can be simplified as “1” (this is often called “cancelling”. (c) Multiply the numerators together to get the new numerator. (d) Multiply the denominators together to get the new denominator.
  • 8. Example 3: Find the product of 10 21 𝑎𝑛𝑑 15 8 . Use cancellation of factors when convenient. Solution: Express the numerators and denominators of the two functions into their prime factors. Multiply and cancel out common factors in the numerator and the denominator to reduce the final answer to lowest terms. 10 21 ⋅ 15 8 = 2 ⋅ 5 3 ⋅ 7 ⋅ 3 ⋅ 5 2 ⋅ 2 ⋅ 2 = 2 ⋅ 5 ⋅ 3 ⋅ 5 3 ⋅ 7 ⋅ 2 ⋅ 2 ⋅ 2 = 25 28
  • 9. Example 4: Find the product of 𝑥2−4𝑥−5 𝑥2−3𝑥+2 and 𝑥2−5𝑥+6 𝑥2−3𝑥−10 Solution: Express the numerators and denominators of the two rational expressions into their prime factors. Multiply and cancel out common factors in the numerator and the denominator to reduce the final answer to lowest terms. Note the similarity in the process between this example and the previous one on fractions.
  • 10. DIVISION: (a) To divide two fractions or rational expressions, multiply the dividend with the reciprocal of the divisor.
  • 12. DEFINITION Let f & g be functions. 1. Their sum, denoted by f + g, is the function denoted by (f+g)(x) = f(x) + g(x). 2. Their difference, denoted by f – g, is the function denoted by (f-g)(x) = f(x) – g(x). 3. Their product, denoted by 𝑓 ⋅ 𝑔 𝑥 = 𝑓 𝑥 ⋅ 𝑔 𝑥 4. Their quotient, denoted by 𝑓 𝑔, is the function denoted by 𝑓 𝑔 𝑥 = 𝑓 𝑥 𝑔 𝑥 , excluding the values of x where 𝑔 𝑥 = 0
  • 13. Use the following functions below for example 1: › 𝑓 𝑥 = 𝑥 + 3 › p 𝑥 = 2𝑥 − 7 › v 𝑥 = 𝑥2 + 5𝑥 + 4 › 𝑔 𝑥 = 𝑥2 + 2𝑥 − 8 › ℎ 𝑥 = 𝑥+7 2−𝑥 › 𝑡 𝑥 = 𝑥−2 𝑥+3
  • 14. Example 1: determine the ff. functions (a) 𝑣 + 𝑔 𝑥 (b) 𝑓 ⋅ 𝑝 𝑥 (c) 𝑓 + ℎ 𝑥 (d) 𝑝 − 𝑓 𝑥 (e) 𝑣 𝑔 𝑥
  • 15. Solution. (a) 𝑣 + 𝑔 𝑥 = 𝑥2 + 5𝑥 + 4 + 𝑥2 + 2𝑥 − 8 = 𝑥2 + 5𝑥 + 4 + 𝑥2 + 2𝑥 − 8 = 2𝑥2 + 7𝑥 − 4
  • 16. Solution: (b) 𝑓 ⋅ 𝑝 𝑥 = 𝑥 + 3 2𝑥 − 7 = 2𝑥2 − 𝑥 − 21
  • 17. Solution: (c) 𝑓 + ℎ 𝑥 = 𝑥 + 3 + 𝑥+7 2−𝑥 = 𝑥 + 3 ⋅ 2−𝑥 2−𝑥 + 𝑥+7 2−𝑥 = 𝑥+3 2−𝑥 + 𝑥+7 2−𝑥 = 6−𝑥−𝑥2+𝑥+7 2−𝑥 = 𝑥2−13 2−𝑥
  • 18. Solution: (d) 𝑝 − 𝑓 𝑥 = 2𝑥 − 7 − 𝑥 + 3 = 2𝑥 − 7 − 𝑥 − 3 = 𝑥 − 10
  • 19. Solution: (e) 𝑣 𝑔 𝑥 = 𝑥2 + 5𝑥 + 4 ÷ 𝑥2 + 2𝑥 − 8 = 𝑥2+5𝑥+4 𝑥2+2𝑥−8

Editor's Notes

  1. Write the solution.
  2. Write the solution.