SOLUTION: Find the inverse of each function. Is the inverse a function? f(x) = (x-1)^2 + 3

Algebra ->  Rational-functions -> SOLUTION: Find the inverse of each function. Is the inverse a function? f(x) = (x-1)^2 + 3      Log On


   



Question 77634: Find the inverse of each function. Is the inverse a function?
f(x) = (x-1)^2 + 3

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the inverse of each function. Is the inverse a function?
f(x) = (x-1)^2 + 3
----------
Interchange x and y to get:
x=(y-1)^2+3
Solve for y to get the inverse:
(y-1)^2=-x-3
y-1 = sqrt(-x-3) or y-1 = -sqrt(-x-1)
y = 1 + sqrt(-x-3) or y = 1-sqrt(-x-1)
The inverse is not a function because there are two y values of each value in the Domain.
==========
Cheers,
Stan H.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

Find the inverse of each function. 
Is the inverse a function?
f(x) = (x-1)² + 3

First let's graph to see what function we are 
to find the inverse of.

graph%28300%2C300%2C-2%2C7%2C+-2%2C7%2C0%2C0%2C+%28x-1%29%5E2%2B3%29

Notice this is a function because it passes the
vertical line test. That is, NO point of it is
directly ABOVE any other point:

Substitute y for f(x)

y = (x-1)² + 3

Interchange x and y

x = (y-1)² + 3

Solve for y

x = y² - 2y + 1 + 3

x = y² - 2y + 4

Swap right side and left sides

y² - 2y + 4 = x

Get 0 on the right

y² - 2y + 4 - x = 0

For clarity put parentheses around the last two terms:

y² - 2y + (4-x) = 0

Solve by the quadratic formula:

Use the quadratic formula:
                  ______ 
            -b ± Öb²-4ac
        y = —————————————
                2a 

where a = 1; b = -2; c = (4-x)

                      _______________ 
             -(-2) ± Ö(-2)²-4(1)(4-x)
        y = ———————————————————————————
                      2(1) 

                  ________ 
             2 ± Ö4-4(4-x)
        y = ———————————————
                    2

                  _______ 
             2 ± Ö4-16+4x
        y = ——————————————
                   2

                  ______ 
             2 ± Ö-12+4x
        y = ——————————————
                   2
                  _____ 
             2 ± Ö4x-12
        y = —————————————
                  2

Now let's use the +

                  _____ 
             2 + Ö4x-12
        y = —————————————
                  2

                  ______ 
             2 + Ö4(x-3)
        y = ——————————————
                   2

                   ___ 
             2 + 2Öx-3
        y = ————————————
                  2

                     ___
             2     2Öx-3
        y = ——— ± ———————
             2       2
                  ___
         y = 1 ± Öx-3


Now let's use the + sign:

                  ___
         y = 1 + Öx-3

That's one half of the inverse.  Let's look at the
graph of that:

+graph%28300%2C300%2C-2%2C7%2C+-2%2C7%2C1%2Bsqrt%28x-3%29+%29+

That is a function. That is, NO point of it is
directly ABOVE any other point.

Now let's use the - sign:

                  ___
         y = 1 - Öx-3

That's the other half of the inverse.  Let's look at the
graph of that:

+graph%28300%2C300%2C-2%2C7%2C+-2%2C7%2C0%2C1-sqrt%28x-3%29+%29+

That is also a function. That is, NO point of it is
directly ABOVE any other point.

Now let's put them both together:

+graph%28300%2C300%2C-2%2C7%2C+-2%2C7%2C1%2Bsqrt%28x-3%29%2C+1-sqrt%28x-3%29+%29+
 
That's the complete inverse. However, it is not a function,
because it does not pass the vertical line test. That is,
some of its points are directly ABOVE some of its other 
points. 

Let's put the original function on that same set of axes:



Now let's add the identity line, which has equation y = x



Now you can see that the inverse of the function is its 
reflection across this identity line, whose equation is
y = x, so called because the variables y and x are
"identically" equal in the equation y = x.

So f(x) = (x-1)² + 3 is a function, but its inverse is not
a function.

Edwin