Precalculus with Integrated CalculusXYZ Homework Edition

⇩ Download ▾

5.6 Inverse Functions

In Section 1.1, we defined functions as processes. In this section, we seek to reverse, or `undo' those processes. As in real life, we will find that some processes (like putting on socks and shoes) are reversible while some (like baking a cake) are not.

Consider the function f ( x ) = 3 x + 4 . Starting with a real number input x , we apply two steps in the following sequence: first we multiply the input by 3 and, second, we add 4 to the result.

To reverse this process, we seek a function g which will undo each of these steps and take the output from f , 3 x + 4 , and return the input x . If we think of the two-step process of first putting on socks then putting on shoes, to reverse the process, we first take off the shoes and then we take off the socks. In much the same way, the function g should undo each step of f but in the opposite order. That is, the function g should first subtract 4 from the input x then divide the result by 3 . This leads us to the formula g ( x ) = x 4 3 .

Let's check to see if the function g does the job. If x = 5 , then f ( 5 ) = 3 ( 5 ) + 4 = 15 + 4 = 19 . Taking the output 19 from f , we substitute it into g to get g ( 19 ) = 19 4 3 = 15 3 = 5 , which is our original input to f . To check that g does the job for all x in the domain of f , we take the generic output from f , f ( x ) = 3 x + 4 , and substitute that into g . That is, we simplify g ( f ( x ) ) = g ( 3 x + 4 ) = ( 3 x + 4 ) 4 3 = 3 x 3 = x , which is our original input to f . If we carefully examine the arithmetic as we simplify g ( f ( x ) ) , we actually see g first `undoing' the addition of 4 , and then `undoing' the multiplication by 3 .

Not only does g undo f , but f also undoes g . That is, if we take the output from g , g ( x ) = x 4 3 , and substitute that into f , we get f ( g ( x ) ) = f ( x 4 3 ) = 3 ( x 4 3 ) + 4 = ( x 4 ) + 4 = x . Using the language of function composition developed in Section 5.3, the statements g ( f ( x ) ) = x and f ( g ( x ) ) = x can be written as ( g f ) ( x ) = x and ( f g ) ( x ) = x , respectively.1 Abstractly, we can visualize the relationship between f and g in the diagram below.

Coordinate-plane figure.
Figure 5.240

The main idea to get from the diagram is that g takes the outputs from f and returns them to their respective inputs, and conversely, f takes outputs from g and returns them to their respective inputs. We now have enough background to state the central definition of the section.

If we abstract one step further, we can express the sentiment in Definition 5.4 by saying that f and g are inverses if and only if g f = I 1 and f g = I 2 where I 1 is the identity function restricted2 to the domain of f and I 2 is the identity function restricted to the domain of g .

In other words, I 1 ( x ) = x for all x in the domain of f and I 2 ( x ) = x for all x in the domain of g . Using this description of inverses along with the properties of function composition listed in Theorem 5.4, we can show that function inverses are unique.3

Suppose g and h are both inverses of a function f . By Theorem 5.13, the domain of g is equal to the domain of h , since both are the range of f . This means the identity function I 2 applies both to the domain of h and the domain of g . Thus h = h I 2 = h ( f g ) = ( h f ) g = I 1 g = g , as required.

We summarize the important properties of invertible functions in the following theorem.4 Apart from introducing notation, each of the results below are immediate consequences of the idea that inverse functions map the outputs from a function f back to their corresponding inputs.

The notation f 1 is an unfortunate choice since you've been programmed since Elementary Algebra to think of this as 1 f . This is most definitely not the case since, for instance, f ( x ) = 3 x + 4 has as its inverse f 1 ( x ) = x 4 3 , which is certainly different than 1 f ( x ) = 1 3 x + 4 .

Why does this confusing notation persist? As we mentioned in Section 5.3, the identity function I is to function composition what the real number 1 is to real number multiplication. The choice of notation f 1 alludes to the property that f 1 f = I 1 and f f 1 = I 2 , in much the same way as 3 1 3 = 1 and 3 3 1 = 1 .

