Skip to main content

Section 6.5 Inverse Functions

For this section, we will use the concept of Cartesian product of two sets A and B, denoted by AΓ—B, which is the set of all ordered pairs (x,y) where x∈A and y∈B. That is, AΓ—B={(x,y)∣x∈A and y∈B}. See Beginning Activity 2 in Section 5.4 for a more thorough discussion of this concept.

Beginning Activity Beginning Activity 1: Functions and Sets of Ordered Pairs

When we graph a real function, we plot ordered pairs in the Cartesian plane where the first coordinate is the input of the function and the second coordinate is the output of the function. For example, if g:R→R, then every point on the graph of g is an ordered pair (x,y) of real numbers where y=g(x). This shows how we can generate ordered pairs from a function. It happens that we can do this with any function. For example, let

A={1,2,3} and B={a,b}.

Define the function F:A→B by

F(1)=a,F(2)=b, and F(3)=b.

We can convert each of these to an ordered pair in AΓ—B by using the input as the first coordinate and the output as the second coordinate. For example, F(1)=a is converted to (1,a), F(2)=b is converted to (2,b), and F(3)=b is converted to (3,b). So we can think of this function as a set of ordered pairs, which is a subset of AΓ—B, and write

F={(1,a),(2,b),(3,b)}.

Note: Since F is the name of the function, it is customary to use F as the name for the set of ordered pairs.

1.

Let A={1,2,3} and let C={a,b,c,d}. Define the function g:A→C by g(1)=a, g(2)=b, and g(3)=d. Write the function g as a set of ordered pairs in A×C.

For another example, if we have a real function, such as g:Rβ†’R by g(x)=x2βˆ’2, then we can think of g as the following infinite subset of RΓ—R:

g={(x,y)∈RΓ—R∣y=x2βˆ’2}.

We can also write this as g={(x,x2βˆ’2)∣x∈R}.

2.

Let f:Zβ†’Z be defined by f(m)=3m+5, for all m∈Z. Use set builder notation to write the function f as a set of ordered pairs, and then use the roster method to write the function f as a set of ordered pairs.

So any function f:A→B can be thought of as a set of ordered pairs that is a subset of A×B. This subset is

f={(a,f(a))∣a∈A} or f={(a,b)∈AΓ—B∣b=f(a)}.

On the other hand, if we started with A={1,2,3}, B={a,b}, and

G={(1,a),(2,a),(3,b)}βŠ†AΓ—B,

then we could think of G as a function from A to B with G(1)=a, G(2)=a, and G(3)=b. The idea is to use the first coordinate of each ordered pair as the input, and the second coordinate as the output. However, not every subset of AΓ—B can be used to define a function from A to B. This is explored in the following questions.

3.

Let f={(1,a),(2,a),(3,a),(1,b)}. Could this set of ordered pairs be used to define a function from A to B? Explain.

4.

Let g={(1,a),(2,b),(3,a)}. Could this set of ordered pairs be used to define a function from A to B? Explain.

5.

Let h={(1,a),(2,b)}. Could this set of ordered pairs be used to define a function from A to B? Explain.

Beginning Activity Beginning Activity 2: A Composition of Two Specific Functions

Let A={a,b,c,d} and let B={p,q,r,s}.

1.

Construct an example of a function f:A→B that is a bijection. Draw an arrow diagram for this function.

2.

On your arrow diagram, draw an arrow from each element of B back to its corresponding element in A. Explain why this defines a function from B to A.

3.

If the name of the function in Exercise 2 is g, so that g:Bβ†’A, what are g(p), g(q), g(r), and g(s)?

4.

Construct a table of values for each of the functions g∘f:Aβ†’A and f∘g:Bβ†’B. What do you observe about these tables of values?

Subsection The Ordered Pair Representation of a Function

In Beginning Activity 1, we observed that if we have a function f:A→B, we can generate a set of ordered pairs f that is a subset of A×B as follows:

f={(a,f(a))∣a∈A} or f={(a,b)∈AΓ—B∣b=f(a)}.

However, we also learned that some sets of ordered pairs cannot be used to define a function. We now wish to explore under what conditions a set of ordered pairs can be used to define a function. Starting with a function f:Aβ†’B, since  dom(f)=A, we know that

