Inverse Functions

In this section, you will:

A reversible heat pump is a climate-control system that is an air conditioner and a heater in a single device. Operated in one direction, it pumps heat out of a house to provide cooling. Operating in reverse, it pumps heat into the building from the outside, even in cool weather, to provide heating. As a heater, a heat pump is several times more efficient than conventional electrical resistance heating.

If some physical machines can run in two directions, we might ask whether some of the function “machines” we have been studying can also run backwards. [link] provides a visual representation of this question. In this section, we will consider the reverse nature of functions.

Diagram of a function and would be its inverse.

Verifying That Two Functions Are Inverse Functions

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= 5 9 (F32)

and substitutes 75 for F

to calculate

5 9 (7532)24°C.

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

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

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= 5 9 (F32) 26 9 5 =F32 F=26 9 5 +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 f 1 (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, f 1 (x)

does not mean 1 f(x)

because 1 f(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 a 1 a=1

(1 is the identity element for multiplication) for any nonzero number a,

so f 1 f

equals the identity function, that is,

( f 1 f )(x)= f 1 ( f(x) )= f 1 ( 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.

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= 1 4 x

are inverse functions.

( f 1 f )(x)= f 1 ( 4x )= 1 4 ( 4x )=x

and

( f f 1 )(x)=f( 1 4 x )=4( 1 4 x )=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= 1 4 x

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.

Inverse Function

For any one-to-one function f(x)=y,

a function f 1 ( x )

is an inverse function of f

if f 1 (y)=x.

This can also be written as f 1 (f(x))=x

for all x

in the domain of f.

It also follows that f( f 1 (x))=x

for all x

in the domain of f 1

if f 1

is the inverse of f.

The notation f 1

is read f

inverse.” Like any other function, we can use any variable name as the input for f 1 ,

so we will often write f 1 (x),

which we read as f

inverse of x.

Keep in mind that

f 1 (x) 1 f(x)

and not all functions have inverses.

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?

The inverse function reverses the input and output quantities, so if

f(2)=4, then  f 1 (4)=2; f( 5 )=12,  then f 1 ( 12 )=5.

Alternatively, if we want to name the inverse function g,

then g(4)=2

and g(12)=5.

Analysis

Notice that if we show the coordinate pairs in a table form, the input and output are clearly reversed. See [link].

( x,f(x) )
( x,g(x) )
 
( 2,4 )
( 4,2 )
 
( 5,12 )
( 12,5 )

Given that h 1 (6)=2,

what are the corresponding input and output values of the original function h?

h(2)=6

**Given two functions f(x)

and g(x),

test whether the functions are inverses of each other.**

  1. Determine whether f(g(x))=x

    or

    g(f(x))=x.
  2. If both statements are true, then g= f 1

    and

    f= g 1 .

    If either statement is false, then both are false, and

    g f 1

    and

    f g 1 .
Testing Inverse Relationships Algebraically

If f( x )= 1 x+2

and g( x )= 1 x 2,

is g= f 1 ?

g(f(x))= 1 ( 1 x+2 ) 2 =x+22 =x

so

g= f 1  and f= g 1

This is enough to answer yes to the question, but we can also verify the other formula.

f(g(x))= 1 1 x 2+2 = 1 1 x =x
Analysis

Notice the inverse operations are in reverse order of the operations from the original function.

If f( x )= x 3 4

and g( x )= x+4 3 ,

is g= f 1 ?

Yes

Determining Inverse Relationships for Power Functions

If f(x)= x 3

(the cube function) and g(x)= 1 3 x,

is g= f 1 ?

f( g( x ) )= x 3 27 x

No, the functions are not inverses.

Analysis

The correct inverse to the cube is, of course, the cube root x 3 = x 1 3 ,

that is, the one-third is an exponent, not a multiplier.

If f( x )= ( x1 ) 3 andg( x )= x 3 +1,

is g= f 1 ?

Yes

Finding Domain and Range of Inverse Functions

The outputs of the function f

are the inputs to f 1 ,

so the range of f

is also the domain of f 1 .

Likewise, because the inputs to f

are the outputs of f 1 ,

the domain of f

is the range of f 1 .

We can visualize the situation as in [link].

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 f 1 (x)= x 2 ,

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)= x 2 .

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)= x 2

with its domain 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 f 1 (x)= x +1.

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 inverses 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 inverses. However, on any one domain, the original function still has only one unique inverse.*

Domain and Range of Inverse Functions

The range of a function f(x)

is the domain of the inverse function f 1 (x).

The domain of f(x)

is the range of f 1 (x).

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.
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 in [link]. 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)= x 2 f(x)= x 3 f(x)= 1 x
Reciprocal squared Cube root Square root Absolute value
f(x)= 1 x 2 f(x)= x 3 f(x)= x f(x)=\| x \|

