Not every function has an inverse. Consider the function $f(x) = x^2$: both $f(2) = 4$ and $f(-2) = 4$. If we tried to "reverse" $f$ and ask "what input gives output 4?", there is no unique answer—it could be $2$ or $-2$.
Functions that do have inverses are called one-to-one functions. Recognizing them is the gateway to the entire theory of inverse functions, logarithms, and inverse trigonometric functions.
Can you answer these prerequisite questions?
These concepts are essential prerequisites. Review the Function Definition skill before continuing.
| Property | Value |
|---|---|
| Concept | Inverse Functions |
| Chapter | 6.1 |
| Difficulty | Beginner |
| Time | ~15 minutes |
$$\boxed{\text{A function } f \text{ is \textbf{one-to-one} if } f(x_1) \neq f(x_2) \text{ whenever } x_1 \neq x_2}$$
In other words: different inputs always produce different outputs.
Equivalently: if $f(x_1) = f(x_2)$, then $x_1 = x_2$.
A function is one-to-one if and only if no horizontal line intersects its graph more than once.
y y
| ___ | /
| / \ | /
| / \ | /
-----|--+------\---- x ----+--/--------- x
| \ | /
| \_ |/
| |
NOT one-to-one One-to-one
(line crosses twice) (each line crosses once)
If a horizontal line $y = k$ intersects the graph at two points $(x_1, k)$ and $(x_2, k)$, then $f(x_1) = k = f(x_2)$ with $x_1 \neq x_2$. This violates the one-to-one property.
| Function | One-to-One? | Reason |
|---|---|---|
| $f(x) = x^3$ | Yes | Strictly increasing; passes HLT |
| $f(x) = x^2$ | No | $f(2) = f(-2) = 4$ |
| $f(x) = x^2, \, x \geq 0$ | Yes | Restricted domain makes it one-to-one |
| $f(x) = 2x + 5$ | Yes | Linear with nonzero slope |
| $f(x) = \sin x$ | No | Periodic; fails HLT |
| $f(x) = e^x$ | Yes | Strictly increasing |
| Situation | What Happens | Example |
|---|---|---|
| Constant functions | Never one-to-one | $f(x) = 5$ gives same output for all inputs |
| Even functions | Not one-to-one on symmetric domains | $f(x) = x^4$ has $f(a) = f(-a)$ |
| Periodic functions | Not one-to-one unless domain restricted | $\sin x$, $\cos x$ repeat values |
| Piecewise functions | Check each piece AND transitions | Must verify at boundaries too |
To prove a function is one-to-one algebraically:
Example: Prove $f(x) = 5x - 2$ is one-to-one.
If $f(x_1) = f(x_2)$, then: $$5x_1 - 2 = 5x_2 - 2$$ $$5x_1 = 5x_2$$ $$x_1 = x_2$$ ✓
Theorem: If $f$ is strictly increasing on its domain, then $f$ is one-to-one.
Similarly for strictly decreasing functions.
Why? If $x_1 < x_2$, then $f(x_1) < f(x_2)$ (or $>$ for decreasing), so $f(x_1) \neq f(x_2)$.
This gives a calculus criterion: if $f'(x) > 0$ everywhere (or $f'(x) < 0$ everywhere), then $f$ is one-to-one.
Is the function given by this table one-to-one?
| $x$ | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| $f(x)$ | 3 | 7 | 2 | 9 | 7 |
Determine whether $g(x) = x^4 - 1$ is one-to-one.
Prove algebraically that $f(x) = \frac{x}{x+2}$ (for $x \neq -2$) is one-to-one.
Show that $f(x) = x^3 + 2x + 1$ is one-to-one by analyzing its derivative.
The function $f(x) = x^2 - 4x + 3$ is not one-to-one on $\mathbb{R}$.
(a) Find the largest interval containing $x = 5$ on which $f$ is one-to-one.
(b) Find the largest interval containing $x = 0$ on which $f$ is one-to-one.
Question 1: A function $f$ has the property that $f(3) = 7$. Which of the following is possible if $f$ is one-to-one?
(A) $f(5) = 7$ (B) $f(-3) = 7$ (C) $f(3) = -7$ (D) $f(7) = 3$
(D) If $f$ is one-to-one, no other input can produce output 7. Options (A) and (B) would mean two inputs give output 7, violating one-to-one. Option (C) contradicts $f(3) = 7$. Option (D) is fine—nothing prevents $f(7) = 3$.
Question 2: If $f'(x) < 0$ for all $x$ in the domain of $f$, then $f$ is:
(A) One-to-one and increasing (B) One-to-one and decreasing (C) Not one-to-one (D) Cannot determine
(B) A function with $f'(x) < 0$ everywhere is strictly decreasing. Strictly decreasing functions are one-to-one (different inputs give different outputs because the function always goes down).
The Unique Address Principle:
Think of a one-to-one function like a perfect mailing system: every output has exactly one "return address" (input). If two different people could send mail that arrives with the same label, you couldn't tell who sent it—that's not one-to-one.
| Previous | Up | Next |
|---|---|---|
| — | Skills Index | Inverse Function Definition |
Last updated: 2026-01-22