(55) For every a∈A, there exists a b∈B such that (a,b)∈f.

Specifically, we use b=f(a). This says that every element of A can be used as an input. In addition, to be a function, each input can produce only one output. In terms of ordered pairs, this means that there will never be two ordered pairs (a,b) and (a,c) in the function f where a∈A, b,c∈B, and bβ‰ c. We can formulate this as a conditional statement as follows:

 For every a∈A and every b,c∈B,(56) if (a,b)∈f and (a,c)∈f, then b=c

This also means that if we start with a subset f of AΓ—B that satisfies conditions (55) and (56), then we can consider f to be a function from A to B by using b=f(a) whenever (a,b) is in f. This proves the following theorem.

A Note about Theorem 6.31. The first condition in Theorem 6.31 means that every element of A is an input, and the second condition ensures that every input has exactly one output. Many texts will use Theorem 6.31 as the definition of a function. Many mathematicians believe that this ordered pair representation of a function is the most rigorous definition of a function. It allows us to use set theory to work with and compare functions. For example, equality of functions becomes a question of equality of sets. Therefore, many textbooks will use the ordered pair representation of a function as the definition of a function.

Progress Check 6.32. Sets of Ordered Pairs that Are Not Functions.

Let A={1,2,3} and let B={a,b}. Explain why each of the following subsets of AΓ—B cannot be used to define a function from A to B.

Subsection The Inverse of a Function

In previous mathematics courses, we learned that the exponential function (with base e) and the natural logarithm function are inverses of each other. This was often expressed as follows:

 For each x∈R with x>0 and for each y∈R,y=ln⁑x if and only if x=ey.

Notice that this means that x is the input and y is the output for the natural logarithm function if and only if y is the input and x is the output for the exponential function. In essence, the inverse function (in this case, the exponential function) reverses the action of the original function (in this case, the natural logarithm function). In terms of ordered pairs (input-output pairs), this means that if (x,y) is an ordered pair for a function, then (y,x) is an ordered pair for its inverse. This idea of reversing the roles of the first and second coordinates is the basis for our definition of the inverse of a function.

Definition.

Let f:Aβ†’B be a function. The inverse of f, denoted by fβˆ’1, is the set of ordered pairs {(b,a)∈BΓ—A∣f(a)=b}. That is,

fβˆ’1={(b,a)∈BΓ—A∣f(a)=b}.

If we use the ordered pair representation for f, we could also write

fβˆ’1={(b,a)∈BΓ—A∣(a,b)∈f}.

Notice that this definition does not state that fβˆ’1 is a function. It is simply a subset of BΓ—A. After we study the material in Chapter 7, we will say that this means that fβˆ’1 is a relation from B to A. This fact, however, is not important to us now. We are mainly interested in the following question:

Under what conditions will the inverse of the function f:A→B be a function from B to A?

Progress Check 6.33. Exploring the Inverse of a Function.

Let A={a,b,c}, B={a,b,c,d}, and C={p,q,r}. Define

f:A→C by g:A→C by h:B→C by
f(a)=r g(a)=p h(a)=p
f(b)=p g(b)=q h(b)=q
f(c)=q g(c)=p h(c)=r
h(d)=q
(a)

Draw an arrow diagram for each function.

(b)

Determine the inverse of each function as a set of ordered pairs.

Solution.

fβˆ’1={(r,a),(p,b),(q,c)}

gβˆ’1={(p,a),(q,b),(p,c)}

hβˆ’1={(p,a),(q,b),(r,c),(q,d)}

(c)

Explain each of the following.

(i)

Is fβˆ’1 a function from C to A? Explain.

Solution.

fβˆ’1 is a function from C to A.

(ii)

Is gβˆ’1 a function from C to A? Explain.

Solution.

gβˆ’1 is not a function from C to A since (p,a)∈gβˆ’1and (p,c)∈gβˆ’1.

(iii)

Is hβˆ’1 a function from C to B? Explain.

Solution.

hβˆ’1 is not a function from C to B since (q,b)∈hβˆ’1 and (q,d)∈hβˆ’1.

