Lesson 5 Comp of Functions
Lesson 5 Comp of Functions
Objective:
At the end of this lesson, you should be
able to:
perform composition of functions
solve problems involving composition of
functions
REVIEW! lesson, you should be able to
Before you proceed with this
3
Composition of Functions
Recall in the discussion of the five machines that output of one
machine was connected to the input of another machine.
These similar scenario can be applied to the functions discussed
above. Ask what would happen if the “output of the function f(x)
= 2x + 1 is used as the input for the function q(x) = x² - 2x + 2.
The results is (2x + 1)² - 2(2x + 1) + 2. Using a function as an input
leads us to function composition, as defined below.
Definition.
Let f and g be functions. The composite function,
denoted by (f o g), is defined by
(f o g)(x) = f(g(x))
The process of obtaining a composite function is
called function composition.
4
Machine diagram
Now let’s consider a very important way of combining
two functions to get a new function. Suppose f(x) =
and g(x) = x² + 1. We may define a new function f(h) as
h(x) = f(g(x)) = f(x) = f(x² + 1) =
g f
√ x ²+1
Take the
x square &
add 1 x²+1 square
root
Input output
h
Figure 1: The h machine is composed of the g
machine (first) and then the f machine (second)
5
Composition of Functions
Given two functions f and g, the composite function f 0 g (also
called the composition of f and g) is defined by
(f 0 g) (x) = f(g(x))
The domain of f 0 g is the set of all x in the domain of g such that
g(x) is in the domain of f. In other words, 1f (f 0 g) (x) is defined
whenever both g(x) and f(g(x)) are defined. We can picture f 0 g
using an arrow diagram (Figure 4).
x fog
g f(g (x))
f
g(x)
f(g(x))=2(x²+3)-3
Step 3: Simplify the expression.
f(g(x))=2x²+6-3
f(g(x))=2x²+3
8
Finding the composition Functions
Let f(x) = x² and g(x) = x-3
(a) Find the functions f o g and g o f and their domains.
(b) Find (f o g)(5) and (g o f)(7).
Solution:
(a)We have
(f o g)(x) = f(g(x)) definition of f o g
= f(x-3) definition of g
= (x-3)² definition of f
12
Vince works 45 hours a week at a
printing press. He receives ₱ 1500
weekly salary plus 22% commission in
every 1000 and printouts made.
Assuming that Vince makes enough
printouts this week to get his
commission, what is the composition,
(P∘R)(x), given the functions
P(x)=0.02x and R(x)=x−1000?
13
Step 1: Use the appropriate notation.
(P∘R)(x)=P(R(x)) P(x)=0.02x and R(x)=x−1000
Step 2: Substitute the given functions to the
notation.
P(R(x))=P(x−1000)
P(R(x))=0.02(x−1000)
Step 3: Simplify the expression.
P(R(x))=0.02x−20
The composite function for commission is
P(R(x))=0.02x−20. 14
Group Activity No. 1: Application of
Function Composition
Time Frame: 6 minutes, June 24, 2017
Note: Arrange yourself as per Group number.
19
Performance Task No. 2: Application of
Function composition
Time Frame: until July 24, 2017
Note: Group Activity
Performance Task: How clear are the concepts to you?
1. Do a research about the application of function
Composition in real life situations.
2. Group may present 2 examples in real life
situations/application.
3. Complete solutions with explanation with reference
to concepts that has been discussed.