Navigation: Wiki Home > Skills > Inverse Function Definition
When a biologist measures that a bacteria population reaches 550 at time $t = 6$, she uses a function $N = f(t)$ that takes time and outputs population. But what if she asks: "When will the population reach 600?" Now she needs the reverse: a function that takes population and outputs time.
This "reverse" function is the inverse function, written $f^{-1}$. It undoes what $f$ does.
Can you answer these questions?
The inverse function definition builds directly on one-to-one functions. Review One-to-One Functions before continuing.
| Property | Value |
|---|---|
| Concept | Inverse Functions |
| Chapter | 6.1 |
| Difficulty | Beginner |
| Time | ~15 minutes |
Let $f$ be a one-to-one function with domain $A$ and range $B$. The inverse function $f^{-1}$ has domain $B$ and range $A$ and is defined by:
$$\boxed{f^{-1}(y) = x \quad \Longleftrightarrow \quad f(x) = y}$$
In words: $f^{-1}(y)$ is the unique input $x$ such that $f(x) = y$.
$$f^{-1}(x) \neq \frac{1}{f(x)}$$
The notation $f^{-1}$ means "the inverse function of $f$," NOT "1 divided by $f$."
| Function | Domain | Range |
|---|---|---|
| $f$ | $A$ | $B$ |
| $f^{-1}$ | $B$ | $A$ |
Key insight: The domain of $f^{-1}$ equals the range of $f$, and vice versa.
$$\boxed{f^{-1}(f(x)) = x \quad \text{for all } x \text{ in domain of } f}$$
$$\boxed{f(f^{-1}(x)) = x \quad \text{for all } x \text{ in domain of } f^{-1}}$$
These say that $f$ and $f^{-1}$ "undo" each other:
f f⁻¹
─────► ◄─────
x ═══════► f(x) = y y ═══════► f⁻¹(y) = x
◄───── ─────►
f⁻¹ f
Check cancellation:
If you have a table for $f$:
| $x$ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| $f(x)$ | 5 | 7 | 2 | 9 |
Then for $f^{-1}$, swap the rows:
| $x$ | 5 | 7 | 2 | 9 |
|---|---|---|---|---|
| $f^{-1}(x)$ | 1 | 2 | 3 | 4 |
For example: $f^{-1}(7) = 2$ because $f(2) = 7$.
If $f$ is one-to-one and $f(4) = 10$, $f(7) = 3$, and $f(2) = -5$, find:
(a) $f^{-1}(10)$ (b) $f^{-1}(3)$ (c) $f^{-1}(-5)$
Simplify each expression:
(a) $f^{-1}(f(5))$ (b) $f(f^{-1}(\pi))$ (c) $f^{-1}(f(f^{-1}(3)))$
Let $f(x) = \sqrt{x - 3}$ with domain $[3, \infty)$.
(a) What is the range of $f$? (b) What is the domain of $f^{-1}$? (c) What is the range of $f^{-1}$?
Let $f(x) = \frac{2x+1}{x-3}$ (for $x \neq 3$) and $g(x) = \frac{3x+1}{x-2}$ (for $x \neq 2$).
Verify that $g = f^{-1}$ by checking both cancellation equations.
A function $f$ is called self-inverse if $f^{-1} = f$, meaning $f(f(x)) = x$ for all $x$ in the domain.
(a) Show that $f(x) = \frac{1}{x}$ (for $x \neq 0$) is self-inverse.
(b) Show that $g(x) = \frac{a-x}{1+ax}$ (for $ax \neq -1$, where $a$ is a constant) is self-inverse.
(c) What geometric property do self-inverse functions have?
Question 1: If $f^{-1}(5) = 2$, which statement must be true?
(A) $f(5) = 2$ (B) $f(2) = 5$ (C) $f(5) = -2$ (D) $f^{-1}(2) = 5$
(B) By definition, $f^{-1}(5) = 2$ means that $f(2) = 5$.
Question 2: What is the domain of $f^{-1}$ if $f(x) = x^2$ with domain $[0, 3]$?
(A) $[0, 3]$ (B) $[0, 9]$ (C) $[-3, 3]$ (D) All real numbers
(B) The domain of $f^{-1}$ equals the range of $f$. When $x \in [0, 3]$, $f(x) = x^2$ ranges from $0^2 = 0$ to $3^2 = 9$, so the range is $[0, 9]$.
The Undo Button:
Think of $f^{-1}$ as the "undo" operation for $f$. If $f$ transforms input $x$ into output $y$, then $f^{-1}$ transforms $y$ back into $x$. It's like hitting Ctrl+Z after a text edit—you return to exactly where you started.
| Previous | Up | Next |
|---|---|---|
| One-to-One Functions | Skills Index | Finding Inverse Functions |
Last updated: 2026-01-22