Before we embark on an example, we demonstrate the pertinent parts of Theorem 5.13 to the inverse pair f ( x ) = 3 x + 4 and g ( x ) = f 1 ( x ) = x 4 3 . Suppose we wanted to solve 3 x + 4 = 7 . Going through the usual machinations, we obtain x = 1 .

If we view this equation as f ( x ) = 7 , however, then we are looking for the input x corresponding to the output f ( x ) = 7 . This is exactly the question f 1 was built to answer. In other words, the solution to f ( x ) = 7 is x = f 1 ( 7 ) = 1 . In other words, the formula f 1 ( x ) encodes all of the algebra required to `undo' what the formula f ( x ) does to x . More generally, any time you have ever solved an equation, you have really been working through an inverse problem.

We also note the graphs of f ( x ) = 3 x + 4 and g ( x ) = f 1 ( x ) = x 4 3 are easily seen to be reflections across the line y = x as seen below. In particular, note that the y -intercept ( 0 , 4 ) on the graph of y = f ( x ) corresponds to the x -intercept on the graph of y = f 1 ( x ) . Indeed, the point ( 0 , 4 ) on the graph of y = f ( x ) can be interpreted as ( 0 , 4 ) = ( 0 , f ( 0 ) ) = ( f 1 ( 4 ) , 4 ) just as the point ( 4 , 0 ) on the graph of y = f 1 ( x ) can be interpreted as ( 4 , 0 ) = ( 4 , f 1 ( 4 ) ) = ( f ( 0 ) , 0 ) .

Coordinate-plane figure.
Figure 5.241

Graphs of inverse functions y = f ( x ) = 3 x + 4 and y = f 1 ( x ) = x 4 3 .

We now investigate under what circumstances a function is invertible. As a way to motivate the discussion, we consider f ( x ) = x 2 . A likely candidate for the inverse is the function g ( x ) = x . However, ( g f ) ( x ) = g ( f ( x ) ) = x 2 = | x | , which is not equal to x unless x 0 .

For example, when x = 2 , f ( 2 ) = ( 2 ) 2 = 4 , but g ( 4 ) = 4 = 2 . That is, g failed to return the input 2 from its output 4 . Instead, g matches the output 4 to a different input, namely 2 , which satisfies f ( 2 ) = 4 . Schematically:

Coordinate-plane figure.
Figure 5.248

We see from the diagram that since both f ( 2 ) and f ( 2 ) are 4 , it is impossible to construct a function which takes 4 back to both x = 2 and x = 2 since, by definition, a function can match 4 with only one number.

In general, in order for a function to be invertible, each output can come from only one input. Since, by definition, a function matches up each input to only one output, invertible functions have the property that they match one input to one output and vice-versa. We formalize this concept below.

Note that an equivalent way to state Definition 5.5 is that a function is one-to-one if different inputs go to different outputs. That is, if a b , then f ( a ) f ( b ) .

Before we solidify the connection between invertible functions and one-to-one functions, we take a moment to see what goes wrong graphically when trying to find the inverse of f ( x ) = x 2 .

Per Theorem 5.13, the graph of y = f 1 ( x ) , if it exists, is obtained from the graph of y = x 2 by reflecting y = x 2 about the line y = x . Procedurally, this is accomplished by interchanging the x and y coordinates of each point on the graph of y = x 2 . Algebraically, we are swapping the variables ` x ' and ` y ' which results in the equation x = y 2 whose graph is below on the right.

Coordinate-plane figure.
Figure 5.249 y = x 2

  switch  x  and  y  coordinates reflect across  y = x

Coordinate-plane figure.
Figure 5.250 x = y 2

We see immediately the graph of x = y 2 fails the Vertical Line Test, Theorem 1.1. In particular, the vertical line x = 4 intersects the graph at two points, ( 4 , 2 ) and ( 4 , 2 ) meaning the relation described by x = y 2 matches the x -value 4 with two different y -values, 2 and 2 .

