document.write( "Question 991813: find the difference quotient of
\n" ); document.write( "f(x)=2x^2-5x+3
\n" ); document.write( "

Algebra.Com's Answer #611567 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
find the difference quotient of
\n" ); document.write( "f(x)=2x^2-5x+3
\n" ); document.write( "
\r\n" );
document.write( "The difference quotient is\r\n" );
document.write( "\r\n" );
document.write( "\"%28f%28x%2Bh%29+-+f%28x%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "First find f(x+h) by substituting (x+h) \r\n" );
document.write( "for each x in \r\n" );
document.write( "\r\n" );
document.write( "  f(x) = 2x² - 5x + 3 \r\n" );
document.write( "f(x+h) = 2(x+h)² - 5(x+h) + 3\r\n" );
document.write( "f(x+h) = 2(x+h)(x+h) - 5(x+h) + 3\r\n" );
document.write( "f(x+h) = 2(x²+hx+hx+h²) - 5x - 5h + 3\r\n" );
document.write( "f(x+h) = 2(x²+2hx+h²) - 5x - 5h + 3\r\n" );
document.write( "f(x+h) = 2x² + 4hx + 2h² - 5x - 5h + 3\r\n" );
document.write( "\r\n" );
document.write( "No we substitute that for the f(x+h) in\r\n" );
document.write( "\r\n" );
document.write( "\"%28f%28x%2Bh%29+-+f%28x%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "and we have:\r\n" );
document.write( "\r\n" );
document.write( "\"%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+f%28x%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "and we substitute (2x² - 5x + 3) for f(x), making sure\r\n" );
document.write( "that we place it inside parentheses, so as not to get\r\n" );
document.write( "any signs wrong since it is preceded by a - sign:\r\n" );
document.write( "\r\n" );
document.write( "\"%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+%282x%5E2+-+5x+%2B+3%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "Now we remove the parentheses by changing the signs inside:\r\n" );
document.write( "\r\n" );
document.write( "\"%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+2x%5E2+%2B+5x+-+3%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "We find that all terms in the numerator which do not\r\n" );
document.write( "contain the factor h will cancel and we are left with:\r\n" );
document.write( "\r\n" );
document.write( "\"%284hx+%2B+2h%5E2+-+5h%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "That will allow us to factor out an h in the numerator:\r\n" );
document.write( "\r\n" );
document.write( "\"%28h%2A%284x+%2B+2h+-+5%29%29%2Fh\"\r\n" );
document.write( "\r\n" );
document.write( "Then we can cancel the h's\r\n" );
document.write( "\r\n" );
document.write( "\"%28cross%28h%29%284x+%2B+2h+-+5%29%29%2Fcross%28h%29\"\r\n" );
document.write( "\r\n" );
document.write( "And we are left with:\r\n" );
document.write( "\r\n" );
document.write( "\"4x+%2B+2h+-+5\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );