The Derivative as a Tool for Analysis

The first and second derivatives together give a complete picture of a function's behaviour: where it rises and falls, where its extrema are, and how it curves. This analysis — sometimes called curve sketching — is one of the most powerful applications of differential calculus.

Increasing and Decreasing Functions

Process: find f'(x), solve f'(x) = 0 for critical points, test the sign of f' in each interval between critical points.

Finding Local Extrema

First Derivative Test: if f' changes from + to − at c, there is a local maximum at c. If f' changes from − to + at c, there is a local minimum. No sign change → neither.

Second Derivative Test: if f'(c) = 0 and f''(c) > 0 → minimum; f''(c) < 0 → maximum.

Mean Value Theorem

The MVT states: if f is continuous on [a,b] and differentiable on (a,b), there exists c in (a,b) where f'(c) = (f(b)−f(a))/(b−a). In plain terms, the instantaneous rate equals the average rate at some point. The MVT is the theoretical underpinning of every "increasing/decreasing on an interval" argument — it is what allows us to conclude that positive derivative implies increasing function. Without MVT, that intuition cannot be proved rigorously.

The MVT has a practical implication: if you drive 100 miles in 1 hour, your speedometer must have read exactly 100 mph at some point during the journey, even if your speed varied constantly. Speed cameras on highways exploit a discrete version of this — average speed between two checkpoints determines whether you exceeded the limit at some point.

Linear Approximation

The derivative at a point defines the tangent line, which provides the best linear approximation to the function near that point. f(x) ≈ f(a) + f'(a)(x−a). This is called the linearisation of f at a. Engineers use linear approximations constantly: small-angle approximation sin θ ≈ θ (from d/dx[sin x] = cos(0) = 1), resistance calculations for small perturbations, and control system design all rely on linearisation around an operating point.

Frequently Asked Questions
What is an absolute vs local extremum?
A local (relative) extremum is a point where f is larger or smaller than all nearby points. An absolute (global) extremum is the largest or smallest value f achieves on its entire domain or a specified interval. On a closed interval [a,b], the absolute extrema must occur at either critical points in (a,b) or at the endpoints a and b.
How do I use the first derivative test?
Find all critical points (where f'=0 or f' is undefined). Then choose test values in each interval between critical points and evaluate the sign of f'. Positive before c and negative after → local max. Negative before and positive after → local min.
← Previous
Derivatives of Trig Functions
Next →
Optimization Problems
References & Further Reading
  • Stewart, J. (2015). Calculus, Ch. 4. Cengage.
  • Apostol, T. (1967). Calculus, Vol. 1, Ch. 6. Wiley.
  • Strang, G. (1991). Calculus, Ch. 3. Wellesley-Cambridge.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department