A composite function is formed when the output of one function, say , becomes the input for another function, . This is written as or using the composition operator as .
The notation is the most common shorthand in many curricula, and it is read as ' of of '. It signifies a two-step mapping process from an initial value to a final result.
The function applied first (the one closest to the variable ) is known as the inner function, while the function applied to that result is the outer function.
It is vital to distinguish between the composition of functions and the product of functions, as they use similar-looking notation but represent different operations.
| Operation | Notation | Meaning |
|---|---|---|
| Composition | or | Substitute into |
| Product | or | Multiply the result of by |
| Self-Composition | (NOT ) |
Note that in trigonometry, usually means , but in general function notation, refers to composition. Always check the context of the notation used.
Work from the inside out: Always identify the inner function first. In , is the inner function; in , is the inner function.
Use Parentheses: When substituting one function into another, wrap the inner function in parentheses to avoid sign errors, especially when dealing with subtractions or powers.
Domain Verification: If an exam question asks why cannot be formed, check if the range of is a subset of the domain of . If can produce values that cannot accept (like a negative number into a square root), the composition may be restricted.
Inverse Relationship: Remember that . If you compose a function with its inverse, they 'undo' each other, leaving you with the original input.