Loading [MathJax]/jax/output/SVG/config.js
 
+0  
 
0
1490
1
avatar

f(x+h)-f(x)/h f(x)=x^2-2x+2

 Oct 29, 2014

Best Answer 

 #1
avatar+23254 
+5

If  f(x)  =  x² -2x + 2

then  f(x + h)  =  (x + h)² - 2(x + h) + 2

                        =  x² + 2xh + h² - 2x - 2h + 2

[f(x + h) - f(x)] / h =  [ ( x² + 2xh + h² - 2x - 2h + 2 ) - ( x² -2x + 2 ) ] / h

                              =  [ x² + 2xh + h² - 2x - 2h + 2 - x² + 2x - 2 ) ] / h

                              =  [ 2xh + h² - 2h ] / h

                              =  2x - 2 + h

 Oct 29, 2014
 #1
avatar+23254 
+5
Best Answer

If  f(x)  =  x² -2x + 2

then  f(x + h)  =  (x + h)² - 2(x + h) + 2

                        =  x² + 2xh + h² - 2x - 2h + 2

[f(x + h) - f(x)] / h =  [ ( x² + 2xh + h² - 2x - 2h + 2 ) - ( x² -2x + 2 ) ] / h

                              =  [ x² + 2xh + h² - 2x - 2h + 2 - x² + 2x - 2 ) ] / h

                              =  [ 2xh + h² - 2h ] / h

                              =  2x - 2 + h

geno3141 Oct 29, 2014

2 Online Users

avatar