document.write( "Question 928873: Can you please help me find the rate of change of the function from x1 to x2: f (x)=sqrt( 3x ) for x1=1 to x2=7 \n" ); document.write( "
Algebra.Com's Answer #563921 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = sqrt( 3x ) \n" ); document.write( "note that f(x) = square root(3) * square root(x) = 1.73 * square root(x) \n" ); document.write( "this is a parabola with an imaginary and real part \n" ); document.write( "for x1 = 1 and x2 = 7 we will be dealing with the real part \n" ); document.write( "rate of change between two points is (y2 - y1) / (x2 - x1) \n" ); document.write( "y2 = 1.73 * square root(7) = 4.58 \n" ); document.write( "y1 = 1.73 * square root(1) = 1.73 \n" ); document.write( "rate of change = (4.58 - 1.73) / (7 - 1) = 0.475 approx 0.48 \n" ); document.write( " \n" ); document.write( " |