The composite functions are (f + g)(x) = {(2, 17), (11, 9)}, g(x) - f(x) = {(2, -1), (11, -9)}, (f * g)(x) = {(2, 72), (11, 0)}, (f / g)(x) = {(2, 9/8)} and f o g(x) = undefined
How to evaluate the composite functions
From the question, we have the following parameters that can be used in our computation:
f(x) = {(1, 3), (2, 9), (5, 7), (11, 9)}
Also, we have
g(x) = {(2, 8), (3, 1), (4, 5), (9, 1), (11, 0)}
Also, we only use the function values where they have common inputs
The composite functions are then calculated as
(f + g)(x) = f(x) + g(x)
This gives
(f + g)(x) = {(2, 9 + 8), (11, 9 + 0)}
(f + g)(x) = {(2, 17), (11, 9)}
g(x) - f(x) = {(2, 8 - 9), (11, 0 - 9)}
g(x) - f(x) = {(2, -1), (11, -9)}
(f * g)(x) = f(x) * g(x)
This gives
(f * g)(x) = {(2, 9 * 8), (11, 9 * 0)}
(f * g)(x) = {(2, 72), (11, 0)}
(f / g)(x) = f(x) / g(x)
This gives
(f / g)(x) = {(2, 9/8), (11, 9/0)}
(f / g)(x) = {(2, 9/8)}
f o g(x) = f(g(x))
So, we have
f o g(x) = {f(g(1)), f(g(2)), f(g(5)), f(g(11))}
f o g(x) = {f(8), f(0)}
Evaluate
f o g(x) = undefined
Hence, the composite functions are (f + g)(x) = {(2, 17), (11, 9)}, g(x) - f(x) = {(2, -1), (11, -9)}, (f * g)(x) = {(2, 72), (11, 0)}, (f / g)(x) = {(2, 9/8)} and f o g(x) = undefined