Section 2.8 Combining Functions; Composite Functions

Before Starting this Section, Review

  1. 1 Domain of a function (Section 2.4 , page 216)

  2. 2 Rational inequalities (Section 1.6 , page 152)

Objectives

  1. 1 Define basic operations on functions.

  2. 2 Form composite functions.

  3. 3 Find the domain of a composite function.

  4. 4 Decompose a function.

  5. 5 Apply composition to practical problems.

BP Oil Spill

The Deepwater Horizon was a floating drilling rig that could operate in waters up to 10,000 feet deep. British Petroleum (BP) was the operator and principal developer of the exploratory well situated in the Gulf of Mexico about 41 miles off the Louisiana coast. On April 20, 2010, at approximately 9:45 p.m., high-pressure methane gas from the well ignited and exploded, engulfing the platform of the rig. At the time, 126 crew members were on board. Of these, 11 workers were never found despite extensive search operations and are believed to have died in the explosion.

The total estimated volume of oil leaked was approximately 5 million barrels, making it the largest accidental oil spill in history. The spill directly impacted 68,000 square miles (about the size of Oklahoma). By June 2010, oil had washed up on 1074 miles of the coasts of Louisiana, Mississippi, Alabama, and Florida.

On June 16, 2010, BP announced a $20 billion fund to settle claims arising from the disaster. The fund was to be used only for natural resource restoration and compensation for individual and business claimants. In July, 2013, BP and its partners in the oil well, Transocean and Halliburton, went on trial to determine payouts and fines under the Clean Water Act and the Natural Resources Damages Assessment. In July, 2015 BP said its total pre-tax charge for the spill stood at 53.8 billion.

In Example 9, we calculate the area covered by an oil spill.

Combining Functions

  1. 1 Define basic operations on functions.

Just as numbers can be added, subtracted, multiplied, and divided to produce new numbers, so functions can be added, subtracted, multiplied, and divided to produce other functions. To add, subtract, multiply, or divide functions, we simply add, subtract, multiply, or divide their output values.

For example, if f(x)=x22x+4 and g(x)=x+2, then

f(x)+g(x)=(x22x+4)+(x+2)=x2x+6.

This new function y=x2x+6 is called the sum function f+g.

Example 1 Combining Functions

Let f(x)=x26x+8 and g(x)=x2. Find each of the following functions or function values.

  1. (fg)(4)

  2. (fg)(3)

  3. (f+g)(x)

  4. (fg)(x)

  5. (fg)(x)

  6. (fg)(x)

Solution

  1. f(4)=426(4)+8=0Replace x with 4 in f(x).g(4)=42=2Replace x with 4 in g(x).(fg)(4)=f(4)g(4)Definition of difference=02=2Replace f(4) with 0, g(4) with 2.

  2. f(3)=326(3)+8=1Replace x with 3 in f(x).g(3)=32=1Replace x with 3 in g(x).(fg)(3)=f(3)g(3)=11=1Replace f(3) with 1, g(3) with 1.

  3. (f+g)(x)=f(x)+g(x)Definition of sum=(x26x+8)+(x2)Add f(x) and g(x).=x25x+6Combine like terms.

  4. (fg)(x)=f(x)g(x)Definition of difference=(x26x+8)(x2)Subtract g(x) from f(x).=x27x+10Combine like terms.

  5. (fg)(x)=f(x)g(x)Definition of product=(x26x+8)(x2)Multiply f(x) and g(x).=x2(x2)6x(x2)+8(x2)Distributive property=x32x26x2+12x+8x16Distributive property=x38x2+20x16Combine like terms.

  6. (fg)(x)=f(x)g(x),g(x)0Definition of quotient=x26x+8x2,x20Replace f(x) with x26x+8, g(x)with x2.=(x2)(x4)x2,x2Factor the numerator.=x4,x2

    Because f and g are polynomials, the domain of both f and g is the set of all real numbers, or in interval notation, (, ). So the domain for f+g, fg, and fg is (, ). However, for fg, we must exclude 2 because g(2)=0. The domain for fg is the set of all real numbers x, x2, or in interval notation, (, 2)(2, ).

Practice Problem 1

  1. Let f(x)=3x1 and g(x)=x2+2. Find (f+g)(x), (fg)(x), (fg)(x), and (fg)(x).

Example 2 Finding the Domain

Let f(x)=x+2 and g(x)=5x. Find the domain of f+g, fg, fg, and fg.

Solution

Recall (see page 61) that u is defined only if u0.

So f(x)=x+2 is defined if x+20 or x2.Solve for x.The domain of f=D1=[2, ).Interval notation

Similarly, g(x)=5x is defined only if 5x0

or5xSolve for x.orx5.Rewrite.The domain of g=D2=(, 5].Interval notation

To find the required domains, we first find D1D2 from the graphs of D1 and D2. See Figure 2.97.

Figure 2.97

The domain of f+g, fg, and fg is D1D2=[2, 5]. For the domain of fg, we must exclude from D1D2 those numbers where g(x)=5x=0. Solving this equation for x, we have x=5.

So the domain of fg is [2, 5).

Practice Problem 2

  1. Let f(x)=x1 and g(x)=3x. Find the domain of fg, fg, and gf.

Composition of Functions

  1. 2 Form composite functions.

There is yet another way to construct a new function from two functions. Figure 2.98 shows what happens when you apply one function g(x)=x21 to an input (domain) value, x, and then apply a second function f(x)=x to the output value, g(x), from the first function. In this case, the output from the first function becomes the input for the second function.

Figure 2.98

Composition of functions

Figure 2.99 may help clarify the definition of fg.

Figure 2.99 Composition of the function f with g

Evaluating (fg)(x)

By definition,

Thus, to evaluate (fg)(x), we must

  1. Evaluate the inner function g at x.

  2. Use the result g(x) as the input for the outer function f.

Example 3 Evaluating a Composite Function

Let f(x)=x3 and g(x)=x+1. Find each composite function value.

  1. (fg)(1)

  2. (gf )(1)

  3. (ff )(1)

Solution

  1. (fg)(1)=f(g(1))Definition of fg=[g(1)]3Replace x with g(1) in f(x)=x3.=23=8g(1)=1+1=2; simplify.

  2. (gf )(1)=g(f(1))Definition of gf=f(1)+1Replace x with f(1) in g(x)=x+1.=1+1=2f(1)=13=1; simplify.

  3. (ff )(1)=f(f(1))Definition of ff=[f(1)]3Replace x with f(1) in f(x)=x3.=(1)3=1f(1)=(1)3=1; simplify.

