document.write( "Question 1203645: How to solve for the inverse of: 1/ (2x) +3 ( three being beside the fraction not in the denominator
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #839387 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The response from the other tutor shows a standard formal method for finding the inverse of a function. \n" ); document.write( "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\". \n" ); document.write( "The given function does the following to the input x to get the function value: \n" ); document.write( "(1) multiply by 2 [x --> 2x] \n" ); document.write( "(2) take the reciprocal [2x --> 1/(2x)] \n" ); document.write( "(3) add 3 [1/(2x) --> 1/(2x)+3] \n" ); document.write( "The inverse must perform the inverse operations in the reverse order: \n" ); document.write( "(1) subtract 3 [x --> x-3] \n" ); document.write( "(2) take the reciprocal [x-3 --> 1/(x-3)] \n" ); document.write( "(3) divide by 2 [1/(x-3) --> 1/(2(x-3))] \n" ); document.write( "ANSWER: The inverse function is \n" ); document.write( "f^(-1)(x) = 1/(2(x-3)) \n" ); document.write( " \n" ); document.write( " |