Note that the vertical line x = 4 and the points ( 4 , ± 2 ) on the graph of x = y 2 correspond to the horizontal line y = 4 and the points ( ± 2 , 4 ) on the graph of y = x 2 which brings us right back to the concept of one-to-one. The fact that both ( 2 , 4 ) and ( 2 , 4 ) are on the graph of f means f ( 2 ) = f ( 2 ) = 4 . Hence, f takes different inputs, 2 and 2 , to the same output, 4 , so f is not one-to-one.

Recall the Horizontal Line Test from Exercise in Section 1.1. Applying that result to the graph of f we say the graph of f `fails' the Horizontal Line Test since the horizontal line y = 4 intersects the graph of y = x 2 more than once. This means that the equation y = x 2 does not represent x is not a function of y .

Said differently, the Horizontal Line Test detects when there is at least one y -value ( 4 ) which is matched to more than one x -value ( ± 2 ). In other words, the Horizontal Line Test can be used to detect whether or not a function is one-to-one.

So, to review, f ( x ) = x 2 is not invertible, not one-to-one, and its graph fails the Horizontal Line Test. It turns out that these three attributes: being invertible, one-to-one, and having a graph that passes the Horizontal Line Test are mathematically equivalent. That is to say if one if these things is true about a function, then they all are; it also means that, as in this case, if one of these things isn't true about a function, then none of them are. We summarize this result in the following theorem.

To prove Theorem 5.14, we first suppose f is invertible. Then there is a function g so that g ( f ( x ) ) = x for all x in the domain of f . If f ( a ) = f ( b ) , then g ( f ( a ) ) = g ( f ( b ) ) . Since g ( f ( x ) ) = x , the equation g ( f ( a ) ) = g ( f ( b ) ) reduces to a = b . We've shown that if f ( a ) = f ( b ) , then a = b , proving f is one-to-one.

Next, assume f is one-to-one. Suppose a horizontal line y = c intersects the graph of y = f ( x ) at the points ( a , c ) and ( b , c ) . This means f ( a ) = c and f ( b ) = c so f ( a ) = f ( b ) . Since f is one-to-one, this means a = b so the points ( a , c ) and ( b , c ) are actually one in the same. This establishes that each horizontal line can intersect the graph of f at most once, so the graph of f passes the Horizontal Line Test.

Last, but not least, suppose the graph of f passes the Horizontal Line Test. Let c be a real number in the range of f . Then the horizontal line y = c intersects the graph of y = f ( x ) just once, say at the point ( a , c ) = ( a , f ( a ) ) . Define the mapping g so that g ( c ) = g ( f ( a ) ) = a . The mapping g is a function since each horizontal line y = c where c is in the range of f intersects the graph of f only once. By construction, we have the domain of g is the range of f and that for all x in the domain of f , g ( f ( x ) ) = x . We leave it to the reader to show that for all x in the domain of g , f ( g ( x ) ) = x , too.

Hence, we've shown: first, if f invertible, then f is one-to-one; second, if f is one-to-one, then the graph of f passes the Horizontal Line Test; and third, if f passes the Horizontal Line Test, then f is invertible. Hence if f is satisfies any one of these three conditions, we can show f must satisfy the other two.7

We put this result to work in the next example.

In Example 5.6.2, we showed the functions G and g are invertible and graphed their inverses. While graphs are perfectly fine representations of functions, we have seen where they aren't the most accurate. Ideally, we would like to represent G 1 and g 1 in the same manner in which G and g are presented to us. The key to doing this is to recall that inverse functions take outputs back to their associated inputs.

Consider G = { ( t 3 + 1 , 2 t ) | t  is a real number. } . As mentioned in Example 5.6.2, the ordered pairs which comprise G are in the form ( input , output ) . Hence to find a compatible description for G 1 , we simply interchange the expressions in each of the coordinates to obtain G 1 = { ( 2 t , t 3 + 1 ) | t  is a real number. } .

Since the function g was defined in terms of a formula we would like to find a formula representation for g 1 . We apply the same logic as above. Here, the input, represented by the independent variable t , and the output, represented by the dependent variable y , are related by the equation y = g ( t ) . Hence, to exchange inputs and outputs, we interchange the ` t ' and ` y ' variables. Doing so, we obtain the equation t = g ( y ) which is an implicit description for g 1 . Solving for y gives an explicit formula for g 1 , namely y = g 1 ( t ) . We demonstrate this technique below.

