Table of Contents |
Sometimes it is useful to use one function to get a result, then use that result in another function. This idea is called composition of functions.
Here is a picture to show how this works:
The original input is x, which is then substituted into . Then,
is input into function f, giving the result
The notation used to represent a composition of functions is , which means
. The expression
means “f composed with g.”
Using this notation, f is considered the outer function and g is the inner function. Notice that g is used first, then f is applied to the result. Therefore, the outer function is what is applied last. We will see how this works more closely in the next section when we evaluate compositions of functions.
EXAMPLE
Let
![]() |
Rewrite using the definition of composition. |
![]() |
Since ![]() ![]() |
![]() |
Evaluate ![]() |
It is also possible to substitute a function into itself. If you keep the definition in mind, this follows the same format.
EXAMPLE
Let
![]() |
Rewrite using the definition of composition. |
![]() |
Since ![]() ![]() |
![]() |
Evaluate ![]() |
The process for finding an expression for a composition is very similar to what we just did in the previous section, but this time there is no value to substitute first.
EXAMPLE
Let
![]() |
Rewrite using the definition of composition. |
![]() |
Substitute ![]() |
![]() ![]() ![]() |
Evaluate the function and simplify. |
There are situations in which a composition can’t be simplified.
EXAMPLE
If
![]() |
Rewrite using the definition of composition. |
![]() |
Substitute ![]() |
![]() |
Evaluate the function. |
EXAMPLE
If
![]() |
Rewrite using the definition of composition. |
![]() |
Substitute ![]() |
![]() |
Evaluate the function. |
Given a composition of functions, it is important to be able to identify the inner and outer functions.
For example, each of these functions are compositions of other functions:
![]() |
![]() |
![]() |
To decompose composite functions, identify the “inner” function first, then the “outer” function is apparent.
EXAMPLE
Consider the expressionWhen a stone is dropped into a lake, a circular ripple forms and continues to get larger until it dissipates. After t seconds, the radius (in inches) of the ripple is Recall also that the area of a circle with radius r is
EXAMPLE
Suppose we want to find a function for the area inside the ripple, but as a function of time, t. Here is how the functions work together:
![]() |
Use the definition of composition. |
![]() |
Replace ![]() |
![]() |
Evaluate the function. |
![]() |
Simplify. |
EXAMPLE
The radius of a circle is given by the function
![]() |
Rewrite using the definition. |
![]() |
Replace ![]() ![]() |
![]() |
Evaluate the function. |
![]() |
Apply the exponent. |
![]() |
Remove the common factor of ![]() |
Source: THIS TUTORIAL HAS BEEN ADAPTED FROM CHAPTER 0 OF "CONTEMPORARY CALCULUS" BY DALE HOFFMAN. ACCESS FOR FREE AT WWW.CONTEMPORARYCALCULUS.COM. LICENSE: CREATIVE COMMONS ATTRIBUTION 3.0 UNITED STATES.