Composite and inverse functions can look advanced because of their notation, but the underlying ideas are already present in ordinary algebra: apply one rule after another, or reverse a rule in the correct order.
This guide builds those ideas before formal Additional Mathematics demands become heavier. It connects function machines, substitution, equation solving, domain restrictions and graph thinking into one coherent system.
Composite thinking means chaining functions
Suppose:
f(x)=2x+1
g(x)=x²Then g(f(x)) means apply f first, then g.
f(x)=2x+1
g(f(x))=(2x+1)²The order matters because f(g(x)) gives something different:
g(x)=x²
f(g(x))=2x²+1Composite functions are therefore not multiplication of function names. They are nested operations.
Worked example 1: evaluate a composite
Let f(x)=3x-2 and g(x)=x+5. Find g(f(4)).
f(4)=3(4)-2=10
g(10)=10+5=15So g(f(4))=15.
Composite notation is read from the inside out
In g(f(x)), f acts first because x enters f before its output enters g. This inside-out reading is the same structure students already use when simplifying nested brackets.
Inverse thinking means undoing
If f(x)=3x+4, the forward rule is “multiply by 3, then add 4”. To reverse it, subtract 4, then divide by 3.
y=3x+4
y-4=3x
x=(y-4)/3Replacing y by x gives:
f⁻¹(x)=(x-4)/3The inverse reverses both the operations and their order.
Check an inverse by composition
A true inverse should return the original input.
f(f⁻¹(x))
=3[(x-4)/3]+4
=x-4+4
=xThis identity is stronger than checking one numerical example.
Why inverse notation is easy to misread
f⁻¹(x) does not mean 1/f(x). The exponent -1 here names the inverse function, not the reciprocal of the output.
This distinction must be taught explicitly because ordinary index notation makes the visual similarity tempting.
Not every function has a unique inverse over its full domain
Consider f(x)=x². Both 2 and -2 map to 4. If we try to reverse output 4, there are two possible inputs.
Restricting the domain to x≥0 makes the function one-to-one, allowing the inverse f⁻¹(x)=√x.
This connects inverse functions directly to domain and range.
Worked example 2: find an inverse
Let f(x)=5x-7. Find f⁻¹(x).
y=5x-7
y+7=5x
x=(y+7)/5
f⁻¹(x)=(x+7)/5Worked example 3: composite algebra
Let f(x)=x-1 and g(x)=2x². Find f(g(x)).
g(x)=2x²
f(g(x))=2x²-1Now find g(f(x)):
f(x)=x-1
g(f(x))=2(x-1)²These are not equal in general. Composition is order-sensitive.
Inverse graphs
For a function with an inverse, the graph of y=f⁻¹(x) is the reflection of y=f(x) in the line y=x. Inputs and outputs swap roles, so coordinates (a,b) become (b,a).
This gives a visual reason the domain of a function becomes the range of its inverse, and vice versa.
Why this matters before Additional Mathematics
Students who already understand substitution, order of operations, one-to-one mapping and reversal have a much easier time when function notation becomes denser. The notation is not the real difficulty; the underlying structure is.
Building this early reduces the temptation to memorise composite-function and inverse-function procedures as isolated tricks.
Diagnostic table
| Observed mistake | Likely issue | Repair |
|---|---|---|
| fg(x) treated as f×g×x | Composition notation | Use function-machine chaining |
| Applies outer function first | Order reading | Work from inner brackets outward |
| Writes f⁻¹=1/f | Inverse notation confusion | Contrast undoing with reciprocal |
| Finds inverse of x² over all reals | One-to-one condition missing | Check domain restriction |
| Inverse operations used in same order | Reversal logic | Trace a numerical example backward |
A tutor’s teaching route
- Start with two simple verbal function machines.
- Chain them in both orders.
- Translate the chain into f(g(x)) notation.
- Reverse a one-to-one linear rule numerically.
- Derive the algebraic inverse.
- Check by composition.
- Introduce a many-to-one example to explain domain restriction.
Practice
- Let f(x)=2x+3 and g(x)=x². Find g(f(2)).
- Find f(g(x)) for the same functions.
- Find the inverse of h(x)=4x-9.
- Explain why f⁻¹(x) is not the same as 1/f(x).
- Why must x² be restricted before it has a unique inverse over the reals?
Answers
1. 49. 2. 2x²+3. 3. h⁻¹(x)=(x+9)/4. 4. f⁻¹ is a function that reverses f; 1/f(x) is the reciprocal of its output. 5. Because positive and negative inputs can produce the same output.
Connected routes
Use What a Function Really Is, Input, Output and Function Machines, and Domain, Range and Restrictions as the prerequisite route. Return to the Mathematics Learning Hub for the wider Secondary Mathematics estate.