I need to figure out of to do this problem.
If f(x) = 3x and g(x) = 1/2x , find the following
a) f(g(x)) b) g(f(x))
thanks
Composite functions. Substitute an entire function as a variable.
f(g(x)) means that g(x) is treated as the variable, so you do this:
f(g(x)) = f(1/2x) = 3(1/2x), and then you simplify that.
Similarly, g(f(x)) in this case is g(3x) = 1/2(3x), etc.
You put the inside function as the variable in the outside function, then simplify what that gives.