document.write( "Question 940091: for the indicated functions f and g, find the
\n" );
document.write( "functions f + g, f - g, fg, and f|g, and find their domains.
\n" );
document.write( "f(x)= 2x^2; g(x)= x^2 + 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572931 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Note: domain of a Polynomial function is ALL real numbers. \n" ); document.write( "Exs: ax + b, ax^2 + bx + c, ax^3 + bx^2 + cx + d , etc \n" ); document.write( ".... \n" ); document.write( "f(x)= 2x^2; g(x)= x^2 + 1 \n" ); document.write( "f + g, 4x^2+1 (Polynomial), domain is ALL real numbers (− ∞, ∞) \n" ); document.write( "f - g, 1 (Polynomial), domain is ALL real numbers (−∞, ∞) \n" ); document.write( "fg, 4x^2 + 2x^2(Polynomial), domain is ALL real numbers (−∞, ∞) \n" ); document.write( "..... \n" ); document.write( "f/g, (2x^2)/(x^2+1), domain is ALL real numbers (−∞, ∞)\r \n" ); document.write( "\n" ); document.write( "denominator is NEVER zero in this case \n" ); document.write( " |