Function Inverses 🔁
A function inverse, denoted f⁻¹(x), essentially "reverses" the action of the original function f(x). If f(a) = b, then f⁻¹(b) = a. It's crucial for solving equations where the variable is trapped inside a function and for understanding the symmetrical relationship between two functions.
Step-by-Step Guide
- Replace f(x): Write the function as y = f(x).
- Swap x and y: This is the key step! Exchange every x with a y and every y with an x.
- Solve for y: Algebraically manipulate the equation to isolate y on one side.
- Replace with f⁻¹(x): The new expression for y is your inverse function, f⁻¹(x).
- Verify: Check that f(f⁻¹(x)) = x and f⁻¹(f(x)) = x.
Worked Examples
Example 1: Linear Function
Find the inverse of f(x) = 2x - 4.
- y = 2x - 4
- x = 2y - 4 (Swapped x and y)
- x + 4 = 2y → y = (x + 4)/2 (Solved for y)
- f⁻¹(x) = (x + 4)/2
Example 2: Rational Function
Find the inverse of g(x) = (x + 1)/(x - 2), where x ≠ 2.
- y = (x + 1)/(x - 2)
- x = (y + 1)/(y - 2) (Swapped x and y)
- x(y - 2) = y + 1 → xy - 2x = y + 1 → xy - y = 2x + 1 → y(x - 1) = 2x + 1
- y = (2x + 1)/(x - 1)
- g⁻¹(x) = (2x + 1)/(x - 1), x ≠ 1
Common Mistakes to Avoid
❌ Forgetting the Swap: The most common error is solving for x instead of swapping variables first. The inverse is a new function of x.
❌ Ignoring Domain Restrictions: The original function's range becomes the inverse's domain. Always state domain restrictions, especially for rational functions or square roots.
❌ Incorrect Notation: f⁻¹(x) is the inverse function, not 1/f(x) (the reciprocal).
Tips & Tricks
🔍 The Horizontal Line Test: A function has an inverse that is *also a function* if it passes the Horizontal Line Test (no horizontal line intersects the graph more than once).
📈 Graphical Insight: The graph of a function and its inverse are symmetrical about the line y = x. Visualizing this can help you check your work.
🧠 Memory Aid: Think "Inverse = Input/Output Swap."
How to Practice
- Start with simple linear and quadratic functions, then progress to rational, radical, and exponential/logarithmic pairs.
- Practice finding the domain and range of both f(x) and f⁻¹(x).
- Use composition to verify your answers: f(f⁻¹(x)) should always simplify to x.
- Graph pairs of functions and their inverses on the same axes to see the symmetry about y=x.