document.write( "Question 696967: I'm so lost on this problem..if you could please show me I just do not understand!\r
\n" );
document.write( "\n" );
document.write( "Given the function f(x)=x^3-x
\n" );
document.write( "A. Find the rate of change between the two stated values for x: 1 and 2
\n" );
document.write( "B. find the equation of a secant line containing the given points: (1,f(1)) and (2,f(2)) \n" );
document.write( "
Algebra.Com's Answer #429537 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given the function f(x)=x^3-x \n" ); document.write( "A. Find the rate of change between the two stated values for x: 1 and 2 \n" ); document.write( "----- \n" ); document.write( "That is the slope between x = 1 and x = 2: \n" ); document.write( "f(1) = 1-1 =0 ; f(2) = 8-2 = 6 \n" ); document.write( "---- \n" ); document.write( "slope = (6-0)/(2-1) = 6 \n" ); document.write( "-------- \n" ); document.write( "B. find the equation of a secant line containing the given points: (1,f(1)) and (2,f(2)) \n" ); document.write( "--- \n" ); document.write( "Form: Y = mx + b \n" ); document.write( "You know m = 6 and y = 0 when x = 1 \n" ); document.write( "0 = 6*1 + b \n" ); document.write( "b = -6 \n" ); document.write( "===== \n" ); document.write( "Equation: \n" ); document.write( "y = 6x -6 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " \n" ); document.write( " |