Practice Problem 3

  1. Let f(x)=5x and g(x)=x2+1. Find each composite function value.

    1. (fg)(0)

    2. (gf )(0)

Side Note

When computing (fg)(x)=f(g(x)), you must replace every x in f(x) with g(x).

Example 4 Finding Composite Functions

Let f(x)=2x+1 and g(x)=x23. Find each composite function.

  1. (fg)(x)

  2. (gf)(x)

  3. (ff)(x)

Solution

  1. (fg)(x)=f(g(x))Definition of fg=2g(x)+1Replace x with g(x) in f(x)=2x+1.=2(x23)+1Replace g(x) with x23.=2x25Simplify.

  2. (gf)(x)=g(f(x))Definition of gf=[f(x)]23Replace x with f(x) in g(x)=x23.=(2x+1)23Replace f(x) with 2x+1.=4x2+4x+13(A+B)2=A2+2AB+B2=4x2+4x2Simplify.

  3. (ff)(x)=f(f(x))Definition of ff=2f(x)+1Replace x with f(x) in f(x)=2x+1.=2(2x+1)+1Replace f(x) with 2x+1.=4x+3Simplify.

Practice Problem 4

  1. Let f(x)=2x and g(x)=2x2+1. Find each composite function.

    1. (gf)(x)

    2. (fg)(x)

    3. (gg)(x)

Parts a and b of Example 3 illustrate that in general, fggf. In other words, the composition of functions is not commutative.

Domain of Composite Functions

  1. 3 Find the domain of a composite function.

Let f and g be two functions. The domain of the composite function fg consists of those values of x in the domain of g for which g(x) is in the domain of f. So to find the domain of fg, we first find the domain of g. Then from the domain of g, we exclude those values of x for which g(x) is not in the domain of f.

Practice Problem 5

  1. Let f(x)=x+1 and g(x)=2x3. Find the domain of fg.

Sometimes we can determine the domain of fg by just examining the equation for f(g(x)).

Example 6 Finding the Domain of Composite Functions

Let f(x)=1x and g(x)=3x12. Find the domain of fg.

Solution

Because f(g(x))=1g(x)=13x12 we see f(g(x)) is not defined if the denominator is zero.

3x12=0Set g(x)=0.3x=12Add 12 to both sides.x=4Divide both sides by 3.

So f(g(x))=13x12 is defined if x4. The domain of fg is (, 4)(4, ).

Practice Problem 6

  1. Let f(x)=x and g(x)=3x. Find the domain of fg.

Side Note

If the function fg can be simplified, determine the domain before simplifying. For example, if f(x)=x2 and g(x)=x,

(fg)(x)=f(g(x))=f(x).

Before simplifying:

(fg)(x)=(x)2, x0.

The domain of f is (, ), and (fg)(x) is defined on [0, ).

After simplifying:

(fg)(x)=x.

Here it appears that the domain of fg is (, ). However, this is not correct; it is [0, ).

Example 7 Finding the Domain of Composite Functions

Let f(x)=x2 and g(x)=4x. Find the following functions and their domains, using the procedure given in Example 5.

  1. fg

  2. gf

Solution

    1. g(x)=4x is defined if 4x0 or x4. So A=(, 4].

    2. f(g(x))=g(x)2Replace x with g(x) in f(x)=x2.

      So, g(x) is in the domain of f if:

      g(x)20g(x)2Add 2 to both sides.4x2Replace g(x) with 4x.4x4Square both sides.x0Subtract 4 from both sides.x0Solve for x.

      So B=(, 0].

    3. AB=(, 4](, 0]=(, 0] See figure.

      So, the domain of fg is (, 0]

  1. To find the domain of gf, we interchange the role of g and f.

    1. f(x)=x2 is defined if x20 or x2. So A=[2, ).

    2. g(f(x))=4f(x)Replace x with f(x) in g(x)=4x.

      So, f(x) is in the domain of g if:

      4f(x)04f(x)Add f(x) to both sides.f(x)4Rewritex24Replace f(x) with x2.x216Square both sides (if  0<ab then a2b2).x18Solve for x.

      So B=(, 18].

    3. AB=[2, )(, 18]=[2, 18] See figure.

      So, the domain of gf=[2, 18].

Practice Problem 7

  1. Let f(x)=x1 and g(x)=4x2. Find the domain of each of the following functions.

    1. fg

    2. gf

Decomposition of a Function

  1. 4 Decompose a function.

In the composition of two functions, we combine two functions and create a new function. However, sometimes it is more useful to use the concept of composition to decompose a function into simpler functions. For example, consider the function H(x)=x22. A way to write H(x) as the composition of two functions is to let f(x)=x and g(x)=x22 so that f(g(x))=f(x22)=x22=H(x).

A function may be decomposed into simpler functions in several different ways by choosing various “inner” functions.

Practice Problem 8

  1. Repeat Example 7 , letting g(x)=2x2+1. Find f(x) and write H(x)=(fg)(x).

Applications of Composite Functions

  1. 5 Apply composition to practical problems.

Example 9 Calculating the Area of an Oil Spill from a Tanker

Suppose oil spills from a tanker into the Pacific Ocean and the area of the spill is a perfect circle. The radius of this oil slick increases at the rate of 2 miles per hour.

  1. Express the area of the oil slick as a function of time.

  2. Calculate the area covered by the oil slick in six hours.

Solution

The area A of the oil slick is a function of its radius r.

A=f(r)=πr2

The radius is a function of time. We know that r increases at the rate of 2 miles per hour. So in t hours, the radius r of the oil slick is given by the function

r=g(t)=2tDistance=Rate×Time
  1. Therefore, the area A of the oil slick is a function of the radius, which is itself a function of time. It is a composite function given by

    A=f(g(t))=f(2t)=π(2t)2=4πt2.
  2. Substitute t=6 into A to find the area covered by the oil in six hours.

    A=4π(6)2=4π(36)=144π452 square miles

Practice Problem 9

  1. What would the result of Example 8 be if the radius of the oil slick increased at a rate of 3 miles per hour?

Example 10 Applying Composition to Sales

A car dealer offers an 8% discount off the manufacturer’s suggested retail price (MSRP) of x dollars for any new car on his lot. At the same time, the manufacturer offers a $4000 rebate for each purchase of a new car.

  1. Write a function r(x) that represents the price after only the rebate.

  2. Write a function d(x) that represents the price after only the dealer’s discount.

  3. Write the functions (rd)(x) and (dr)(x). What do they represent?

  4. Calculate (dr)(x)(rd)(x). Interpret this expression.

