Mark M. answered 09/26/18
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f(t) = t2 + 4t + 3
[f(t+h) - f(t)] / h = [(t+h)2 + 4(t+h) + 3 - (t2 + 4t + 3)] / h
= [t2 + 2th + h2 + 4t + 4h + 3 - t2 - 4t - 3] / h
= [2th + h2 + 4h] / h
= h(2t + h + 4) / h = 2t + h + 4