SlideShare ist ein Scribd-Unternehmen logo
1 von 28
COMPOSITION OF
FUNCTIONS
WHAT IS ‘COMPOSITION OF
FUNCTIONS’ ?
 Composition of Functions is the process of
combining two functions where one function is
performed first and the result of which is substituted
in place of each x in the other function.
 Given the two functions, f and g, the composition of
f with g, denoted by f o g (read as “f circle g”), is
defined by the equation:
(f o g) (x) = f [g(x)]
wherein f is considered to be the dependent
function and g is considered to be the independent
function.
MORE ABOUT COMPOSITION OF
FUNCTIONS…
 Composition of functions is not commutative.
f[g(x)] is generally not equal to g[f(x)]
 For example, consider f(x) = 2x and g(x) = x - 3.
f[g(x)] = 2(x - 3) = 2x - 6
g[f(x)] = (2x) - 3 = 2x - 3
f[g(x)] is not equal to g[f(x)].
HOW DO WE GET THE COMPOSITION OF
FUNCTIONS?
Example: Find the composition of f with g, when f(x) =
5x-3 and g(x) = 3-2x.
SOLUTION:
1. Establish the equation based on the given
functions and based on the definition.
-given functions: f(x) = 5x-3 and g(x) = 3-2x
-the definition: (f o g) (x) = f [g(x)]
2. Determine the dependent and independent
functions.
*dependent function: f
*independent function: g
3. Substitute the right of the equation by the given
expression of the dependent function.
(f o g) (x) = 5x-3
4. Substitute all x’s of the dependent function by the
expression of the independent function.
(f o g) (x) = 5(3-2x)-3
5. Simplify the resulting expresion.
(f o g) (x) = 5(3-2x)-3
= 15-10x-3
= -10x+12
Therefore, the composition of f with g is
-10x+12 .
NOW, WHAT IF WE ARE
ASK TO DO THE REVERSE
OF THE GIVEN EXAMPLE?
Don’t worry ‘coz
here’s how to do
it…
1. Again, we are going to establish the first equation
based on the given functions and based on the
definition. So, we have
-given function: f(x) = 5x-3 and g(x) = 3-2x
-the definition: (g o f) (x) = g [f(x)]
2. This time:
*dependent function: g
*independent function: f
3. Substitute the right of the equation by the given
expression of the dependent function.
(g o f) (x) = 3-2x
4. Substitute all x’s of the dependent function by the
expression of the independent function.
(g o f) (x) = 3-2(5x-3)
5. Simplify the resulting expresion.
(g o f) (x) = 3-2(5x-3)
= 3-10x+6
= -10x+9
Therefore, the composition of g with f is
-10x+9 .
From the given example wherein we took the
composition of f with g (f o g) and the composition
of g with f (g o f), we can say that changing the
order of functions does not mean that we are going
to arrive at the same answer. Thus, changing the
order of the functions can result to equal or
unequal values of composition.
But, there are instances wherein even if we
interchange the order of the functions, their
compositions are the same.
CONSIDER THIS EXAMPLE:
Given the functions, f(x)=5x-7 and g(x)= x+7 ,
Find f o g and g o f. 5
(f o g)(x)= f[g(x)] (g o f)(x)= g[f(x)]
= 5x-7 = x+7
= 5(x+7)-7 5
5 = 5x-7+7
= 5x+35-7 5
5 = 5x
= x+7-7 5
= x = x
The pair of functions which arrives at the same
value of composition after interchanging the order is
called
Inverse Functions.
The composition of inverse functions is always
equal to x.
Now let’s see
if you can do
it…
Evaluate the composite function f[g(x)]
for f(x) = 3x2 + 6 and g(x) = x - 8.
Choices:
A. x - 8
B. 3x2 - 48x + 198
C. 3x2 - 2
D. 3x2 + 6
Correct Answer: B
SOLUTION:
Step 1: f[g(x)] = f[x - 8]
Step 2: = 3(x - 8)2 + 6
Step 3: = 3(x2 - 16x + 64) + 6
Step 4: = 3x2 - 48x + 198
We hope you got it ;)))
Another examples:
Let g(x) = 4x2 – 5x and h(x) = x+1
find:
a. (g o h)(x)
b. (h o g)(x)
Answers:
a. 4x2 + 3x – 1
b. 4x2 - 5x +1
INVERSE
FUNCTIONS
DEFINITIONS OF INVERSE FUNCTIONS:
 A function and its inverse function can be described as
