This document summarizes key concepts and formulas related to the applications of derivatives in calculus, including average/instantaneous rates of change, mean value theorem, Rolle’s theorem, extrema determination, concavity, L'Hôpital's rule, and Newton's method.
Summary Table:
| Line Type | Touches Curve At | Slope Formula | Concept | |----------------|------------------|-----------------------------|-------------------------------------------| | Secant Line | 2 points | Avg rate: (\frac{\Delta y}{\Delta x}) | Average rate of change | | Tangent Line | 1 point | Instant rate: (f'(c)) | Instantaneous rate of change | | Normal Line | 1 point | (-1/f'(c)) | Perpendicular to tangent |
Conditions:
Statement:
There is (c) in ((a, b)) such that
[
f'(c) = \frac{f(b) - f(a)}{b - a}
]
Interpretation:
At some point, the slope of the tangent equals the slope of the secant line.
Application:
Solve (f'(x) = \frac{f(b) - f(a)}{b - a}) for (x) in ((a, b)) to find (c).
Conditions:
Statement:
There is (c \in (a, b)) such that
[
f'(c) = 0
]
Interpretation:
Somewhere in the interval, there is a horizontal tangent (critical point).
Application:
Find where (f'(x) = 0) after confirming conditions.
Absolute Min/Max: Highest/lowest values on the interval (including endpoints).
Local (Relative) Min/Max: Highest/lowest point "locally" (not necessarily global).
Critical Points: Points where (f'(x) = 0) or (f'(x)) is undefined.
Local Maximum:
If (f'(x)) changes from positive to negative at (c), then (f) has a local max at (c).
Local Minimum:
If (f'(x)) changes from negative to positive at (c), then (f) has a local min at (c).
End of summary.