document.write( "Question 35505This question is from textbook
\n" );
document.write( ": Let f(x) = 2x + 1 and g(x) = x^2 - 4 and find the following:\r
\n" );
document.write( "\n" );
document.write( "(fg)(x)\r
\n" );
document.write( "\n" );
document.write( "(g of f)(x) \n" );
document.write( "
Algebra.Com's Answer #21653 by narayaba(40)![]() ![]() ![]() You can put this solution on YOUR website! Let f(x) = 2x + 1 and g(x) = x^2 - 4 \r \n" ); document.write( "\n" ); document.write( "(fg)(x) has two meanings whether it is component wise multiplication or composition \n" ); document.write( "if it is multiplication then (fg)(x) = f(x)*g(x) and if it is composition then (fg)(x) = f(g(x)). There are condition underwhich each of the above is valid\r \n" ); document.write( "\n" ); document.write( "I am assuming it is multiplication here \n" ); document.write( "(fg)(x) = f(x)*g(x) = (2x + 1)*(x^2 - 4) = 2x^3 + x^2 -8x -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f-g)(x) = f(x) - g(x) = 2x + 1 - (x^2 - 4) = 2x + 1 - x^2 + 4= -x^2 + 2x + 5 \n" ); document.write( " \n" ); document.write( " |