document.write( "Question 198110: use the definition of derivative to f'(x) when f(x)=x^2-5x+1
\n" );
document.write( "not getting it \n" );
document.write( "
Algebra.Com's Answer #148579 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! use the definition of derivative to f'(x) when f(x)=x^2-5x+1 \n" ); document.write( "-------- \n" ); document.write( "You need to find \"the limit of [f(x+h)-f(x)]/h as h goes to zero\" \n" ); document.write( "---------------- \n" ); document.write( "f(x+h) = (x+h)^2 - 5(x+h) + 1 \n" ); document.write( "= x^2 + 2hx + h^2 - 5x -5h +1 \n" ); document.write( "----------------------------------------- \n" ); document.write( "f(x) = x^2 -5x +1 \n" ); document.write( "----------------------------------------- \n" ); document.write( "So f(x+h) - f(x) = 2hx + h^2 -5h \n" ); document.write( "-------------- \n" ); document.write( "Then, dividing by h, you get [f(x+h)-f(x)]/h = 2x + h -5 \n" ); document.write( "--------------------- \n" ); document.write( "Now take the limit as h goes to zero and you get: \n" ); document.write( "f'(x) = 2x - 5 \n" ); document.write( "======================= \n" ); document.write( "Hope that helps. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |