SOLUTION: How to solve for the inverse of: 1/ (2x) +3 ( three being beside the fraction not in the denominator

Algebra ->  Rational-functions -> SOLUTION: How to solve for the inverse of: 1/ (2x) +3 ( three being beside the fraction not in the denominator       Log On


   



Question 1203645: How to solve for the inverse of: 1/ (2x) +3 ( three being beside the fraction not in the denominator



Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

if you have

y=1%2F%282x%29+%2B3....swap variables

x=1%2F+2y+%2B3....solve for++y

x-3=1%2F+2y+

2y+%28x-3%29=1+

2y+=1%2F+%28x-3%29

y+=1%2F2%28x-3%29

so, inverse is

y'=+1%2F2%28x-3%29




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


The response from the other tutor shows a standard formal method for finding the inverse of a function.

For many functions for which an inverse exists, another method which is often faster is to use the idea that an inverse function "gets you back where you started from".

The given function does the following to the input x to get the function value:
(1) multiply by 2 [x --> 2x]
(2) take the reciprocal [2x --> 1/(2x)]
(3) add 3 [1/(2x) --> 1/(2x)+3]

The inverse must perform the inverse operations in the reverse order:
(1) subtract 3 [x --> x-3]
(2) take the reciprocal [x-3 --> 1/(x-3)]
(3) divide by 2 [1/(x-3) --> 1/(2(x-3))]

ANSWER: The inverse function is

f^(-1)(x) = 1/(2(x-3))