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)
--- FORMULA BLOCK ---
Slope of tangent = dy/dx at the given point
Slope of normal = -1 / (dy/dx)
For maximum/minimum: set dy/dx = 0, solve for x
Use d²y/dx² to confirm max or min
--- EXAM PATTERNS ---
NDA asks:
- Find local max/min of a polynomial or trigonometric function
- Check if a function is increasing/decreasing in a given interval
- Find the equation of tangent/normal at a given point
- Word problems: maximize area, volume, or minimize cost
--- SHORTCUT / TRICK ---
TRICK 1 (Quick Sign Check): For f(x) = ax^n type functions, just check sign of f'(x) around the critical point. No need to fully solve if options are given — plug in values just left and right of the critical point.
TRICK 2 (Sum/Product Optimization): If sum of two numbers is fixed (say S), their PRODUCT is maximum when both numbers are EQUAL (each = S/2). If product is fixed, their sum is minimum when equal.
This directly solves many NDA word problems in seconds.
--- WORKED EXAMPLE ---
Question: Find the maximum and minimum values of f(x) = 2x³ - 9x² + 12x + 1.
Step 1: Find f'(x)
f'(x) = 6x² - 18x + 12
Step 2: Set f'(x) = 0
6x² - 18x + 12 = 0
x² - 3x + 2 = 0
(x - 1)(x - 2) = 0
So x = 1 and x = 2 are critical points.
Step 3: Find f''(x)
f''(x) = 12x - 18
Step 4: Apply Second Derivative Test
At x = 1: f''(1) = 12 - 18 = -6 < 0 → LOCAL MAXIMUM
At x = 2: f''(2) = 24 - 18 = +6 > 0 → LOCAL MINIMUM
Step 5: Find values
f(1) = 2 - 9 + 12 + 1 = 6 → Local Maximum value = 6
f(2) = 16 - 36 + 24 + 1 = 5 → Local Minimum value = 5
Answer: Local max = 6 at x = 1; Local min = 5 at x = 2
--- COMMON MISTAKE ---
Students confuse LOCAL maxima/minima with GLOBAL maxima/minima. A local maximum is not always the biggest value of the whole function. Always re-read the question — it may ask for the absolute (global) maximum over a closed interval.
In that case, also CHECK THE ENDPOINTS of the interval.