(d)

Draw an arrow diagram for each inverse from Task 6.33.c that is a function. Use your existing arrow diagram from Task 6.33.a to draw this arrow diagram.

(e)

Make a conjecture about what conditions on a function F:S→T will ensure that its inverse is a function from T to S.

Solution.

In order for the inverse of a function F:S→T to be a function from T to S, the function F must be a bijection.

We will now consider a general argument suggested by the explorations in Progress Check 6.33. By definition, if f:Aβ†’B is a function, then fβˆ’1 is a subset of BΓ—A. However, fβˆ’1 may or may not be a function from B to A. For example, suppose that s,t∈A with sβ‰ t and f(s)=f(t). This is represented in Figure 6.34.

Figure 6.34. The Inverse Is Not a Function

In this case, if we try to reverse the arrows, we will not get a function from B to A. This is because (y,s)∈fβˆ’1 and (y,t)∈fβˆ’1 with sβ‰ t. Consequently, fβˆ’1 is not a function. This suggests that when f is not an injection, then fβˆ’1 is not a function.

Also, if f is not a surjection, then there exists a z∈B such that f(a)β‰ z for all a∈A, as in the diagram in Figure 6.34. In other words, there is no ordered pair in f with z as the second coordinate. This means that there would be no ordered pair in fβˆ’1 with z as a first coordinate. Consequently, fβˆ’1 cannot be a function from B to A.

This motivates the statement in Theorem 6.35. In the proof of this theorem, we will frequently change back and forth from the input-output representation of a function and the ordered pair representation of a function. The idea is that if G:Sβ†’T is a function, then for s∈S and t∈T,

G(s)=t if and only if (s,t)∈G.

When we use the ordered pair representation of a function, we will also use the ordered pair representation of its inverse. In this case, we know that

(s,t)∈G if and only if (t,s)∈Gβˆ’1.

Proof.

Let A and B be nonempty sets and let f:Aβ†’B. We will first assume that f is a bijection and prove that fβˆ’1 is a function from B to A. To do this, we will show that fβˆ’1 satisfies the two conditions of Theorem 6.31.

We first choose b∈B. Since the function f is a surjection, there exists an a∈A such that f(a)=b. This implies that (a,b)∈f and hence that (b,a)∈fβˆ’1. Thus, each element of B is the first coordinate of an ordered pair in fβˆ’1, and hence fβˆ’1 satisfies the first condition of Theorem 6.31.

To prove that fβˆ’1 satisfies the second condition of Theorem 6.31, we must show that each element of B is the first coordinate of exactly one ordered pair in fβˆ’1. So let b∈B, a1,a2∈A and assume that

(b,a1)∈fβˆ’1 and (b,a2)∈fβˆ’1.

This means that (a1,b)∈f and (a2,b)∈f. We can then conclude that

f(a1)=b and f(a2)=b.

But this means that f(a1)=f(a2). Since f is a bijection, it is an injection, and we can conclude that a1=a2. This proves that b is the first element of only one ordered pair in fβˆ’1. Consequently, we have proved that fβˆ’1 satisfies both conditions of Theorem 6.31 and hence that fβˆ’1 is a function from B to A.

We now assume that fβˆ’1 is a function from B to A and prove that f is a bijection. First, to prove that f is an injection, we assume that a1,a2∈A and that f(a1)=f(a2). We wish to show that a1=a2. If we let b=f(a1)=f(a2), we can conclude that

(a1,b)∈f and (a2,b)∈f.

But this means that

(b,a1)∈fβˆ’1 and (b,a2)∈fβˆ’1.

Since we have assumed that fβˆ’1 is a function, we can conclude that a1=a2. Hence, f is an injection.

Now to prove that f is a surjection, we choose b∈B and will show that there exists an a∈A such that f(a)=b. Since fβˆ’1 is a function, b must be the first coordinate of some ordered pair in fβˆ’1. Consequently, there exists an a∈A such that

(b,a)∈fβˆ’1.

Now this implies that (a,b)∈f and hence that f(a)=b. This proves that f is a surjection. Since we have also proved that f is an injection, we conclude that f is a bijection.

Subsection Inverse Function Notation

In the situation where f:Aβ†’B is a bijection and fβˆ’1 is a function from B to A, we can write fβˆ’1:Bβ†’A. In this case, we frequently say that f is an invertible function, and we usually do not use the ordered pair representation for either f or fβˆ’1. Instead of writing (a,b)∈f, we write f(a)=b, and instead of writing (b,a)∈fβˆ’1, we write fβˆ’1(b)=a. Using the fact that (a,b)∈f if and only if (b,a)∈fβˆ’1, we can now write f(a)=b if and only if fβˆ’1(b)=a. We summarize this in Theorem 6.36.

Example 6.37. Inverse Function Notation.

For an example of the use of the notation in Theorem 6.36, let R+={x∈R∣x>0}. Define

f:Rβ†’R by f(x)=x3; and g:Rβ†’R+ by g(x)=ex.

Notice that R+ is the codomain of g. We can then say that both f and g are bijections. Consequently, the inverses of these functions are also functions. In fact, fβˆ’1:Rβ†’R by fβˆ’1(y)=y3; and gβˆ’1:R+β†’R by gβˆ’1(y)=ln⁑y. For each function (and its inverse), we can write the result of Theorem 6.36 as follows:

Theorem 6.36 Translates to:
For x,y∈R, f(x)=y
if and only if fβˆ’1(y)=x.
For x,y∈R, x3=y
if and only if y3=x.
For x∈R,y∈R+, g(x)=y
if and only if gβˆ’1(y)=x.
For x∈R,y∈R+, ex=y
if and only if ln⁑y=x.

Subsection Theorems about Inverse Functions

The next two results in this section are two important theorems about inverse functions. The first is actually a corollary of Theorem 6.36.

Proof.

Let A and B be nonempty sets and assume that f:Aβ†’B is a bijection. So let x∈A and let f(x)=y. By Theorem 6.36, we can conclude that fβˆ’1(y)=x. Therefore,

(fβˆ’1∘f)(x)=fβˆ’1(f(x))=fβˆ’1(y)=x.

Hence, for each x∈A, (fβˆ’1∘f)(x)=x.

The proof that for each y in B, (f∘fβˆ’1)(y)=y is Exercise 4.

Example 6.39.

This example is a continuation of Example 6.37.

For the cubing function and the cube root function, we have seen that For x,y∈R, x3=y if and only if y3=x. Notice that

  • If we substitute x3=y into the equation y3=x, we obtain x33=x.

  • If we substitute y3=x into the equation x3=y, we obtain (y3)3=y.

This is an illustration of Corollary 6.38. We can see this by using f:Rβ†’R defined by f(x)=x3 and fβˆ’1:Rβ†’R defined by fβˆ’1(y)=y3. Then fβˆ’1∘f:Rβ†’R and fβˆ’1∘f=IR. So for each x∈R,

(fβˆ’1∘f)(x)=xfβˆ’1(f(x))=xfβˆ’1(x3)=xx33=x

Similarly, the equation (y3)3=y for each y∈R can be obtained from the fact that for each y∈R, (f∘fβˆ’1)(y)=y.

We will now consider the case where f:Aβ†’B and g:Bβ†’C are both bijections. In this case, fβˆ’1:Bβ†’A and gβˆ’1:Cβ†’B. Figure 6.40 can be used to illustrate this situation.

Figure 6.40. Composition of Two Bijections

By Theorem 6.29, g∘f:Aβ†’C is also a bijection. Hence, by Theorem 6.35, (g∘f)βˆ’1 is a function and, in fact, (g∘f)βˆ’1:Cβ†’A. Notice that we can also form the composition of gβˆ’1 followed by fβˆ’1 to get fβˆ’1∘gβˆ’1:Cβ†’A. Figure 6.40 helps illustrate the result of the next theorem.

Proof.

Let f:Aβ†’B and g:Bβ†’C be bijections. Then fβˆ’1:Bβ†’A and gβˆ’1:Cβ†’B. Hence, fβˆ’1∘gβˆ’1:Cβ†’A. Also, by Theorem 6.29, g∘f:Aβ†’C is a bijection, and hence (g∘f)βˆ’1:Cβ†’A. We will now prove that for each z∈C, (g∘f)βˆ’1(z)=(fβˆ’1∘gβˆ’1)(z).

