document.write( "Question 83404: Just about the time I thought I got it, here's a new one that I can't quite figure out how to proceed with.
\n" );
document.write( "Find f^-1(x):
\n" );
document.write( "f(x) = x^2 + 9 for x>= 0.
\n" );
document.write( "Thanks in advance for any help on this! \n" );
document.write( "
Algebra.Com's Answer #59920 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! given f(x) = x^2 + 9\r \n" ); document.write( "\n" ); document.write( "Let y = x^2 + 9\r \n" ); document.write( "\n" ); document.write( "To find f^-1 we first interchange x and y\r \n" ); document.write( "\n" ); document.write( "==> x = y^2 + 9\r \n" ); document.write( "\n" ); document.write( "==> x - 9 = y^2\r \n" ); document.write( "\n" ); document.write( "==> sqrt(x - 9) = y\r \n" ); document.write( "\n" ); document.write( "Thus f^-1 (x) = sqrt(x - 9) \n" ); document.write( " |