college algebra 5.4 inverses of functions

Section 5.4: Inverses of Functions

Objectives

  • Understanding inverses of relations

  • Defining inverse functions

  • Applying the horizontal line test

  • Processes for finding inverses of functions

Inverses of Relations

  • Definition: The inverse of a relation, denoted as r1r^{-1}, is found by switching the first and second coordinates of each ordered pair in the relation r.

    • If (a, b) is in r then (b, a) is in r1r^{-1}.

    • Example: If the relation r is given as { (4, -1), (-3, 2), (0, 5) }, then its inverse r1r^{-1} is { (-1, 4), (2, -3), (5, 0) }.

  • Explanation:

    • This switching of pairs mirrors concepts of symmetry but is distinct from it.

    • It is not correct to think of inverse relations as simply forming a function based on the original relation.

Inverse Functions

  • An inverse function can only be derived from a function that passes the horizontal line test.

  • Horizontal Line Test: A function passes this test if every horizontal line intersects its graph at most once.

    • If a function passes the horizontal line test, it can have an inverse that is also a function.

Example: Quadratic Function
  • Original function: y=x2y = x^2

    • Inverse Relation: x=y2x = y^2 does not yield a valid inverse function because it fails the horizontal line test.

  • Visual Representation:

    • The graph of y=x2y = x^2 does not pass the horizontal line test, showing duplicated y-values for different x-values.

One to One Functions
  • Definition: A function is one to one (1-1) if for every distinct pair of elements x<em>1x<em>1 and x</em>2x</em>2 in the domain of f, the outputs are different: f(x<em>1)eqf(x</em>2)f(x<em>1) eq f(x</em>2).

  • Significance: Only one-to-one functions can have inverse functions.

  • Vertical and Horizontal Line Tests Combined:

    • For a function to be one-to-one, it must pass both the vertical and horizontal line tests.

Inverse Relation vs. Inverse Function
  • A function can have an inverse relation even when the inverse is not a function.

    • For example, the absolute value function f(x)=xf(x) = |x| has an inverse relation but is not one-to-one as it fails the horizontal line test.

    • An example of a cubic function can be one-to-one, and thus its inverse can be a function.

Finding Inverses

Procedure for Finding Inverse Functions
  1. Given a one-to-one function ff defined by f(x)f(x),

  2. Replace f(x)f(x) with yy giving us the equation y=f(x)y = f(x).

  3. Solve this equation for xx in terms of yy.

  4. Switch variables to express the equation as y=f1(x)y = f^{-1}(x), thus defining the inverse function.

Example Processes
  1. Example with a Cube Function:

    • Starting from the equation y=(x1)3+2y = (x - 1)^3 + 2:

      • Replace: x=(y1)3+2x = (y - 1)^3 + 2

      • Solve for yy:

      • Subtract 2: x2=(y1)3x - 2 = (y - 1)^3

      • Take the cube root: y1=(x2)1/3y - 1 = (x - 2)^{1/3}

      • Rearranging gives: y=(x2)1/3+1y = (x - 2)^{1/3} + 1, thus the inverse function is f1(x)=(x2)1/3+1f^{-1}(x) = (x - 2)^{1/3} + 1.

  2. Example with a Rational Function:

    • Start with y=racx32x+1y= rac{x-3}{2x+1}:

      • Switch: x=racy32y+1x = rac{y - 3}{2y + 1}

      • Solve for yy, leading to the final form of inverse as shown in the earlier example.

Finding Inverses from Restricted Domains
  • Functions that do not initially pass the one-to-one criteria can be altered by restricting their domain.

  • Example: For f(x)=x2f(x) = x^2, if we restrict the domain to xextfrom[0,extpositiveinfinity]x ext{ from } [0, ext{positive infinity }], then we ensure it is one-to-one and has a valid inverse.

Composition of Functions and Their Inverses

  • If ff and f1f^{-1} are inverse functions, the following holds:

    1. f(f1(x))=xf(f^{-1}(x)) = x (for all xx in the domain of f1f^{-1})

    2. f1(f(x))=xf^{-1}(f(x)) = x (for all xx in the domain of ff)

  • To demonstrate whether two functions are inverses, one can compute both compositions and see if they yield the identity function, producing xx.

Summary and Conclusion

  • The key to understanding inverse functions lies in recognizing the criteria for inverses to exist: the original function must be one-to-one, passing both vertical and horizontal line tests.

  • If a function fails the horizontal line test, it may be adjusted through domain restrictions to allow for valid inverses.