document.write( "Question 1007540: Given the function f(x)= sqrt (7-5x)
\n" );
document.write( "a. find the inverse f^-1(x)
\n" );
document.write( "b. Determine (F o f^-1)(x) \n" );
document.write( "
Algebra.Com's Answer #623421 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given f(x)= sqrt(7-5x), we first plug y in for f(x), then switch x for y, and then solve for y...when we get that, we exchange f^-1(x) for y...like this... \n" ); document.write( "y = sqrt(7-5x) \n" ); document.write( "x = sqrt(7-5y) \n" ); document.write( "x^2 = 7 - 5y \n" ); document.write( "5y = 7 - x^2 \n" ); document.write( "y = (1/5)(7 - x^2) \n" ); document.write( "f^-1(x) = (1/5)(7 - x^2)\r \n" ); document.write( "\n" ); document.write( "To answer b, remember that a function applied on its inverse or vice-versa has to yield x. Thus \n" ); document.write( "(f o f^-1)(x) = x \n" ); document.write( " |