Inverse Function Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Find the inverse of f(x)=3xโˆ’7f(x) = 3x - 7.

Solution

  1. 1
    Write y=3xโˆ’7y = 3x - 7.
  2. 2
    Swap xx and yy: x=3yโˆ’7x = 3y - 7.
  3. 3
    Solve for yy: 3y=x+73y = x + 7, so y=x+73y = \frac{x + 7}{3}.
  4. 4
    Therefore fโˆ’1(x)=x+73f^{-1}(x) = \frac{x + 7}{3}.

Answer

fโˆ’1(x)=x+73f^{-1}(x) = \frac{x + 7}{3}
To find an inverse, swap input and output then solve for the new output. The inverse 'undoes' the original function: applying ff then fโˆ’1f^{-1} returns the original input.

About Inverse Function

The inverse of a function ff is a function fโˆ’1f^{-1} that reverses ff: if f(a)=bf(a) = b then fโˆ’1(b)=af^{-1}(b) = a. It exists only when ff is one-to-one.

Learn more about Inverse Function โ†’

More Inverse Function Examples