Module 3. One-To-One and Inverse Functions
Module 3. One-To-One and Inverse Functions
Module 3. One-To-One and Inverse Functions
Topics.
1. One-to-one functions
Learning Objectives:
At the end of the module, students are expected to accurately define and determine
one-to-one functions and relate the concept to real-life situations.
1 One-to-one Functions
Recall. A relation is a rule that relates values from a set of values (called the domain) to
a second set of values (called the range).
A function is a set of ordered pairs (x, y) such that no two ordered pairs have the same
x-value but different y-values.
The domain of a relation is the set of first coordinates and the range is the set of second
coordinates.
Definition 1.1. The function f is one-to-one if for any x1 , x2 in the domain of f , then
f (x1 ) 6= f (x2 ). That is, the same y-value is never paired with two different x-values.
Example 1.1. Determine whether the given relation is a function. If it is a function, deter-
mine whether is one-to-one. Discuss your answers.
Try this. Determine whether the given relation is a function. If it is a function, determine
whether is one-to-one. Discuss your answers.
Try this. Can you give a real-life situation that represents one-to-one function? Discuss.
Example 1.2. The following diagrams illustrate an example and a non-example of one-to-
one function.
Relation f , as shown in Figure ?? is one-to-one because there are no two distinct inputs
that correspond to the same output. Relation g in Figure ?? is not one-to-one because two
different inputs, 0 and 8, have the same output of 4.
Example 1.3. Consider the graph shown in Figure ??. It can be seen that this is a one-to-one
function as it satisfies both the vertical and the horizontal line tests.
The graph of y = x2 + 2 as shown in Figure ?? fails the horizontal line test since a
horizontal line intersects the graph in more than 1 point.
Example 2.1. Suppose that f(1) =3 and f(5) =3. If f −1 exists, then f −1 (3) has to be both
1 and 5, which means that the element 3 in the domain is paired to 2 elements, namely, 1
and 5. This is the reason why the inverse is only defined for one-to-one functions.
x = 3y + 1
For the second and third properties above, it can be imagined that evaluating a function
and its inverse in succession is like reversing the effect of the function.
For example, the inverse of a function that multiplies 3 to a number and adds 1 is a
function that subtracts 1 and then divides the result by 3.
Example 3.1. Given the function f (x) = 2x + 1, find its inverse, if it exists. Sketch the
graph of both f (x) and f −1 (x). Determine the domain and range of f −1 (x).
x−1
Figure 7: Graph of f −1 (x) = .
Figure 6: Graph of y = 2x + 1. 2
x−1
The domain of f −1 (x) = is the set {x|x ∈ R} and the range is {y|y ∈ R}.
2
√
3
Try this. Find the inverse of f (x) = x + 1, if it exists. Then sketch the graph of both f (x)
and f −1 (x). Then determine the domain and range of f −1 .
x−1
Figure 8: Graphs of y = 2x + 1 and f −1 (x) = .
2
Example 4.1. You asked a friend to think of a nonnegative number, add two to the number,
square the number, multiply the result by 3 and divide the result by 2. If the result is 54, what
is the original number?
Construct an inverse function that will provide the original number if the result is given.
Solution. To solve this, we first construct a function that will compute the final number
based on the original number. Thus, we get
3(x + 2)2
f (x) = (x + 2)2 · 3 ÷ 2 = .
2
As can be seen from Figure ??, this is not a one-to-one function since the graph does not
satisfy the horizontal line test.
However, since the problem requires that the original number must be nonnegative, it
follows that the domain of the function must be restricted to x ≥ 0.
It can be seen from Figure ?? that the function with the restricted domain now becomes a
one-to-one function, and hence, its inverse exist.
Solving for f −1 , we obtain:
r
2x
y= − 2.
3
3(x + 2)2
Figure 9: Graph of y =
2
3(x + 2)2
Figure 10: Graph of y = with restricted domain.
2
r
2x
Finally, we evaluate f −1 (x) = − 2 at x = 54 to determine the original number.
3
Thus, we obtain
f −1 (54) = 4.
Try this. Engineers have determined that the maximum force t in tons that a particular
bridge can carry is related to the distance d in meters between its supports by the following
function: 12.5 3
t(d) = .
d
How far should the supports be if the bridge is to support 6.5 tons? Construct an inverse
function to determine the result.