Computing the inverse of a bijective function is a three-step procedure: write y=f(x)y=f(x), isolate xx, and swap the names of the variables.

Example — How to compute the inverse

Let f(x)=2x+3f(x) = 2x+3, bijective from R\mathbb{R} to R\mathbb{R}. To find f1f^{-1}:

  1. Write y=2x+3y = 2x+3.
  2. Isolate xx: x=y32x = \tfrac{y-3}{2}.
  3. Swap the names of the variables (convention: the independent variable of a function is always called xx): f1(x)=x32f^{-1}(x) = \tfrac{x-3}{2}.

Topics: Functions and properties
Concepts: Inverse function
Functions: Straight line
Skills: Solving equations · Using formulae