Inverse Functions0%

Functions & Graphs · Topic 3 of 9

Inverse Functions

Video lesson · from 59:022 worked examples

One lesson video covers all of Functions & Graphs, so it opens at 59:02 for this topic — not from the beginning.

Theory

Inverse Functions 'reverse' each other.

If a function is defined on a suitable domain, then it will have an inverse function.

The domain of an inverse function is the range of the original function and vice versa.

f1(f(x))=xf^{-1}(f(x)) = x

x = 5
f(x)=3x1f(x) = 3x - 1
f(5)=f(5) =
g(x)=x+13g(x) = \frac{x+1}{3}
g(14)=g(14) =
g(f(5))=g(f(5)) =
x
f(x)=3x1f(x) = 3x - 1
f(x)=f(x) =
g(x)=x+13g(x) = \frac{x+1}{3}
g(3x1)=g(3x-1) =
g(f(x))=g(f(x)) =

⚠️ Common Examiner Traps

  • Swap, then rearrange: write y=f(x)y = f(x), swap xx and yy, then make yy the subject. Rearranging without swapping is the most common failure.
  • Write the answer as f1(x)f^{-1}(x): leaving it as y=y = \ldots does not finish the question.
  • f1f^{-1} is not a reciprocal: it does not mean 1f(x)\frac{1}{f(x)}. The notation is unfortunate but the meaning is fixed.
  • An inverse needs a one-to-one function: some functions only have one if the domain is restricted first. Say so if the question calls for it.
  • Check by composing: f(f1(x))f(f^{-1}(x)) should give xx. It is a fast, complete verification.

Worked examples

Example 1

Example 1

f(x)=21xf(x) = \frac{2}{1-x} and g(x)=12xg(x) = 1 - \frac{2}{x} where x0,1x \neq 0, 1.

a) Find f(g(x))f(g(x)).

b) State the connection between ff and gg.

a)

f(g(x))=f(12x)=21(12x)=22x=2×x2=x\begin{aligned} f(g(x)) &= f\left(1 - \frac{2}{x}\right) \\ &= \frac{2}{1 - \left(1 - \frac{2}{x}\right)} \\ &= \frac{2}{\frac{2}{x}} \\ &= 2 \times \frac{x}{2} \\ &= x \end{aligned}

b) Since f(g(x))=xf(g(x)) = x, ff and gg are inverse functions.

Example 2

Example 2

A function ff is defined, for all real numbers, by f(x)=x3+1f(x) = x^3 + 1.

Find a formula for its inverse f1(x)f^{-1}(x).

Set y=f(x)y = f(x):

y=x3+1y = x^3 + 1

Change the subject to xx:

y1=x3y - 1 = x^3
x=y13x = \sqrt[3]{y - 1}

Rewrite in terms of xx:

f1(x)=x13f^{-1}(x) = \sqrt[3]{x - 1}