document.write( "Question 596299: Find functions f and g such that h = f ◦ g\r
\n" );
document.write( "\n" );
document.write( "h(x) = sin (x^2+1) \n" );
document.write( "
Algebra.Com's Answer #377670 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Let g be the inner function, that is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g(x) = x^2 + 1 \n" ); document.write( "f(x) = sin x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then f(g(x)) = sin (x^2 + 1) \n" ); document.write( " |