
Bradford T. answered 09/09/21
Retired Engineer / Upper level math instructor
If f(t)=85t-16t2, then for h = 0.1, 0.01 or 0.001
Average Velocity, V(h)=(f(2+h)-f(2))/h
Then the rest is just evaluating for h for each of those values. For example:
V(0.1) = (85(2.1)-16(2.1)2 - 85(2) + 16(2)2)/0.1 = 19.4 ft/s
Note that V(h) can be simplified to 21-16h.
Such that V(0.1) = 21-1.6 = 19.4
V(0.01) = 21 - 0.16
V(0.001) = 21- 0.016