Applications of Derivatives - Core Definitions
Critical points and extrema are central to optimization problems across mathematics, science, and engineering. Understanding where functions achieve their maximum and minimum values is essential for modeling real-world phenomena.
A critical point of a function is a point in the domain of where either:
- , or
- does not exist
Critical points are candidates for local extrema, though not every critical point corresponds to an extremum.
Let be defined on a domain .
- has a local maximum at if for all in some open interval containing
- has a local minimum at if for all in some open interval containing
- has an absolute maximum at if for all
- has an absolute minimum at if for all
Collectively, maxima and minima are called extrema.
If has a local extremum at and exists, then .
Fermat's Theorem provides a necessary condition for extrema: they can only occur at critical points. However, it is not sufficientβthe function has , but is neither a local maximum nor minimum.
Find all critical points of .
First, compute the derivative:
Setting :
The critical points are and . Since is a polynomial, exists everywhere, so these are the only critical points.
Let be a critical point of a continuous function .
- If changes from positive to negative at , then has a local maximum at
- If changes from negative to positive at , then has a local minimum at
- If does not change sign at , then has neither a maximum nor minimum at
Classify the critical points of .
We found critical points at and . Test the sign of :
- For : choose , so (increasing)
- For : choose , so (decreasing)
- For : choose , so (increasing)
Therefore:
- At : changes from positive to negative, so has a local maximum
- At : changes from negative to positive, so has a local minimum
Understanding critical points and extrema is fundamental to optimization, allowing us to find maximum efficiency, minimum cost, or optimal design parameters in countless applications.