Monday, August 8, 2016

inverse function

    • Find the inverse of y = x2 + 1, x > 0, and determine whether the inverse is a function.
         
    •  
      You'll notice that the only difference between this and the 
      previous exampleis that the domain has been restricted to the positive x-axis this time. Here's the graph:
        y = x^2 + 1, x >= 0
      Since this passes the Horizontal Line Test, I know that its inverse will be a function. And since this graph is different from that of the previous function, I know that the inverse must be different. Again, it is very helpful to first find the domains and ranges. The function's domain isx > 0; the range (from the graph) is y > 1. Then the inverse's domain will be x > 1 and the range will be y > 0. Here's the algebra:  Copyright © Elizabeth Stapel 2000-2011 All Rights Reserved
        The original function:
        invers33.gif (181 bytes)
        I'll solve for "x =":
        y = x^2 + 1
        y - 1 = x^2
        ± sqrt(y – 1) = x
        Since I already figured out the domain and range, I know that I have to choose the positive square root:
        sqrt(y – 1) = x
        Now I'll switch the x's and y's;
        the new "
        y =" is the inverse:
        y = sqrt(x – 1), x >= 1
      Here's the graph:
         
      function and inverse function
    Here's the graph:
       
    function and inverse function
    Then the inverse is  y = sqrt(x – 1), x > 1, and the inverse is also a function.
If you've studied function notation, you may be starting with "f(x)" instead of "y". In that case, start the inversion process by renaming f(x) as "y"; find the inverse, and rename the resulting "y" as "f–1(x)". It's usually easier to work with "y". Warning: This notation is misleading; the "minus one" power in the function notation means "the inverse function", not "the reciprocal of". Don't confuse the two.
  • Find the inverse of  y = –2 / (x – 5), and determine whether the inverse is also a function.
  • Since the variable is in the denominator, this is a rational function. Here's the algebra:
      The original function:
      y = -2/(x - 5)
      I multiply the denominator up to the left-hand side of the equation:
      y(x - 5) = -2
      I take the y through the parentheses:
      xy - 5y = -2
      I get the x-stuff by itself on one side of the "equals" sign:
      invers43.gif (129 bytes)
      Then I solve for x:
      x = (5y - 2)/y
      And then switch the x's and y's:
      y = (5x - 2)/x
    This is just another rational function. The inverse function is y =  (5x – 2) / x
  • Find the inverse of f(x) = –sqrt(x – 2), x > 2. Determine whether the inverse is also a function, and find the domain and range of the inverse.
       
  •   
    The domain restriction comes from the fact that
     x is inside a square root. Usually I wouldn't bother writing down "x > 2", because I know that x-values less than2 would give me negatives inside the square root. But the restriction is useful in this case because, together with the graph, it will help me determine the domain and range on the inverse:
       y = -sqrt(x - 2)
    The domain is x > 2; the range (from the graph) is y < 0. Then the domain of the inverse will bex < 0; the range will be y > 2. Here's the algebra:
      The original function:
      f(x) = -sqrt(x - 2)
      Rename "f(x)" as "y":
      y = -sqrt(x - 2)
      Solve for "x =":
      y^2 = x - 2
      y^2 + 2 = x
      Switch x and y:
      y = x^2 + 2
      Rename "y" as "f-inverse".  Since I already figured out the domain and range, I know which half of the quadratic I have to choose:
      f-inverse = x^2 + 2, x <= 0

No comments:

Post a Comment