Answer: [f(b) - f(a)] / (b - a).
- A f(b) + f(a), the sum of endpoint values
- B [f(b) - f(a)] / (b - a)
- C f(a) / f(b), the ratio of endpoint values
- D (a + b) / 2, the midpoint of the interval
Correct answer: B. [f(b) - f(a)] / (b - a)
Explanation: MVT states f'(c) equals the average rate of change [f(b) - f(a)] / (b - a) for some c in (a,b).
The tangent at a point touches the curve with slope f'(a); the normal is the line perpendicular to the tangent at that same point, with slope -1/f'(a) - together they describe the curve's local direction and the line "straight into" the curve.
Concept context
Use derivatives to study rate of change, increasing and decreasing functions, tangents and normals, and maxima and minima, with classic optimization problems.