SOLUTION: what is the inverse of y= 2e^(x-2)

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: what is the inverse of y= 2e^(x-2)      Log On


   



Question 1205754: what is the inverse of y= 2e^(x-2)
Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.
what is the inverse of y= 2e^(x-2)
~~~~~~~~~~~~~~~~~

Solve this problem in two steps.


      Step 1


Express x via y:

    ln(y) = ln(2) + ln%28e%5E%28x-2%29%29 

    ln(y) = ln(2) + (x-2)

    x = %28ln%28y%29-+ln%282%29%29+%2B+2

    x = ln%28y%2F2%29%2B2.


      Step 2


Now swap in this equation x and y

    y = ln%28x%2F2%29%2B2.


The last expression represents the inverse function.

Solved



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The other tutor shows what is probably the standard method for finding the inverse of a function.

For many relatively simple functions, the inverse can be found informally using the concept that the inverse of a function "gets you back where you started".

For the inverse of the given function to get you back where you started, it has to perform the opposite operations as the given function, and in the opposite order.

For this example, the sequence of operations performed on the input x is
(1) subtract 2: x-2
(2) exponentiation with base e: e%5E%28x-2%29
(3) multiply by 2: 2e%5E%28x-2%29

The inverse function must perform the opposite operations in the opposite order:
(1) divide by 2: x%2F2
(2) take the natural log: ln%28x%2F2%29
(3) add 2: ln%28x%2F2%29%2B2

Note the format of the inverse function is different than the one shown by the other tutor; but the two forms are equivalent.

ANSWER: The inverse function is ln%28x%2F2%29%2B2