y = g ( t ) y = 2 t 1 t t = 2 y 1 y interchange variables:  t  and  y t ( 1 y ) = 2 y t t y = 2 y t = t y + 2 y t = y ( t + 2 ) factor y = t t + 2

We claim g 1 ( t ) = t t + 2 , and leave the algebraic verification of this to the reader.

We generalize this approach below. As always, we resort to the default ` x ' and ` y ' labels for the independent and dependent variables, respectively.

Steps for finding a formula for the Inverse of a one-to-one function

  1. Write y = f ( x )
  2. Interchange x and y
  3. Solve x = f ( y ) for y to obtain y = f 1 ( x )

We now return to f ( x ) = x 2 . We know that f is not one-to-one, and thus, is not invertible, but our goal here is to see what way to see what goes wrong algebraically.

If we attempt to follow the algorithm above to find a formula for f 1 ( x ) , we start with the equation y = x 2 and interchange the variables ` x ' and ` y ' to produce the equation x = y 2 . Solving for y gives y = ± x . It's this ` ± ' which is causing the problem for us since this produces two y -values for any x > 0 .

Using the language of Section 5.5, the equation x = y 2 implicitly defines two functions, g 1 ( x ) = x and g 2 ( x ) = x , each of which represents the top and bottom halves, respectively, of the graph of x = y 2 .

Coordinate-plane figure.
Figure 5.258 x = y 2
Coordinate-plane figure.
Figure 5.259 y = g 1 ( x ) = x
Coordinate-plane figure.
Figure 5.260 y = g 2 ( x ) = x

Hence, in some sense, we have two partial inverses for f ( x ) = x 2 : g 1 ( x ) = x returns the positive inputs from f and g 2 ( x ) = x returns the negative inputs to f . In order to view each of these functions as strict inverses, however, we need to split f into two parts: f 1 ( x ) = x 2 for x 0 and f 2 ( x ) = x 2 for x 0 .

Coordinate-plane figure.
Figure 5.261 y = f ( x ) = x 2
Figure: ,
Figure 5.262 y = f 1 ( x ) = x 2 , x 0
Figure: ,
Figure 5.263 y = f 2 ( x ) = x 2 , x 0

We claim that f 1 and g 1 are an inverse function pair as are f 2 and g 2 . Indeed, we find:

( g 1 f 1 ) ( x ) = g 1 ( f 1 ( x ) ) = g 1 ( x 2 ) = x 2 = | x | = x , as  x 0 .

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

Figure: , and
Figure 5.264 y = f 1 ( x ) = x 2 , x 0 and y = g 1 ( x ) = x

( g 2 f 2 ) ( x ) = g 2 ( f 2 ( x ) ) = g 2 ( x 2 ) = x 2 = | x | = ( x ) = x , as  x 0 .

( f 2 g 2 ) ( x ) = f 2 ( g 2 ( x ) ) = f 2 ( x ) = ( x ) 2 = ( x ) 2 = x

Figure: , and
Figure 5.265 y = f 2 ( x ) = x 2 , x 0 and y = g 2 ( x ) = x

Hence, by restricting the domain of f we are able to produce invertible functions. Said differently, in much the same way the equation x = y 2 implicitly describes a pair of functions, the equation y = x 2 implicitly describes a pair of invertible functions.

Our next example continues the theme of restricting the domain of a function to find inverse functions.

Our last example of the section gives an application of inverse functions. Recall in Example 1.2.4 in Section 1.2, we modeled the demand for PortaBoy game systems as the price per system, p ( x ) as a function of the number of systems sold, x . In the following example, we find p 1 ( x ) and interpret what it means.

Exercises

In Exercises -, verify the given pairs of functions are inverses algebraically and graphically.

  1. f ( x ) = 2 x + 7 and g ( x ) = x 7 2
  2. f ( x ) = 5 3 x 4 and g ( x ) = 4 3 x + 5 3 .
  3. f ( t ) = 5 t 1 and g ( t ) = t + 5 t
  4. f ( t ) = t t 1 and g ( t ) = f ( t ) = t t 1
  5. f ( x ) = 4 x and g ( x ) = x 2 + 4 , x 0
  6. f ( x ) = 1 x + 1 and g ( x ) = x 2 2 x , x 1 .
  7. f ( t ) = ( t 1 ) 3 + 5 and g ( t ) = t 5 3 + 1
  8. f ( t ) = t 2 4 and g ( t ) = t 4 + 2 , t 0 .

In Exercises -, show that the given function is one-to-one and find its inverse. Check your answers algebraically and graphically. Verify the range of the function is the domain of its inverse and vice-versa.

  1. f ( x ) = 6 x 2
  2. f ( x ) = 42 x
  3. g ( t ) = t 2 3 + 4
  4. g ( t ) = 1 4 + 3 t 5
  5. f ( x ) = 3 x 1 + 5
  6. f ( x ) = 2 x 5
  7. g ( t ) = 3 t 1 4
  8. g ( t ) = 1 2 2 t + 5
  9. f ( x ) = 3 x 1 5
  10. f ( x ) = 3 x 2 3
  11. g ( t ) = t 2 10 t , t 5
  12. g ( t ) = 3 ( t + 4 ) 2 5 , t 4
  13. f ( x ) = x 2 6 x + 5 , x 3
  14. f ( x ) = 4 x 2 + 4 x + 1 , x < 1
  15. g ( t ) = 3 4 t
  16. g ( t ) = t 1 3 t
  17. f ( x ) = 2 x 1 3 x + 4
  18. f ( x ) = 4 x + 2 3 x 6
  19. g ( t ) = 3 t 2 t + 3
  20. g ( t ) = t 2 2 t 1
  21. Explain why each set of ordered pairs below represents a one-to-one function and find the inverse.

    1. F = { ( 0 , 0 ) , ( 1 , 1 ) , ( 2 , 1 ) , ( 3 , 2 ) , ( 4 , 2 ) , ( 5 , 3 ) , ( 6 , 3 ) }
    2. G = { ( 0 , 0 ) , ( 1 , 1 ) , ( 2 , 1 ) , ( 3 , 2 ) , ( 4 , 2 ) , ( 5 , 3 ) , ( 6 , 3 ) , }

      NOTE: The difference between F and G is the ` .'

    3. P = { ( 2 t 5 , 3 t 1 ) | t  is a real number. }
    4. Q = { ( n , n 2 ) | n  is a  natural  number. } 11

