Application of Derivatives Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
Rate of Change
#1💡 dy/dx gives the instantaneous rate of change of y with respect to x. For related rates, use chain rule: dy/dt = (dy/dx)(dx/dt).
Equation of Tangent
#2💡 The slope of the tangent at (x1, y1) is f'(x1). If f'(x1) = 0, the tangent is horizontal: y = y1.
Equation of Normal
#3💡 Normal is perpendicular to the tangent. Its slope = -1/f'(x1). If f'(x1) = 0, the normal is vertical: x = x1.
Length of Tangent, Normal, Subtangent, Subnormal
#4💡 Length of tangent = |y1|sqrt(1 + 1/[f'(x1)]^2). Length of normal = |y1|sqrt(1 + [f'(x1)]^2). These are measured from the point to the x-axis intercept along tangent/normal.
Condition for Increasing Function
#5💡 f'(x) >= 0 (with equality only at isolated points) also gives strictly increasing. Check open interval for derivative sign.
Condition for Decreasing Function
#6💡 Similar to increasing: f'(x) <= 0 (with equality only at isolated points) also gives strictly decreasing.
First Derivative Test
#7💡 Find critical points where f'(x) = 0 or f'(x) does not exist. Check sign of f'(x) on either side of each critical point.
Second Derivative Test
#8💡 If f''(c) = 0, the test is inconclusive. Fall back to the first derivative test in that case.
Global Max/Min on Closed Interval [a, b]
#9💡 Evaluate f at all critical points inside (a, b) AND at both endpoints a and b. The largest value is the global max, smallest is the global min.
Linear Approximation
#10💡 Used to approximate values like sqrt(4.01), (3.98)^(1/2), etc. Choose x as the nearest value where f is easy to compute.