Composition of Functions
Composition of Functions
Composition of Functions
(g f )(x ) = g ( f (x )) (g f )(x ) = g ( f (x ))
g (x ) = g ( x − 2) = ( x − 2) 2 g ( f (− 5)) = g (−5 − 2)
(g f )(− 5) = (− 5 − 2) 2
= g (−7)
= (−7) = 49
2
= (−7) = 49
2
Let’s try some
Let f (x ) = x3 and g (x ) = x 2 + 7. Find (g f )(2)
Solution
Let f (x ) = x3 and g (x ) = x 2 + 7. Find (g f )(2)
Composition of Functions
1) (f o g)(x) = f(g(x))
2) (g o f)(x – 3) = g(f(x – 3))
3) (f o g)(-3) = f(g(-3))
Composition of Functions
Composition of Functions
2
Composition of Functions