document.write( "Question 1160675: Find functions f and g such that h= g o f. (Note: The answer is not unique.
\n" );
document.write( "Enter your answers as a comma-separated list of functions. Use non-identity
\n" );
document.write( "functions for f and g.)\r
\n" );
document.write( "\n" );
document.write( "h(x)=(5x-3)^3/2\r
\n" );
document.write( "\n" );
document.write( "{g(x), f(x)} = \n" );
document.write( "
Algebra.Com's Answer #784051 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let me expand on the answer from tutor @Edwin, which shows one pair of functions that satisfy the conditions of the problem. \n" ); document.write( "As your post says, the answer is not unique; there are other possible answers for the functions f and g. \n" ); document.write( "Consider the sequence of operations the function h(x) does to the input value x: \n" ); document.write( "(1) multiply by 5 \n" ); document.write( "(2) subtract 3 \n" ); document.write( "(3) raise to the power 3/2 \n" ); document.write( "We want to perform those three operations using two functions. We have two clear choices: \n" ); document.write( "(a) We can combine operations (1) and (2) into a single function: \n" ); document.write( "f(x) multiplies by 5 and subtracts 3 --> \n" ); document.write( "Then g(x) raises its input to the power 3/2: \n" ); document.write( "Then \n" ); document.write( "That is probably the most \"reasonable\" way to get h(x) as the composition of two functions. \n" ); document.write( "But we have another obvious possibility.... \n" ); document.write( "(b) We can leave the first operation alone and combine (2) and (3) into a single function: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "And in fact there are yet other possibilities. We could perform the single operation \"raise to the power 3/2\" as a sequence of two operations -- either \"raise to the power 3 and then take the square root\" or \"raise to the 1/2 power and then raise to the power 3\". \n" ); document.write( "That gives us two more ways to get h(x) as the composition of two functions: \n" ); document.write( "(c) \n" ); document.write( "or \n" ); document.write( "(d) \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |