document.write( "Question 365178: determine the function's difference quotient t(x)=x^3+2 \n" ); document.write( "
Algebra.Com's Answer #260390 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Difference quotient = \"%28%22t%28x%2Bh%29%22-%22t%28x%29%22%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "First calculate t(x+h)\r\n" );
document.write( "\r\n" );
document.write( "t(x) = x³ + 2\r\n" );
document.write( "\r\n" );
document.write( "t(x+h) = (x+h)³ + 2 = (x+h)(x+h)(x+h) + 2 = (x+h)(x²+2hx+h²) + 2 =\r\n" );
document.write( "\r\n" );
document.write( "x³ + 2hx² + h²x + hx² + 2h²x + h² + 2 =\r\n" );
document.write( "\r\n" );
document.write( "x³ + 3hx² + 3h²x + h³ + 2\r\n" );
document.write( "\r\n" );
document.write( "Now substitute \"%28x%5E3+%2B+3hx%5E2+%2B+3h%5E2x+%2B+h%5E3+%2B+2%29\" for \"%22t%28x%2Bh%29%22\"\r\n" );
document.write( "\r\n" );
document.write( "and \"%28x%5E3%2B2%29\" for \"t%28x%29\"\r\n" );
document.write( "\r\n" );
document.write( "in the difference quotient expression:\r\n" );
document.write( "\r\n" );
document.write( "\"%28%22t%28x%2Bh%29%22-%22t%28x%29%22%29%2Fh\"\r\n" );
document.write( "   \r\n" );
document.write( "\"%28%28x%5E3+%2B+3hx%5E2+%2B+3h%5E2x+%2B+h%5E3+%2B+2%29-%28x%5E3%2B2%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "Remove the parentheses on top:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x%5E3+%2B+3hx%5E2+%2B+3h%5E2x+%2B+h%5E3+%2B+2-x%5E3-2%29%2Fh\"\r\n" );
document.write( "  \r\n" );
document.write( "Cancel the x³ with the -x³ and the +2 with the -2:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"%283hx%5E2+%2B+3h%5E2x+%2B+h%5E3%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "Factor h out of the top:\r\n" );
document.write( "\r\n" );
document.write( "\"%28h%283x%5E2+%2B+3hx+%2B+h%5E2%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "Cancel the h's\r\n" );
document.write( "\r\n" );
document.write( "\"%28cross%28h%29%283x%5E2+%2B+3hx+%2B+h%5E2%29%29%2Fcross%28h%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"3x%5E2+%2B+3hx+%2B+h%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "That's it!\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );