Worksheet 7.4 Inverse Functions Answer Key: A Complete Guide to Understanding and Solving Inverse Function Problems
Inverse functions are a fundamental concept in algebra and calculus, representing a relationship where one function "undoes" the operation of another. Day to day, if you're working through Worksheet 7. 4 Inverse Functions, you'll likely encounter problems that require finding the inverse of various functions, determining domains and ranges, and verifying inverses through composition. This guide provides a detailed explanation of inverse functions, step-by-step solutions to common problems, and an answer key to help reinforce your understanding Practical, not theoretical..
Introduction to Inverse Functions
An inverse function essentially reverses the effect of the original function. If f(x) maps an input x to an output y, then the inverse function f⁻¹(x) maps y back to x. For a function to have an inverse, it must be one-to-one, meaning each output corresponds to exactly one input. This ensures that the inverse relation is also a function.
The notation f⁻¹(x) does not indicate division; rather, it signifies the inverse of f(x). Because of that, to find the inverse, you typically switch the roles of x and y in the original equation and solve for y. The domain of the original function becomes the range of the inverse, and vice versa.
Steps to Find the Inverse of a Function
- Replace f(x) with y: Start by writing the function as y = ....
- Swap x and y: Interchange the variables to begin reversing the operation.
- Solve for y: Rearrange the equation to isolate y on one side.
- Replace y with f⁻¹(x): Write the final expression as the inverse function.
- State the Domain: Identify any restrictions on the domain of the inverse function, often determined by the range of the original function.
Examples with Solutions
Example 1: Linear Function
Problem: Find the inverse of f(x) = 2x + 5 Not complicated — just consistent..
Solution:
- Write y = 2x + 5.
- Swap variables: x = 2y + 5.
- Solve for y:
x - 5 = 2y
y = (x - 5)/2. - Replace y with f⁻¹(x): f⁻¹(x) = (x - 5)/2.
- Domain: All real numbers, since the original function’s range is all real numbers.
Answer Key: f⁻¹(x) = (x - 5)/2 Most people skip this — try not to..
Example 2: Rational Function
Problem: Find the inverse of f(x) = (2x - 1)/3 And that's really what it comes down to..
Solution:
- Write y = (2x - 1)/3.
- Swap variables: x = (2y - 1)/3.
- Solve for y:
3x = 2y - 1
3x + 1 = 2y
y = (3x + 1)/2. - Replace y with f⁻¹(x): f⁻¹(x) = (3x + 1)/2.
- Domain: All real numbers.
Answer Key: f⁻¹(x) = (3x + 1)/2 Worth keeping that in mind..
Example 3: Quadratic Function (with Domain Restriction)
Problem: Find the inverse of f(x) = x² for x ≥ 0.
Solution:
- Write y = x².
- Swap variables: x = y².
- Solve for y: y = √x (only the positive root due to the domain restriction x ≥ 0).
- Replace y with f⁻¹(x): f⁻¹(x) = √x.
- Domain: x ≥ 0 (matches the range of the original function).
Answer Key: f⁻¹(x) = √x Simple as that..
Example 4: Verifying Inverses via Composition
Problem: Verify that f(x) = 3x - 2 and g(x) = (x + 2)/3 are inverses.
Solution:
Check if f(g(x)) = x and g(f(x)) = x Simple, but easy to overlook..
- Compute f(g(x)):
f((x + 2)/3) = 3((x + 2)/3) - 2 = x + 2 - 2 = x. - Compute g(f(x)):
g(3x - 2) = ((3x - 2) + 2)/3 = 3x/3 = x.
Since both compositions simplify to x, the functions are inverses Easy to understand, harder to ignore..
Answer Key: Verified as inverses.
Common Mistakes to Avoid
- Ignoring Domain Restrictions: For functions like f(x) = x², the inverse ±√x is not a function unless the domain is restricted. Always check the original function’s domain and range.
- Incorrect Variable Swapping: Ensure you swap x and y correctly before solving.
- Algebraic Errors: Double-check your algebra when solving for y, especially with fractions or distribution.
Example 5: Exponential Function
Problem: Find the inverse of f(x)=5·e^{2x}+3.
Solution:
- Write y = 5e^{2x}+3.
- Swap variables: x = 5e^{2y}+3.
- Solve for y:
[ \begin{aligned} x-3 &= 5e^{2y} \ \frac{x-3}{5} &= e^{2y} \ \ln!Even so, \left(\frac{x-3}{5}\right) &= 2y \ y &= \tfrac12\ln! \left(\frac{x-3}{5}\right) The details matter here..
- Replace y with f^{-1}(x):
[ f^{-1}(x)=\frac12\ln!\left(\frac{x-3}{5}\right). ]
- Domain: The argument of the logarithm must be positive, so
[ \frac{x-3}{5}>0;\Longrightarrow;x>3. ]
Answer Key: f⁻¹(x)=\dfrac12\ln!\bigl(\tfrac{x-3}{5}\bigr),; x>3 Took long enough..
Example 6: Logarithmic Function
Problem: Find the inverse of f(x)=\log_{4}(2x-7).
Solution:
- Write y = \log_{4}(2x-7).
- Swap variables: x = \log_{4}(2y-7).
- Solve for y using the definition of a logarithm:
[ \begin{aligned} 4^{,x} &= 2y-7 \ 2y &= 4^{,x}+7 \ y &= \tfrac12\bigl(4^{,x}+7\bigr). \end{aligned} ]
- Replace y with f^{-1}(x):
[ f^{-1}(x)=\frac12\bigl(4^{,x}+7\bigr). ]
- Domain: Since the original logarithm requires 2x-7>0, its range is all real numbers, so the inverse’s domain is all real numbers.
Answer Key: f⁻¹(x)=\dfrac{1}{2}\bigl(4^{,x}+7\bigr),; x\in\mathbb{R}.
Example 7: Piecewise Function
Problem: Let
[ f(x)= \begin{cases} x+1, & x\le 0\[4pt] 2x-3, & x>0 \end{cases} ]
Find f⁻¹(x) and state its domain.
Solution:
Because each branch is linear and one‑to‑one on its own interval, we invert each piece separately.
-
First branch (x ≤ 0):
y = x+1 → swap → x = y+1 → y = x-1.
Since the original branch is defined for x ≤ 0, the output (the range) is y ≤ 1.
Therefore the inverse branch is valid for x ≤ 1:[ f^{-1}(x)=x-1,\qquad x\le 1. ]
-
Second branch (x > 0):
y = 2x-3 → swap → x = 2y-3 → y = \tfrac{x+3}{2}.
The original branch’s domain x>0 yields a range y> -3.
Hence the inverse branch applies for x > -3:[ f^{-1}(x)=\frac{x+3}{2},\qquad x>-3. ]
-
Combine the two pieces, making sure the intervals do not overlap incorrectly. The overall inverse function is
[ f^{-1}(x)= \begin{cases} x-1, & x\le 1\[4pt] \dfrac{x+3}{2}, & x>-3 \end{cases} ]
Notice that the interval ((-3,1]) is covered by both formulas; however, they agree at the shared endpoint x=1:
[ 1-1 = 0,\qquad \frac{1+3}{2}=2. ]
Since the original function is not one‑to‑one across the whole real line, the piecewise inverse is only a function if we restrict the original domain to make the two branches disjoint. A common restriction is to keep only the first branch (x≤0) or only the second (x>0). Assuming we keep the original definition as given, the inverse is set‑valued rather than a single‑valued function Simple, but easy to overlook..
If the domain of f is restricted to either branch, the corresponding inverse is the linear expression shown above; otherwise, f does not have a true inverse.
Answer Key: f⁻¹(x)=x-1 for x≤1 (inverse of the left branch) and f⁻¹(x)=(x+3)/2 for x>-3 (inverse of the right branch), with the caveat that the original function must be restricted to a single branch for a true inverse Simple, but easy to overlook..
Quick‑Reference Checklist for Finding Inverses
| Step | What to Do | Typical Pitfalls |
|---|---|---|
| 1 | Write y = f(x). In practice, | |
| 2 | Swap x and y. g. | |
| 6 (optional) | Verify by composition. | Swapping only part of the equation or leaving the original variable unchanged. Practically speaking, |
| 3 | Solve for y. , missing a constant). So | Ignoring restrictions imposed by square roots, logarithms, or original domain limits. |
| 4 | Replace y with f⁻¹(x). | |
| 5 | State domain (and range, if asked). | Writing f(x) again instead of the inverse notation. Day to day, |
When an Inverse Does Not Exist
A function fails to have an inverse when it is not one‑to‑one (i.e., it does not pass the Horizontal Line Test).
- Even powers (e.g., x², x⁴) without domain restrictions.
- Trigonometric functions like sin(x) or cos(x) over their natural periods.
- Absolute value functions, |x|, which map both positive and negative inputs to the same output.
Remedy: Restrict the domain so that each y value corresponds to exactly one x value. Take this case: f(x)=x² becomes invertible on [0,∞) (giving f⁻¹(x)=√x) or on (-∞,0] (giving f⁻¹(x)=-√x) Most people skip this — try not to..
Closing Thoughts
Mastering inverses is more than a procedural skill; it deepens your understanding of how functions transform the number line and how those transformations can be undone. By routinely:
- Writing the equation in y form,
- Swapping variables,
- Solving cleanly for y, and
- Checking domain constraints and compositions,
you’ll develop an intuitive sense for when an inverse exists and how to express it succinctly.
Whether you’re preparing for a calculus exam, tackling a physics problem that requires solving for time, or simply exploring the symmetry of functions, the tools in this guide will serve you well. Keep the checklist handy, practice with a variety of function types, and soon finding inverses will feel as natural as evaluating the original functions themselves.
Happy solving!
Inverse‑Finding in Action: A Few More Illustrations
Below are three additional examples that showcase common “gotchas” and how the checklist helps you avoid them And that's really what it comes down to. Turns out it matters..
| # | Function (f(x)) | Restricted Domain (if needed) | Steps Summarized | Inverse (f^{-1}(x)) | Domain of (f^{-1}) |
|---|---|---|---|---|---|
| 1 | (f(x)=\displaystyle\frac{5}{x-2}) | (x\neq2) (no further restriction) | 1️⃣ (y=\frac{5}{x-2}) → 2️⃣ Swap → (x=\frac{5}{y-2}) → 3️⃣ Multiply: (x(y-2)=5) → (xy-2x=5) → (y=\frac{5+2x}{x}) | (f^{-1}(x)=\displaystyle\frac{5+2x}{x}) | (x\neq0) (cannot divide by zero) |
| 2 | (f(x)=\ln(x-1)) | (x>1) (log argument > 0) | 1️⃣ (y=\ln(x-1)) → 2️⃣ Swap → (x=\ln(y-1)) → 3️⃣ Exponentiate: (e^{x}=y-1) → (y=e^{x}+1) | (f^{-1}(x)=e^{x}+1) | All real numbers (no restriction on (x)) |
| 3 | (f(x)=\sqrt{3x+4}) | (3x+4\ge0;\Rightarrow;x\ge-\tfrac{4}{3}) | 1️⃣ (y=\sqrt{3x+4}) → 2️⃣ Swap → (x=\sqrt{3y+4}) → 3️⃣ Square both sides: (x^{2}=3y+4) → (y=\frac{x^{2}-4}{3}) | (f^{-1}(x)=\displaystyle\frac{x^{2}-4}{3}) | (x\ge0) (because the original output (\sqrt{\cdot}) is non‑negative) |
Key observation: In Example 3 the squaring step could introduce extraneous solutions, but the domain restriction (output of the original square‑root is (\ge0)) eliminates any negative‑(x) candidates automatically.
Graphical Insight: The Mirror Trick
A visual way to confirm that you have the correct inverse is to plot both (f) and (f^{-1}) on the same coordinate system. If you have truly found the inverse, the two curves will be reflections of each other across the line (y=x). This symmetry is a direct consequence of the definition:
[ f^{-1}(f(x))=x \quad\text{and}\quad f(f^{-1}(x))=x . ]
The moment you see a slight misalignment—perhaps a branch that lies on the wrong side of (y=x)—it’s a red flag that either a domain restriction was missed or an algebraic sign error slipped in. Many graphing calculators and software packages (Desmos, GeoGebra, Python’s matplotlib) let you overlay the two graphs instantly, making this a quick sanity check before you move on.
No fluff here — just what actually works.
A Word on Piecewise Functions
Piecewise‑defined functions deserve special attention because each piece may have its own invertibility characteristics. The workflow is:
- Identify each piece and its domain.
- Determine whether the piece is one‑to‑one on its own interval.
- Find the inverse of each invertible piece individually.
- Assemble the inverse as a new piecewise function, swapping the original domains and ranges.
Example:
[ f(x)= \begin{cases} x+1, & x\le 0\[4pt] 2x-3, & x>0 \end{cases} ]
Both linear pieces are injective. Solving each for (x) yields
[ f^{-1}(x)= \begin{cases} x-1, & x\le 1\[4pt] \frac{x+3}{2}, & x>1 \end{cases} ]
Notice how the break‑point in the original function ((x=0)) becomes a break‑point in the inverse at the corresponding output value ((x=1)). Forgetting to translate the breakpoint is a common slip that leads to a mismatched domain for the inverse.
Common Extensions in Higher Mathematics
Once you’re comfortable with elementary inverses, you’ll encounter them in more advanced settings:
| Context | Typical Inverse Form | Why It Matters |
|---|---|---|
| Linear Algebra | (A^{-1}) for a nonsingular matrix (A) | Solves systems (Ax=b) via (x=A^{-1}b). |
| Differential Equations | Inverse Laplace transform (\mathcal{L}^{-1}{F(s)}) | Recovers time‑domain solutions from the (s)-domain. |
| Complex Analysis | Inverse trigonometric functions (e.g., (\arcsin z)) | Provides analytic continuation and conformal mapping tools. |
| Probability | Quantile function (F^{-1}(p)) (inverse CDF) | Transforms uniform random numbers into samples from any distribution. |
In each of these arenas the core idea remains unchanged: an inverse undoes the action of the original operation, provided the underlying object satisfies the necessary one‑to‑one condition (or is appropriately restricted).
Final Checklist Recap (Now with a “Debug” Column)
| Step | Action | Debug Tip |
|---|---|---|
| 1 | Write (y = f(x)). Which means | Verify that you copied every term, especially constants and exponents. |
| 2 | Swap (x) and (y). | Double‑check you swapped both variables, not just the left side. And |
| 3 | Solve for (y). In real terms, | Keep an eye on sign flips when moving terms across the equality sign. On the flip side, |
| 4 | Express as (f^{-1}(x)). | Replace the solved‑for variable with the inverse notation; don’t forget the parentheses. In practice, |
| 5 | State domain (and range). Even so, | Use the original domain to infer the new range, and vice‑versa; plug in boundary values. |
| 6 | Verify: (f(f^{-1}(x)) = x) and (f^{-1}(f(x)) = x). | Pick a few test numbers (including edge cases) to confirm both compositions. |
| 7 (optional) | Sketch or plot. | A quick graph can reveal hidden domain errors instantly. |
Concluding Remarks
Finding an inverse is a blend of algebraic dexterity and conceptual clarity. That said, the algebra tells you how to manipulate the symbols, while the conceptual side—thinking about one‑to‑one behavior, domain/range swaps, and graphical symmetry—tells you whether an inverse even exists in the first place. By consistently applying the checklist, verifying with composition, and visualizing the mirror image across (y=x), you turn a potentially error‑prone process into a reliable routine That's the whole idea..
Remember, the goal isn’t merely to produce a formula; it’s to understand the reversible transformation that the original function encodes. This perspective will pay dividends far beyond the classroom, whether you’re modeling physical systems, inverting matrices for engineering calculations, or generating random variables for statistical simulations Easy to understand, harder to ignore..
Keep practicing, stay vigilant about domain restrictions, and let the mirror of (y=x) be your guide. Happy inverting!
Practical Applications
Calculus and Differential Equations – In many ordinary differential equations, the solution is obtained by integrating a function (F(x)). To express the original variable in terms of the integrated result, one often needs the inverse of the antiderivative. As an example, the logistic growth model leads to an integral that can be inverted with a hyperbolic tangent, giving a closed‑form expression for the population size as a function of time Not complicated — just consistent..
Physics and Engineering – Inverse functions appear whenever a transformation is applied to a measurable quantity. The Legendre transform, which swaps between position‑momentum and energy‑momentum descriptions in mechanics, is essentially an inverse operation on a generating function. In electronics, the transfer function of a circuit is inverted (via de‑convolution) to retrieve the impulse response, a step that relies on the same “undo” principle And that's really what it comes down to..
Statistics and Data Science – Beyond the quantile function mentioned earlier, the inverse of a cumulative distribution is used in hypothesis testing (e.g., the probit link in generalized linear models) and in Monte Carlo simulations where uniform draws must be reshaped into target‑distribution samples. Inverse transformations also underpin normalizing flows, a class of generative models that map simple base densities to complex data distributions through a series of bijective, invertible layers.
Common Pitfalls and How to Avoid Them
- Assuming Global Invertibility – A function that is not one‑to‑one on its entire domain may still possess a local inverse. Always check the derivative (or monotonicity) on the region of interest before claiming a global inverse exists.
- Neglecting Codomain Restrictions – When solving for the inverse, the resulting expression might inadvertently fall outside the original function’s codomain. Explicitly state the new range after solving, and verify that the output satisfies the original constraints.
- Overlooking Piecewise Definitions – Functions defined piecewise often require separate inversion on each piece. Treat each branch independently, then combine the results with clear piecewise notation.
- Confusing Notation – The symbol (f^{-1}) can be ambiguous: it may denote the reciprocal (1/f) or the true inverse function. Contextual cues (e.g., “(f^{-1}(x))” versus “(1/f(x))”) should be used to disambiguate.
A Final Thought
Understanding and constructing inverses is more than a mechanical algebraic exercise; it is a way of thinking about reversibility, symmetry, and the interplay between input and output spaces. That said, mastery of the checklist, diligent verification through composition, and an eye for graphical reflections turn a routine computation into a powerful analytical tool. Whether you are solving equations, transforming coordinates, or shaping probability models, the ability to “undo” a transformation equips you to figure out forward and backward through the mathematical landscape with confidence. Embrace the mirror of (y=x), keep the domain dialogue alive, and let each inverse you craft deepen your insight into the underlying structure of the problem at hand Still holds up..