Mark O. answered 04/19/20
Learn Physics, Math, and Comp Sci from Professional Scientist
Hi Artavius,
When you find the average rate, you do not care how the function progressed from time t1 to later time t2. You will treat it as if it progressed linearly and write
Avg Rate = [f(t2) - f(t1)] / [t2 - t1]
f(t) = 6t2 - 3
t1 = 1
t2 = 1.1
f(t2) = f(1.1) = 6(1.1)2 - 3 = 4.26
f(t1) = f(1) = 6(1)2 - 3 = 3
Avg Rate = [4.26 - 3]/[1.1 - 1] = 1.26/0.1 = 12.6
Since f(t) is quadratic and not linear, it likely that the instantaneous rate is ever 12.6.
instantaneous rate = (d/dt)[6t2 - 3]
instantaneous rate = 12t
instantaneous rate at t = 1 = 12(1) = 12
instantaneous rate at t = 1.1 = 12(1.1) = 13.2