It is possible to composite functions. If g and h are functions
then the composite function can be described by the following
equation:
=g[h(x)]](/images/math/codecogs_982736e1.gif)
Example
Find the composite function between g(x)=2x-4 and h(x)=-4x+3
We plug our h(x) into our the position of x in g(x), simplify,
and get the following composite function:
=2(-4x+3)-4 =-8x+6-4=-8x+2](/images/math/codecogs_272f66fc.gif)
It is important to know that
\; and \; [h\circ g](x)](/images/math/codecogs_99f4fa60.gif)
does not have to be equal but if they both are equal to x then
they are inverse functions.
Videolesson: find [g o h](x) and [h o g](x)
when g(x)=4x+4 and h=(x/4)-1 and determine if they are inverse
functions.