Inverse Functions
Inverse functions reverse what a function does. If takes an input and produces an output, then 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.

Verification of Inverse Functions
Two functions and are inverses if and only if both of these are true:
- for all in the domain of
- for all in the domain of
Both compositions must simplify to . Checking only one isn't enough.
Example: Verify that and are inverses.
-
Compute ✓
-
Compute ✓
Since both equal , these functions are confirmed inverses.
Evaluating inverses from known values: If you know that , then . 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: means the inverse function of . It does not mean . That's a common mistake worth watching for.
)_%3D_x_examples_Honors_Pre-Calculus_study_guide%22-ex07.PNG.png)
Domains and Ranges of Inverses
For a one-to-one function with domain and range , its inverse has domain and range . 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, gives and . So what would 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:
- with becomes one-to-one, and its inverse is
- Trig functions like need restricted domains to define , , and
When you restrict the domain of , that restricted domain becomes the range of , and vice versa.
)_%3D_x_examples_Honors_Pre-Calculus_study_guide%22-ex03.PNG.png)
Finding Inverse Functions
To find an inverse algebraically:
- Replace with , so you have
- Swap and to get
- Solve for in terms of
- Write the result as
Example: Find the inverse of .
-
-
Swap:
-
Solve: , so
-
You can verify by composing: ✓
Graphically, the inverse is found by reflecting the graph of over the line . For instance, the graph of reflected over gives . This is actually why logarithms and exponentials have the relationship they do.
Graphing Inverses by Reflection
The line is the mirror line between any function and its inverse. The core idea: if is on the graph of , then is on the graph of .
To graph an inverse by reflection:
- Plot the original function (or identify key points on it)
- Draw the line as a reference
- Swap the coordinates of each point:
- Connect the reflected points to form the graph of
Example: For , some points are , , . Reflecting gives , , , which lie on . Both graphs are symmetric across .
This reflection property also gives you a visual check: if you fold the graph along , 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 (, , ) are the classic examples of using domain restrictions to create invertible functions. You'll work with these extensively in later units.