Simplify the difference quotient f2 h f2 if h notequalto 0
Solution
3)
given f(x)=x2-7x
difference coefficient =[f(2+h)-f(2)]/h
difference coefficient =[((2+h)2-7(2+h))-(22-7*2)]/h
difference coefficient =[(4+4h+h2-14-7h)-(4-14)]/h
difference coefficient =[4h+h2-7h]/h
difference coefficient =4+h-7
difference coefficient =h-3
-------------------------------------------------------------------------------------
4)
given f(x)=x2+31
difference coefficient =[f(x+h)-f(x)]/h
difference coefficient =[((x+h)2+31)-(x2+31)]/h
difference coefficient =[(x2+2xh+h2+31)-(x2+31)]/h
difference coefficient =[2xh+h2]/h
difference coefficient =2x+ h
------------------------------------------------------------------
5)
given f(x)=(39/x2)
difference coefficient =[f(x+h)-f(x)]/h
difference coefficient =[(39/(x+h)2)-(39/x2)]/h
difference coefficient =39[(1/(x+h)2)-(1/x2)]/h
difference coefficient =39(x2-(x+h)2)/[hx2(x+h)2]
difference coefficient =39(-2xh+h2)/[hx2(x+h)2]
difference coefficient =39(-2x+h)/[x2(x+h)2]
