SlideShare a Scribd company logo
1 of 23
Operation on Functions
Operations on functions are similar to
operations on numbers. Adding, subtracting and
multiplying two or more functions together will
result in another function. Dividing two functions
together will also result in another function if the
denominator or divisor is not the zero function.
Lastly, composing two or more functions will also
produce another function.
ACTIVITY: SECRET MESSAGE
Direction. Answer each question by matching column A with column B. Write the letter of the
correct answer at the blank before each number. Decode the secret message below using the letters
of the answers.
Column A Column B
_____1. Find the LCD of and . A. (x + 4)(x − 3)
3 1 4x+7
_____2. Find the LCD of x−2 and x+3 C. x 2+x−6
_____3. Find the sum of and . D.
2 5 2 + x − 6
_____4. Find the sum of + E. (𝑥 − 2)(𝑥 + 3) or x x x
𝑥+4
5. Find the product of and. G.
x+2
3 1
_____6. Find the sum of and H. (x + 1)(x − 6) x−2 x+3
For numbers 7-14, find the factors.
_____7. x2 + x − 12 I.
_____8. x2 − 5x − 6 L. (𝑥 − 4(𝑥 − 3)
_____9. x2 + 6x + 5 M. −5
_____10. x2 + 7x + 12 N. 21
_____11. x2 − 7x + 12 O. (𝑥 − 5)(𝑥 − 3)
_____12. x2 − 5x − 14 R. (x + 4)(x + 3)
_____13. x2 − 8x + 15 S. (𝑥 − 7)(𝑥 − 5)
_____14. x2 − 12x + 35 T.
x2+x−12 x2+6x+5
_____15. Find the product of x2−5x−6 and x2+7x+12. U. (𝑥 − 7(𝑥 + 2)
x2−5x−14 x2−12x+35 𝑥
_____17. In the function f(x) = 4 − x2, 𝑓𝑖𝑛𝑑 𝑓(−3) Y. (x + 5)(x + 1)
x2+x−12 x2−8x+15 7 _____16. Divide by W.
Secret Message:
16 11 7 15 9 13 12 7 10 2 8 2 10 2
Definition. Let f and g be functions.
• Their sum, denoted by 𝑓 + 𝑔, is the function denoted by (𝑓 + 𝑔)(𝑥) =
𝑓(𝑥) + 𝑔(𝑥).
• Their difference, denoted by 𝑓 − 𝑔, is the function denoted by (𝑓 − 𝑔
)(𝑥) = 𝑓(𝑥) − 𝑔(𝑥).
• Their product, denoted by 𝑓 • 𝑔, is the function denoted by (𝑓 • 𝑔)(𝑥)
= 𝑓(𝑥) • 𝑔(𝑥).
• Their quotient, denoted by 𝑓/𝑔, is the function denoted by (𝑓/𝑔)(𝑥) =
𝑓(𝑥)/𝑔(𝑥), excluding the values of x where 𝑔(𝑥) = 0.
• The composite function denoted by (𝑓 ° 𝑔)(𝑥) = 𝑓(𝑔(𝑥)). The process
of obtaining a composite function is called function composition.
Example 1. Given the functions:
•𝑓(𝑥) = 𝑥 + 5 𝑔(𝑥) = 2𝑥 − 1 ℎ(𝑥) = 2𝑥2 + 9𝑥 − 5
•Determine the following functions:
a. (𝑓 + 𝑔)(𝑥) 𝑒. (𝑓 + 𝑔)(3)
b. (𝑓 − 𝑔)(𝑥) 𝑓. (𝑓 − 𝑔)(3)
c. (𝑓 • 𝑔)(𝑥) 𝑔. (𝑓 • 𝑔)(3)
d. (
ℎ
𝑔
)(𝑥) h. (
ℎ
𝑔
)3 =
ℎ(3)
𝑔(3)
Solution:
𝑎. (𝑓 + 𝑔)(𝑥) = 𝑓(𝑥) + 𝑔(𝑥) definition of addition of functions
= (𝑥 + 5) + (2𝑥 − 1) replace f(x) and g(x) by the given values
= 3𝑥 + 4 combine like terms
b. (𝑓 − 𝑔)(𝑥) = 𝑓(𝑥) − 𝑔(𝑥) definition of subtraction of functions
= (𝑥 + 5) − (2𝑥 − 1) replace f(x) and g(x) by the given values
= 𝑥 + 5 − 2𝑥 + 1 distribute the negative sign
= −𝑥 + 6 combine like terms
b. (𝑓 • 𝑔)(𝑥) = 𝑓(𝑥) • 𝑔(𝑥) definition of multiplication of functions
= (𝑥 + 5) • (2𝑥 − 1) replace f(x) and g(x) by the given values
= 2𝑥2 + 9𝑥 − 5 multiply the binomials
c. (ℎ)(𝑥) = definition of division of functions
𝑔
= replace h(x) and g(x) by the given values
= factor the numerator
= cancel out common factors
= 𝑥 + 5
b. (𝑓 + 𝑔)(3) = 𝑓(3) + 𝑔(3)
Solve for 𝑓(3) and 𝑔(3) separately:
𝑓(𝑥) = 𝑥 + 5 𝑔(𝑥) = 2𝑥 − 1
𝑓(3) = 3 + 5 𝑔(3) = 2(3) − 1
= 8 = 5
∴ 𝑓(3) + 𝑔(3) = 8 + 5 = 13
Alternative solution:
We know that (𝑓 + 𝑔)(3) means evaluating the function (𝑓 + 𝑔) at 3.
(𝑓 + 𝑔)(𝑥) = 3𝑥 + 4 resulted function from item a
(𝑓 + 𝑔)(3) = 3(3) + 4 replace x by 3
= 9 + 4 multiply
= 13 add
For item 𝑓 𝑡𝑜 ℎ we will use the values of 𝑓(3) = 8 𝑎𝑛𝑑 𝑔(3) = 5
f. (𝑓 − 𝑔)(3) = 𝑓(3) − 𝑔(3) definition of subtraction of functions
= 8 − 5 replace f(3) and g(3) by the given values
= 3 subtract
Alternative solution:
(𝑓 − 𝑔)(𝑥) = −𝑥 + 6 resulted function from item b
(𝑓 − 𝑔)(3) = −3 + 6 replace x by 3
= 3 simplify
g. (𝑓 • 𝑔)(3) = 𝑓(3) • 𝑔(3) definition of multiplication of functions
= 8 • 5 replace f(3) and g(3) by the given values
= 40
Alternative solution:
multiply
(𝑓 • 𝑔)(𝑥) = 2𝑥2 + 9𝑥 − 5 resulted function from item c
(𝑓 • 𝑔)(3) = 2(3)2 + 9(3) − 5 replace x by 3
= 2(9) + 27 − 5 square and multiply
= 18 + 27 − 5 multiply
= 40 simplify
h. (ℎ)(3) = ℎ (3)
𝑔 𝑔(3)
Solve for ℎ(3) and 𝑔(3) separately:
ℎ(𝑥) = 2𝑥2 + 9𝑥 − 5 𝑔(𝑥) = 2𝑥 − 1 ℎ(3)
= 2(3)2 + 9(3) − 5 𝑔(3) = 2(3) − 1
= 18 + 27 − 5 = 5
= 40
Alternative solution:
(ℎ)(𝑥) = 𝑥 + 5 resulted function from item d
𝑔
(h)(x) = 3 + 5 replace x by 3 g
= 8 simplify
ILLUSTRATIONS
In the illustrations, the numbers above are the inputs which are all 3
while below the function machine are the outputs. The first two
functions are the functions to be added, subtracted, multiplied and
divided while the rightmost function is the resulting function.
ADDITION
SUBTRACTION
MULTIPLICATION
DIVISION
Composition of functions:
In composition of functions, we will have a lot of
substitutions. You learned in previous lesson that to
evaluate a function, you will just substitute a certain
number in all of the variables in the given function.
Similarly, if a function is substituted to all variables in
another function, you are performing a composition of
functions to create another function. Some authors call
this operation as “function of functions”.
Example 2. Given 𝑓(𝑥) = 𝑥2 + 5𝑥 + 6, and ℎ(𝑥) = 𝑥 + 2
Find the following:
a. (𝑓 ∘ ℎ)(𝑥)
b. (𝑓 ∘ ℎ)(4)
c. (ℎ ∘ 𝑓)(𝑥)
Solution.
a. (𝑓 ∘ ℎ)(𝑥) = 𝑓(ℎ(𝑥)) definition of function composition
= 𝑓(𝑥 + 2) replace h(x) by x+2
Since 𝑓(𝑥) = 𝑥2 + 5𝑥 + 6 given
𝑓(𝑥 + 2) = ()2 + 5(𝑥 + 2) + 6 replace x by x+2
= 𝑥2 + 4𝑥 + 4 + 5𝑥 + 10 + 6 perform the operations
= 𝑥2 + 9𝑥 + 20 combine similar terms
𝑥 + 2
Composition of function is putting a function inside another function. See below
figure for illustration.
b. (𝑓 ∘ ℎ)(4) = 𝑓(ℎ(4))
Step 1. Evaluate ℎ(4) Step 2. Evaluate 𝑓(6) ℎ(𝑥) = 𝑥 + 2 𝑓(𝑥)
= 𝑥2 + 5𝑥 + 6 ℎ(4) = 4 + 2 𝑓(6) = 62 + 5(6) + 6
= 6 = 36 + 30 + 6
= 72
To evaluate composition of function, always start with the inside function (from right
to left). In this case, we first evaluated ℎ(4) and then substituted the resulted value
to 𝑓(𝑥).
Alternative solution:
definition of function composition
𝑓 , from item a
replace all x’s by 4
perform the indicated operations
simplify
ACTIVITY: PERFORM THE INDICATED OPERATIONS
a= 3
n= 3
t= 3

More Related Content

What's hot

Composition Of Functions
Composition Of FunctionsComposition Of Functions
Composition Of Functionssjwong
 
3.2 Domain and Range
3.2 Domain and Range3.2 Domain and Range
3.2 Domain and Rangesmiller5
 
Simplifying Rational Expression
Simplifying Rational ExpressionSimplifying Rational Expression
Simplifying Rational ExpressionGilbert Caampued
 
2.4 operations on functions
2.4 operations on functions2.4 operations on functions
2.4 operations on functionshisema01
 
Area between curves
Area between curvesArea between curves
Area between curvesjnaveena j
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theoremRhodaLuis
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpointJuwileene Soriano
 
Writing Equations of a Line
Writing Equations of a LineWriting Equations of a Line
Writing Equations of a Lineswartzje
 
Simplifying algebraic expressions
Simplifying algebraic expressionsSimplifying algebraic expressions
Simplifying algebraic expressionsmanswag123
 
Domain and range_ppt (1)
Domain and range_ppt (1)Domain and range_ppt (1)
Domain and range_ppt (1)Bernard Mendoza
 
Dividing Polynomials Slide Share
Dividing Polynomials Slide ShareDividing Polynomials Slide Share
Dividing Polynomials Slide ShareKristen T
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Matthew Leingang
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functionsNjabulo Nkabinde
 
Linear Systems - Domain & Range
Linear Systems - Domain & RangeLinear Systems - Domain & Range
Linear Systems - Domain & Rangeswartzje
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.ppsindu psthakur
 
Equation of the line
Equation of the lineEquation of the line
Equation of the lineEdgardo Mata
 
Equation of a circle
Equation of a circleEquation of a circle
Equation of a circlevhughes5
 
Quadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPointQuadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPointrichrollo
 

What's hot (20)

Composition Of Functions
Composition Of FunctionsComposition Of Functions
Composition Of Functions
 
X and y intercept
X and y interceptX and y intercept
X and y intercept
 
3.2 Domain and Range
3.2 Domain and Range3.2 Domain and Range
3.2 Domain and Range
 
Simplifying Rational Expression
Simplifying Rational ExpressionSimplifying Rational Expression
Simplifying Rational Expression
 
2.4 operations on functions
2.4 operations on functions2.4 operations on functions
2.4 operations on functions
 
Area between curves
Area between curvesArea between curves
Area between curves
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
Writing Equations of a Line
Writing Equations of a LineWriting Equations of a Line
Writing Equations of a Line
 
Simplifying algebraic expressions
Simplifying algebraic expressionsSimplifying algebraic expressions
Simplifying algebraic expressions
 
Domain and range_ppt (1)
Domain and range_ppt (1)Domain and range_ppt (1)
Domain and range_ppt (1)
 
Dividing Polynomials Slide Share
Dividing Polynomials Slide ShareDividing Polynomials Slide Share
Dividing Polynomials Slide Share
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 
Linear Systems - Domain & Range
Linear Systems - Domain & RangeLinear Systems - Domain & Range
Linear Systems - Domain & Range
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.pps
 
Equation of the line
Equation of the lineEquation of the line
Equation of the line
 
Equation of a circle
Equation of a circleEquation of a circle
Equation of a circle
 
composite functions
composite functionscomposite functions
composite functions
 
Quadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPointQuadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPoint
 

Similar to Operation on Functions.pptx

Operation on functions
Operation on functionsOperation on functions
Operation on functionsJeralyn Obsina
 
Lesson 2_Eval Functions.pptx
Lesson 2_Eval Functions.pptxLesson 2_Eval Functions.pptx
Lesson 2_Eval Functions.pptxAlfredoLabador
 
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxLesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxErlenaMirador1
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functionsdionesioable
 
Logarithms
LogarithmsLogarithms
Logarithmssupoteta
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Juan Miguel Palero
 
GEN-MATH-WEEK-2.pptx
GEN-MATH-WEEK-2.pptxGEN-MATH-WEEK-2.pptx
GEN-MATH-WEEK-2.pptxKenCubero
 
Chapter 1 (math 1)
Chapter 1 (math 1)Chapter 1 (math 1)
Chapter 1 (math 1)Amr Mohamed
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functionsdionesioable
 
3. DERIVATIVE BY INCREMENT IN CALULUS 01
3. DERIVATIVE BY INCREMENT IN CALULUS 013. DERIVATIVE BY INCREMENT IN CALULUS 01
3. DERIVATIVE BY INCREMENT IN CALULUS 01oliverosmarcial24
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functionssmiller5
 
Deriving the inverse of a function1
Deriving the inverse of a function1Deriving the inverse of a function1
Deriving the inverse of a function1Alona Hall
 
Colour in Mathematics
Colour in Mathematics Colour in Mathematics
Colour in Mathematics Colleen Young
 

Similar to Operation on Functions.pptx (20)

General Math.pptx
General Math.pptxGeneral Math.pptx
General Math.pptx
 
Functions
FunctionsFunctions
Functions
 
Presentation2.pptx
Presentation2.pptxPresentation2.pptx
Presentation2.pptx
 
Operation on functions
Operation on functionsOperation on functions
Operation on functions
 
Lesson 2_Eval Functions.pptx
Lesson 2_Eval Functions.pptxLesson 2_Eval Functions.pptx
Lesson 2_Eval Functions.pptx
 
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxLesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
Logarithms
LogarithmsLogarithms
Logarithms
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
GEN-MATH-WEEK-2.pptx
GEN-MATH-WEEK-2.pptxGEN-MATH-WEEK-2.pptx
GEN-MATH-WEEK-2.pptx
 
Lesson 3 Operation on Functions
Lesson 3 Operation on FunctionsLesson 3 Operation on Functions
Lesson 3 Operation on Functions
 
FUNCTIONS L.1.pdf
FUNCTIONS L.1.pdfFUNCTIONS L.1.pdf
FUNCTIONS L.1.pdf
 
Chapter 1 (math 1)
Chapter 1 (math 1)Chapter 1 (math 1)
Chapter 1 (math 1)
 
Function
FunctionFunction
Function
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 
OPRATION ON FUNCTIONS.ppt
OPRATION ON FUNCTIONS.pptOPRATION ON FUNCTIONS.ppt
OPRATION ON FUNCTIONS.ppt
 
3. DERIVATIVE BY INCREMENT IN CALULUS 01
3. DERIVATIVE BY INCREMENT IN CALULUS 013. DERIVATIVE BY INCREMENT IN CALULUS 01
3. DERIVATIVE BY INCREMENT IN CALULUS 01
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functions
 
Deriving the inverse of a function1
Deriving the inverse of a function1Deriving the inverse of a function1
Deriving the inverse of a function1
 
Colour in Mathematics
Colour in Mathematics Colour in Mathematics
Colour in Mathematics
 

Recently uploaded

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

Operation on Functions.pptx

  • 2. Operations on functions are similar to operations on numbers. Adding, subtracting and multiplying two or more functions together will result in another function. Dividing two functions together will also result in another function if the denominator or divisor is not the zero function. Lastly, composing two or more functions will also produce another function.
  • 3. ACTIVITY: SECRET MESSAGE Direction. Answer each question by matching column A with column B. Write the letter of the correct answer at the blank before each number. Decode the secret message below using the letters of the answers. Column A Column B _____1. Find the LCD of and . A. (x + 4)(x − 3) 3 1 4x+7 _____2. Find the LCD of x−2 and x+3 C. x 2+x−6 _____3. Find the sum of and . D. 2 5 2 + x − 6 _____4. Find the sum of + E. (𝑥 − 2)(𝑥 + 3) or x x x 𝑥+4
  • 4. 5. Find the product of and. G. x+2 3 1 _____6. Find the sum of and H. (x + 1)(x − 6) x−2 x+3 For numbers 7-14, find the factors. _____7. x2 + x − 12 I. _____8. x2 − 5x − 6 L. (𝑥 − 4(𝑥 − 3) _____9. x2 + 6x + 5 M. −5 _____10. x2 + 7x + 12 N. 21 _____11. x2 − 7x + 12 O. (𝑥 − 5)(𝑥 − 3) _____12. x2 − 5x − 14 R. (x + 4)(x + 3) _____13. x2 − 8x + 15 S. (𝑥 − 7)(𝑥 − 5) _____14. x2 − 12x + 35 T. x2+x−12 x2+6x+5 _____15. Find the product of x2−5x−6 and x2+7x+12. U. (𝑥 − 7(𝑥 + 2) x2−5x−14 x2−12x+35 𝑥 _____17. In the function f(x) = 4 − x2, 𝑓𝑖𝑛𝑑 𝑓(−3) Y. (x + 5)(x + 1) x2+x−12 x2−8x+15 7 _____16. Divide by W.
  • 5. Secret Message: 16 11 7 15 9 13 12 7 10 2 8 2 10 2
  • 6. Definition. Let f and g be functions. • Their sum, denoted by 𝑓 + 𝑔, is the function denoted by (𝑓 + 𝑔)(𝑥) = 𝑓(𝑥) + 𝑔(𝑥). • Their difference, denoted by 𝑓 − 𝑔, is the function denoted by (𝑓 − 𝑔 )(𝑥) = 𝑓(𝑥) − 𝑔(𝑥). • Their product, denoted by 𝑓 • 𝑔, is the function denoted by (𝑓 • 𝑔)(𝑥) = 𝑓(𝑥) • 𝑔(𝑥). • Their quotient, denoted by 𝑓/𝑔, is the function denoted by (𝑓/𝑔)(𝑥) = 𝑓(𝑥)/𝑔(𝑥), excluding the values of x where 𝑔(𝑥) = 0. • The composite function denoted by (𝑓 ° 𝑔)(𝑥) = 𝑓(𝑔(𝑥)). The process of obtaining a composite function is called function composition.
  • 7. Example 1. Given the functions: •𝑓(𝑥) = 𝑥 + 5 𝑔(𝑥) = 2𝑥 − 1 ℎ(𝑥) = 2𝑥2 + 9𝑥 − 5 •Determine the following functions: a. (𝑓 + 𝑔)(𝑥) 𝑒. (𝑓 + 𝑔)(3) b. (𝑓 − 𝑔)(𝑥) 𝑓. (𝑓 − 𝑔)(3) c. (𝑓 • 𝑔)(𝑥) 𝑔. (𝑓 • 𝑔)(3) d. ( ℎ 𝑔 )(𝑥) h. ( ℎ 𝑔 )3 = ℎ(3) 𝑔(3)
  • 8. Solution: 𝑎. (𝑓 + 𝑔)(𝑥) = 𝑓(𝑥) + 𝑔(𝑥) definition of addition of functions = (𝑥 + 5) + (2𝑥 − 1) replace f(x) and g(x) by the given values = 3𝑥 + 4 combine like terms b. (𝑓 − 𝑔)(𝑥) = 𝑓(𝑥) − 𝑔(𝑥) definition of subtraction of functions = (𝑥 + 5) − (2𝑥 − 1) replace f(x) and g(x) by the given values = 𝑥 + 5 − 2𝑥 + 1 distribute the negative sign = −𝑥 + 6 combine like terms
  • 9. b. (𝑓 • 𝑔)(𝑥) = 𝑓(𝑥) • 𝑔(𝑥) definition of multiplication of functions = (𝑥 + 5) • (2𝑥 − 1) replace f(x) and g(x) by the given values = 2𝑥2 + 9𝑥 − 5 multiply the binomials c. (ℎ)(𝑥) = definition of division of functions 𝑔 = replace h(x) and g(x) by the given values = factor the numerator = cancel out common factors = 𝑥 + 5
  • 10. b. (𝑓 + 𝑔)(3) = 𝑓(3) + 𝑔(3) Solve for 𝑓(3) and 𝑔(3) separately: 𝑓(𝑥) = 𝑥 + 5 𝑔(𝑥) = 2𝑥 − 1 𝑓(3) = 3 + 5 𝑔(3) = 2(3) − 1 = 8 = 5 ∴ 𝑓(3) + 𝑔(3) = 8 + 5 = 13 Alternative solution: We know that (𝑓 + 𝑔)(3) means evaluating the function (𝑓 + 𝑔) at 3. (𝑓 + 𝑔)(𝑥) = 3𝑥 + 4 resulted function from item a (𝑓 + 𝑔)(3) = 3(3) + 4 replace x by 3 = 9 + 4 multiply = 13 add For item 𝑓 𝑡𝑜 ℎ we will use the values of 𝑓(3) = 8 𝑎𝑛𝑑 𝑔(3) = 5
  • 11. f. (𝑓 − 𝑔)(3) = 𝑓(3) − 𝑔(3) definition of subtraction of functions = 8 − 5 replace f(3) and g(3) by the given values = 3 subtract Alternative solution: (𝑓 − 𝑔)(𝑥) = −𝑥 + 6 resulted function from item b (𝑓 − 𝑔)(3) = −3 + 6 replace x by 3 = 3 simplify g. (𝑓 • 𝑔)(3) = 𝑓(3) • 𝑔(3) definition of multiplication of functions = 8 • 5 replace f(3) and g(3) by the given values = 40 Alternative solution: multiply (𝑓 • 𝑔)(𝑥) = 2𝑥2 + 9𝑥 − 5 resulted function from item c (𝑓 • 𝑔)(3) = 2(3)2 + 9(3) − 5 replace x by 3 = 2(9) + 27 − 5 square and multiply = 18 + 27 − 5 multiply = 40 simplify
  • 12. h. (ℎ)(3) = ℎ (3) 𝑔 𝑔(3) Solve for ℎ(3) and 𝑔(3) separately: ℎ(𝑥) = 2𝑥2 + 9𝑥 − 5 𝑔(𝑥) = 2𝑥 − 1 ℎ(3) = 2(3)2 + 9(3) − 5 𝑔(3) = 2(3) − 1 = 18 + 27 − 5 = 5 = 40 Alternative solution: (ℎ)(𝑥) = 𝑥 + 5 resulted function from item d 𝑔 (h)(x) = 3 + 5 replace x by 3 g = 8 simplify
  • 13. ILLUSTRATIONS In the illustrations, the numbers above are the inputs which are all 3 while below the function machine are the outputs. The first two functions are the functions to be added, subtracted, multiplied and divided while the rightmost function is the resulting function.
  • 18. Composition of functions: In composition of functions, we will have a lot of substitutions. You learned in previous lesson that to evaluate a function, you will just substitute a certain number in all of the variables in the given function. Similarly, if a function is substituted to all variables in another function, you are performing a composition of functions to create another function. Some authors call this operation as “function of functions”.
  • 19. Example 2. Given 𝑓(𝑥) = 𝑥2 + 5𝑥 + 6, and ℎ(𝑥) = 𝑥 + 2 Find the following: a. (𝑓 ∘ ℎ)(𝑥) b. (𝑓 ∘ ℎ)(4) c. (ℎ ∘ 𝑓)(𝑥) Solution. a. (𝑓 ∘ ℎ)(𝑥) = 𝑓(ℎ(𝑥)) definition of function composition = 𝑓(𝑥 + 2) replace h(x) by x+2 Since 𝑓(𝑥) = 𝑥2 + 5𝑥 + 6 given 𝑓(𝑥 + 2) = ()2 + 5(𝑥 + 2) + 6 replace x by x+2 = 𝑥2 + 4𝑥 + 4 + 5𝑥 + 10 + 6 perform the operations = 𝑥2 + 9𝑥 + 20 combine similar terms 𝑥 + 2
  • 20. Composition of function is putting a function inside another function. See below figure for illustration.
  • 21. b. (𝑓 ∘ ℎ)(4) = 𝑓(ℎ(4)) Step 1. Evaluate ℎ(4) Step 2. Evaluate 𝑓(6) ℎ(𝑥) = 𝑥 + 2 𝑓(𝑥) = 𝑥2 + 5𝑥 + 6 ℎ(4) = 4 + 2 𝑓(6) = 62 + 5(6) + 6 = 6 = 36 + 30 + 6 = 72 To evaluate composition of function, always start with the inside function (from right to left). In this case, we first evaluated ℎ(4) and then substituted the resulted value to 𝑓(𝑥). Alternative solution: definition of function composition 𝑓 , from item a replace all x’s by 4 perform the indicated operations simplify
  • 22.
  • 23. ACTIVITY: PERFORM THE INDICATED OPERATIONS a= 3 n= 3 t= 3