document.write( "Question 1163140: How do i find the inverse function of: f(x)=ln√(e^x - 2)\r
\n" );
document.write( "\n" );
document.write( "I started it like this:\r
\n" );
document.write( "\n" );
document.write( "f(x)=y <=> y=ln√(e^x-2) <=> e^y = √(e^x-2) <=> e^2y = e^x - 2 <=> e^x = e^2y+2 <=> ???\r
\n" );
document.write( "\n" );
document.write( "But I couldn't solve it till the end so i would appreciate any kind of help! \n" );
document.write( "
Algebra.Com's Answer #787138 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The answer from the other tutor demonstrates the standard way of finding the inverse of a function, which you were trying to do. \n" ); document.write( "For many functions, it is easy to find an inverse by using the idea that an inverse function \"un-does\" what the function does. \n" ); document.write( "Using that concept, the inverse function has to perform the opposite operations, and in the reverse order, compared to the original function. \n" ); document.write( "The given function does the following to the input value: \n" ); document.write( "(1) raise e to that power \n" ); document.write( "(2) subtract 2 \n" ); document.write( "(3) take the square root \n" ); document.write( "(4) take the natural log \n" ); document.write( "The inverse function must then \n" ); document.write( "(1) raise e to the power \n" ); document.write( "(2) square it \n" ); document.write( "(3) add 2 \n" ); document.write( "(4) take the natural log \n" ); document.write( "That sequence of operations gives us the inverse function: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |