document.write( "Question 1044674: Find the slope over the interval [0,4]
\n" );
document.write( "Y=(X^3)-2x \n" );
document.write( "
Algebra.Com's Answer #660165 by Alan3354(69443) You can put this solution on YOUR website! Find the slope over the interval [0,4] \n" ); document.write( "Y=(X^3)-2x \n" ); document.write( "-------- \n" ); document.write( "f(x) = x^3 - 2x \n" ); document.write( "--- \n" ); document.write( "f(4) = 64 - 8 = 56 \n" ); document.write( "f(0) = 0 \n" ); document.write( "--- \n" ); document.write( "(56 - 0)/4 = 14, the slope of the line between the 2 points. \n" ); document.write( "---- \n" ); document.write( "The slope at any point is 3x^2 - 2 \n" ); document.write( " \n" ); document.write( " |