Let z∈C. Since the function g is a surjection, there exists a y∈B such that

(57)g(y)=z.

Also, since f is a surjection, there exists an x∈A such that

(58)f(x)=y.

Now these two equations can be written in terms of the respective inverse functions as

(59)gβˆ’1(z)=y; and (60)fβˆ’1(y)=x

Using equation (59) and equation (60), we see that

(fβˆ’1∘gβˆ’1)(z)=fβˆ’1(gβˆ’1(z))=fβˆ’1(y)(61)=x.

Using equation (57) and equation (58) again, we see that (g∘f)(x)=z. However, in terms of the inverse function, this means that

(62)(g∘f)βˆ’1(z)=x.

Comparing equation (61) and equation (62), we have shown that for all z∈C,

(g∘f)βˆ’1(z)=(fβˆ’1∘gβˆ’1)(z). This proves that (g∘f)βˆ’1=fβˆ’1∘gβˆ’1.

Exercises Exercises

1.

Let A={1,2,3} and B={a,b,c}.

(a)

Construct an example of a function f:Aβ†’B that is not a bijection. Write the inverse of this function as a set of ordered pairs. Is the inverse of f a function? Explain. If so, draw an arrow diagram for f and fβˆ’1.

(b)

Construct an example of a function g:Aβ†’B that is a bijection. Write the inverse of this function as a set of ordered pairs. Is the inverse of g a function? Explain. If so, draw an arrow diagram for g and gβˆ’1.

2.

Let S={a,b,c,d}. Define f:S→S by defining f to be the following set of ordered pairs.

f={(a,c),(b,b),(c,d),(d,a)}
(a)

Draw an arrow diagram to represent the function f. Is the function f a bijection?

(b)

Write the inverse of f as a set of ordered pairs. Is fβˆ’1 a function? Explain.

Answer.

fβˆ’1={(c,a),(b,b),(d,c),(a,d)}

(c)

Draw an arrow diagram for fβˆ’1 using the arrow diagram from Task 2.a.

(d)

Compute (fβˆ’1∘f)(x) and (f∘fβˆ’1)(x) for each x in S. What theorem does this illustrate?

Answer.

For each x∈S, (fβˆ’1∘f)(x)=x=(f∘fβˆ’1)(x). This illustrates Corollary 6.38.

3.

Inverse functions can be used to help solve certain equations. The idea is to use an inverse function to undo the function.

(a)

Since the cube root function and the cubing function are inverses of each other, we can often use the cube root function to help solve an equation involving a cube. For example, the main step in solving the equation

(2tβˆ’1)3=20

is to take the cube root of each side of the equation. This gives

(2tβˆ’1)33=2032tβˆ’1=203.

Explain how this step in solving the equation is a use of Corollary 6.38.

Answer.

This is a use of Corollary 6.38 since the cube root function and the cubing function are inverse functions of each other and consequently, the composition of the cubing function with the cube root function is the identity function.

(b)

A main step in solving the equation e2tβˆ’1=20 is to take the natural logarithm of both sides of this equation. Explain how this step is a use of Corollary 6.38, and then solve the resulting equation to obtain a solution for t in terms of the natural logarithm function.

Answer.

This is a use of Corollary 6.38 since the natural logarithm function and the exponential function with base e are inverse functions of each other and consequently, the composition of the natural logarithm function with the exponential function with base e is the identity function.

(c)

How are the methods of solving the equations in Task 3.a and Task 3.b similar?

Answer.

They are similar because they both use the concept of an inverse function to β€œundo” one side of the equation.

4.

Prove Item 2 of Corollary 6.38. Let A and B be nonempty sets and let f:Aβ†’B be a bijection. Then for every y in B, (f∘fβˆ’1)(y)=y.

Answer.

Using the notation from Corollary 6.38, if y=f(x) and x=fβˆ’1(y), then

(f∘fβˆ’1)(y)=f(fβˆ’1(y))=f(x)=y

5.

