Inverse functions reverse the input-output relationship of a function, letting you "undo" what the original function does. Understanding them is essential for solving equations and sets the stage for key Calculus I topics like derivatives of inverse functions. This guide covers how to test for invertibility, find and graph inverses, and work with inverse trigonometric functions.
Inverse Functions
Horizontal line test for invertibility
A function has an inverse only if it's one-to-one, meaning every output comes from exactly one input. The horizontal line test gives you a quick visual check for this.
Draw horizontal lines across the graph of the function:
- If any horizontal line hits the graph more than once, the function is not one-to-one and doesn't have an inverse. For example, (on all of ) fails because the line hits the parabola at both and .
- If no horizontal line hits the graph more than once, the function is one-to-one and has an inverse. Exponential functions like pass this test.
A function that passes the horizontal line test is called injective. A function that's strictly increasing or strictly decreasing over its entire domain (a monotonic function) will always pass the horizontal line test and therefore always has an inverse.
Computation and graphing of inverses
To find the inverse of a function :
- Replace with
- Swap and
- Solve the new equation for
- Write the result as
Example: Find the inverse of .
-
-
-
, so
-
The domain of equals the range of , and the range of equals the domain of . For instance, with domain has range , and its inverse has domain and range .
Graphing: The graph of is the reflection of the graph of across the line . Every point on becomes on . So if is on , then is on .

Applications of inverse trigonometric functions
Trig functions take angles and produce ratios. Inverse trig functions do the opposite: they take a ratio and return an angle.
- (or ) returns the angle whose sine is
- (or ) returns the angle whose cosine is
- (or ) returns the angle whose tangent is
Because sine, cosine, and tangent aren't one-to-one on their full domains, we restrict their domains so that each inverse function gives a single output. You need to know these restricted domains and ranges:
| Function | Domain | Range |
|---|---|---|
| Example: because and falls within . |
Functions vs. their inverses
Composing a function with its inverse gives you back the original input. This is the defining property of inverse functions:
- for all in the domain of
- for all in the domain of
This is a useful way to verify that two functions are actually inverses of each other. Just compose them both ways and check that you get .
The derivative of an inverse function is related to the derivative of the original:
This formula says: evaluate the derivative of at the point , then take the reciprocal. You'll use this frequently later in the course. Note that can't equal zero for this to work.

Equations with inverse functions
Inverse functions are the main tool for isolating a variable trapped inside a function. The process is straightforward:
- Start with an equation like
- Apply to both sides:
- Simplify the left side:
For trigonometric equations, you need to account for periodicity. Inverse trig functions give you only the principal value (the one angle in the restricted range), but trig equations typically have infinitely many solutions.
Example: Solve .
-
The principal value is
-
Cosine is also negative and equals at , which is
-
The general solutions are or , where is any integer
Function properties and invertibility
A few properties tie together the ideas in this section:
- A surjective (onto) function maps to every element in its codomain. A function that's both injective (one-to-one) and surjective is called bijective, and bijective functions always have inverses.
- A monotonic function is strictly increasing or strictly decreasing over its entire domain. Monotonic functions are always one-to-one, so they're always invertible.
- The composition of two invertible functions is also invertible: if , then . Notice the order reverses.