The symmetric difference quotient is simply the average of the two difference quotients
f(x + h) - f(x)
f(x) - f(x - h)
h
h
and can often give a better estimate than a one-sided difference quotient.
f(2 + .001) -
f(2
- .001)
.002
= 2.0013
- 1.9993
.002
= 12.000001
b. using a right sided difference quotient
f(2 + .001) - f(2)
.001
= 2.0013
-
23
.001
= 12.006001
c. Find the exact value of f ' (2) and compare to the answers in a and b.
f ' (x) = 3x2
so f ' (2) = 12