In Exercises -, explain why each graph represents12 a one-to-one function and graph its inverse.

  1. y = f ( x )

    Figure: Asymptote: .
    Figure 5.270 Asymptote: y = 0 .
  2. y = g ( t )

    Figure: Asymptote: .
    Figure 5.271 Asymptote: t = 2 .
  3. y = S ( t )

    Figure: Domain: .
    Figure 5.272 Domain: [ 4 , 4 ] .
  4. y = R ( s )

    Figure: Asymptotes: .
    Figure 5.273 Asymptotes: y = ± 3 .
  5. The price of a dOpi media player, in dollars per dOpi, is given as a function of the weekly sales x according to the formula p ( x ) = 450 15 x for 0 x 30 .

    1. Find p 1 ( x ) and state its domain.
    2. Find and interpret p 1 ( 105 ) .
    3. The profit (in dollars) made from producing and selling x dOpis per week is given by the formula P ( x ) = 15 x 2 + 350 x 2000 , for 0 x 30 . Find ( P p 1 ) ( x ) and determine what price per dOpi would yield the maximum profit. What is the maximum profit? How many dOpis need to be produced and sold to achieve the maximum profit?
  6. Show that the Fahrenheit to Celsius conversion function found in Exercise in Section 1.2.2 is invertible and that its inverse is the Celsius to Fahrenheit conversion function.
  7. Analytically show that the function f ( x ) = x 3 + 3 x + 1 is one-to-one. Use Theorem 5.13 to help you compute f 1 ( 1 ) , f 1 ( 5 ) , and f 1 ( 3 ) . What happens when you attempt to find a formula for f 1 ( x ) ?
  8. Let f ( x ) = 2 x x 2 1 .

    1. Graph y = f ( x ) using the techniques in Section 3.2. Check your answer using a graphing utility.
    2. Verify that f is one-to-one on the interval ( 1 , 1 ) .
    3. Use the procedure outlined on Page Section 5.6 to find the formula for f 1 ( x ) for 1 < x < 1 .
    4. Since f ( 0 ) = 0 , it should be the case that f 1 ( 0 ) = 0 . What goes wrong when you attempt to substitute x = 0 into f 1 ( x ) ? Discuss with your classmates how this problem arose and possible remedies.
  9. With the help of your classmates, explain why a function which is either strictly increasing or strictly decreasing on its entire domain would have to be one-to-one, hence invertible.
  10. If f is odd and invertible, prove that f 1 is also odd.
  11. Let f and g be invertible functions. With the help of your classmates show that ( f g ) is one-to-one, hence invertible, and that ( f g ) 1 ( x ) = ( g 1 f 1 ) ( x ) .

