Decompose a composite function into its component functions

In some cases, it is necessary to decompose a complicated function. In other words, we can write it as a composition of two simpler functions. There may be more than one way to decompose a composite function, so we may choose the decomposition that appears to be most expedient.

Example 10: Decomposing a Function

Write f(x)=5x2 as the composition of two functions.

Solution

We are looking for two functions, g and h, so f(x)=g(h(x)). To do this, we look for a function inside a function in the formula for f(x). As one possibility, we might notice that the expression 5x2 is the inside of the square root. We could then decompose the function as

h(x)=5x2 and g(x)=x

We can check our answer by recomposing the functions.

g(h(x))=g(5x2)=5x2

Try It 7

Write f(x)=434+x2 as the composition of two functions.

Solution