document.write( "Question 197410: Estimate the instantaneous rate of change:
\n" );
document.write( "a.for the function y = x^2 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( "b.for the function y = x^3 at the following x values:
\n" );
document.write( "iv.x = 1
\n" );
document.write( "v.x = 2
\n" );
document.write( "vi.x = 3
\n" );
document.write( "c.Create two functions that can be developed from a) and b) that will give you the instantaneous rate of change without reducing the interval.
\n" );
document.write( "d.Use the reasoning from c) to find the instantaneous rate of change for:
\n" );
document.write( "iv.y = x^4 at x = 3
\n" );
document.write( "v.y = 3x^3 at x = 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #148201 by Alan3354(69443) You can put this solution on YOUR website! Estimate the instantaneous rate of change: \n" ); document.write( "a.for the function y = x^2 at the following x values: \n" ); document.write( "The rate of change is 2x. \n" ); document.write( "i.x = 1 \n" ); document.write( "m = 2 \n" ); document.write( "ii.x = 2 \n" ); document.write( "m = 4 \n" ); document.write( "iii.x = 3 \n" ); document.write( "m = 6 \n" ); document.write( "------------- \n" ); document.write( "b.for the function y = x^3 at the following x values: \n" ); document.write( "The rate of change, m, is 3x^2 \n" ); document.write( "iv.x = 1 \n" ); document.write( "m = 3 \n" ); document.write( "v.x = 2 \n" ); document.write( "m = 12 \n" ); document.write( "vi.x = 3 \n" ); document.write( "m = 27 \n" ); document.write( "--------- \n" ); document.write( "c.Create two functions that can be developed from a) and b) that will give you the instantaneous rate of change without reducing the interval. \n" ); document.write( "I did that, it's the 1st derivative. \n" ); document.write( "For y = x^2, y' = 2x \n" ); document.write( "For y = x^3, y' = 3x^2 \n" ); document.write( "------------- \n" ); document.write( "d.Use the reasoning from c) to find the instantaneous rate of change for: \n" ); document.write( "iv.y = x^4 at x = 3 \n" ); document.write( "y' = 4x^3 \n" ); document.write( "m at 3 = 108 \n" ); document.write( "----------- \n" ); document.write( "v.y = 3x^3 at x = 2 \n" ); document.write( "y' = 9x^2 \n" ); document.write( "m at 2 = 36 \n" ); document.write( " \n" ); document.write( " |