The constant function is not one-to-one, and there is no domain (except a single point) on which it could be one-to-one, so the constant function has no meaningful inverse.

The absolute value function can be restricted to the domain [ 0, ),

where it is equal to the identity function.

The reciprocal-squared function can be restricted to the domain ( 0, ).

Analysis

We can see that these functions (if unrestricted) are not one-to-one by looking at their graphs, shown in [link]. They both would fail the horizontal line test. However, if a function is restricted to a certain domain so that it passes the horizontal line test, then in that restricted domain, it can have an inverse.

Graph of an absolute function.

The domain of function f

is (1,)

and the range of function f

is (−∞,−2).

Find the domain and range of the inverse function.

The domain of function f 1

is (,2)

and the range of function f 1

is (1,).

Finding and Evaluating Inverse Functions

Once we have a one-to-one function, we can evaluate its inverse at specific inverse function inputs or construct a complete representation of the inverse function in many cases.

Inverting Tabular Functions

Suppose we want to find the inverse of a function represented in table form. Remember that the domain of a function is the range of the inverse and the range of the function is the domain of the inverse. So we need to interchange the domain and range.

Each row (or column) of inputs becomes the row (or column) of outputs for the inverse function. Similarly, each row (or column) of outputs becomes the row (or column) of inputs for the inverse function.

Interpreting the Inverse of a Tabular Function

A function f(t)

is given in [link], showing distance in miles that a car has traveled in t

minutes. Find and interpret f 1 (70).

t (minutes) 30 50 70 90
f( t ) (miles) 20 40 60 70

The inverse function takes an output of f

and returns an input for f.

So in the expression f 1 (70),

70 is an output value of the original function, representing 70 miles. The inverse will return the corresponding input of the original function f,

90 minutes, so f 1 (70)=90.

The interpretation of this is that, to drive 70 miles, it took 90 minutes.

Alternatively, recall that the definition of the inverse was that if f(a)=b,

then f 1 (b)=a.

By this definition, if we are given f 1 (70)=a,

then we are looking for a value a

so that f(a)=70.

In this case, we are looking for a t

so that f(t)=70,

which is when t=90.

Using [link], find and interpret (a)  f(60),

and (b)   f 1 (60).

t (minutes) 30 50 60 70 90
f( t ) (miles) 20 40 50 60 70
  1. f(60)=50.

    In 60 minutes, 50 miles are traveled.

  2. f 1 (60)=70.

    To travel 60 miles, it will take 70 minutes.

Evaluating the Inverse of a Function, Given a Graph of the Original Function

We saw in Functions and Function Notation that the domain of a function can be read by observing the horizontal extent of its graph. We find the domain of the inverse function by observing the vertical extent of the graph of the original function, because this corresponds to the horizontal extent of the inverse function. Similarly, we find the range of the inverse function by observing the horizontal extent of the graph of the original function, as this is the vertical extent of the inverse function. If we want to evaluate an inverse function, we find its input within its domain, which is all or part of the vertical axis of the original function’s graph.

Given the graph of a function, evaluate its inverse at specific points.

  1. Find the desired input on the y-axis of the given graph.
  2. Read the inverse function’s output from the x-axis of the given graph.
Evaluating a Function and Its Inverse from a Graph at Specific Points

A function g(x)

is given in [link]. Find g(3)

and g 1 (3).

Graph of g(x).

To evaluate g(3),

we find 3 on the x-axis and find the corresponding output value on the y-axis. The point ( 3,1 )

tells us that g(3)=1.

To evaluate g 1 (3),

recall that by definition g 1 (3)

means the value of x for which g(x)=3.

By looking for the output value 3 on the vertical axis, we find the point ( 5,3 )

on the graph, which means g(5)=3,