Solution

  1. The MSRP is x dollars, and the manufacturer’s rebate is $4000 for each car; so

    r(x)=x4000

    represents the price of a car after the rebate.

  2. The dealer’s discount is 8% of x, or 0.08x; therefore,

    d(x)=x0.08x=0.92x

    represents the price of the car after the dealer’s discount.

    1. (rd)(x)=r(d(x))Apply the dealer's discount first.=r(0.92x)d(x)=0.92x=0.92x4000Evaluate r(0.92x) using r(x)=x4000.

      Then (rd)(x)=0.92x4000 represents the price of a car when the dealer’s discount is applied first and then the manufacturer’s rebate is applied.

    2. (dr)(x)=d(r(x))Apply the manufacturer's rebate first.=d(x4000)r(x)=x4000=0.92(x4000)Evaluate d(x4000) using d(x)=0.92x.=0.923680

      Thus, (dr)(x)=0.92x3680 represents the price of a car when the manufacturer’s rebate is applied first and then the dealer’s discount is applied.

  3. (dr)(x)(rd)(x)=(0.92x3680)(0.92x4000)Subtract functionvalues.=$320

    This equation shows that any car, regardless of its price, will cost $320 more if you apply the rebate first and then the discount.

Practice Problem 10

  1. Repeat Example 10 if the dealer offers a 6% discount and the manufacturer offers a $4500 rebate.

Section 2.8 Exercises

Concepts and Vocabulary

  1. (fg)(x)=_.

  2. The domain of the function f+g consists of those values of x that are                             to the domains of f and g.

  3. The composition of the function f with the function g is written as fg and is defined by fg(x)=_.

  4. The domain of the composite function fg consists of those values of x in the domain of g for which g(x)                            .

  5. True or False. We always have fg=gf.

  6. True or False. If f(1)=2 and g(2)=1, then (fg)(2)=2.

  7. True or False. The domain of fg and the domain of fg are always the same.

  8. True or False. A function may be decomposed into simpler functions in several different ways.

Building Skills

In Exercises 9–20, use the graphs of f and g shown in the figure to evaluate each expression.

  1. (f+g)(2)

  2. (f+g)(2)

  3. (fg)(4)

  4. (fg)(1)

  5. (fg)(1)

  6. (fg)(2)

  7. (fg)(2)

  8. (fg)(2)

  9. (fg)(1)

  10. (gf)(1)

  11. (fg)(3)

  12. (gf)(3)

In Exercises 21–24, functions f and g are given. Find each of the given values.

  1. (f+g)(1)

  2. (fg)(0)

  3. (fg)(2)

  4. (fg)(1)

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

  2. f(x)=1x2; g(x)=x+1

  3. f(x)=1x+2; g(x)=2x+1

  4. f(x)=xx26x+8; g(x)=3x

In Exercises 25–38, functions f and g are given. Find each of the following functions and state its domain.

  1. f+g

  2. fg

  3. fg

  4. fg

  5. gf

  1. f(x)=x3; g(x)=x2

  2. f(x)=2x1; g(x)=x2

  3. f(x)=x31; g(x)=2x2+5

  4. f(x)=x24; g(x)=x26x+8

  5. f(x)=2x1; g(x)=x

  6. f(x)=x1; g(x)=x

  7. f(x)=x6; g(x)=x3

  8. f(x)=x+2; g(x)=1x

  9. f(x)=12x+1; g(x)=1x

  10. f(x)=11x; g(x)=1x

  11. f(x)=2x+1; g(x)=xx+1

  12. f(x)=5x1x+1; g(x)=4x+10x+1

  13. f(x)=x2x+1; g(x)=2xx21

  14. f(x)=x3x225; g(x)=x3x2+9x+20

In Exercises 39–42, find the domain of each function.

  1. fg

  2. fg

  1. f(x)=x1;g(x)=5x

  2. f(x)=x2;g(x)=x+2

  3. f(x)=x+2;g(x)=9x2

  4. f(x)=x24;g(x)=25x2

In Exercises 43 and 44, use each diagram to evaluate (gf)(x). Then evaluate (gf)(2) and (gf)(3).

In Exercises 45–56, let f(x)=2x+1 and g(x)=2x23. Evaluate each expression.

  1. (fg)(2)

  2. (gf)(2)

  3. (fg)(3)

  4. (gf)(5)

  5. (fg)(0)

  6. (gf)(12)

  7. (fg)(c)

  8. (fg)(c)

  9. (gf)(a)

  10. (gf)(a)

  11. (ff)(1)

  12. (gg)(1)

In Exercises 57–66, the functions f and g are given. Find fg and its domain.

  1. f(x)=1x, g(x)=105x

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

  3. f(x)=x, g(x)=2x8

  4. f(x)=x, g(x)=x

  5. f(x)=2x+1; g(x)=1x

  6. f(x)=1x1; g(x)=2x+3

  7. f(x)=x3 ; g(x)=23x

  8. f(x)=xx1; g(x)=2+5x

  9. f(x)=|x|; g(x)=x21

  10. f(x)=3x2; g(x)=|x1|

In Exercises 67–80, the functions f and g are given. Find each composite function and describe its domain.

  1. fg

  2. gf

  3. ff

  4. gg

  1. f(x)=2x3; g(x)=x+4

  2. f(x)=x3; g(x)=3x5

  3. f(x)=12x; g(x)=1+x2

  4. f(x)=2x3; g(x)=2x2

  5. f(x)=2x2+3x; g(x)=2x1

  6. f(x)=x2+3x; g(x)=2x

  7. f(x)=x2; g(x)=x

  8. f(x)=x2+2x; g(x)=x+2

  9. f(x)=12x1; g(x)=1x2

  10. f(x)=x1; g(x)=xx+1

  11. f(x)=x1; g(x)=4x

  12. f(x)=x24; g(x)=4x2

  13. f(x)=1xx+2; g(x)=x+3x4

  14. f(x)=x+2x3; g(x)=x+1x1

In Exercises 81–90, express the given function H as a composition of two functions f and g such that H(x)=(fg)(x).

  1. H(x)=x+2

  2. H(x)=|3x+2|

  3. H(x)=(x23)10

  4. H(x)=3x2+5

  5. H(x)=13x5

  6. H(x)=52x+3

  7. H(x)=3x27

  8. H(x)=4x2+x+1

  9. H(x)=1|x31|

  10. H(x)=31+x