the "DO" and the "UNDO" functions. A function takes a
starting value, performs some operation on this value,
and creates an output answer. The inverse function
takes the output answer, performs some operation on
it, and arrives back at the original function's starting
value.
 This "DO" and "UNDO" process can be stated as a
composition of functions. If functions f and g are
inverse functions, then f(g(x))=g(f(x))=x.
 Two functions are inverse if, and only if, every domain
of one function can be found on the range of the other
and vice-versa, and their composition is always
equal to x.
SO HOW DO WE FIND THE INVERSE OF A
FUNCTION?
Basically speaking, the process of finding an inverse is
simply the swapping of the x and y coordinates. This
newly formed inverse will be a relation, but may not
necessarily be a function.
 Consider this subtle difference in terminology:
Definition: INVERSE OF A FUNCTION: The relation
formed when the independent variable is exchanged with the
dependent variable in a given relation. (This inverse may
NOT be a function.)
Definition: INVERSE FUNCTION: If the above mentioned
inverse of a function is itself a function, it is then called an
inverse function.
REMEMBER:
The inverse of a function may
not always be a function!
The original function must be a one-to-one
function to guarantee that its inverse will also be a
function.
CONSIDER THE FOLLOWING EXAMPLES:
IN FINDING THE INVERSE OF A FUNCTION GIVEN AN
EQUATION, THE FOLLOWING STEPS CAN BE
FOLLOWED:
1. Replace f(x) by y.
2. Substitute x with y and y with x.
3. Express y as a function of x and simplify.
4. Denote the inverse as g(x). Check the
inverse by applying composition of
function. That is:
f(g(x)) = g(f(x)) = x
 Find the inverse of the function described by the
equation f(x) = 2/3x – 4
SOLUTION:
1. Replace f(x) by y.
y = 2/3x -4
2. Substitute x with y and y with x.
x = 2/3y -4
3. Express y as a function of x and simplify.
2y = x +4
3
3 ( 2y = x+4)
2 3
y = 3x+6
2
That is the inverse of
the given equation.
 g(f(x)) = 3x + 6
2
= 3 (2x – 4) + 6
2 3
= x – 6 + 6
= x
4. Denote the inverse as g(x). Check the inverse
by applying composition of function.
 f(g(x)) = 3 x – 4
2
= 2 (3x + 6) – 4
3 2
= x + 4 – 4
= x
Since f(g(x)) = g(f(x)) = x , we can say the given
equation and the computed inverse are really inverse
functions.
TRY THESE!
 Find the inverse of the function f(x) = x – 4.
 Find the inverse of the function (given
that x is not equal to 0).
 Find the inverse of the function f(x) = -5x + 4
Answer: y = -x +4
5
 Find the inverse of the function g(x) = x +5
Answer: x – 5
 Find the inverse of the function h(x) = 5x + 10
Answer: x – 2
5
(by: Group 1)
Charliez Jane Soriano
Denny Rae Sual
Roland Cabarles
Joshua Cericos
Maria Monica Carbon
Jessa Mae Margallo
Aniemhar Cuadrasal
Hanah Nasifah Ali

Weitere ähnliche Inhalte

Was ist angesagt?

The chain rule
The chain ruleThe chain rule
The chain ruleJ M
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notationhisema01
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functionsarielrogon
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Inverse functions
Inverse functionsInverse functions
Inverse functionsPLeach
 
