Differentiable Functions
Contents
2.7. Differentiable Functions#
We continue our discussion on real functions and focus on a special class of functions which are differentiable.
Definition 2.78 (Differentiable function)
A real function
approaches a limit
as
If
An alternative way is to write
Notes
The difference quotient is not defined at
. This is okay as computing the limit doesn’t require to be defined at .The derivative is not defined for the non-interior points of
. Only one sided limits may be computed at the non-interior points on the difference quotient.We can treat
as a function from to where is defined only on points at which is differentiable.The type signature for
is .The domain of
denoted by is the set of points at which is differentiable.
Remark 2.17 (Domain of the derivative function)
The domain of the derivative of a function
Definition 2.79 (Differentiable function)
Let
If
Definition 2.80 (Continuously differentiable function)
We say that
Definition 2.81 (Second and
If
Inductively, if
The zeroth derivative of
Another common notation is:
Definition 2.82 (Tangent line)
If
It is useful to remove the contribution of the tangent in
Lemma 2.1 (Removal of tangent line from function)
If
where
In other words,
Proof. We define
This
We note that:
Alternatively
Remark 2.18 (Difference quotient and derivative)
At
In other words, the difference quotient
Theorem 2.48 (Differentiability implies continuity)
If
Proof. Using Definition 2.82 and Lemma 2.1, we have:
It is easy to see that
Notes:
If
is not continuous at then is not differentiable at .Continuity is a necessary condition but not sufficient condition for differentiability.
Remark 2.19 (Derivative sign and monotonicity in the neighborhood)
If
and if
Proof. We have, from Lemma 2.1, for
Assume
Thus,
Thus,
Now, if
If
2.7.1. Arithmetic#
Theorem 2.49 (Differentiation and arithmetic )
If
. . . provided .
2.7.2. The Chain Rule#
Theorem 2.50 (The chain rule)
Let
Proof. Let
where
Putting
Since
Dividing both sides by
Since
Therefore,
Example 2.12
Let
Then, the composition
We have:
Thus,
2.7.3. One Sided Derivatives#
Definition 2.83 (One sided derivatives)
One sided limits of the difference quotient
are called one-sided derivatives if they exist.
If
if the limit exists.
If
if the limit exists.
Remark 2.20 (Differentiability and one-sided derivatives)
A function
This is a direct implication of Theorem 2.37.
Remark 2.21
One sided derivative is not the same thing as one sided limit of a derivative.
need not be equal to . need not be equal to .
2.7.4. Closed Intervals#
Definition 2.84 (Differentiability on a closed interval)
We say that
We assign
Note
While it is possible to use the notion of one sided derivatives
to define
Definition 2.85 (Continuous differentiability on a closed interval)
We say that
is differentiable on the closed interval is continuous over the open interval . .
2.7.5. Extreme Values#
Definition 2.86 (Local extreme value)
We say that
More specifically,
is a local maximum value of if for some : is a local minimum value of if for some :
The point
Theorem 2.51
If
In other words, if the derivative exists at a local extreme point, it vanishes there.
Proof. We show that if
Assume
From Lemma 2.1, we have (at
where
Since
Thus, in the interval
Hence the term
But the term
Moreover,
Hence there is no neighborhood of
Definition 2.87 (Critical point)
Let
Definition 2.88 (Stationary point)
If
All stationary points are critical points while all critical points
need not be stationary points. If the derivative doesn’t exist
at some point
Remark 2.22
All local extreme points are critical points.
Example 2.13 (A non-extreme critical point)
A critical point need not be a local extreme point.
For the function
Theorem 2.52 (Rolle’s theorem)
Let
Proof. Recall that if
Assume
If
Consider the case where
If
, then must be attained at some point in .If
, then must be attained at some point in .If neither of the above hold true, then both
and are attained at some point in .
Since
2.7.6. Intermediate Values#
Theorem 2.53 (Intermediate value theorem for derivatives)
Suppose that:
is differentiable on an open interval .There is a closed interval
. . is in between and .
Then
Note that this result doesn’t require
Proof. Since
Assume without loss of generality:
Define
Then,
Since
Since
Now,
Similarly,
Thus, minimum of
The case of
2.7.7. Mean Values#
Theorem 2.54 (Generalized mean value theorem)
If
holds true for some
Proof. Define the function:
Since
and are continuous on , so is .Since
and are differentiable on so is . .Therefore, by Rolle's theorem,
for some .But
.Hence the result.
Theorem 2.55 (Mean value theorem)
If
for some
Remark 2.23
Assume
is continuous on the closed interval with endpoints and . is differentiable on the interior of this closed interval.-
(2.2)#
for some
in the open interval between and .
Theorem 2.56
If
Proof. For any
Theorem 2.57 (No change in derivative sign implies monotonicity)
If
If
, then is strictly increasing in .If
, then is increasing in .If
, then is decreasing in .If
, then is strictly decreasing in .
Proof. Let
Now,
If
, then .If
, then .If
, then .If
, then .
Theorem 2.58 (Bounded derivative implies Lipschitz continuity)
If
then:
This is another direct implication of the mean value theorem.