Applying the Concepts

  1. Cost, revenue, and profit. A retailer purchases x shirts from a wholesaler at a price of $12 per shirt. Her selling price for each shirt is $22. The state has 7% sales tax. Interpret each of the following functions.

    1. f(x)=12x

    2. g(x)=22x

    3. h(x)=g(x)+0.07g(x)

    4. P(x)=g(x)f(x)

  2. Cost, revenue, and profit. The demand equation for a product is given by x=50005p, where x is the number of units produced and sold at price p (in dollars) per unit. The cost (in dollars) of producing x units is given by C(x)=4x+12,000. Express each of the following as a function of price.

    1. Cost

    2. Revenue

    3. Profit

  3. Cost and revenue. A manufacturer of radios estimates that his daily cost of producing x radios is given by the equation C=350+5x. The equation R=25x represents the revenue in dollars from selling x radios.

    1. Write and simplify the profit function

      P(x)=R(x)C(x)
    2. Find P(20). What does the number P(20) represent?

    3. How many radios should the manufacturer produce and sell to have a daily profit of $500?

    4. Find the composite function (Rx)(C). What does this function represent?

    [Hint: To find x(C), solve C=350+5x for x.]

  4. Mail order. You order merchandise worth x dollars from D-Bay Manufacturers. The company charges you sales tax of 4% of the purchase price plus shipping and handling fees of $3 plus 2% of the after-tax purchase price.

    1. Write a function g(x) that represents the sales tax.

    2. What does the function h(x)=x+g(x) represent?

    3. Write a function f(x) that represents the shipping and handling fees.

    4. What does the function T(x)=h(x)+f(x) represent?

  5. Consumer issues. You work in a department store in which employees are entitled to a 30% discount on their purchases. You also have a coupon worth $5 off any item.

    1. Write a function f(x) that models discounting an item by 30%.

    2. Write a function g(x) that models applying the coupon.

    3. Use a composition of your two functions from (a) and (b) to model your cost for an item, assuming that the clerk applies the discount first and then the coupon.

    4. Use a composition of your two functions from (a) and (b) to model your cost for an item, assuming that the clerk applies the coupon first and then the discount.

    5. Use the composite functions from (c) and (d) to find how much more an item costs, assuming that the clerk applies the coupon first.

  6. Consumer issues. You work in a department store in which employees are entitled to a 20% discount on their purchases. In addition, the store is offering a 10% discount on all items.

    1. Write a function f(x) that models discounting an item by 20%.

    2. Write a function g(x) that models discounting an item by 10%.

    3. Use a composition of your two functions from (a) and (b) to model taking the 20% discount first.

    4. Use a composition of your two functions from (a) and (b) to model taking the 10% discount first.

    5. Use the composite functions from (c) and (d) to decide which discount you would prefer to take first.

  7. Test grades. Professor Harsh gave a test to his college algebra class, and nobody got more than 80 points (out of 100) on the test. One problem worth 8 points had insufficient data, so nobody could solve that problem. The professor adjusted the grades for the class by (a) increasing everyone’s score by 10% and (b) giving everyone 8 bonus points. Let x represent the original score of a student.

    1. Write statements (a) and (b) as functions f(x) and g(x), respectively.

    2. Find (fg)(x) and explain what it means.

    3. Find (gf)(x) and explain what it means.

    4. Evaluate (fg)(70) and (gf)(70).

    5. Does (fg)(x)=(gf)(x)?

    6. Suppose a score of 90 or better results in an A. What is the lowest original score that will result in an A if the professor uses

      1. (fg)(x)?

      2. (gf)(x)?

  8. Sales commissions. Henrita works as a salesperson in a department store. Her weekly salary is $200 plus a 3% bonus on weekly sales over $8000. Suppose her sales in a week are x dollars.

    1. Let f(x)=0.03x. What does this mean?

    2. Let g(x)=x8000. What does this mean?

    3. Which composite function, (fg)(x) or (gf)(x), represents Henrita’s bonus?

    4. What was Henrita’s salary for the week in which her sales were $17,500?

    5. What were Henrita’s sales for the week in which her salary was $521?

  9. Enhancing a fountain. A circular fountain has a radius of x feet. A circular fence is installed around the fountain at a distance of 30 feet from its edge.

    1. Write the function f(x) that represents the area of the fountain.

    2. Write the function g(x) that represents the entire area enclosed by the fence.

    3. What area does the function g(x)f(x) represent?

    4. The cost of the fence was $4200, installed at the rate of $10.50 per running foot (per perimeter foot). You are to prepare an estimate for paving the area between the fence and the fountain at $1.75 per square foot. To the nearest dollar, what should your estimate be?

  10. Running track design. An outdoor running track with semicircular ends and parallel sides is constructed. The length of each straight portion of the sides is 180 meters. The track has a uniform width of 4 meters throughout. The inner radius of each semicircular end is x meters.

    1. Write the function f(x) that represents the area enclosed within the outer edge of the running track.

    2. Write the function g(x) that represents the area of the field enclosed within the inner edge of the running track.

    3. What does the function f(x)g(x) represent?

    4. Suppose the inner perimeter of the track is 900 meters.

      1. Find the area of the track.

      2. Find the outer perimeter of the track.

  11. Area of a disk. The area A of a circular disk of radius r units is given by A=f(r)=πr2. Suppose a metal disk is being heated and its radius r is increasing according to the equation r=g(t)=2t+1, where t is time in hours.

    1. Find (fg)(t).

    2. Determine A as a function of time.

    3. Compare parts (a) and (b).

  12. Volume of a balloon. The volume V of a spherical balloon of radius r inches is given by the formula V=f(r)=43πr3. Suppose the balloon is being inflated and its radius is increasing at the rate of 2 inches per second. That is, r=g(t)=2t, where t is time in seconds.

    1. Find (fg)(t).

    2. Determine V as a function of time.

    3. Compare parts (a) and (b).

