Composition of Function
Composition of Function
If we are given two functions, it is possible to create or generate a “new” function by composing
one into the other. The step involved is similar when a function is being evaluated for a given
value. For instance, evaluate the function…
for x = –3
It is obvious that I need to replace each “x” by the value provided, and simplify.
The key idea in function composition is that the input of the function is not a numerical value,
instead, the input is also another function.
The order in function composition matters! You always compose functions from right to
left. Therefore, given a function, its input is always the one to its right side. In other words,
the right function goes inside the left function.
Notice in , the input or “inner function” is function g because it is to the
right of function f, which is the main or “outer function”.
The order of composition is important. Notice that in , we want function g (x) to be the
input of the main function f (x).
It should look like this:
I start by writing down the main or outer function f (x) , and in every instance of “x“, I will
substitute the full value of g (x).
Then, I’ll do whatever is needed to simplify the expressions such as squaring the binomial,
applying the distributive property, and combining like terms. Other than that, there’s really
nothing much to it.
I need to find the composite function which means function “ f ” is the input of function
” g “.
This is an example of function composition where the input is a square root function. Let’s see
how it works out.
Again, in we want to evaluate function ” g ” into the function “ f “.
Example 4: Perform the indicated function composition:
This composition of function is quite interesting. You can maybe see that we will have a
situation where a square root function goes inside another square root function.
The key to correctly compose this function is to recognize that the square root symbol can be
have and .
Example 5: Perform the indicated function composition:
So far in our previous examples, we have performed function compositions using two distinct
functions. However, it is also possible to compose a function with itself.
Example 6: Perform the indicated function composition:
Let us work out an example of function composition that deals with rational functions. The
algebra involved is a bit tedious, however, you should be okay as long as you are careful in
simplifying the expressions in every step of the way.
In this example, you will apply the procedures on how to add or subtract rational expressions,
and also on how to multiply rational expressions.
Here we go…
That wasn’t too bad, right?
If you think the last example on rational functions composition was messy, wait till you see this
next example. It can be a bit messier but still very manageable. So don’t fret! Always have that
“laser” focus in every simplification process in order to successfully work this out correctly.
The input function ” f ” will be substituted into every “x” of the main function ” g “.
That was easy, wasn’t it?
For more practice, I suggest that you try reversing the order of function composition. In other
words, find .
If that’s the case where , then we conclude that functions ” g ” and ” f ” are
inverses of each other. I have a separate tutorial on how to prove or verify if two functions are
inverse of each other.
In this example, we are going to compose three functions. Observing the notation of the desired
composite function , we are going to work it out from right to left.
I first need to substitute and simplify function ” h ” into function ” g “, [ g (h)= something ], to
get some new function.
The output from previous step will be substituted further into the main function
” f ” , [ f (something) = desired function ] to obtain the final answer. Symbolically, it looks like
this…
Here we go…