Inverse Functions Practice Problems
Two lessons feed this set: One-to-One Functions, which decides whether an inverse exists at all, and Inverse Functions, which finds it. They belong in one practice set because the first question is always “does this even have an inverse?”
How to use this set
The procedure never changes: write
There is a built-in check on every answer. The inverse should undo the original’s operations in reverse order — if
Type the inverse as an expression in (x + 7)/2. For a cube root, nthRoot(x - 1, 3) or \sqrt[3]{x-1} are both accepted.
Common mistakes to watch for
Reading
Solving before swapping. Swap
Forgetting the domain restriction. The inverse’s domain is the original’s range.
Inverting something that is not one-to-one. Restrict the domain first, or the “inverse” is not a function.
Stopping when the variable appears twice. Collect and factor — that is the whole technique in problem 13.
Where to go next
Function Operations and Composition is where the verification step