With help from your classmates, find the inverses of the functions in Exercises -.

  1. f ( x ) = a x + b , a 0
  2. f ( x ) = a x h + k , a 0 , x h
  3. f ( x ) = a x 2 + b x + c where a 0 , x b 2 a .
  4. f ( x ) = a x + b c x + d , (See Exercise below.)
  5. What conditions must you place on the values of a , b , c and d in Exercise in order to guarantee that the function is invertible?
  6. The function given in number is an example of a function which is its own inverse.

    1. Algebraically verify every function of the form: f ( x ) = a x + b c x a is its own inverse.

      What assumptions do you need to make about the values of a , b , and c ?

    2. Under what conditions is f ( x ) = m x + b , m 0 its own inverse? Prove your answer.

Answers

  1. f 1 ( x ) = x + 2 6
  2. f 1 ( x ) = 42 x
  3. g 1 ( t ) = 3 t 10
  4. g 1 ( t ) = 5 3 t + 1 3
  5. f 1 ( x ) = 1 3 ( x 5 ) 2 + 1 3 , x 5
  6. f 1 ( x ) = ( x 2 ) 2 + 5 , x 2
  7. g 1 ( t ) = 1 9 ( t + 4 ) 2 + 1 , t 4
  8. g 1 ( t ) = 1 8 ( t 1 ) 2 5 2 , t 1
  9. f 1 ( x ) = 1 3 x 5 + 1 3
  10. f 1 ( x ) = ( x 3 ) 3 + 2
  11. g 1 ( t ) = 5 + t + 25
  12. g 1 ( t ) = t + 5 3 4
  13. f 1 ( x ) = 3 x + 4
  14. f 1 ( x ) = x + 1 2 , x > 1
  15. g 1 ( t ) = 4 t 3 t
  16. g 1 ( t ) = t 3 t + 1
  17. f 1 ( x ) = 4 x + 1 2 3 x
  18. f 1 ( x ) = 6 x + 2 3 x 4
  19. g 1 ( t ) = 3 t 2 t + 3
  20. g 1 ( t ) = t 2 2 t 1
    1. None of the first coordinates of the ordered pairs in F are repeated, so F is a function and none of the second coordinates of the ordered pairs of F are repeated, so F is one-to-one. F 1 = { ( 0 , 0 ) , ( 1 , 1 ) , ( 1 , 2 ) , ( 2 , 3 ) , ( 2 , 4 ) , ( 3 , 5 ) , ( 3 , 6 ) }
    2. Because of the ` ' it is helpful to determine a formula for the matching. For the even numbers n , n = 0 , 2 , 4 , , the ordered pair ( n , n 2 ) is in G . For the odd numbers n = 1 , 3 , 5 , , the ordered pair ( n , n + 1 2 ) is in G . Hence, given any input to G , n , whether it be even or odd, there is only one output from G , either n 2 or n + 1 2 , both of which are functions of n . To show G is one to one, we note that if the output from G is 0 or less, then it must be of the form n 2 for an even number n . Moreover, if n 2 = m 2 , then n = m . In the case we are looking at outputs from G which are greater than 0 , then it must be of the form n + 1 2 for an odd number n . In this, too, if n + 1 2 = m + 1 2 , then n = m . Hence, in any case, if the outputs from G are the same, then the inputs to G had to be the same so G is one-to-one and G 1 = { ( 0 , 0 ) , ( 1 , 1 ) , ( 1 , 2 ) , ( 2 , 3 ) , ( 2 , 4 ) , ( 3 , 5 ) , ( 3 , 6 ) , }
    3. To show P is a function we note that if we have the same inputs to P , say 2 t 5 = 2 u 5 , then t = u . Hence the corresponding outputs, 2 t 1 and 3 u 1 , are equal, too. To show P is one-to-one, we note that if we have the same outputs from P , 3 t 1 = 3 u 1 , then t = u . Hence, the corresponding inputs 2 t 5 and 2 u 5 are equal, too. Hence P is one-to-one and P 1 = { ( 3 t 1 , 2 t 5 ) | t  is a real number. }
    4. To show Q is a function, we note that if we have the same inputs to Q , say n = m , then the outputs from Q , namely n 2 and m 2 are equal. To show Q is one-to-one, we note that if we get the same output from Q , namely n 2 = m 2 , then n = ± m . However since n and m are natural numbers, both n and m are positive so n = m . Hence Q is one-to-one and Q 1 = { ( n 2 , n ) | n  is a  natural  number. } .
  21. y = f 1 ( x ) . Asymptote: x = 0 .

    Figure: Asymptote: .
    Figure 5.274 Asymptote: x = 0 .
  22. y = g 1 ( t ) . Asymptote: y = 2 .

    Figure: Asymptote: .
    Figure 5.275 Asymptote: y = 2 .
  23. y = S 1 ( t ) . Domain [ 3 , 3 ] .

    Figure: Domain: .
    Figure 5.276 Domain: [ 3 , 3 ] .
  24. y = R 1 ( s ) . Asymptotes: s = ± 3 .

    Figure: Asymptotes: .
    Figure 5.277 Asymptotes: s = ± 3 .
    1. p 1 ( x ) = 450 x 15 . The domain of p 1 is the range of p which is [ 0 , 450 ]
    2. p 1 ( 105 ) = 23 . This means that if the price is set to $ 105 then 23 dOpis will be sold.
    3. ( P p 1 ) ( x ) = 1 15 x 2 + 110 3 x 5000 , 0 x 450 .

      The graph of y = ( P p 1 ) ( x ) is a parabola opening downwards with vertex ( 275 , 125 3 ) ( 275 , 41.67 ) . This means that the maximum profit is a whopping $ 41.67 when the price per dOpi is set to $ 275 . At this price, we can produce and sell p 1 ( 275 ) = 11 . 6 ¯ dOpis. Since we cannot sell part of a system, we need to adjust the price to sell either 11 dOpis or 12 dOpis. We find p ( 11 ) = 285 and p ( 12 ) = 270 , which means we set the price per dOpi at either $ 285 or $ 270 , respectively. The profits at these prices are ( P p 1 ) ( 285 ) = 35 and ( P p 1 ) ( 270 ) = 40 , so it looks as if the maximum profit is $ 40 and it is made by producing and selling 12 dOpis a week at a price of $ 270 per dOpi.

  25. Given that f ( 0 ) = 1 , we have f 1 ( 1 ) = 0 . Similarly f 1 ( 5 ) = 1 and f 1 ( 3 ) = 1
    1. If b = 0 , then m = ± 1 . If b 0 , then m = 1 and b can be any real number.

Adapted from Precalculus, Preliminary 4th Edition (integrated calculus), by Carl Stitz and Jeff Zeager (stitz-zeager.com), licensed under CC BY-NC-SA 3.0. Changes were made: reformatted as an accessible XYZ web edition. License: CC-BY-NC-SA-3.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.