SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Rational functions
Rational functionsRational functions
Rational functionszozima
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Mohd. Noor Abdul Hamid
 
Rational functions
Rational functionsRational functions
Rational functions20kat06tha
 
Function Operations
Function OperationsFunction Operations
Function Operationsswartzje
 
Basic Calculus 11 - Derivatives and Differentiation Rules
Basic Calculus 11 - Derivatives and Differentiation RulesBasic Calculus 11 - Derivatives and Differentiation Rules
Basic Calculus 11 - Derivatives and Differentiation RulesJuan Miguel Palero
 
Continuity of a Function
Continuity of a Function Continuity of a Function
Continuity of a Function Vishvesh Jasani
 
Piecewise function lesson 3
Piecewise function lesson 3Piecewise function lesson 3
Piecewise function lesson 3aksetter
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functionsNjabulo Nkabinde
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functionscoolhanddav
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functionsswartzje
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functionsarielrogon
 
General Mathematics - Composition of Functions
General Mathematics - Composition of FunctionsGeneral Mathematics - Composition of Functions
General Mathematics - Composition of FunctionsJuan Miguel Palero
 
2 evaluating functions
2 evaluating functions2 evaluating functions
2 evaluating functionsjoellerios48
 
Relations and functions
Relations and functions Relations and functions
Relations and functions Seyid Kadher
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a functionbtmathematics
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functionsswartzje
 

Tendances (20)

Inverse function
Inverse functionInverse function
Inverse function
 
Rational functions
Rational functionsRational functions
Rational functions
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor
 
Rational functions
Rational functionsRational functions
Rational functions
 
Function Operations
Function OperationsFunction Operations
Function Operations
 
Basic Calculus 11 - Derivatives and Differentiation Rules
Basic Calculus 11 - Derivatives and Differentiation RulesBasic Calculus 11 - Derivatives and Differentiation Rules
Basic Calculus 11 - Derivatives and Differentiation Rules
 
Continuity of a Function
Continuity of a Function Continuity of a Function
Continuity of a Function
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Piecewise function lesson 3
Piecewise function lesson 3Piecewise function lesson 3
Piecewise function lesson 3
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functions
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functions
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functions
 
General Mathematics - Composition of Functions
General Mathematics - Composition of FunctionsGeneral Mathematics - Composition of Functions
General Mathematics - Composition of Functions
 
2 evaluating functions
2 evaluating functions2 evaluating functions
2 evaluating functions
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a function
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 

En vedette

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
 

En vedette (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
 

Similaire à Composition and inverse of functions

Similaire à 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
 

Plus de 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
 

Plus de 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
 

Dernier

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 

Dernier (20)

YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.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