document.write( "Question 509370: The function f is defined by f(x) = x^3\r
\n" );
document.write( "\n" );
document.write( "Find the expression for g(x) in terms of x in each of the following cases\r
\n" );
document.write( "\n" );
document.write( "(a) f(g(x)) = x + 1
\n" );
document.write( "(b) g(f(x)) = x + 1 \n" );
document.write( "
Algebra.Com's Answer #341403 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Interesting question.\r \n" ); document.write( "\n" ); document.write( "Let's figure out what the INVERSE of f(x) is.\r \n" ); document.write( "\n" ); document.write( "y = x^3 \n" ); document.write( "cbrt stands for cube root or 'third root' \n" ); document.write( "cbrt(y) = x\r \n" ); document.write( "\n" ); document.write( "Switch x and y\r \n" ); document.write( "\n" ); document.write( "y = cbrt(x)\r \n" ); document.write( "\n" ); document.write( "So if we were to put in cbrt(x) as our g(x), by definition f(g(x)) = x.\r \n" ); document.write( "\n" ); document.write( "But we want x+1.\r \n" ); document.write( "\n" ); document.write( "So we put in cbrt(x+1), and that is our answer for part a.\r \n" ); document.write( "\n" ); document.write( "Again the inverse of f(x) is cbrt(x).\r \n" ); document.write( "\n" ); document.write( "So cbrt(f(x)) = x\r \n" ); document.write( "\n" ); document.write( "We want our end result to be x+1.\r \n" ); document.write( "\n" ); document.write( "So g(x) must be cbrt(x) + 1. <--- Part b answer \n" ); document.write( " |