Product of Functions Definition:
Given functions f(x) and g(x) we can form their product f g:
(fg)(x) = f(x)g(x)
Example
Composition of Functions Definition:
If f(x) and g(x) are two functions, the composite function f ∘ g is defined by:
(f ∘ g)(x) = f(g(x))
Example