Composite functions
Composite functionsComposite functions
Composite functionstoni dimella
 
Continuity and Discontinuity of Functions
Continuity and Discontinuity of FunctionsContinuity and Discontinuity of Functions
Continuity and Discontinuity of FunctionsPhil Saraspe
 
Relations and functions
Relations and functionsRelations and functions
Relations and functionsHeather Scott
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & FunctionsJ Edwards
 
Types of functions and their domain & range - mohd noor
Types of functions and their domain & range - mohd noorTypes of functions and their domain & range - mohd noor
Types of functions and their domain & range - mohd noorMohd. Noor Abdul Hamid
 
Evaluating functions basic rules
Evaluating functions   basic rulesEvaluating functions   basic rules
Evaluating functions basic rulesjulienorman80065
 
Relations and functions
Relations and functionsRelations and functions
Relations and functionscannout
 
4.6 Relations And Functions
4.6 Relations And Functions4.6 Relations And Functions
4.6 Relations And Functionsguestd1dc2e
 
Function Operations
Function OperationsFunction Operations
Function Operationsswartzje
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functionsKatrina Young
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 

Was ist angesagt? (20)

The chain rule
The chain ruleThe chain rule
The chain rule
 
5 4 function notation
5 4 function notation5 4 function notation
5 4 function notation
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functions
 
Composite functions
Composite functionsComposite functions
Composite functions
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
7 functions
7   functions7   functions
7 functions
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 
Composite functions
Composite functionsComposite functions
Composite functions
 
Continuity and Discontinuity of Functions
Continuity and Discontinuity of FunctionsContinuity and Discontinuity of Functions
Continuity and Discontinuity of Functions
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
Relations & Functions
Relations & FunctionsRelations & Functions
Relations & Functions
 
Types of functions and their domain & range - mohd noor
Types of functions and their domain & range - mohd noorTypes of functions and their domain & range - mohd noor
Types of functions and their domain & range - mohd noor
 
Evaluating functions basic rules
Evaluating functions   basic rulesEvaluating functions   basic rules
Evaluating functions basic rules
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
4.6 Relations And Functions
4.6 Relations And Functions4.6 Relations And Functions
4.6 Relations And Functions
 
Function Operations
Function OperationsFunction Operations
Function Operations
 
Rules of derivative
Rules of derivativeRules of derivative
Rules of derivative
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functions
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Functions
FunctionsFunctions
Functions
 

Andere mochten auch

The Algebric Functions
The Algebric FunctionsThe Algebric Functions
The Algebric Functionsitutor
 
Quadratic And Polinomial Function
 Quadratic And Polinomial Function Quadratic And Polinomial Function
Quadratic And Polinomial FunctionGhaffar Khan
 
Quadratic Function by Robert & Phillip
Quadratic Function by Robert & PhillipQuadratic Function by Robert & Phillip
Quadratic Function by Robert & PhillipHope Scott
 
Quadratic Function by Jasmine & Cristina
Quadratic Function by Jasmine & CristinaQuadratic Function by Jasmine & Cristina
Quadratic Function by Jasmine & CristinaHope Scott
 
Quadratic Function by Taylor & Asia
Quadratic Function by Taylor & Asia Quadratic Function by Taylor & Asia
Quadratic Function by Taylor & Asia Hope Scott
 
Inverse functions
Inverse functionsInverse functions
Inverse functionsJJkedst
 
Graphing polynomial functions
Graphing polynomial functionsGraphing polynomial functions
Graphing polynomial functionsmorgannation
 
Roots of polynomial equations
Roots of polynomial equationsRoots of polynomial equations
Roots of polynomial equationsTarun Gehlot
 
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
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functionsdionesioable
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functionstschmucker
 