Beyond the Basics

  1. Let f={ (2, 3), (1, 2), (2, 1), (3, 0)}; g={(2, 0), (0, 2), (1,2), (3, 2)}. Find each function.

    1. f+g

    2. f g

    3. fg

    4. fg

  2. Let

    f(x)={2xif2x1x+1if1<x3;g(x)={x+1if3x2.2x1if2x3

    Find f+g and its domain.

  3. Let h(x) be any function whose domain contains x whenever it contains x. Show that

    1. f(x)=h(x)+h(x) is an even function.

    2. g(x)=h(x)h(x) is an odd function.

    3. h(x) can always be expressed as the sum of an even function and an odd function.

  4. Use Exercise 105 to write each of the following functions as the sum of an even function and an odd function.

    1. h(x)=x22x+3

    2. h(x)=x+x

  5. Find the domain of f(x)=1|x|2|x|.

  6. Let f(x)={1if2x0x1if0<x2.

    Find g(x)=f(|x|)+|f(x)|.

Critical Thinking / Discussion / Writing

  1. Let f(x)=1x and g(x)=x(2x). Find the domain of each of the following functions.

    1. f(x)

    2. g(x)

    3. f(x)+g(x)

    4. f(x)g(x)

  2. For each of the following functions, find the domain of ff.

    1. f(x)=1x

    2. f(x)=11x

  3. Even and odd functions. State whether each of the following functions is an odd function, an even function, or neither. Justify your statement.

    1. The sum of two even functions

    2. The sum of two odd functions

    3. The sum of an even function and an odd function

    4. The product of two even functions

    5. The product of two odd functions

    6. The product of an even function and an odd function

  4. Even and odd functions. State whether the composite function fg is an odd function, an even function, or neither in the following situations.

    1. f and g are odd functions.

    2. f and g are even functions.

    3. f is odd, and g is even.

    4. f is even, and g is odd.

Getting Ready for the Next Section

    1. Does the relation R={(3, 2), (1, 1), (1, 3), (2, 1)} define a function?

    2. Construct a relation S by reversing the components of each ordered pair R. Does the relation S define a function?

  1. Show that the line y=x is perpendicular bisector of the line segment joining the points P=(2, 5) and P=(5, 2). (This shows that the points P and P are reflections of each other about the line y=x.)

  2. Solve the equation x=2y+3 for y.

  3. Solve the equation x=y2+1, y0 for y.

  4. Solve the equation x2+y2=4, x0 for x.

  5. Solve the equation 2x1y=3 for y.

Section 2.9 Inverse Functions

Before Starting this Section, Review

  1. 1 Vertical-line test (Section 2.4 , page 222)

  2. 2 Domain and range of a function (Section 2.4 , pages 216 and 220)

  3. 3 Composition of functions (Section 2.8 , page 284)

  4. 4 Line of symmetry (Section 2.2 , page 188)

  5. 5 Solving linear and quadratic equations (Sections 1.1 and 1.5)

Objectives

  1. 1 Define an inverse function.

  2. 2 Find the inverse function.

  3. 3 Use inverse functions to find the range of a function.

  4. 4 Apply inverse functions in the real world.

Water Pressure on Underwater Devices

The pressure at any depth in the ocean is the pressure at sea level (1 atm) plus the pressure due to the weight of the overlying water: The deeper you go, the greater the pressure. Pressure is a vital consideration in the design of all tools and vehicles that work beneath the water’s surface. Every 11 feet of depth increases the pressure by approximately 5 pounds per square inch (1 atmosphere15 psi). Computing the pressure precisely requires a somewhat complicated equation that takes into account the water’s salinity, temperature, and slight compressibility. However, a basic formula is given by “pressure equals depth times 5, divided by 11 plus 15.” Thus, we have pressure (psi)=depth(ft)×5(psi per atm)/11(ft per atm)+15, where psi means “pounds per square inch” and atm abbreviates “atmosphere.”

For example, at 99 feet below the surface, the pressure is 60 psi. At 1 mile (5280 feet) below the surface, the pressure is 5280×511+15=2415 psi. Suppose the pressure gauge on a diving bell breaks and shows a reading of 1800 psi. We can determine the bell’s depth when the gauge failed by using an inverse function. We will return to this problem in Example 9.

Inverses

  1. 1 Define an inverse function.

Before we define inverse functions, we need to look at a special type of function called a one-to-one function.

Let f be a one-to-one function. Then the preceding definition says that for any two numbers x1 and x2 in the domain of f, if x1x2, then f(x1)f(x2), or equivalently, if f(x1)=f(x2) then x1=x2. That is, f is a one-to-one function if different x-values correspond to different y-values.

Figure 2.100(a) represents a one-to-one function, and Figure 2.100(b) represents a function that is not one-to-one. The relation shown in Figure 2.100(c) is not a function.

Figure 2.100

Deciding whether a diagram represents a function, a one-to-one function, or neither

Recall that with a one-to-one function, different x-values correspond to different y-values. Consequently, if a function f is not one-to-one, then there are at least two numbers x1 and x2 in the domain of f such that x1x2 and f(x1)=f(x2). Geometrically, this means that the horizontal line passing through the two points (x1, f(x1)) and (x2, f(x2)) contains these two points on the graph of f. See Figure 2.101. The geometric interpretation of a one-to-one function is called the horizontal-line test.

Figure 2.101 The function f is not one-to-one

Example 1 Test for the One-to-One Property of a Function

Determine which of the following functions are one-to-one.

  1. f(x)=2x+5

  2. g(x)=x21

  3. h(x)=2x

Solution

Algebraic Approach Let x1 and x2 be two numbers in the domain of each function.

  1. Suppose f(x1)=f(x2). Then 2x1+5=2x2+5

    2x1=2x2Subtract 5 from each side.x1=x2Divide both sides by 2.

    So f(x1)=f(x2) implies x1=x2; the function f is one-to-one.

  2. Suppose g(x1)=g(x2). Then x211=x221

    x21=x22Add 1 to both sides.x1=±x2Square-root property

    This means that for two distinct numbers, x1 and x2=x1, g(x1)=g(x2); so g is not a one-to-one function.

  3. Suppose h(x1)=h(x2). Then 2x1=2x2

    x1=x2Divide both sides by 2.x1=x2Square both sides.

    So h(x1)=h(x2) implies x1=x2; the function h is one-to-one.

Geometric Approach (Horizontal-line test) Figure 2.102 shows the graphs of functions f, g, and h. We see that no horizontal line intersects the graphs of f (Figure 2.102(a)) or h (Figure 2.102(c)) in more than one point; therefore, the functions f and h are one-to-one. The function g is not one-to-one because the horizontal line y=3 (among others) in Figure 2.102(b) intersects the graph of g at more than one point.

Figure 2.102

Horizontal-line test

Practice Problem 1

  1. Determine whether f(x)=(x1)2 is a one-to-one function.

Side Note

The reason only a one-to-one function can have an inverse function is that if x1x2 but f(x1)=y and f(x2)=y, then f1(y) must be x1 as well as x2. This is not possible because x1x2.

From this definition we have the following:

Domain of f=Range of f1andRange of f=Domain of f1

Warning

The notation f 1(x) does not mean 1f(x). The expression 1f(x) represents the reciprocal of f(x) and is sometimes written as [f(x)]1.

Example 2 Relating the Values of a Function and Its Inverse

Assume that f is a one-to-one function.

  1. If f(3)=5, find f1(5).

  2. If f1(1)=7, find f(7).

Solution

By definition, f1(y)=x if and only if y=f(x).

  1. Let x=3 and y=5. Now reading the definition from right to left, 5=f(3) if and only if f1(5)=3. So f1(5)=3.

  2. Let y=1 and x=7. Now f1(1)=7 if and only if f(7)=1. So f(7)=1.

Practice Problem 2

  1. Assume that f is a one-to-one function.

    1. If f(3)=12, find f1(12).

    2. If f1(4)=9, find f(9).

Note the input–output diagram in the margin and Figure 2.103 for f1f.

Figure 2.103 f1(f(x))=x

For the graphical interpretation of the input–output diagram, see Figure 2.103.

Figure 2.103 suggests the following properties of inverse functions.

One interpretation of the equation (f1f)(x)=x is that f1 reverses the effect that f has on x. For example, let

f(x)=x+2f adds 2 to any input x.

To undo what f does to x, we should subtract 2 from x. That is, the inverse of f should be

g(x)=x2g subtracts 2 from x.

Let’s verify that g(x)=x2 is indeed the inverse function of x.

(fg)(x)=f(g(x))Definition of fg=f(x2)Replace g(x) with x2.=(x2)+2Replace x with x2 in f(x)=x+2.=xSimplify.

We leave it for you to check that (gf)(x)=x.

Example 3 Verifying Inverse Functions

Verify that the following pairs of functions are inverses of each other:

f(x)=2x+3andg(x)=x32

Solution

(fg)(x)=f(g(x))Definition of fg=f(x32)Replace g(x) with x32.=2(x32)+3Replace x withx32 in f(x)=2x+3.=xSimplify.

Thus, f(g(x))=x.

g(x)=x32Given function g(gf)(x)=g(f(x))Definition of g of f=g(2x+3)Replace f(x) with 2x+3.=(2x+3)32Replace x with 2x+3 in g(x)=x32.=xSimplify.

Thus, g(f(x))=x. Because f(g(x))=g(f(x))=x, f and g are inverses of each other.

Practice Problem 3

  1. Verify that f(x)=3x1 and g(x)=x+13 are inverses of each other.

In Example 3, notice how the functions f and g reverse (undo) the effect of each other. The function f takes an input x, multiplies it by 2, and adds 3; g reverses (or undoes) this effect by subtracting 3 and dividing by 2. This process is illustrated in Figure  2.104. Notice that g reverses the operations performed by f and the order in which they are done.

Figure 2.104 Function g undoes f

Finding the Inverse Function

  1. 2 Find the inverse function.

Let y=f(x) be a one-to-one function; then f has an inverse function. Suppose (a, b) is a point on the graph of f. Then b=f(a). This means that a=f1(b); so (b, a) is a point on the graph of f1. The points (a, b) and (b, a) are symmetric about the line y=x, as shown in Figure 2.105. That is, if the graph paper is folded along the line y=x, the points (a, b) and (b, a) will coincide. Therefore, we have the following property.

Figure 2.105

Relationship between points (a, b) and (b, a)

Example 4 Finding the Graph of f1 from the Graph of f

The graph of a function f is shown in Figure 2.106. Sketch the graph of f1.

Figure 2.106 Graph of f

Solution

By the horizontal-line test, f is a one-to-one function; so it has an inverse function.

The graph of f consists of two line segments: one joining the points (3,5) and (1, 2) and the other joining the points (1, 2) and (4, 3).

The graph of f1 is the reflection of the graph of f about the line y=x. The reflections of the points (3,5), (1, 2), and (4, 3) about the line y=x are (5,3), (2,1), and (3, 4), respectively.

The graph of f1 consists of two line segments: one joining the points (5,3) and (2,1) and the other joining the points (2,1) and (3, 4). See Figure 2.107.

Figure 2.107 Graph of f1

Side Note

It is helpful to notice that the point (a, 0) on the x-axis, reflected about the line y=x, is the point (0, a) on the y-axis, and conversely. Also, notice that points on the line y=x are unaffected by reflection about the line y=x.

Practice Problem 4

  1. Use the graph of a function f in Figure 2.108 to sketch the graph of f1.

    Figure 2.108 Graphing f1 from the graph of f

The symmetry between the graphs of f and f1 about the line y=x tells us that we can find an equation for the inverse function y=f1(x) from the equation of a one-to-one function y=f(x) by interchanging the roles of x and y in the equation y=f(x). This results in the equation x=f(y). Then we solve the equation x=f(y) for y in terms of x to get y=f1(x).

Practice Problem 5

  1. Find the inverse of f(x)=2x+3.

Side Note

Interchanging x and y in Step 2 is done so that we can write f1 in the usual format, with x as the independent variable and y as the dependent variable.

Example 6 Finding the Inverse Function

Find the inverse of the one-to-one function

f(x)=x+1x2,x2.

Solution

  1. Step 1 y=x+1x2Replace f(x) with y.

  2. Step 2 x=y+1y2Interchange x and y.

  3. Step 3 Solve x=y+1y2 for y.This is the most challenging step.x(y2)=y+1Multiply both sides by y2.xy2x=y+1Distributive propertyxy2x+2xy=y+1+2xyAdd 2xy to both sides.xyy=2x+1Simplify.y(x1)=2x+1Factor out y.y=2x+1x1Divide both sides by x1, assumingthat x1.

  4. Step 4 f1(x)=2x+1x1, x1Replace y with f1(x).

    To see if our calculations are accurate, we compute f(f1(x))  and f1(f(x)).

    You should also check that f(f1(x))=x.

Practice Problem 6

  1. Find the inverse of the one-to-one function

    f(x)=xx+3,x3.

Finding the Range of a One-to-One Function

  1. 3 Use inverse functions to find the range of a function.

It is not always easy to determine the range of a function that is defined by an equation. However, for a one-to-one function we can find the range of f by finding the domain of f1.

Example 7 Finding the Domain and Range of a One-to-One Function

Find the domain and the range of the function f(x)=x+1x2 of Example 6.

Solution

The domain of f(x)=x+1x2 is the set of all real numbers x such that x2.

In interval notation, the domain of f is (, 2)(2, ).

From Example 6, f1(x)=2x+1x1, x1; therefore,

Range of f=Domain of f1={x|x1}.

In interval notation, the range of f is (, 1)(1, ).

Practice Problem 7

  1. Find the domain and the range of the function f(x)=xx+3.

If a function f is not one-to-one, then it does not have an inverse function. Sometimes by changing its domain, we can produce an interesting function that does have an inverse. (This technique is frequently used in trigonometry.) We saw in Example 1(b) that g(x)=x21 is not a one-to-one function; so g does not have an inverse function. However, the horizontal-line test shows that the function

G(x)=x21,x0

with domain [0, ) is one-to-one. See Figure 2.109. Therefore, G has an inverse function G1.

Figure 2.109 The function G has an inverse

Example 8 Finding an Inverse Function

Find the inverse of G(x)=x21, x0.

Solution

  1. Step 1 y=x21,x0Replace G(x) with y.

  2. Step 2 x=y21,y0Interchange x and y.

  3. Step 3 x+1=y2,y0Add 1 to both sides.y=x+1, because y0Solve for y.

  4. Step 4 G1(x)=x+1Replace y with G1(x).

The graphs of G and G1 are shown in Figure 2.110.

Figure 2.110 Graphs of G and G1

Practice Problem 8

  1. Find the inverse of G(x)=x21, x0.

Applications

  1. 4 Apply inverse functions in the real world.

Functions that model real-life situations are frequently expressed as formulas with letters that remind you of the variable they represent. In finding the inverse of a function expressed by a formula, interchanging the letters could be confusing. Accordingly, we omit Step 2, keep the same letters, and just solve the formula for the other variable.

Example 9 Water Pressure on Underwater Devices

At the beginning of this section, we gave the formula for finding the pressure p (in pounds per square inch) at a depth d (in feet) below the surface of water. This formula can be written as p=5d11+15. Suppose the pressure gauge on a diving bell breaks and shows a reading of 1800 psi. How far below the surface was the bell when the gauge failed?

Solution

We want to find the unknown depth in terms of the known pressure. This depth is given by the inverse of the function p=5d11+15. To find the inverse, we solve the given equation for d.

p=5d11+15Original equation11p=5d+165Multiply both sides by 11.d=11p533Solve for d.

Now we can use this formula to find the depth when the gauge reads 1800 psi. We let p=1800.

d=11p533Depth from pressure equationd=11(1800)533Replace p with 1800.d=3927

The device was 3927 feet below the surface when the gauge failed.

Practice Problem 9

  1. In Example 9 , suppose the pressure gauge showed a reading of 1650 psi. Determine the depth of the bell when the gauge failed.

Section 2.9 Exercises

Concepts and Vocabulary

  1. If no horizontal line intersects the graph of a function f in more than one point, then f is a(n)                             function.

  2. A function f is one-to-one when different x-values correspond to .                           

  3. If f(x)=3x, then f1(x)=                            .

  4. The graphs of a function f and its inverse f1 are symmetric about the line                            .

  5. True or False. If a function f has an inverse, then the domain of the inverse function is the range of f.

  6. True or False. It is possible for a function to be its own inverse, that is, for f=f1.

  7. True or False. f1(x)=1f(x)

  8. True or False. If (a, b) is a point on the graph of a one-to-one function f then (b, a) is on the graph of f1.

Building Skills

In Exercises 9–16, the graph of a function is given. Use the horizontal-line test to determine whether the function is one-to-one.

In Exercises 17–28, assume that the function f is one-to-one with domain: (, ).

  1. If f(2)=7, find f1(7).

  2. If f1(4)=7, find f(7).

  3. If f(1)=2, find f1(2).

  4. If f1(3)=5, find f(5).

  5. If f(a)=b, find f1(b).

  6. If f1(c)=d, find f(d).

  7. Find (f1f)(337).

  8. Find (ff1)(25π).

  9. For f(x)=2x3, find each of the following.

    1. f(3)

    2. f1(3)

    3. (ff1)(19)

    4. (ff1)(5)

  10. For f(x)=x3, find each of the following.

    1. f(2)

    2. f1(8)

    3. (ff1)(15)

    4. ( f1f)(27)

  11. For f(x)=x3+1, find each of the following.

    1. f(1)

    2. f1(2)

    3. (ff1)(269)

  12. For g(x)=32x31, find each of the following.

    1. g(1)

    2. g1(1)

    3. (g1g)(135)

In Exercises 29–34, show that f and g are inverses of each other by verifying that f(g(x))=x=g(f(x)).

  1. f(x)=3x+1;g(x)=x13

  2. f(x)=23x;g(x)=2x3

  3. f(x)=x3;g(x)=x3

  4. f(x)=1x;g(x)=1x

  5. f(x)=x1x+2;g(x)=1+2x1x

  6. f(x)=3x+2x1;g(x)=x+2x3

In Exercises 35–42, the graph of a function f is given. Sketch the graph of f1.

In Exercises 43–54,

  1. Determine algebraically whether the given function is a one-to-one function.

  2. If the function is one-to-one, find its inverse.

  3. Sketch the graph of the function and its inverse on the same coordinate axes.

  4. Give the domain and intercepts of each one-to-one function and its inverse function.

  1. f(x)=153x

  2. g(x)=2x+5

  3. f(x)=4x2

  4. f(x)=9x2

  5. f(x)=x+3

  6. f(x)=4x

  7. g(x)=x+13

  8. h(x)=1x3

  9. f(x)=1x1, x1

  10. g(x)=11x, x0

  11. f(x)=2+x+1

  12. f(x)=1+x+2

  13. Find the domain and range of the function f of Exercise 33.

  14. Find the domain and range of the function f of Exercise 34.

In Exercises 57–60, assume that the given function is one-to-one. Find the inverse of the function. Also find the domain and the range of the given function.

  1. f(x)=x+1x2, x2

  2. g(x)=x+2x+1, x1

  3. f(x)=12x1+x, x1

  4. h(x)=x1x3, x3

In Exercises 61–68, find the inverse of each function and sketch the graph of the function and its inverse on the same coordinate axes.

  1. f(x)=x2, x0

  2. g(x)=x2, x0

  3. f(x)=|x|, x0

  4. g(x)=|x|, x0

  5. f(x)=x2+1, x0

  6. g(x)=x2+5, x0

  7. f(x)=x2+2, x0

  8. g(x)=x21, x0

Applying the Concepts

  1. Temperature scales. Scientists use the Kelvin temperature scale, in which the lowest possible temperature (called absolute zero) is 0 K. (K denotes degrees Kelvin.)

    The function K(C)=C+273 gives the relationship between the Kelvin temperature (K) and Celsius temperature (C).

    1. Find the inverse function of K(C)=C+273. What does it represent?

    2. Use the inverse function from (a) to find the Celsius temperature corresponding to 300 K.

    3. A comfortable room temperature is 22° C. What is the corresponding Kelvin temperature?

  2. Temperature scales. The boiling point of water is 373 K, or 212° F; the freezing point of water is 273 K, or 32° F. The relationship between Kelvin and Fahrenheit temperatures is linear.

    1. Write a linear function expressing K(F) in terms of F.

    2. Find the inverse of the function in part (a). What does it mean?

    3. A normal human body temperature is 98.6° F. What is the corresponding Kelvin temperature?

  3. Composition of functions. Use Exercises 69 and 70 and the composition of functions to

    1. write a function that expresses F in terms of C.

    2. write a function that expresses C in terms of F.

  4. Celsius and Fahrenheit temperatures. Show that the functions in (a) and (b) of Exercise 71 are inverse functions.

  5. Currency exchange. Alisha went to Europe last summer. She discovered that when she exchanged her U.S. dollars for euros, she received 25% fewer euros than the number of dollars she exchanged. (She got 75 euros for every 100 U.S. dollars.) When she returned to the United States, she received 25% more dollars than the number of euros she exchanged.

    1. Write each conversion function.

    2. Show that in part (a), the two functions are not inverse functions.

    3. Does Alisha gain or lose money after converting both ways?

  6. Hourly wages. Anwar is a short-order cook in a diner. He is paid $4 per hour plus 5% of all food sales per hour. His average hourly wage w in terms of the food sales of x dollars is w=4+0.05x.

    1. Write the inverse function. What does it mean?

    2. Use the inverse function to estimate the hourly sales at the diner if Anwar averages $12 per hour.

  7. Hourly wages. In Exercise 74, suppose in addition that Anwar is guaranteed a minimum wage of $7 per hour.

    1. Write a function expressing his hourly wage w in terms of food sales per hour. [Hint: Use a piecewise function.]

    2. Does the function in part (a) have an inverse? Explain.

    3. If the answer in part (b) is yes, find the inverse function. If the answer is no, restrict the domain so that the new function has an inverse.

  8. Simple pendulum. If a pendulum is released at a certain point, the period is the time the pendulum takes to swing along its path and return to the point from which it was released. The period T (in seconds) of a simple pendulum, is a function of its length l (in feet) and is given by T=1.11l.

    1. Find the inverse function. What does it mean?

    2. Use the inverse function to calculate the length of the pendulum, assuming that its period is two seconds.

    3. The convention center in Portland, Oregon, has the longest pendulum in the United States. The pendulum’s length is 70 feet. Find the period.

  9. Water supply. Suppose x is the height of the water above the opening at the base of a water tank. The velocity V of water that flows from the opening at the base is a function of x and is given by V(x)=8x.

    1. Find the inverse function. What does it mean?

    2. Use the inverse function to calculate the height of the water in the tank when the flow is (i) 30 feet per second and (ii) 20 feet per second.

  10. Physics. A projectile is fired from the origin over horizontal ground. Its altitude y (in feet) is a function of its horizontal distance x (in feet) and is given by

    y=64x2x2.
    1. Find the inverse function where the function is increasing.

    2. Use the inverse function to compute the horizontal distance when the altitude of the projectile is (i) 32 feet, (ii) 256 feet, and (iii) 512 feet.

  11. Loan repayment. Chris purchased a car at 0% interest for five years. After making a down payment, she agreed to pay the remaining $36,000 in monthly payments of $600 per month for 60 months.

    1. What does the function f(x)=36,000600x represent?

    2. Find the inverse of the function in part (a). What does the inverse function represent?

    3. Use the inverse function to find the number of months remaining to make payments if the balance due is $22,000.

  12. Demand function. A marketing survey finds that the number x (in millions) of computer chips the market will purchase is a function of its price p (in dollars) and is estimated by x=8p232p+1200, 0<p2.

    1. Find the inverse function. What does it mean?

    2. Use the inverse function to estimate the price of a chip if the demand is 1180.5 million chips.

Beyond the Basics

In Exercises 81 and 82, show that f and g are inverses of each other by verifying that f(g(x))=x=g(f(x)).

  1. x 1 3 4
    f(x) 3 5 2
    x 3 5 2
    g(x) 1 3 4
  2. x 1 2 3 4
    f(x) 2 0 3 1
    x 2 0 3 1
    g(x) 1 2 3 4
  3. Let f(x)=4x2.

    1. Sketch the graph of y=f(x).

    2. Is f one-to-one?

    3. Find the domain and the range of f.

  4. Let f(x)=x+2x2, where x is the greatest integer function.

    1. Find the domain of f.

    2. Is f one-to-one?

  5. Let f(x)=xx+1=11x+1.

    1. Show that f is one-to-one.

    2. Find the inverse of f.

    3. Find the domain and the range of f.

  6. Let g(x)=1x2, 0x1.

    1. Show that g is one-to-one.

    2. Find the inverse of g.

    3. Find the domain and the range of g.

  7. Inverse of composition of functions. We show that if f and g have inverses, then

    (fg)1=g1f1. (Note the order.)

    Let f(x)=2x1 and g(x)=3x+4.

    1. Find the following:

      1. f1(x)

      2. g1(x)

      3. (fg)(x)

      4. (gf)(x)

      5. (fg)1(x)

      6. (gf)1(x)

      7. ( f1g1)(x)

      8. (g1f1)(x)

    2. From part (a), conclude that

      1. (fg)1=g1f1.

      2. (gf)1=f1g1.

  8. Repeat Exercise 87 for f(x)=2x+3 and g(x)=x31.

Critical Thinking / Discussion / Writing

  1. Does every odd function have an inverse? Explain.

  2. Is there an even function that has an inverse? Explain.

  3. Does every increasing or decreasing function have an inverse? Explain.

  4. A relation R is a set of ordered pairs (x, y). The inverse of R is the set of ordered pairs (y, x).

    1. Give an example of a function whose inverse relation is not a function.

    2. Give an example of a relation R whose inverse is a function.

Getting Ready for the Next Section

In Exercises 93–96, factor the given expression.

  1. x2x12

  2. x25x+6

  3. x2+2x8

  4. x2+7x+10

In Exercises 97–100, solve each quadratic equation.

  1. x27x+12=0

  2. x2x6=0

  3. 3x2+7x+2=0

  4. x24x+1=0

In Exercises 101–104, use transformations on the graph y=x2 to sketch the graph of each function.

  1. y=(x+2)23

  2. y=(x1)2+3

  3. y=(x+1)2+2

  4. y=(x3)21

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.24.134