Invertible Functions 🔁
What is an Invertible Function?
An invertible function (or one-to-one function) is a function that has an inverse function. This means each input maps to exactly one output, and each output comes from exactly one input. Invertible functions are crucial because they allow us to "reverse" a process and solve for original inputs given outputs.
How to Determine if a Function is Invertible
- Check if it's one-to-one: Use the horizontal line test on its graph
- Algebraic check: If f(a) = f(b) implies a = b, it's one-to-one
- Find the inverse: Replace f(x) with y, swap x and y, then solve for y
- Verify: Check that f(f⁻¹(x)) = x and f⁻¹(f(x)) = x
Worked Examples
Example 1: f(x) = 2x + 3
1. y = 2x + 3
2. Swap: x = 2y + 3
3. Solve: x - 3 = 2y → y = (x - 3)/2
4. f⁻¹(x) = (x - 3)/2 ✅
Example 2: f(x) = x² (for x ≥ 0)
1. y = x²
2. Swap: x = y²
3. Solve: y = √x (only principal root since x ≥ 0)
4. f⁻¹(x) = √x ✅
Note: Without domain restriction, x² is not invertible!
⚠️ Common Mistakes
- Forgetting domain restrictions: Functions like x² are only invertible on restricted domains
- Incorrect swapping: Remember to swap x and y before solving for y
- Assuming all functions are invertible: Always verify with the horizontal line test
- Algebra errors: Be careful when solving for y in complex functions
💡 Tips & Tricks
- Horizontal Line Test: If any horizontal line crosses the graph more than once, the function is NOT invertible
- Domain & Range Swap: Domain of f = Range of f⁻¹, and Range of f = Domain of f⁻¹
- Graphical Insight: The graph of f⁻¹ is the reflection of f's graph across the line y = x
- Quick Check: Strictly increasing/decreasing functions are always invertible
Practice Suggestions
Start with linear functions, then progress to rational functions (like f(x) = (2x+1)/(x-3)) and radical functions. Practice both algebraic verification and graphical analysis. Try composing f(f⁻¹(x)) to verify your answers. Work with functions that require domain restrictions to become invertible.