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)\"\" \"About 
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 --> \"f%28x%29+=+5x-3\"

\n" ); document.write( "Then g(x) raises its input to the power 3/2: \"g%28x%29+=+x%5E%283%2F2%29\"

\n" ); document.write( "Then \"g%28f%28x%29%29+=+%285x-3%29%5E%283%2F2%29\"

\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( "\"f%28x%29+=+5x\"
\n" ); document.write( "\"g%28x%29+=+%28x-3%29%5E%283%2F2%29\"
\n" ); document.write( "\"g%28f%28x%29%29+=+%285x-3%29%5E%283%2F2%29\"

\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) \"f%28x%29+=+%285x-3%29%5E3\"; \"g%28x%29+=+x%5E%281%2F2%29\"; \"g%28f%28x%29%29+=+%28%285x-3%29%5E3%29%5E%281%2F2%29+=+%285x-3%29%5E%283%2F2%29\"

\n" ); document.write( "or

\n" ); document.write( "(d) \"f%28x%29+=+%285x-3%29%5E%281%2F2%29\"; \"g%28x%29+=+x%5E3\"; \"g%28f%28x%29%29+=+%28%285x-3%29%5E%281%2F2%29%29%5E3+=+%285x-3%29%5E%283%2F2%29\"
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );