3.3.2: The Composition of a Function and Its Inverse Function

Learning Objectives

  • Determine if two functions are inverses of each other using the composition of functions

The Composition of a Function and Its Inverse

In the previous section we discovered that a one-to-one function has an inverse function, and that a one-to-one function and its inverse functions are reflections of one another across the line y=x. This means that while the green curve in figure 1 is the inverse function of the blue curve, symmetry shows that the blue curve must be the inverse function of the green curve.

function and its inverse

Figure 1. A one-to-one function and its inverse functions are reflections of each other across the line y=x

In figure 1, if y=f(x) is the blue curve, f(0)=3 implies that f1(3)=0. This is confirmed on the green curve y=f1(x). In other words, if we find the function value at x=0 and get 3, then find the inverse function value at x=3, f1(3), we get back to 0. The inverse function undoes the original function and we end up back where we started.

In general, if f(x)=y, then f1(y)=x. Consequently, f1(f(x))=f1(y)=x.Informally, this means that inverse functions “undo” each other. Recall that a function must be one-to-one to have an inverse function.

Logically, since f(x) and f1(x) are inverse functions of each other, (ff1(x))=f(f1(x))=x.

Diagrammatically, f and inverse f mapping

Given a function f(x), we can verify whether some other function g(x) is the inverse of f(x) by checking whether g(f(x))=x and f(g(x))=x are true.

For example, prove that y=4x and y=14x are inverse functions.

(f1f)(x)=f1(4x)=14(4x)=x

and

(ff1)(x)=f(14x)=4(14x)=x

test whether two functions are inverses of each other

  1. Determine whether f(g(x))=x and g(f(x))=x.
  2. If both statements are true, then g=f1 and f=g1. If either statement is false, then gf1 and fg1.

Example 1

If f(x)=1x+2 and g(x)=1x2, is g=f1?

Solution

g(f(x))=g(1x+2)=1(1x+2)2The reciprocal of a reciprocal is the number: 11a=a=(x+2)2=x

and

 

f(g(x))=f(1x2)=11x2+2=11x=x

 

Therefore, g=f1 and f=g1.

Try It 1

If f(x)=x34 and g(x)=x+43, is g=f1?

If you had problems completing the Try It, the problem solution is detailed here.

TRY IT 2

Determine if f(x)=x1 and g(x)=1x1 are inverse functions.

Example 2

If f(x)=x3 (the cube function) and g(x)=13x, is g=f1?

Solution

f(g(x))=(13x)3=x327x

No, the functions are not inverses.

Analysis of the Solution

The correct inverse to x3 is the cube root x3=x13, that is, the one-third is an exponent, not a multiplier.

Try It 3

If f(x)=(x1)3andg(x)=x3+1, is g=f1?