CCSS HSF-BF.A.1.c Worksheets
Year 11 Β· Mathematical Methods - Functions and Graphs
Combine two functions by composition, forming f(g(x)) and g(f(x)) and evaluating them, and recognise that the order of composition matters (ACARA Mathematical Methods ACMMM022-024).
Below are free printable worksheets that support HSF-BF.A.1.c. Print them as PDFs, or generate a fresh one. Every math answer key is computed in code, so it is never wrong.
Teaching guide
What students learn
Combine two functions by composition, forming f(g(x)) and g(f(x)) and evaluating them, and recognise that the order of composition matters (ACARA Mathematical Methods ACMMM022-024).
Worked example
Given f(x) = -2x + 2 and g(x) = -3x - 4, find (f o g)(x) = f(g(x)).
Answer: (f o g)(x) = 6x + 10
Why: f(g(x)) = -2(-3x - 4) + 2 = 6x + 10.
Generated and checked in code, so it is correct.