Function composition combines two functions by feeding the output of one into the input of another. Composition is central to differentiation via the Chain Rule.
Quick Reference
| Notation | Expression | Meaning |
|---|---|---|
| Composite Function | : evaluate g first, then f | |
| Composite Domain | ||
| Commutativity | In general, | Order of composition matters |
Definition of Composition
Given two functions f and g, the composite function (also called the composition of f and g) is defined by:
The domain of is the set of all x in the domain of g such that is in the domain of f:
Let and . Find and , and determine their domains.
Solution
- .
Domain: , so . - .
Domain: , so .
Notice that in general.