Inverse Functions
The inverse f-inverse undoes f: if f sends a to b, then f-inverse sends b back to a, so f(f⁻¹(x)) = x and f⁻¹(f(x)) = x. Only a bijection (one-one and onto) has an inverse, which is why CAT often pairs "find the inverse" with a check on those properties. The mechanical recipe is reliable: write y = f(x), swap x and y, then solve for y — that solved expression is f-inverse. For a linear f(x) = ax + b the inverse is (x − b)/a; for f(x) = 1/x the inverse is itself. Graphically, f and f-inverse are mirror images across the line y = x, so their graphs reflect into each other. Two facts win CAT questions fast: an involution satisfies f(f(x)) = x, meaning f is its own inverse (e.g. f(x) = 1/x, f(x) = a − x, f(x) = (ax + b)/(cx − a)); and the inverse of a composite reverses the order, (f∘g)⁻¹ = g⁻¹∘f⁻¹. When the domain is restricted, remember the inverse swaps the roles of domain and range.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Definitions and tests
| Function rule | each x in domain → exactly one f(x) |
|---|---|
| Even function | f(−x) = f(x) (graph symmetric about y-axis) |
| Odd function | f(−x) = −f(x) (graph symmetric about origin) |
| Periodic function | f(x + T) = f(x) for least T > 0 |
| Composite function | (f∘g)(x) = f(g(x)) |
| Inverse condition | f(f⁻¹(x)) = x and f⁻¹(f(x)) = x |
CAT power-tools
| Domain of √(g(x)) | need g(x) ≥ 0 |
|---|---|
| Domain of 1/g(x) | need g(x) ≠ 0 |
| One-one (injective) test | f(a) = f(b) ⇒ a = b |
| Onto (surjective) test | range = co-domain |
| Inverse of linear f(x)=ax+b | f⁻¹(x) = (x − b)/a |
| Self-inverse / involution | f(f(x)) = x (e.g. f(x)=1/x, a−x) |