4.1 quadratic functions and transformations
4.1 quadratic functions and transformations4.1 quadratic functions and transformations
4.1 quadratic functions and transformationsleblance
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relationsJessica Garcia
 
Polynomial functionsandgraphs
Polynomial functionsandgraphsPolynomial functionsandgraphs
Polynomial functionsandgraphsJerlyn Fernandez
 

Andere mochten auch (20)

The Algebric Functions
The Algebric FunctionsThe Algebric Functions
The Algebric Functions
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 
Quadratic And Polinomial Function
 Quadratic And Polinomial Function Quadratic And Polinomial Function
Quadratic And Polinomial Function
 
Quadratic Function by Robert & Phillip
Quadratic Function by Robert & PhillipQuadratic Function by Robert & Phillip
Quadratic Function by Robert & Phillip
 
Quadratic Function by Jasmine & Cristina
Quadratic Function by Jasmine & CristinaQuadratic Function by Jasmine & Cristina
Quadratic Function by Jasmine & Cristina
 
Quadratic Function by Taylor & Asia
Quadratic Function by Taylor & Asia Quadratic Function by Taylor & Asia
Quadratic Function by Taylor & Asia
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 
Graphing polynomial functions
Graphing polynomial functionsGraphing polynomial functions
Graphing polynomial functions
 
Roots of polynomial equations
Roots of polynomial equationsRoots of polynomial equations
Roots of polynomial equations
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 
4.1 quadratic functions and transformations
4.1 quadratic functions and transformations4.1 quadratic functions and transformations
4.1 quadratic functions and transformations
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relations
 
Polynomial functionsandgraphs
Polynomial functionsandgraphsPolynomial functionsandgraphs
Polynomial functionsandgraphs
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
 
Quadratic functions my maths presentation
Quadratic functions my maths presentationQuadratic functions my maths presentation
Quadratic functions my maths presentation
 
Polynomial functions
Polynomial functionsPolynomial functions
Polynomial functions
 

Ähnlich wie Composition and inverse of functions

Ähnlich wie Composition and inverse of functions (20)

Comp inverse
Comp inverseComp inverse
Comp inverse
 
Ch07
Ch07Ch07
Ch07
 
.
..
.
 
4.1 Inverse Functions
4.1 Inverse Functions4.1 Inverse Functions
4.1 Inverse Functions
 
LCV-MATH-1.pptx
LCV-MATH-1.pptxLCV-MATH-1.pptx
LCV-MATH-1.pptx
 
Lesson 3 Operation on Functions
Lesson 3 Operation on FunctionsLesson 3 Operation on Functions
Lesson 3 Operation on Functions
 
4.1 Inverse Functions
4.1 Inverse Functions4.1 Inverse Functions
4.1 Inverse Functions
 
Calc 5.3
Calc 5.3Calc 5.3
Calc 5.3
 
Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1Limits and Continuity - Intuitive Approach part 1
Limits and Continuity - Intuitive Approach part 1
 
Module 3 exponential and logarithmic functions
Module 3   exponential and logarithmic functionsModule 3   exponential and logarithmic functions
Module 3 exponential and logarithmic functions
 
Functions
FunctionsFunctions
Functions
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 
3. Functions II.pdf
3. Functions II.pdf3. Functions II.pdf
3. Functions II.pdf
 
Basic Calculus.docx
Basic Calculus.docxBasic Calculus.docx
Basic Calculus.docx
 
Inverse functions (2)
Inverse functions (2)Inverse functions (2)
Inverse functions (2)
 
Funcionesreales 160109205602
Funcionesreales 160109205602Funcionesreales 160109205602
Funcionesreales 160109205602
 
5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.5.1 Defining and visualizing functions. A handout.
5.1 Defining and visualizing functions. A handout.
 
4 5 inverse functions
4 5 inverse functions4 5 inverse functions
4 5 inverse functions
 
gen math.pptx
gen math.pptxgen math.pptx
gen math.pptx
 
Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphs
 

