In the last chapter we defined the derivative function
of another differentiable function
as follows:
. However, evaluating this limit can be a very cumbersome way to determine the derivative. For example, take the function
with
. To calculate their derivatives we would have to determine
for every
.
It would be great to apply some rules to directly find an expression for the derivative function, which saves us the differential quotient computation. And luckily there are indeed derivative rules that trace derivatives of a complicated function back to derivatives of some very basic functions that are known exactly.
If
and
are differentiable functions, with the compositions
(with
),
,
,
and
being all well-defined and differentiable, Then the following derivative rules apply:
Name
|
Regel
|
Factor rule
|
|
Sum rule
|
|
Product rule
|
|
Quotient rule
|
|
Inverse rule
|
|
Chain rule
|
|
Special cases of the chain rule
|
|
Inverse rule (yet missing)
|
|
The derivatives rules can be explained in simple words:
- Factor rule
: The derivative is linear, so we can pull out any real (or even complex) number.
- Sum and difference rule
: The derivative is linear, so for a sum, we can take the derivative of both summands separately.
- Product rule
: "Derive the first function and the second remains unchanged plus derive the second function and the first remains unchanged".
- Quotient rule
: DDE-EDD is a simple memorization rule for the numerator ("denominator derivative enumerator minus enumerator derivative denominator")
- Inverse rule
: This is the special case of the quotient rule with
(enumerator is constant
).
- Chain rule
: "Derive the outer function times derive the inner function". Caution, the derivative of the outer function must be taken with the inner function inserted (
). The differentiation of the inner function must not be forgotten either.
Proof (Factor product)
We need to show that
exists and equals
. For
there is
So
.
Now we want to determine the derivative of a function
, where
and
are both differentiable functions.
Proof (Sum rule)
We need to prove that the limit
exists. We have
So
.
Math for Non-Geeks: Template:Aufgabe
Proof (Product rule)
Let
. Then, there is:
In order to justify that the limits may be pulled apart, one must look at the calculation from back to front. Since all sub-expressions converge, the limit sets are allowed to be used.
Theorem (Chain rule)
Let
and
be two real-valued and differentiable functions with
and
. Then, for the derivative function of
, there is:
Proof (Chain rule)
Let
. We define the following auxiliary function:
Then, there is for all
:
Further,
is continuous at all
: it is just a combination of continuous functions.
is even continuous at
, since differentiability of
implies
So:
Hint
Using the chain rule, we may prove the inverse rule
. If we set the "outer function"
, then there is
. So we have
We used this rule above to derive the quotient rule. That means, the quotient rule can be shown with the chain rule and the product rule at hand. Conversely, we may prove the product rule using the chain rule. For the exercise we recommend our exercise (yet missing).