so by definition, g 1 (3)=5.

See [link].

Graph of g(x).

Using the graph in [link], (a) find g 1 (1),

and (b) estimate g 1 (4).

a. 3; b. 5.6

Finding Inverses of Functions Represented by Formulas

Sometimes we will need to know an inverse function for all elements of its domain, not just a few. If the original function is given as a formula— for example, y

as a function of x— 

we can often find the inverse function by solving to obtain x

as a function of y.

Given a function represented by a formula, find the inverse.

  1. Make sure f

    is a one-to-one function.

  2. Solve for x.
  3. Interchange x

    and

    y.
Inverting the Fahrenheit-to-Celsius Function

Find a formula for the inverse function that gives Fahrenheit temperature as a function of Celsius temperature.

C= 5 9 (F32)
C= 5 9 (F32) C 9 5 =F32 F= 9 5 C+32

By solving in general, we have uncovered the inverse function. If

C=h(F)= 5 9 (F32),

then

F= h 1 (C)= 9 5 C+32.

In this case, we introduced a function h

to represent the conversion because the input and output variables are descriptive, and writing C 1

could get confusing.

Solve for x

in terms of y

given y= 1 3 (x5)

x=3y+5
Solving to Find an Inverse Function

Find the inverse of the function f( x )= 2 x3 +4.

y= 2 x3 +4 Set up an equation. y4= 2 x3 Subtract 4 from both sides. x3= 2 y4 Multiply both sides by x3 and divide by y4. x= 2 y4 +3 Add 3 to both sides.

So f 1 ( y )= 2 y4 +3

or f 1 ( x )= 2 x4 +3.

Analysis

The domain and range of f

exclude the values 3 and 4, respectively. f

and f 1

are equal at two points but are not the same function, as we can see by creating [link].

|

x

</math></strong> | 1 | 2 | 5 | f 1 (y)

| |

f(x)

</math></strong> | 3 | 2 | 5 | y

Solving to Find an Inverse with Radicals

Find the inverse of the function f(x)=2+ x4 .

y=2+ x4 (y2) 2 =x4 x= (y2) 2 +4

So f 1 ( x )= ( x2 ) 2 +4.

The domain of f

is [4,).

Notice that the range of f

is [2,),

so this means that the domain of the inverse function f 1

is also [2,).

Analysis

The formula we found for f 1 ( x )

looks like it would be valid for all real x.

However, f 1

itself must have an inverse (namely, f

) so we have to restrict the domain of f 1

to [2,)

in order to make f 1

a one-to-one function. This domain of f 1

is exactly the range of f.

What is the inverse of the function f(x)=2 x ?

State the domains of both the function and the inverse function.

f 1 (x)= ( 2x ) 2 ;domainoff:[ 0, );domainof f 1 :( ,2 ]

Finding Inverse Functions and Their Graphs

Now that we can find the inverse of a function, we will explore the graphs of functions and their inverses. Let us return to the quadratic function f(x)= x 2

restricted to the domain [0,),

on which this function is one-to-one, and graph it as in [link].

Graph of f(x).

Restricting the domain to [0,)

makes the function one-to-one (it will obviously pass the horizontal line test), so it has an inverse on this restricted domain.

We already know that the inverse of the toolkit quadratic function is the square root function, that is, f 1 (x)= x .

What happens if we graph both f 

and f 1

on the same set of axes, using the x-

axis for the input to both f and   f 1 ?

We notice a distinct relationship: The graph of f 1 (x)

is the graph of f(x)

reflected about the diagonal line y=x,

which we will call the identity line, shown in [link].

Graph of f(x) and f^(-1)(x).

This relationship will be observed for all one-to-one functions, because it is a result of the function and its inverse swapping inputs and outputs. This is equivalent to interchanging the roles of the vertical and horizontal axes.

Finding the Inverse of a Function Using Reflection about the Identity Line

Given the graph of f(x)

in [link], sketch a graph of f 1 (x).

Graph of f^(-1)(x).

This is a one-to-one function, so we will be able to sketch an inverse. Note that the graph shown has an apparent domain of ( 0, )

and range of ( , ),

so the inverse will have a domain of ( , )

and range of ( 0, ).

If we reflect this graph over the line y=x,

the point ( 1,0 )

reflects to ( 0,1 )

