One of the most practical uses of differential calculus is to optimise desired quantities, which amounts to either minimising a function on some subset
, or maximising it. How do we do that?
Let’s first formulate the notion of a global minimum and local minimum respectively.
Definition 1. Let and
be a function.
- We say that
is a global minimum point of
on
if for any
,
.
- We say that
is a local minimum point of
if there exists
such that
is a global minimum point on
.
To abbreviate, we will say that is a global (resp. local) minimum point of
.
In a symmetric manner, we can define the global maximum and local maximum respectively. In fact, we have the following symmetrical result.
Lemma 1. Suppose that is a global (resp. local) maximum for a function
. Then
is a global (reap. local) minimum for
.
Proof. Employ the equivalence of .
We say that is a global (reap. local) extremum if it is either a global (resp. local) minimum or a global (resp. local) maximum. By the extreme value theorem, we will always obtain a global extremum. What about a local extremum?
Theorem 1. Let be a function that is differentiable at
. Suppose
is a local extremum at
. Then
.
Proof. The proof of this result is essentially the same as that of Rolle’s theorem.
Since global and local extrema constitute all possible extremum points, we have the critical value test.
Theorem 2. Let be a continuous function that is differentiable on
. Then
obtains global extrema either at
or interior points
such that
is undefined or
. These possible points are known as critical points.
Does the converse hold? That is, does imply that
is a local extremum? Not if we consider
and the function
. How then do we determine the nature of this stationary point?
Suppose . Denote
(resp.
). to mean that there exists
such that for any
(resp.
),
(resp.
). We can use the first derivative test to answer our aforementioned question.
Theorem 3 (First Derivative Test). Let be differentiable at
. Suppose
.
- If
and
, then
is a local minimum of
.
- If
and
, then
is a local maximum of
.
- If
or
, then
is not a local extremum. In this case, we say that
is a stationary point of inflection.
Proof. We will prove the first result.
- Since
, find
such that for
,
.
- Since
, find
such that for
,
.
Define . We claim that for any
,
.
Suppose . By the mean value theorem, there exists
implying , such that
A similar argument for yields
Can we have a simpler computation for this process? Yes, but this does not help us with inflection points. Furthermore, we can make no conclusion if .
Theorem 4 (Second Derivative Test). Let be twice-differentiable at
. Suppose
.
- If
, then
is a local minimum of
.
- If
, then
is a local maximum of
.
- If
, the test is inconclusive.
Proof. We will prove the first result since the second result follows by symmetry.
By the definition of differentiation, for sufficiently small ,
Hence, , which after taking
, implies that
. Likewise, from the left side,
which yields .
For the last result, consider the functions for
being a local minimum,
for
being a local maximum, and
for
being a stationary point of inflection since in all cases,
.
In the next post, we will use this test to maximise profit.
—Joel Kindiak, 31 Oct 24, 1316H
Leave a comment