Composite Functions
What is a composite function?
- Questions can involve more than one function
- A composite function is one function applied to the output of another function
- The input goes through the 1st function to become an output
- This output goes through the 2nd function to become a new output
- Composite functions may also be referred to as compound functions
Worked example
Two functions, A and B, are given by:
A composite function, C, is given by
If the input to function C is 7, find the output.
Substitute the number 7 into function A
7 × 3 - 8
Work out this value
13
Substitute 13 into function B
(13 + 5) × 2
Work out this value
36
the output of function C is 36
Substitute the letter x into function A
x × 3 - 8
Simplify this expression
3x - 8
Substitute 3x - 8 into function B
(3x - 8 + 5) × 2
Simplify this expression
(3x - 3) × 2
= 6x - 6
The output is 6x - 6
The question says the output of function C is meant to be 4x
Set these two outputs equal to each other
6x - 6 = 4x
Solve this equation to find x
2x = 6
x = 3
x = 3