|
|
|
|
|
|
|
Composition of FunctionsFunctions inside FunctionsA composition of functions occurs when you insert one function into another. In effect, the range of the one function becomes the domain of the second. The notation for composition of functions is either
The Commutative Law and Compositions
Compositions of Functions are a well known example of a process that is not commutative.
In other words, f(g(x)) ≠ g(f(x)). The examples below illustrate that although sometimes composition of functions will preserve commuativity (problems 1 and 2), this commutativity is not always true (see problems 3 and 4)
Practice Problems: Composition of Functions
The two functions t(x) and v(x) are defined below.
Practice problem 1) Evaulate the composition of functions v(t(1)) Practice problem 2) Evaulate the composition of functions t(v(1))
Are compositions of functions commutative?From practice problems 1 and 2, it appears that compositions of functions are commutative, but that is not always true. Compositions of functions are not , as a rule, commutative. In fact, they very rarely happen to be commutative. For example look at the next two compositions and you will see for yourself! Practice problem 3) Evaulate the composition of functions v(t(2)) Practice problem 4) Evaulate the composition of functions t(v(2)) Top |