Fiveable

📏Honors Pre-Calculus Unit 1 Review

QR code for Honors Pre-Calculus practice questions

1.7 Inverse Functions

1.7 Inverse Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Inverse Functions

Inverse functions reverse what a function does. If ff takes an input and produces an output, then f1f^{-1} takes that output and returns the original input. This concept is essential for solving equations where you need to "undo" operations, and it shows up constantly in later topics like logarithms (which are inverses of exponentials) and inverse trig functions.

Pep mascot
more resources to help you study

Verification of Inverse Functions

Two functions ff and gg are inverses if and only if both of these are true:

  • f(g(x))=xf(g(x)) = x for all xx in the domain of gg
  • g(f(x))=xg(f(x)) = x for all xx in the domain of ff

Both compositions must simplify to xx. Checking only one isn't enough.

Example: Verify that f(x)=2x+1f(x) = 2x + 1 and g(x)=x12g(x) = \frac{x - 1}{2} are inverses.

  1. Compute f(g(x))=2(x12)+1=(x1)+1=xf(g(x)) = 2\left(\frac{x-1}{2}\right) + 1 = (x - 1) + 1 = x

  2. Compute g(f(x))=(2x+1)12=2x2=xg(f(x)) = \frac{(2x + 1) - 1}{2} = \frac{2x}{2} = x

Since both equal xx, these functions are confirmed inverses.

Evaluating inverses from known values: If you know that f(3)=9f(3) = 9, then f1(9)=3f^{-1}(9) = 3. You're just reading the relationship backwards. This works with tables and graphs too: find the output in the original function, and the corresponding input is the inverse's output.

A quick note on notation: f1(x)f^{-1}(x) means the inverse function of ff. It does not mean 1f(x)\frac{1}{f(x)}. That's a common mistake worth watching for.

Verification of inverse functions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Inverse Functions

Domains and Ranges of Inverses

For a one-to-one function ff with domain AA and range BB, its inverse f1f^{-1} has domain BB and range AA. The domain and range swap completely.

Why does the function need to be one-to-one? If two different inputs give the same output, the inverse wouldn't know which input to return. For example, f(x)=x2f(x) = x^2 gives f(3)=9f(3) = 9 and f(3)=9f(-3) = 9. So what would f1(9)f^{-1}(9) be? There's no single answer, which means no inverse exists unless you restrict the domain.

Domain restrictions fix this problem by cutting the function down to a portion that is one-to-one:

  • f(x)=x2f(x) = x^2 with x0x \geq 0 becomes one-to-one, and its inverse is f1(x)=xf^{-1}(x) = \sqrt{x}
  • Trig functions like sin(x)\sin(x) need restricted domains to define arcsin(x)\arcsin(x), arccos(x)\arccos(x), and arctan(x)\arctan(x)

When you restrict the domain of ff, that restricted domain becomes the range of f1f^{-1}, and vice versa.

Verification of inverse functions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Inverse Functions

Finding Inverse Functions

To find an inverse algebraically:

  1. Replace f(x)f(x) with yy, so you have y=f(x)y = f(x)
  2. Swap xx and yy to get x=f(y)x = f(y)
  3. Solve for yy in terms of xx
  4. Write the result as f1(x)=f^{-1}(x) = \ldots

Example: Find the inverse of f(x)=3x2f(x) = 3x - 2.

  1. y=3x2y = 3x - 2

  2. Swap: x=3y2x = 3y - 2

  3. Solve: x+2=3yx + 2 = 3y, so y=x+23y = \frac{x + 2}{3}

  4. f1(x)=x+23f^{-1}(x) = \frac{x + 2}{3}

You can verify by composing: f(f1(x))=3(x+23)2=x+22=xf(f^{-1}(x)) = 3\left(\frac{x+2}{3}\right) - 2 = x + 2 - 2 = x

Graphically, the inverse is found by reflecting the graph of f(x)f(x) over the line y=xy = x. For instance, the graph of f(x)=2xf(x) = 2^x reflected over y=xy = x gives f1(x)=log2xf^{-1}(x) = \log_2 x. This is actually why logarithms and exponentials have the relationship they do.

Graphing Inverses by Reflection

The line y=xy = x is the mirror line between any function and its inverse. The core idea: if (a,b)(a, b) is on the graph of ff, then (b,a)(b, a) is on the graph of f1f^{-1}.

To graph an inverse by reflection:

  1. Plot the original function f(x)f(x) (or identify key points on it)
  2. Draw the line y=xy = x as a reference
  3. Swap the coordinates of each point: (a,b)(b,a)(a, b) \rightarrow (b, a)
  4. Connect the reflected points to form the graph of f1(x)f^{-1}(x)

Example: For f(x)=2xf(x) = 2x, some points are (0,0)(0, 0), (1,2)(1, 2), (2,4)(2, 4). Reflecting gives (0,0)(0, 0), (2,1)(2, 1), (4,2)(4, 2), which lie on f1(x)=x2f^{-1}(x) = \frac{x}{2}. Both graphs are symmetric across y=xy = x.

This reflection property also gives you a visual check: if you fold the graph along y=xy = x, the function and its inverse should land on top of each other.

Properties of Inverse Functions

  • One-to-one requirement: A function must pass the horizontal line test to have an inverse. If any horizontal line crosses the graph more than once, the function is not one-to-one and has no inverse (without a domain restriction).
  • Monotonicity: If a function is strictly increasing or strictly decreasing over its entire domain, it's guaranteed to be one-to-one and therefore has an inverse. This is a useful shortcut for determining invertibility.
  • Bijection: Formally, a function needs to be both injective (one-to-one) and surjective (onto its stated range) to have an inverse. In practice for this course, the one-to-one condition is what you'll check most often.
  • Inverse trig functions (arcsin\arcsin, arccos\arccos, arctan\arctan) are the classic examples of using domain restrictions to create invertible functions. You'll work with these extensively in later units.