2.1 Defining Average and Instantaneous Rates of Change at a Point
- Syllabus
- 2020
- Topic
- 2.1
- Level
- —
Average rate of change measures output change per unit of input change across an interval. Geometrically, it is the slope of the secant line through the two endpoint points on the graph.
\text{Average rate on }[a,b]=\frac{f(b)-f(a)}{b-a}=\frac{f(a+h)-f(a)}{h},\qquad h=b-a\ne0
For f(x)=x2 on [2,5], the output change is f(5)−f(2)=25−4=21 and the input change is 5−2=3. The average rate of change is 21/3=7, so the secant line through (2,4) and (5,25) has slope 7.
This is an average over the whole interval, not necessarily the rate at either endpoint. Its units are output units per input unit, and the order of subtraction must match in numerator and denominator.
The instantaneous rate of change at x=a is the limit of average rates over intervals whose second endpoint approaches a. If this limit exists, it is the derivative f′(a) and the slope of the tangent line at (a,f(a)).
f'(a)=\lim_{h\to0}\frac{f(a+h)-f(a)}{h}=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}
For f(x)=x2 at a=3, hf(3+h)−f(3)=h(3+h)2−9=h6h+h2=6+h for h=0. Taking h→0 gives f′(3)=6. Thus the instantaneous rate and tangent slope at x=3 are 6.
Do not substitute h=0 into the original quotient; it is undefined there. Simplify for nonzero h, then take the limit. If the two-sided limit does not exist, the function is not differentiable at a.