Composing inverse functions

We can also compose a function with its inverse to get composite functions ff1 and f1f.

We can try to find the formula for f1(x) and perform composition, but turns out we can get the result in a simpler manner by consideration the meaning of this composition.

f1 is the function that reverses f, so f1f will take a number, apply f to it and then try to reverse the process. We then end up with the original number. A similar argument works for ff1, leading us to the following results.

Formulas

  • ff1(x)=x
  • f1f(x)=x

Differences between the two functions

Is ff1(x) and f1f(x) the exact same function? Turns out that is not true because of domain considerations. Recall that Dfg=Dg so we have

  • Df1f=Df
  • Dff1=Df1

Using the result

Question:

f:x2x1,x,g:xx2+3,x.

We also know that f1(x)=x+12.
Solve

fg(x)=5.

Give a definition, in similar form, for the composite function fg.


Discussion:

We could tackle the question by finding a formula for the composite function fg(x).

However, if we already have a formula for f1(x), we can get the answer in a simpler way by applying the result f1f(x)=x.

In particular, we use the result f1fg(x)=g(x) in the following solution.

Solution:

fg(x)=7Applying f1 on both sides,f1fg(x)=f1(5)Note that f1fg(x)=g(x),g(x)=f1(5)x2+3=5+12x2+3=3x=0