A compound function is simply a function that is made up of two or more simpler functions. These functions are combined by applying one function to the result of another.
Example:
Imagine you have two functions:
We can combine these to form a compound function. Let's say we want to apply g(x) to the result of f(x). This would be written as:
g(f(x))
To find the value of this compound function, we first apply f(x) to the input, then apply g(x) to the result.
For example, if x = 3:
Therefore, g(f(3)) = 10
A composite function is a type of compound function where the output of one function becomes the input of another.
Example:
Using the same functions as before:
The composite function f(g(x)) would be formed by first applying g(x) to the input, and then applying f(x) to the result.
For example, if x = 3:
Therefore, f(g(3)) = 8
Key Differences:
To find the rule for a composite function, we need to substitute the entire inner function into the outer function.
Example:
Find the rule for the composite function f(g(x)) given:
g(x) = x^2 + 2
Substitute g(x) into f(x): f(g(x)) = 3(x^2 + 2) - 1
Simplify the expression: f(g(x)) = 3x^2 + 6 - 1 f(g(x)) = 3x^2 + 5
Therefore, the rule for the composite function f(g(x)) is 3x^2 + 5.
If f(x) = x - 3 and g(x) = 2x + 1, find:
Find the rule for the composite function h(k(x)), given:
If f(g(2)) = 7 and g(2) = 4, find f(4).
Remember: Practice is key to mastering compound and composite functions. Solve as many practice problems as you can to solidify your understanding!