SOLUTION: find the difference quotient of f(x)=2x^2-5x+3

Algebra ->  Graphs -> SOLUTION: find the difference quotient of f(x)=2x^2-5x+3       Log On


   



Question 991813: find the difference quotient of
f(x)=2x^2-5x+3

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
find the difference quotient of
f(x)=2x^2-5x+3
The difference quotient is

%28f%28x%2Bh%29+-+f%28x%29%29%2Fh

First find f(x+h) by substituting (x+h) 
for each x in 

  f(x) = 2x² - 5x + 3 
f(x+h) = 2(x+h)² - 5(x+h) + 3
f(x+h) = 2(x+h)(x+h) - 5(x+h) + 3
f(x+h) = 2(x²+hx+hx+h²) - 5x - 5h + 3
f(x+h) = 2(x²+2hx+h²) - 5x - 5h + 3
f(x+h) = 2x² + 4hx + 2h² - 5x - 5h + 3

No we substitute that for the f(x+h) in

%28f%28x%2Bh%29+-+f%28x%29%29%2Fh

and we have:

%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+f%28x%29%29%2Fh

and we substitute (2x² - 5x + 3) for f(x), making sure
that we place it inside parentheses, so as not to get
any signs wrong since it is preceded by a - sign:

%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+%282x%5E2+-+5x+%2B+3%29%29%2Fh

Now we remove the parentheses by changing the signs inside:

%282x%5E2+%2B+4hx+%2B+2h%5E2+-+5x+-+5h+%2B+3+-+2x%5E2+%2B+5x+-+3%29%2Fh

We find that all terms in the numerator which do not
contain the factor h will cancel and we are left with:

%284hx+%2B+2h%5E2+-+5h%29%2Fh

That will allow us to factor out an h in the numerator:

%28h%2A%284x+%2B+2h+-+5%29%29%2Fh

Then we can cancel the h's

%28cross%28h%29%284x+%2B+2h+-+5%29%29%2Fcross%28h%29

And we are left with:

4x+%2B+2h+-+5

Edwin