document.write( "Question 197107: Estimate the instantaneous rate of change for the function y = x2 at the following x values:
\n" );
document.write( "i.x = 1
\n" );
document.write( "ii.x = 2
\n" );
document.write( "iii.x = 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #147772 by Alan3354(69443) You can put this solution on YOUR website! Estimate the instantaneous rate of change for the function y = x2 at the following x values: \n" ); document.write( "i.x = 1 \n" ); document.write( "ii.x = 2 \n" ); document.write( "iii.x = 3 \n" ); document.write( "------------------- \n" ); document.write( "y' = 2x \n" ); document.write( "m at x=1: 2 \n" ); document.write( "m at x=2: 4 \n" ); document.write( "m at x=3: 6 \n" ); document.write( "m is the slope, which is the rate of change. \n" ); document.write( "The values are exact. I don't know of a way to estimate them. \n" ); document.write( " |