Derivatives
Derivatives measure the instantaneous rate of change. In Olympiads, they are primarily tools for optimization (finding maxima/minima) and analyzing the shape (convexity) of functions.
Basic Rules
- Power Rule:
- Product Rule:
- Chain Rule:
Applications
1. Optimization
To find global extrema of on :- Find critical points where .
- Evaluate at critical points and endpoints .
- Compare values.
Example (Minimize)
Minimize for .
Proof. . Set (since ). . As or , . Minimum is 2. ∎
2. Concavity and Convexity
- Convex (Concave Up): .
- Concave (Concave Down): .
This is the basis for Jensen's Inequality.
3. Mean Value Theorem (MVT)
If is continuous on and differentiable on , there exists such that:Practice Problems
Exercise (Problem 1)
Find the maximum value of for .
Exercise (Problem 2)
Use derivatives to prove that for all real .
Exercise (Problem 3)
Let be a polynomial with real roots. Prove that also has only real roots. (Rolle's Theorem).