#### Tier: #Higher
A composite function applies one function to the result of another. The notation $fg(x)$ means "apply $g$ first, then $f$".
$$fg(x) = f(g(x))$$
Example: $f(x) = 2x + 1$ and $g(x) = x^2$. $$fg(x) = f(g(x)) = f(x^2) = 2x^2 + 1$$ $$gf(x) = g(f(x)) = g(2x+1) = (2x+1)^2$$
Note that in general $fg(x) \neq gf(x)$ — order matters.
Evaluating at a specific value: $$fg(3) = f(g(3)) = f(9) = 2(9)+1 = 19$$
Or substitute $x = 3$ directly into $fg(x) = 2x^2 + 1$: $2(9)+1 = 19$ ✓
Caution with notation: $fg(x)$ means $f$ applied after $g$ — the rightmost function is applied first. Some students misread this.
Common error: applying $f$ before $g$ in $fg(x)$. Always read right-to-left: $f$ of $g$ of $x$.
Function notation Inverse functions Substitution
New to Bow Tie Maths? It generates questions on this topic, marks them instantly, and tracks what you've mastered. Free to sign up.
2025 Jun 1H GCSE Q17 (3 marks) 2024 Jun 3H GCSE Q16 (2 marks) 2023 Jun 1H GCSE Q20 (3 marks) 2022 Jun 2H GCSE Q19 (2 marks) 2019 Nov 1H GCSE Q18 (2 marks) 2019 Jun 1H GCSE Q21 (2 marks) 2018 Nov 1H GCSE Q19 (1 mark) 2018 Jun 2H GCSE Q11 (1 mark) 2018 Nov 3H GCSE Q10 (2 marks) 2017 Nov 2H GCSE Q22 (2 marks)