Inverse Function Examples Problems Without Calculator
Inverse functions are fundamental in mathematics, allowing us to "undo" the operations performed by other functions. This guide provides clear explanations, step-by-step examples, and practice problems to help you master inverse functions without relying on a calculator.
What is an Inverse Function?
An inverse function reverses the effect of another function. If a function f takes an input x and produces an output y, then the inverse function f⁻¹ takes y and returns x. For a function to have an inverse, it must be bijective (both injective and surjective), meaning it must pass both the horizontal and vertical line tests.
If f(a) = b, then f⁻¹(b) = a
Inverse functions are denoted with a superscript -1, such as f⁻¹(x). The graph of an inverse function is the reflection of the original function's graph across the line y = x.
Not all functions have inverses. Only one-to-one (injective) functions can have inverses because they pass the horizontal line test.
How to Find the Inverse of a Function
Finding the inverse of a function involves three main steps:
- Replace f(x) with y: Start with the original equation and replace the function notation with y.
- Swap x and y: Interchange the x and y variables in the equation.
- Solve for y: Rearrange the equation to solve for y, which will be the inverse function f⁻¹(x).
Example: Find the inverse of f(x) = 2x + 3
- y = 2x + 3
- Swap x and y: x = 2y + 3
- Solve for y: x - 3 = 2y → y = (x - 3)/2
Inverse function: f⁻¹(x) = (x - 3)/2
When solving for the inverse, be careful with operations that might restrict the domain. For example, square roots and logarithms can introduce extraneous solutions.
Inverse Function Examples
Here are several examples of finding inverse functions:
Example 1: Linear Function
Find the inverse of f(x) = 4x - 7
- y = 4x - 7
- Swap x and y: x = 4y - 7
- Solve for y: x + 7 = 4y → y = (x + 7)/4
Inverse function: f⁻¹(x) = (x + 7)/4
Example 2: Quadratic Function
Find the inverse of f(x) = x² + 2x + 1 (for x ≥ -1)
- y = x² + 2x + 1
- Swap x and y: x = y² + 2y + 1
- Rearrange: x = (y + 1)² → y + 1 = ±√x → y = -1 ± √x
Inverse function: f⁻¹(x) = -1 + √x (for x ≥ 0)
Example 3: Exponential Function
Find the inverse of f(x) = 3⁽ˣ⁾
- y = 3ˣ
- Swap x and y: x = 3ʸ
- Take the logarithm: log₃x = y
Inverse function: f⁻¹(x) = log₃x
Inverse Function Problems
Practice finding inverses with these problems:
Problem 1
Find the inverse of f(x) = 5x - 10.
Problem 2
Find the inverse of f(x) = (x + 4)² for x ≥ -4.
Problem 3
Find the inverse of f(x) = eˣ⁺¹.
Remember to check that the inverse is a function by ensuring it passes the vertical line test.
FAQ
- What is the difference between a function and its inverse?
- A function takes an input and produces an output, while its inverse takes the output and returns the original input. The graphs of a function and its inverse are reflections across the line y = x.
- Can all functions have inverses?
- No, only one-to-one (injective) functions can have inverses. Functions that fail the horizontal line test do not have inverses.
- How do you verify that a function is its own inverse?
- A function is its own inverse if f(f(x)) = x for all x in the domain. For example, f(x) = -x is its own inverse because f(f(x)) = f(-x) = -(-x) = x.
- What are some real-world applications of inverse functions?
- Inverse functions are used in decoding messages, solving exponential growth/decay problems, and in physics for relationships like velocity and position.