Existence of composite functions
Introduction to composite functions
A composite function applies functions in sequence.
For example, consider the functions
Starting from we could first apply the function to get We then apply the function to get
The composite function represents the overall function that gets us from the starting value of to the final value of
Note that while we read left to right in English, the composite function applies first followed by
Order of composition is important. The function applies first followed by and is a different function. For our example,
Composite functions may not exist
Now consider the following functions:
The function does not exist because if we were to start with we get and will be unable to continue applying as zero is not within the domain of
Criteria for composite to exist
To prevent situations like the example above, all the outputs of the first function in a composite function must lie within the domain of the second function. That is, for to exist, the range of must be a subset of the domain of
- The composite function exists if
- The composite function does not exist if
Example
Question:
Determine if the composite functions and exist.
Solution:
and Hence so the composite function does not exist.
and Hence so the composite function exists.