Function Operations and Composition Practice Problems
Two lessons feed this set: Combining Functions and Function Composition. They are practised together because textbooks test them together, and because the fastest way to stop confusing
How to use this set
There are two distinct operations here and it is worth naming which one you are doing before you start each problem.
Combining evaluates both functions at the same input and then does arithmetic on the two results.
Composing runs one function and feeds its output into the other as an input.
Evaluate compositions inside out, in two written steps. Trying to do both at once is where the bracket errors come from.
Common mistakes to watch for
Dropping the bracket when subtracting.
Running the outer function first. In
Assuming
Forgetting the extra condition on a quotient. Zeros of
Letting a restriction vanish on simplification. It survives the algebra.
Where to go next
Function Notation is the evaluation skill these build on, Domain and Range goes deeper on the restrictions, and Inverse Functions uses composition as its verification step.