DWG NO. 1.6 — Lesson 6 of 6

Inverse Functions

Unit 1: Functions and Their Graphs · ~25 min

Objective Find the inverse of a function algebraically and verify that two functions are inverses of each other.

What an inverse does

An inverse function undoes what the original function did. If f takes 3 to 7, then \(f^{-1}\) takes 7 back to 3. Every input/output pair in f gets flipped in \(f^{-1}\) — which is exactly why the graph of \(f^{-1}\) is the graph of f reflected across the line y = x.

Not every function has an inverse that's also a function. For that to work, f has to be one-to-one — no two different inputs can share an output — which you can check with the horizontal line test: if any horizontal line crosses the graph more than once, the function isn't one-to-one, and its inverse won't pass the vertical line test.

Finding an inverse algebraically

Verifying an inverse

Once you have a candidate for \(f^{-1}\), you can check it two ways that must both hold: f(\(f^{-1}\)(x)) = x, and \(f^{-1}\)(f(x)) = x. If plugging one function into the other always returns x, they're genuine inverses.

f(x) = 2x+1 f⁻¹(x) = (x−1)/2 y = x

f(x) = 2x+1 and its inverse \(f^{-1}\)(x) = (x−1)/2 — mirror images across the dashed line y = x

Worked Example 1 · Finding an inverse
ProblemFind the inverse of f(x) = 3x − 4.
1Replace f(x) with y: y = 3x − 4.
2Swap x and y: x = 3y − 4.
3Solve for y: x + 4 = 3y, so y = (x+4)/3.
\(f^{-1}\)(x) = (x+4) / 3
Worked Example 2 · Verifying an inverse
ProblemConfirm f(x) = 2x + 1 and g(x) = (x−1)/2 are inverses by checking f(g(x)).
1f(g(x)) = 2 · [(x−1)/2] + 1 = (x−1) + 1 = x.
2Check the other direction: g(f(x)) = [(2x+1)−1]/2 = 2x/2 = x.
Both compositions return x, so f and g are inverses
Worked Example 3 · Inverse of a rational function
ProblemFind the inverse of f(x) = (x+2) / (x−1), for x ≠ 1.
1Let y = (x+2)/(x−1), then swap: x = (y+2)/(y−1).
2Multiply both sides by (y−1): x(y−1) = y+2, so xy − x = y + 2.
3Collect the y-terms: xy − y = x + 2, then y(x−1) = x+2, so y = (x+2)/(x−1).
\(f^{-1}\)(x) = (x+2) / (x−1) — this function is its own inverse

Guided practice