Characteristics of Inverse Functions

Learning Outcomes

  • Identify an inverse for tabular data.
  • Test whether two functions are inverses.
  • Determine the domain and range of an inverse.

Suppose a fashion designer traveling to Milan for a fashion show wants to know what the temperature will be. He is not familiar with the Celsius scale. To get an idea of how temperature measurements are related, he asks his assistant, Betty, to convert 75 degrees Fahrenheit to degrees Celsius. She finds the formula C=59(F32) and substitutes 75 for F to calculate 59(7532)24C.

A forecast of Monday’s through Thursday’s weather.

Knowing that a comfortable 75 degrees Fahrenheit is about 24 degrees Celsius, he sends his assistant the week’s weather forecast for Milan, and asks her to convert all of the temperatures to degrees Fahrenheit.

At first, Betty considers using the formula she has already found to complete the conversions. After all, she knows her algebra, and can easily solve the equation for F after substituting a value for C. For example, to convert 26 degrees Celsius, she could write

26=59(F32)2695=F32F=2695+3279

After considering this option for a moment, however, she realizes that solving the equation for each of the temperatures will be awfully tedious. She realizes that since evaluation is easier than solving, it would be much more convenient to have a different formula, one that takes the Celsius temperature and outputs the Fahrenheit temperature.

The formula for which Betty is searching corresponds to the idea of an inverse function, which is a function for which the input of the original function becomes the output of the inverse function and the output of the original function becomes the input of the inverse function.

Given a function f(x), we represent its inverse as f1(x), read as “f inverse of x.” The raised 1 is part of the notation. It is not an exponent; it does not imply a power of 1 . In other words, f1(x) does not mean 1f(x) because 1f(x) is the reciprocal of f and not the inverse.

The “exponent-like” notation comes from an analogy between function composition and multiplication: just as a1a=1 (1 is the identity element for multiplication) for any nonzero number a, so f1f equals the identity function, that is,

(f1f)(x)=f1(f(x))=f1(y)=x

This holds for all x in the domain of f. Informally, this means that inverse functions “undo” each other. However, just as zero does not have a reciprocal, some functions do not have inverses that are also functions.

Given a function f(x), we can verify whether some other function g(x) is the inverse of f(x) by checking whether either g(f(x))=x or f(g(x))=x is true. We can test whichever equation is more convenient to work with because they are logically equivalent (that is, if one is true, then so is the other.)

For example, y=4x and y=14x are inverse functions.

(f1f)(x)=f1(4x)=14(4x)=x

and

(ff1)(x)=f(14x)=4(14x)=x

A few coordinate pairs from the graph of the function y=4x are (−2, −8), (0, 0), and (2, 8). A few coordinate pairs from the graph of the function y=14x are (−8, −2), (0, 0), and (8, 2). If we interchange the input and output of each coordinate pair of a function, the interchanged coordinate pairs would appear on the graph of the inverse function.

A General Note: Inverse Function

For any one-to-one function f(x)=y, a function f1(x) is an inverse function of f if f1(y)=x. This can also be written as f1(f(x))=x for all x in the domain of f. It also follows that f(f1(x))=x for all x in the domain of f1 if f1 is the inverse of f.

The notation f1 is read “f inverse.” Like any other function, we can use any variable name as the input for f1, so we will often write f1(x), which we read as "f inverse of x“.

Keep in mind that f1(x)1f(x) and not all functions have inverses.

tip for success

The note in the box above cannot be taken too lightly. It’s worth another read to be sure you understand the notation. As with all difficult concepts, it’s perfectly natural to take some time before you understand it. Working the examples in the text section on paper will help.

Example: Identifying an Inverse Function for a Given Input-Output Pair

If for a particular one-to-one function f(2)=4 and f(5)=12, what are the corresponding input and output values for the inverse function?

Try It

Given that h1(6)=2, what are the corresponding input and output values of the original function h?

How To: Given two functions f(x) and g(x), test whether the functions are inverses of each other.

  1. Determine whether f(g(x))=x and g(f(x))=x.
  2. If both statements are true, then g=f1 and f=g1. If either statement is false, then gf1 and fg1.

Example: Testing Inverse Relationships Algebraically

If f(x)=1x+2 and g(x)=1x2, is g=f1?

Try It

If f(x)=x34 and g(x)=x+43, is g=f1?

Example: Determining Inverse Relationships for Power Functions

If f(x)=x3 (the cube function) and g(x)=13x, is g=f1?

Try It

If f(x)=(x1)3andg(x)=x3+1, is g=f1?

Determine the Domain and Range of an Inverse Function

The outputs of the function f are the inputs to f1, so the range of f is also the domain of f1. Likewise, because the inputs to f are the outputs of f1, the domain of f is the range of f1. We can visualize the situation.

Domain and range of a function and its inverse.

Domain and range of a function and its inverse

When a function has no inverse function, it is possible to create a new function where that new function on a limited domain does have an inverse function. For example, the inverse of f(x)=x is f1(x)=x2, because a square “undoes” a square root; but the square is only the inverse of the square root on the domain [0,), since that is the range of f(x)=x.

We can look at this problem from the other side, starting with the square (toolkit quadratic) function f(x)=x2. If we want to construct an inverse to this function, we run into a problem, because for every given output of the quadratic function, there are two corresponding inputs (except when the input is 0). For example, the output 9 from the quadratic function corresponds to the inputs 3 and –3. But an output from a function is an input to its inverse; if this inverse input corresponds to more than one inverse output (input of the original function), then the “inverse” is not a function at all! To put it differently, the quadratic function is not a one-to-one function; it fails the horizontal line test, so it does not have an inverse function. In order for a function to have an inverse, it must be a one-to-one function.

In many cases, if a function is not one-to-one, we can still restrict the function to a part of its domain on which it is one-to-one. For example, we can make a restricted version of the square function f(x)=x2 with its range limited to [0,), which is a one-to-one function (it passes the horizontal line test) and which has an inverse (the square-root function).

If f(x)=(x1)2 on [1,), then the inverse function is f1(x)=x+1.

  • The domain of f = range of f1 = [1,).
  • The domain of f1 = range of f = [0,).

Q & A

Is it possible for a function to have more than one inverse?

No. If two supposedly different functions, say, g and h, both meet the definition of being inverses of another function f, then you can prove that g=h. We have just seen that some functions only have inverse functions if we restrict the domain of the original function. In these cases, there may be more than one way to restrict the domain, leading to different inverse functions. However, on any one domain, the original function still has only one unique inverse function.

A General Note: Domain and Range of Inverse Functions

The range of a function f(x) is the domain of the inverse function f1(x).

The domain of f(x) is the range of f1(x).

How To: Given a function, find the domain and range of its inverse.

  1. If the function is one-to-one, write the range of the original function as the domain of the inverse, and write the domain of the original function as the range of the inverse.
  2. If the domain of the original function needs to be restricted to make it one-to-one, then this restricted domain becomes the range of the inverse function.

Example: Finding the Inverses of Toolkit Functions

Identify which of the toolkit functions besides the quadratic function are not one-to-one, and find a restricted domain on which each function is one-to-one, if any. The toolkit functions are reviewed below. We restrict the domain in such a fashion that the function assumes all y-values exactly once.

Constant Identity Quadratic Cubic Reciprocal
f(x)=c f(x)=x f(x)=x2 f(x)=x3 f(x)=1x
Reciprocal squared Cube root Square root Absolute value
f(x)=1x2 f(x)=x3 f(x)=x f(x)=|x|

Try It

The domain of the function f is (1,) and the range of the function f is (,2). Find the domain and range of the inverse function.