In Progress Check 6.11, we defined the identity function on a set. The identity function on the set T, denoted by IT , is the function IT:Tβ†’T defined by IT(t)=t for every t in T. Explain how Corollary 6.38 can be stated using the concept of equality of functions and the identity functions on the sets A and B.

6.

Let f:A→B and g:B→A. Let IA and IB be the identity functions on the sets A and B, respectively. Prove each of the following:

(a)

If g∘f=IA, then f is an injection.

Answer.

Let x,y∈A and assume that f(x)=f(y). Apply g to both sides of this equation to prove that (g∘f)(x)=(g∘f)(y). Since g∘f=IA, this implies that x=y and hence that f is an injection.

(b)

If f∘g=IB, then f is a surjection.

Answer.

Start by assuming that f∘g=IB, and then let y∈B. You need to prove there exists an x∈A such that f(x)=y.

(c)

If g∘f=IA and f∘g=IB, then f and g are bijections and g=fβˆ’1.

7.

Justify your conclusions for the following.

(a)

Define f:Rβ†’R by f(x)=eβˆ’x2. Is the inverse of f a function?

Answer.

f:Rβ†’R is defined by f(x)=eβˆ’x2. Since this function is not an injection, the inverse of f is not a function.

(b)

Let Rβˆ—={x∈R∣xβ‰₯0}. Define g:Rβˆ—β†’(0,1] by g(x)=eβˆ’x2. Is the inverse of g a function?

Answer.

g:Rβˆ—β†’(0,1] is defined by g(x)=eβˆ’x2. In this case, g is a bijection and hence, the inverse of g is a function. To see that g is an injection, assume that x,y∈Rβˆ— and that eβˆ’x2=eβˆ’y2. Then, x2=y2 and since x,yβ‰₯0, we see that x=y. To see that g is a surjection, let y∈(0,1]. Then, ln⁑y<0 and βˆ’ln⁑y>0, and g(βˆ’ln⁑y)=y.

8.

Complete the following.

(a)

Let f:R→R be defined by f(x)=x2. Explain why the inverse of f is not a function.

(b)

Let Rβˆ—={t∈R∣tβ‰₯0}. Define g:Rβˆ—β†’Rβˆ— by g(x)=x2. Explain why this squaring function (with a restricted domain and codomain) is a bijection.

(c)

Explain how to define the square root function as the inverse of the function in Task 8.b.

(d)

True or false: (x)2=x for all x∈R such that xβ‰₯0.

(e)

True or false: x2=x for all x∈R.

9.

Prove the following:

If f:Aβ†’B is a bijection, then fβˆ’1:Bβ†’A is also a bijection.

10.

For each natural number k, let Ak be a set, and for each natural number n, let fn:Anβ†’An+1. For example, f1:A1β†’A2, f2:A2β†’A3, f3:A3β†’A4, and so on. Use mathematical induction to prove that for each natural number n with nβ‰₯2, if f1,f2,…,fn are all bijections, then fn∘fnβˆ’1βˆ˜β‹―βˆ˜f2∘f1 is a bijection and

(fn∘fnβˆ’1βˆ˜β‹―βˆ˜f2∘f1)βˆ’1=f1βˆ’1∘f2βˆ’1βˆ˜β‹―βˆ˜fnβˆ’1βˆ’1∘fnβˆ’1.

Note: This is an extension of Theorem 6.41. In fact, Theorem 6.41 is the basis step of this proof for n=2.

11.

Complete the following.

(a)

Define f:Rβ†’R by f(x)=x2βˆ’4 for all x∈R. Explain why the inverse of the function f is not a function.

(b)

Let Rβˆ—={x∈R∣xβ‰₯0} and let T={y∈R∣yβ‰₯βˆ’4}. Define F:Rβˆ—β†’T by F(x)=x2βˆ’4 for all x∈Rβˆ—. Explain why the inverse of the function F is a function and find a formula for Fβˆ’1(y), where y∈T.

12.

Let R5={0,1,2,3,4}.

(a)

Define f:R5β†’R5 by f(x)=x2+4(mod5) for all x∈R5. Write the inverse of f as a set of ordered pairs and explain why fβˆ’1 is not a function.

