document.write( "Question 1021436: Please show work.
\n" );
document.write( "Consider the functions:
\n" );
document.write( "f(x)=x^2+4
\n" );
document.write( "g(x)=x\r
\n" );
document.write( "\n" );
document.write( "a. find f(2g(x))\r
\n" );
document.write( "\n" );
document.write( "b. What is the inverse of f(x)?\r
\n" );
document.write( "\n" );
document.write( "c. What is the inverse of g(x)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637214 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! a) If g(x) = x, then 2g(x) = 2x and then f(2g(x)) = f(2x) = (2x)^2 + 4 = 4x^2 + 4 \n" ); document.write( "b) To find an inverse, put y in for f(x). You switch x for y and solve for the new y. Then put f^-1(x) in for the new y. Like this \n" ); document.write( "y = x^2 + 4 \n" ); document.write( "x = y^2 + 4 \n" ); document.write( "x - 4 = y^2 \n" ); document.write( "y = sqrt(x-4) \n" ); document.write( "f^-1(x) = sqrt(x-4) \n" ); document.write( "c) g(x) = x \n" ); document.write( "y = x \n" ); document.write( "x = y \n" ); document.write( "f^-1(x) = x \n" ); document.write( "No surprise. \n" ); document.write( " \n" ); document.write( " |