Grade 11 → Functions and Graphs → Inverse Functions ↓
Finding Inverses
In mathematics, understanding the concept of an inverse function is crucial to understanding how functions work inversely. This topic delves deep into finding the inverse of a function, a fundamental concept that allows us to "undo" a given function. Through this detailed guide, we will explore what it means for a function to have an inverse, how to find this inverse, and numerous examples to solidify your understanding.
What is an inverse function?
The inverse function reverses the operation of the original function. If you have a function f
that maps input x
to output y
, the inverse function, denoted as f -1
, maps y
back to x
. The relationship can be expressed as:
f(x) = y
f -1 (y) = x
For an inverse function to exist, the original function must be bijective. This means it must be both one-to-one (injective) and onto (surjective).
How to determine if a function is bijective or not?
There are two main criteria for the inverse of a function:
- One-to-one (injective): Each output is mapped by only one input.
- Onto (surjective): Every possible output is covered by the function.
To determine whether a function is bijective, you can use these tests:
- Horizontal Line Test: For the graph of a function, if each horizontal line intersects the graph at most once, then the function is one-to-one.
Example:
In the illustration above, the curve represents a function. The red line, which is horizontal, intersects the graph only once, indicating that the function is one-to-one. Therefore, it is a candidate for being the inverse.
Steps to find the inverse of a function
Follow these steps to find the inverse of a function:
- Change the function notation: Start with the function equation and replace
f(x)
withy
. - Swap variables: Interchange the variables
x
andy
. - Solve for
y
: Make sure all terms are isolated to solve fory
. - Replace
y
withf -1 (x)
: The new equation represents the inverse function. - Verify: Verify that
f(f -1 (x)) = x
andf -1 (f(x)) = x
.
Example 1: Linear function
Consider the function f(x) = 2x + 3
.
- Replace
f(x)
withy
:y = 2x + 3
- Replace
x
andy
:x = 2y + 3
- Solve for
y
:x – 3 = 2y
y = (x – 3) / 2 - Replace
y
withf -1 (x)
:f - 1 (x) = (x - 3) / 2
Thus, the inverse function is f -1 (x) = (x - 3) / 2
.
Example 2: Quadratic function
Quadratic functions require careful consideration, since not all quadratic functions have inverses. Consider f(x) = x 2
.
The function f(x) = x 2
is not one-to-one because f(2) = 4
and f(-2) = 4
. To get the inverse, the domain can be restricted to make the function one-to-one (for example, x ≥ 0
).
The above graph shows only the right half of the parabola, making f
effectively one-to-one.
For this restricted function: f(x) = x 2, x ≥ 0
- Replace
f(x)
withy
:y = x 2
- Replace
x
andy
:x = y 2
- Solve for
y
:y = √x
- Replace
y
withf -1 (x)
:f -1 (x) = √x
Therefore, the inverse of the function is f -1 (x) = √x
, for which x ≥ 0
.
Relation between a function and its inverse
The inverse of a function is reflected on the graph at the line y = x
. This reflection shows how the inputs and outputs are interchanged between the function and its inverse. Consider the example where f(x) = 2x + 3
and f -1 (x) = (x - 3) / 2
. Graphically, they appear as reflections at the line y = x
.
In the above graph, the gray dashed line is y = x
, the blue line represents the function f(x)
, and the red line represents the inverse f -1 (x)
.
Additional examples
Example 3: Rational function
Suppose you have this function: f(x) = (2x + 3) / (x - 1)
.
- Replace
f(x)
withy
:y = (2x + 3) / (x – 1)
- Replace
x
andy
:x = (2y + 3) / (y – 1)
- Solve for
y
:x(y - 1) = 2y + 3
xy−x=2y+3
xy – 2y = x + 3
y(x – 2) = x + 3
y = (x + 3) / (x - 2) - Replace
y
withf -1 (x)
:f - 1 (x) = (x + 3) / (x - 2)
Thus, the inverse is f -1 (x) = (x + 3) / (x - 2)
.
Example 4: Exponential function
For the exponential function f(x) = 2 x
, the inverse is the logarithmic function.
- Replace
f(x)
withy
:y = 2x
- Replace
x
andy
:x = 2y
- Solve for
y
using logarithms:y = log 2 (x)
- Replace
y
withf -1 (x)
:f -1 (x) = log 2 (x)
Therefore, the inverse function is f -1 (x) = log 2 (x)
.
Practical application of inverse functions
Inverse functions have a wide range of applications in real-life scenarios, such as:
- Science and Engineering: Solving equations involving temperature conversion, electricity, and fluid dynamics.
- Cryptography: Many encryption algorithms rely on the concept of one-way functions and their inverses.
- Economics: Inverse functions are often needed to calculate interest rates and growth models.
Conclusion
Understanding inverse functions is crucial in understanding the processes behind mathematical equations and real-world applications. They provide a strong tool for solving equations and understanding relationships between variables. Mastering inverse functions builds a foundation for more complex mathematical concepts and enhances critical thinking in problem-solving scenarios.