and the point ( 4,2 )

reflects to ( 2,4 ).

Sketching the inverse on the same axes as the original graph gives [link].

Graph of f(x) and f^(-1)(x).

Draw graphs of the functions f 

and   f 1

from [link].

![Graph of f(x) and f^(-1)(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_012.jpg)

Is there any function that is equal to its own inverse?

*Yes. If f= f 1 ,

then f( f( x ) )=x,

and we can think of several functions that have this property. The identity function does, and so does the reciprocal function, because*

1 1 x =x

*Any function f( x )=cx,

where c

is a constant, is also equal to its own inverse.*

Access these online resources for additional instruction and practice with inverse functions.

Visit this website for additional practice questions from Learningpod.

Key Concepts

Section Exercises

Verbal

Describe why the horizontal line test is an effective way to determine whether a function is one-to-one?

Each output of a function must have exactly one output for the function to be one-to-one. If any horizontal line crosses the graph of a function more than once, that means that y

-values repeat and the function is not one-to-one. If no horizontal line crosses the graph of the function more than once, then no y

-values repeat and the function is one-to-one.

Why do we restrict the domain of the function f(x)= x 2

to find the function’s inverse?

Can a function be its own inverse? Explain.

Yes. For example, f(x)= 1 x

is its own inverse.

Are one-to-one functions either always increasing or always decreasing? Why or why not?

How do you find the inverse of a function algebraically?

Given a function y=f(x),

solve for x

in terms of y.

Interchange the x

and y.

Solve the new equation for y.

The expression for y

is the inverse, y= f 1 (x).

Algebraic

Show that the function f(x)=ax

is its own inverse for all real numbers a.

For the following exercises, find f 1 (x)

for each function.

f(x)=x+3
f 1 (x)=x3
f(x)=x+5
f(x)=2x
f 1 (x)=2x
f(x)=3x
f(x)= x x+2
f 1 (x)= 2x x1
f(x)= 2x+3 5x+4

For the following exercises, find a domain on which each function f

is one-to-one and non-decreasing. Write the domain in interval notation. Then find the inverse of f

restricted to that domain.

f(x)= (x+7) 2

domain of f(x):[7,); f 1 (x)= x 7

f(x)= (x6) 2
f(x)= x 2 5

domain of f(x):[0,); f 1 (x)= x+5

Given f( x )= x 2+x

and g(x)= 2x 1x :

  1. Find f(g(x))

    and

    g(f(x)).
  2. What does the answer tell us about the relationship between f(x)

    and

    g(x)?

a.  f(g(x))=x

and g(f(x))=x.

b. This tells us that f

and g

are inverse functions

For the following exercises, use function composition to verify that f(x)

and g(x)

are inverse functions.

f(x)= x1 3

and g(x)= x 3 +1

 f(g(x))=x,g(f(x))=x
f(x)=3x+5

and g(x)= x5 3

Graphical

For the following exercises, use a graphing utility to determine whether each function is one-to-one.

f(x)= x

one-to-one

f(x)= 3x+1 3
f(x)=−5x+1

one-to-one

f(x)= x 3 27

For the following exercises, determine whether the graph represents a one-to-one function.

![Graph of a parabola.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_201.jpg)

not one-to-one

![Graph of a step-function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_202.jpg)

For the following exercises, use the graph of f

shown in [link].

Graph of a line.

Find f( 0 ).

3

Solve f(x)=0.

Find f 1 ( 0 ).

2

Solve f 1 ( x )=0.

For the following exercises, use the graph of the one-to-one function shown in [link].

Graph of a square root function.

Sketch the graph of f 1 .

![Graph of a square root function and its inverse.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_205.jpg)

Find f(6) and  f 1 (2).

If the complete graph of f

is shown, find the domain of f.

[ 2,10 ]

If the complete graph of f

is shown, find the range of f.

Numeric

For the following exercises, evaluate or solve, assuming that the function f

is one-to-one.

If f(6)=7,

find f 1 (7).

6

If f(3)=2,

find f 1 (2).

If f 1 ( 4 )=8,

find f(8).

4

If f 1 ( 2 )=1,

find f(1).

For the following exercises, use the values listed in [link] to evaluate or solve.

|

x

</math> </strong> |

f(x)

</math></strong> | | 0 | 8 | | 1 | 0 | | 2 | 7 | | 3 | 4 | | 4 | 2 | | 5 | 6 | | 6 | 5 | | 7 | 3 | | 8 | 9 | | 9 | 1 |

Find f( 1 ).

0

Solve f(x)=3.

Find f 1 ( 0 ).

1

Solve f 1 ( x )=7.

Use the tabular representation of f

in [link] to create a table for f 1 ( x ).

|

x

</math></strong> | 3 | 6 | 9 | 13 | 14 | |

f(x)

</math></strong> | 1 | 4 | 7 | 12 | 16 |

x
1 4 7 12 16
f 1 (x)        
3 6 9 13 14

Technology

For the following exercises, find the inverse function. Then, graph the function and its inverse.

f(x)= 3 x2
f(x)= x 3 1
f 1 (x)= (1+x) 1/3

Graph of a cubic function and its inverse.

Find the inverse function of f(x)= 1 x1 .

Use a graphing utility to find its domain and range. Write the domain and range in interval notation.

Real-World Applications

To convert from x

degrees Celsius to y

degrees Fahrenheit, we use the formula f(x)= 9 5 x+32.

Find the inverse function, if it exists, and explain its meaning.

f 1 (x)= 5 9 ( x32 ).

Given the Fahrenheit temperature, x,

this formula allows you to calculate the Celsius temperature.

The circumference C

of a circle is a function of its radius given by C(r)=2πr.

Express the radius of a circle as a function of its circumference. Call this function r(C).

Find r(36π)

and interpret its meaning.

A car travels at a constant speed of 50 miles per hour. The distance the car travels in miles is a function of time, t,

in hours given by d(t)=50t.

Find the inverse function by expressing the time of travel in terms of the distance traveled. Call this function t(d).

Find t(180)

and interpret its meaning.

t(d)= d 50 , t(180)= 180 50 .

The time for the car to travel 180 miles is 3.6 hours.

Chapter Review Exercises

Functions and Function Notation

For the following exercises, determine whether the relation is a function.

{ (a,b),(c,d),(e,d) }

function

{ (5,2),(6,1),(6,2),(4,8) }
y 2 +4=x,

for x

the independent variable and y

the dependent variable

not a function

Is the graph in [link] a function?

Graph of a parabola.

For the following exercises, evaluate the function at the indicated values: f(3);f(2);f(a);f(a);f(a+h).

f(x)=2 x 2 +3x
f(3)=27; f(2)=2; f(a)=2 a 2 3a;
f(a)=2 a 2 3a; f(a+h)=2 a 2 +3a4ah+3h2 h 2
f(x)=2\| 3x1 \|

For the following exercises, determine whether the functions are one-to-one.

f(x)=3x+5

one-to-one

f(x)=\| x3 \|

For the following exercises, use the vertical line test to determine if the relation whose graph is provided is a function.

![Graph of a cubic function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_209.jpg)

function

![Graph of a relation.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_210.jpg)
![Graph of a relation.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_211.jpg)

function

For the following exercises, graph the functions.

f(x)=\| x+1 \|
f(x)= x 2 2
![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_213.jpg)

For the following exercises, use [link] to approximate the values.

Graph of a parabola.

f(2)
f(−2)
2

If f(x)=−2,

then solve for x.

If f(x)=1,

then solve for x.

x=1.8 

or  or x=1.8

For the following exercises, use the function h(t)=16 t 2 +80t

to find the values.

h(2)h(1) 21
h(a)h(1) a1
64+80a16 a 2 1+a =16a+64

Domain and Range

For the following exercises, find the domain of each function, expressing answers using interval notation.

f(x)= 2 3x+2
f(x)= x3 x 2 4x12
( ,2 )( 2,6 )( 6, )
f(x)= x6 x4

Graph this piecewise function: f(x)={ x+1        x<2 2x3   x2

![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_214.jpg)

Rates of Change and Behavior of Graphs

For the following exercises, find the average rate of change of the functions from x=1 to x=2.

f(x)=4x3
f(x)=10 x 2 +x
31
f(x)= 2 x 2

For the following exercises, use the graphs to determine the intervals on which the functions are increasing, decreasing, or constant.

![Graph of a parabola.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_216.jpg)

increasing ( 2, );

decreasing (,2)

![Graph of a cubic function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_217.jpg)
![Graph of a function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_218.jpg)

increasing ( 3,1 );

constant (,3)( 1, )

Find the local minimum of the function graphed in [link].

Find the local extrema for the function graphed in [link].

local minimum ( 2,3 );

local maximum ( 1,3 )

For the graph in [link], the domain of the function is [ 3,3 ].

The range is [ 10,10 ].

Find the absolute minimum of the function on this interval.

Find the absolute maximum of the function graphed in [link].

Graph of a cubic function.

( 1.8,10 )

Composition of Functions

For the following exercises, find (fg)(x)

and (gf)(x)

for each pair of functions.

f(x)=4x,g(x)=4x
f(x)=3x+2,g(x)=56x
( fg )(x)=1718x;( gf )(x)=718x
f(x)= x 2 +2x,g(x)=5x+1
f(x)= x+2 , g(x)= 1 x
( fg )(x)= 1 x +2 ;( gf )(x)= 1 x+2
f(x)= x+3 2 , g(x)= 1x

For the following exercises, find ( fg )

and the domain for ( fg )(x)

for each pair of functions.

f(x)= x+1 x+4 , g(x)= 1 x
(fg)(x)= 1+x 1+4x , x0, x 1 4
f(x)= 1 x+3 , g(x)= 1 x9
f(x)= 1 x , g(x)= x
( fg )(x)= 1 x ,x>0
f(x)= 1 x 2 1 , g(x)= x+1

For the following exercises, express each function H

as a composition of two functions f

and g

where H(x)=(fg)(x).

H(x)= 2x1 3x+4

sample: g(x)= 2x1 3x+4 ;f(x)= x

H(x)= 1 (3 x 2 4) 3

Transformation of Functions

For the following exercises, sketch a graph of the given function.

f(x)= (x3) 2
![Graph of f(x)](/precalculus-book/resources/CNX_Precalc_Figure_01_07_220.jpg)
f(x)= (x+4) 3
f(x)= x +5
![Graph of f(x)](/precalculus-book/resources/CNX_Precalc_Figure_01_07_222.jpg)
f(x)= x 3
f(x)= x 3
![Graph of f(x)](/precalculus-book/resources/CNX_Precalc_Figure_01_07_224.jpg)
f(x)=5 x 4
f(x)=4[ \| x2 \|6 ]
![Graph of f(x)](/precalculus-book/resources/CNX_Precalc_Figure_01_07_226.jpg)
f(x)= (x+2) 2 1

For the following exercises, sketch the graph of the function g

if the graph of the function f

is shown in [link].

Graph of f(x)

g(x)=f(x1)
![Graph of a half circle.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_228.jpg)
g(x)=3f(x)

For the following exercises, write the equation for the standard function represented by each of the graphs below.

![Graph of an absolute function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_230.jpg)
f(x)=\| x3 \|
![Graph of a half circle.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_231.jpg)

For the following exercises, determine whether each function below is even, odd, or neither.

f(x)=3 x 4

even

g(x)= x
h(x)= 1 x +3x

odd

For the following exercises, analyze the graph and determine whether the graphed function is even, odd, or neither.

![Graph of a parabola.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_232.jpg)
![Graph of a parabola.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_233.jpg)

even

![Graph of a cubic function.](/precalculus-book/resources/CNX_Precalc_Figure_01_07_234.jpg)

Absolute Value Functions

For the following exercises, write an equation for the transformation of f(x)=\| x \|.

![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_235.jpg)
f(x)= 1 2 \| x+2 \|+1
![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_236.jpg)
![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_237.jpg)
f(x)=3\| x3 \|+3

For the following exercises, graph the absolute value function.

f(x)=\| x5 \|
f(x)=\| x3 \|
![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_239.jpg)
f(x)=\| 2x4 \|

For the following exercises, solve the absolute value equation.

\| x+4 \|=18
x=22, x=14
\| 1 3 x+5 \|=\| 3 4 x2 \|

For the following exercises, solve the inequality and express the solution using interval notation.

\| 3x2 \|<7
( 5 3 ,3 )
\| 1 3 x2 \|7

Inverse Functions

For the following exercises, find   f 1 (x) 

for each function.

f(x)=9+10x
f(x)= x x+2
f 1 (x)= 2x x1

For the following exercise, find a domain on which the function  f 

is one-to-one and non-decreasing. Write the domain in interval notation. Then find the inverse of  f 

restricted to that domain.

f(x)= x 2 +1

Given f( x )= x 3 5

and g(x)= x+5 3 :

  1. Find  f(g(x))

    and

    g(f(x)).
  2. What does the answer tell us about the relationship between f(x)

    and

    g(x)?
  1.  f(g(x))=x

    and

    g(f(x))=x.
  2. This tells us that f

    and

    g

    are inverse functions

For the following exercises, use a graphing utility to determine whether each function is one-to-one.

f(x)= 1 x

The function is one-to-one.* * *

f(x)=3 x 2 +x

The function is not one-to-one.* * *

If f( 5 )=2,

find f 1 (2).

5

If f( 1 )=4,

find f 1 (4).

Practice Test

For the following exercises, determine whether each of the following relations is a function.

y=2x+8

The relation is a function.

{ (2,1),(3,2),(1,1),(0,2) }

For the following exercises, evaluate the function f(x)=3 x 2 +2x

at the given input.

f(−2)

−16

f(a)

Show that the function f(x)=2 (x1) 2 +3

is not one-to-one.

The graph is a parabola and the graph fails the horizontal line test.

Write the domain of the function f(x)= 3x

in interval notation.

Given f(x)=2 x 2 5x,

find f(a+1)f(1).

2 a 2 a

Graph the function f(x)={ x+1   if 2<x<3    x    if   x3

Find the average rate of change of the function f(x)=32 x 2 +x

by finding f(b)f(a) ba .

2(a+b)+1

For the following exercises, use the functions f(x)=32 x 2 +x and g(x)= x

to find the composite functions.

( gf )(x)
( gf )(1)
2

Express H(x)= 5 x 2 3x 3

as a composition of two functions, f

and g,

where ( fg )(x)=H(x).

For the following exercises, graph the functions by translating, stretching, and/or compressing a toolkit function.

f(x)= x+6 1
![Graph of f(x).](/precalculus-book/resources/CNX_Precalc_Figure_01_07_242.jpg)
f(x)= 1 x+2 1

For the following exercises, determine whether the functions are even, odd, or neither.

f(x)= 5 x 2 +9 x 6
even
f(x)= 5 x 3 +9 x 5
f(x)= 1 x
odd

Graph the absolute value function f(x)=2\| x1 \|+3.

Solve \| 2x3 \|=17.

x=7

and x=10

Solve \| 1 3 x3 \|17.

Express the solution in interval notation.

For the following exercises, find the inverse of the function.

f(x)=3x5
f 1 (x)= x+5 3
f(x)= 4 x+7

For the following exercises, use the graph of g

shown in [link].

Graph of a cubic function.

On what intervals is the function increasing?

(,1.1) and (1.1,)

On what intervals is the function decreasing?

Approximate the local minimum of the function. Express the answer as an ordered pair.

( 1.1,0.9 )

Approximate the local maximum of the function. Express the answer as an ordered pair.

For the following exercises, use the graph of the piecewise function shown in [link].

Graph of absolute function and step function.

Find f(2).

f(2)=2

Find f(−2).

Write an equation for the piecewise function.

f(x)={ \| x \|ifx2 3ifx>2

For the following exercises, use the values listed in [link].

|

x

</math></strong> |

F(x)

</math></strong> | | 0 | 1 | | 1 | 3 | | 2 | 5 | | 3 | 7 | | 4 | 9 | | 5 | 11 | | 6 | 13 | | 7 | 15 | | 8 | 17 |

Find F(6).

Solve the equation F(x)=5.

x=2

Is the graph increasing or decreasing on its domain?

Is the function represented by the graph one-to-one?

yes

Find F 1 (15).

Given f(x)=2x+11,

find f 1 (x).

f 1 (x)= x11 2

Glossary

inverse function
for any one-to-one function f(x),

the inverse is a function

f 1 (x)

such that

f 1 ( f( x ) )=x

for all

x

in the domain of

f;

this also implies that

f( f 1 ( x ) )=x

for all

x

in the domain of

f 1

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/fd53eae1-fa23-47c7-bb1b-972349835c3c@8.1

Attribution: