APPLICATIONS OF DERIVATIVES --- CORE CONCEPT ---
A derivative tells you the RATE OF CHANGE of a function. When we apply this idea to real problems, we get powerful tools: finding maximum and minimum values, checking if a function is increasing or decreasing, finding tangent lines, and solving rate-of-change problems. NDA regularly tests all of these. --- KEY RULES / PROPERTIES ---
1. INCREASING / DECREASING FUNCTIONS If f'(x) > 0 on an interval, the function is INCREASING there.
If f'(x) < 0 on an interval, the function is DECREASING there. If f'(x) = 0 at a point, that point is called a CRITICAL POINT.
2. MAXIMA AND MINIMA At a maximum or minimum, f'(x) = 0. This is called a stationary point.
First Derivative Test: - If f'(x) changes from + to - at point c → LOCAL MAXIMUM at c
- If f'(x) changes from - to + at point c → LOCAL MINIMUM at c - If f'(x) does NOT change sign → it is a POINT OF INFLECTION
Second Derivative Test: - If f'(c) = 0 and f''(c) < 0 → LOCAL MAXIMUM
- If f'(c) = 0 and f''(c) > 0 → LOCAL MINIMUM - If f'(c) = 0 and f''(c) = 0 → Test FAILS, use first derivative test
3. EQUATION OF TANGENT AND NORMAL Tangent at point (x1, y1): y - y1 = f'(x1) × (x - x1)
Normal is perpendicular to tangent. Slope of normal = -1 / f'(x1)
---