The problem reads:
11b. Using a tolerance of h = 0.1, find the forward, backward, and symmetric difference quotients for f'(1).
If I could just understand the forward difference quotient, the backwards and symmetric one would make sense to me.
f(x) = x<sup>3</sup> - x + 1
The forward difference quotient reads:
(f(x+h)-f(x))/h
When I plug in numbers, I always end up with 1 as my answer, when the book states it is 2.31
(f(x+h)-f(x))/h = (((1)<sup>3</sup> - 1 + 1 + .1) - ((1)<sup>3</sup> - 1 + 1)))/.1
This becomes .1/.1 which equals 1! Anyone know what exactly I am doing wrong?
11b. Using a tolerance of h = 0.1, find the forward, backward, and symmetric difference quotients for f'(1).
If I could just understand the forward difference quotient, the backwards and symmetric one would make sense to me.
f(x) = x<sup>3</sup> - x + 1
The forward difference quotient reads:
(f(x+h)-f(x))/h
When I plug in numbers, I always end up with 1 as my answer, when the book states it is 2.31
(f(x+h)-f(x))/h = (((1)<sup>3</sup> - 1 + 1 + .1) - ((1)<sup>3</sup> - 1 + 1)))/.1
This becomes .1/.1 which equals 1! Anyone know what exactly I am doing wrong?