(b)

Define g:R5β†’R5 by g(x)=x3+4(mod5) for all x∈R5. Write the inverse of g as a set of ordered pairs and explain why gβˆ’1 is a function.

(c)

Is it possible to write a formula for gβˆ’1(y), where y∈R5? The answer to this question depends on whether or not it is possible to define a cube root of elements of R5. Recall that for a real number x, we define the cube root of x to be the real number y such that y3=x. That is,

y=x3 if and only if y3=x.

Using this idea, is it possible to define the cube root of each number in R5? If so, what are 03, 13, 23, 33, and 43?

(d)

Now answer the question posed at the beginning of Task 12.c If possible, determine a formula for gβˆ’1(y) where gβˆ’1:R5β†’R5.

Activity 40. Constructing an Inverse Function.

If f:Aβ†’B is a bijection, then we know that its inverse is a function. If we are given a formula for the function f, it may be desirable to determine a formula for the function fβˆ’1. This can sometimes be done, while at other times it is very difficult or even impossible. Let f:Rβ†’R be defined by f(x)=2x3βˆ’7. A graph of this function would suggest that this function is a bijection.

(a)

Prove that the function f is an injection and a surjection.

(b)

Let y∈R. One way to prove that f is a surjection is to set y=f(x) and solve for x. If this can be done, then we would know that there exists an x∈R such that f(x)=y. For the function f, we are using x for the input and y for the output. By solving for x in terms of y, we are attempting to write a formula where y is the input and x is the output. This formula represents the inverse function.

Solve the equation y=2x3βˆ’7 for x. Use this to write a formula for fβˆ’1(y), where fβˆ’1:Rβ†’R.

(c)

Use the result of Task 40.b to verify that for each x∈R, fβˆ’1(f(x))=x and for each y∈R, f(fβˆ’1(y))=y.

(d)

Now let R+={y∈R∣y>0}. Define g:Rβ†’R+ by g(x)=e2xβˆ’1.

Set y=e2xβˆ’1 and solve for x in terms of y.

(f)

For each x∈R, determine (h∘g)(x) and for each y∈R+, determine (g∘h)(y).

Activity 41. The Inverse Sine Function.

We have seen that in order to obtain an inverse function, it is sometimes necessary to restrict the domain (or the codomain) of a function.

(a)

Let f:Rβ†’R be defined by f(x)=sin⁑x. Explain why the inverse of the function f is not a function. (A graph may be helpful.)

(b)

Notice that if we use the ordered pair representation, then the sine function can be represented as

f={(x,y)∈RΓ—R∣y=sin⁑x}.

If we denote the inverse of the sine function by sinβˆ’1⁑, then

fβˆ’1={(y,x)∈RΓ—R∣y=sin⁑x}.

Task 41.a proves that fβˆ’1 is not a function. However, in previous mathematics courses, we frequently used the β€œinverse sine function.” This is not really the inverse of the sine function as defined in Task 41.a but, rather, it is the inverse of the sine function restricted to the domain [βˆ’Ο€2,Ο€2].

Explain why the function F:[βˆ’Ο€2,Ο€2]β†’[βˆ’1,1] defined by F(x)=sin⁑x is a bijection.

(c)

The inverse of the function in Task 41.b is itself a function and is called the inverse sine function (or sometimes the arcsine function).

What is the domain of the inverse sine function? What are the range and codomain of the inverse sine function?

(d)

Let us now use F(x)= Sin (x) to represent the restricted sine function in Task 41.b. Therefore, Fβˆ’1(x)= Sin βˆ’1(x) can be used to represent the inverse sine function. Observe that

F:[βˆ’Ο€2,Ο€2]β†’[βˆ’1,1] and Fβˆ’1:[βˆ’1,1]β†’[βˆ’Ο€2,Ο€2].

Using this notation, explain why

 Sin βˆ’1y=x if and only if [y=sin⁑x and βˆ’Ο€2≀x≀π2];
 Sin ( Sin βˆ’1(y))=y for all y∈[βˆ’1,1]; and
 Sin βˆ’1( Sin (x))=x for all x∈[βˆ’Ο€2,Ο€2].