So, how do we check to see if two functions are inverses of each other?

Well, we learned before that we can look at the graphs.  Remember, if the two graphs are symmetric with respect to the line y = x (mirror images over y = x ), then they are inverse functions.

But, we need a way to check without the graphs, because we won't always know what the graphs look like!

So, just crunching some Algebra, here's one way to look at it:

If you're got two functions, f(x) and g(x), and

( f o g )( x ) = ( g o f )( x )

then f(x) and g(x) are inverse functions.

Let's try this on an easy one that we know will work:

f( x ) = x + 3andg( x ) = x - 3


1 )  ( f o g )( x ) = f( g( x ) )


1 )  f( blob ) = ( blob ) + 3

2 )  f( g( x ) ) = ( g( x ) ) + 3

3 )  f( x - 3 ) = ( x - 3 ) + 3 = x
 


2 )  ( g o f )( x ) = g( f( x ) )


1 )  g( blob ) = ( blob ) - 3

2 )  g( f( x ) ) = ( f( x ) ) - 3

3 )  f( x + 3 ) = ( x + 3 ) - 3 = x

 



So,

( f o g )( x ) = x

and

( g o f )( x ) = x

( f o g )( x ) = ( g o f )( x )

Yep, they are inverses, just like we thought!