Mehr von Charliez Jane Soriano

Romanesque and Gothic Architecture (Analysis, Info etc.)
Romanesque and Gothic Architecture (Analysis, Info etc.)Romanesque and Gothic Architecture (Analysis, Info etc.)
Romanesque and Gothic Architecture (Analysis, Info etc.)Charliez Jane Soriano
 
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)Charliez Jane Soriano
 
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESA
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESASCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESA
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESACharliez Jane Soriano
 
STARRY NIGHT, VINCENT SONG AND SPOLARLIUM
STARRY NIGHT, VINCENT SONG AND SPOLARLIUMSTARRY NIGHT, VINCENT SONG AND SPOLARLIUM
STARRY NIGHT, VINCENT SONG AND SPOLARLIUMCharliez Jane Soriano
 
renaissance art (david by donatello, david and c reation of adam by michelang...
renaissance art (david by donatello, david and c reation of adam by michelang...renaissance art (david by donatello, david and c reation of adam by michelang...
renaissance art (david by donatello, david and c reation of adam by michelang...Charliez Jane Soriano
 
Sample paragraphs and essay (methods of paragraph
Sample paragraphs and essay (methods of paragraphSample paragraphs and essay (methods of paragraph
Sample paragraphs and essay (methods of paragraphCharliez Jane Soriano
 

Mehr von Charliez Jane Soriano (20)

AIS INTERNAL CONTROL
AIS INTERNAL CONTROLAIS INTERNAL CONTROL
AIS INTERNAL CONTROL
 
Romanesque and Gothic Architecture (Analysis, Info etc.)
Romanesque and Gothic Architecture (Analysis, Info etc.)Romanesque and Gothic Architecture (Analysis, Info etc.)
Romanesque and Gothic Architecture (Analysis, Info etc.)
 
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)
Pantheon (WITH LITTLE DETAILS BUT IT'LL ALWAYS HELP)
 
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESA
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESASCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESA
SCHOOL OF ATHENS, LAST SUPPER, ECSTACY OF ST. TERESA
 
POST MODERN ARCHITECTURE
POST MODERN ARCHITECTUREPOST MODERN ARCHITECTURE
POST MODERN ARCHITECTURE
 
STARRY NIGHT, VINCENT SONG AND SPOLARLIUM
STARRY NIGHT, VINCENT SONG AND SPOLARLIUMSTARRY NIGHT, VINCENT SONG AND SPOLARLIUM
STARRY NIGHT, VINCENT SONG AND SPOLARLIUM
 
modern architecture
modern architecturemodern architecture
modern architecture
 
renaissance art (david by donatello, david and c reation of adam by michelang...
renaissance art (david by donatello, david and c reation of adam by michelang...renaissance art (david by donatello, david and c reation of adam by michelang...
renaissance art (david by donatello, david and c reation of adam by michelang...
 
Baroque and rococo architecture
Baroque and rococo architectureBaroque and rococo architecture
Baroque and rococo architecture
 
Aphrodite of melos
Aphrodite of melosAphrodite of melos
Aphrodite of melos
 
Chauvet cave
Chauvet caveChauvet cave
Chauvet cave
 
Discobolus
DiscobolusDiscobolus
Discobolus
 
market segmentation
market segmentationmarket segmentation
market segmentation
 
Statistics report THE RANGE
Statistics report THE RANGEStatistics report THE RANGE
Statistics report THE RANGE
 
Sample paragraphs and essay (methods of paragraph
Sample paragraphs and essay (methods of paragraphSample paragraphs and essay (methods of paragraph
Sample paragraphs and essay (methods of paragraph
 
SCRABBLE
SCRABBLESCRABBLE
SCRABBLE
 
Aralin 21: Pang-unawa sa Implasyon
Aralin 21: Pang-unawa sa ImplasyonAralin 21: Pang-unawa sa Implasyon
Aralin 21: Pang-unawa sa Implasyon
 
Baron coburg ppt Case Study and all
Baron coburg ppt Case Study and allBaron coburg ppt Case Study and all
Baron coburg ppt Case Study and all
 
TLE
TLETLE
TLE
 
Girl scout songs
Girl scout songsGirl scout songs
Girl scout songs
 

Kürzlich hochgeladen

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 

Kürzlich hochgeladen (20)

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 

Composition and inverse of functions

  • 2. WHAT IS ‘COMPOSITION OF FUNCTIONS’ ?  Composition of Functions is the process of combining two functions where one function is performed first and the result of which is substituted in place of each x in the other function.  Given the two functions, f and g, the composition of f with g, denoted by f o g (read as “f circle g”), is defined by the equation: (f o g) (x) = f [g(x)] wherein f is considered to be the dependent function and g is considered to be the independent function.
  • 3. MORE ABOUT COMPOSITION OF FUNCTIONS…  Composition of functions is not commutative. f[g(x)] is generally not equal to g[f(x)]  For example, consider f(x) = 2x and g(x) = x - 3. f[g(x)] = 2(x - 3) = 2x - 6 g[f(x)] = (2x) - 3 = 2x - 3 f[g(x)] is not equal to g[f(x)].
  • 4. HOW DO WE GET THE COMPOSITION OF FUNCTIONS? Example: Find the composition of f with g, when f(x) = 5x-3 and g(x) = 3-2x. SOLUTION: 1. Establish the equation based on the given functions and based on the definition. -given functions: f(x) = 5x-3 and g(x) = 3-2x -the definition: (f o g) (x) = f [g(x)] 2. Determine the dependent and independent functions. *dependent function: f *independent function: g
  • 5. 3. Substitute the right of the equation by the given expression of the dependent function. (f o g) (x) = 5x-3 4. Substitute all x’s of the dependent function by the expression of the independent function. (f o g) (x) = 5(3-2x)-3 5. Simplify the resulting expresion. (f o g) (x) = 5(3-2x)-3 = 15-10x-3 = -10x+12 Therefore, the composition of f with g is -10x+12 .
  • 6. NOW, WHAT IF WE ARE ASK TO DO THE REVERSE OF THE GIVEN EXAMPLE? Don’t worry ‘coz here’s how to do it…
  • 7. 1. Again, we are going to establish the first equation based on the given functions and based on the definition. So, we have -given function: f(x) = 5x-3 and g(x) = 3-2x -the definition: (g o f) (x) = g [f(x)] 2. This time: *dependent function: g *independent function: f 3. Substitute the right of the equation by the given expression of the dependent function. (g o f) (x) = 3-2x
  • 8. 4. Substitute all x’s of the dependent function by the expression of the independent function. (g o f) (x) = 3-2(5x-3) 5. Simplify the resulting expresion. (g o f) (x) = 3-2(5x-3) = 3-10x+6 = -10x+9 Therefore, the composition of g with f is -10x+9 .
  • 9. From the given example wherein we took the composition of f with g (f o g) and the composition of g with f (g o f), we can say that changing the order of functions does not mean that we are going to arrive at the same answer. Thus, changing the order of the functions can result to equal or unequal values of composition. But, there are instances wherein even if we interchange the order of the functions, their compositions are the same.
  • 10. CONSIDER THIS EXAMPLE: Given the functions, f(x)=5x-7 and g(x)= x+7 , Find f o g and g o f. 5 (f o g)(x)= f[g(x)] (g o f)(x)= g[f(x)] = 5x-7 = x+7 = 5(x+7)-7 5 5 = 5x-7+7 = 5x+35-7 5 5 = 5x = x+7-7 5 = x = x
  • 11. The pair of functions which arrives at the same value of composition after interchanging the order is called Inverse Functions. The composition of inverse functions is always equal to x.
  • 12. Now let’s see if you can do it…
  • 13. Evaluate the composite function f[g(x)] for f(x) = 3x2 + 6 and g(x) = x - 8. Choices: A. x - 8 B. 3x2 - 48x + 198 C. 3x2 - 2 D. 3x2 + 6 Correct Answer: B
  • 14. SOLUTION: Step 1: f[g(x)] = f[x - 8] Step 2: = 3(x - 8)2 + 6 Step 3: = 3(x2 - 16x + 64) + 6 Step 4: = 3x2 - 48x + 198 We hope you got it ;)))
  • 15. Another examples: Let g(x) = 4x2 – 5x and h(x) = x+1 find: a. (g o h)(x) b. (h o g)(x) Answers: a. 4x2 + 3x – 1 b. 4x2 - 5x +1
  • 17. DEFINITIONS OF INVERSE FUNCTIONS:  A function and its inverse function can be described as the "DO" and the "UNDO" functions. A function takes a starting value, performs some operation on this value, and creates an output answer. The inverse function takes the output answer, performs some operation on it, and arrives back at the original function's starting value.  This "DO" and "UNDO" process can be stated as a composition of functions. If functions f and g are inverse functions, then f(g(x))=g(f(x))=x.  Two functions are inverse if, and only if, every domain of one function can be found on the range of the other and vice-versa, and their composition is always equal to x.
  • 18. SO HOW DO WE FIND THE INVERSE OF A FUNCTION? Basically speaking, the process of finding an inverse is simply the swapping of the x and y coordinates. This newly formed inverse will be a relation, but may not necessarily be a function.  Consider this subtle difference in terminology: Definition: INVERSE OF A FUNCTION: The relation formed when the independent variable is exchanged with the dependent variable in a given relation. (This inverse may NOT be a function.) Definition: INVERSE FUNCTION: If the above mentioned inverse of a function is itself a function, it is then called an inverse function.
  • 19. REMEMBER: The inverse of a function may not always be a function! The original function must be a one-to-one function to guarantee that its inverse will also be a function.
  • 20.
  • 21.
  • 23. IN FINDING THE INVERSE OF A FUNCTION GIVEN AN EQUATION, THE FOLLOWING STEPS CAN BE FOLLOWED: 1. Replace f(x) by y. 2. Substitute x with y and y with x. 3. Express y as a function of x and simplify. 4. Denote the inverse as g(x). Check the inverse by applying composition of function. That is: f(g(x)) = g(f(x)) = x
  • 24.  Find the inverse of the function described by the equation f(x) = 2/3x – 4 SOLUTION: 1. Replace f(x) by y. y = 2/3x -4 2. Substitute x with y and y with x. x = 2/3y -4 3. Express y as a function of x and simplify. 2y = x +4 3 3 ( 2y = x+4) 2 3 y = 3x+6 2 That is the inverse of the given equation.
  • 25.  g(f(x)) = 3x + 6 2 = 3 (2x – 4) + 6 2 3 = x – 6 + 6 = x 4. Denote the inverse as g(x). Check the inverse by applying composition of function.  f(g(x)) = 3 x – 4 2 = 2 (3x + 6) – 4 3 2 = x + 4 – 4 = x Since f(g(x)) = g(f(x)) = x , we can say the given equation and the computed inverse are really inverse functions.
  • 26. TRY THESE!  Find the inverse of the function f(x) = x – 4.  Find the inverse of the function (given that x is not equal to 0).
  • 27.  Find the inverse of the function f(x) = -5x + 4 Answer: y = -x +4 5  Find the inverse of the function g(x) = x +5 Answer: x – 5  Find the inverse of the function h(x) = 5x + 10 Answer: x – 2 5
  • 28. (by: Group 1) Charliez Jane Soriano Denny Rae Sual Roland Cabarles Joshua Cericos Maria Monica Carbon Jessa Mae Margallo Aniemhar Cuadrasal Hanah Nasifah Ali