Computing derivatives – Serlo

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.

Overview Bearbeiten

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)  

All rules at one glance Bearbeiten

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.

Factor rule Bearbeiten

Theorem (Factor product)

Let   be a differentiable function with derivative   and let   be a scalar factor. Then   is differentiable and

 

Proof (Factor product)

We need to show that   exists and equals  . For   there is

 

So  .

Sum rule Bearbeiten

Theorem Bearbeiten

Now we want to determine the derivative of a function  , where   and   are both differentiable functions.

Theorem (Sum rule)

Let   with   be two differentiable functions with derivatives   and  . Then   is differentiable and for all   there is:

 

Proof (Sum rule)

We need to prove that the limit   exists. We have

 

So  .

Example Bearbeiten

Example (Sums of lines)

We consider two straight lines   with   and  . Then

 

The derivative of a function at the position   is the slope of the function at this position. The slope of the straight lines   and   are   and   respectively. So   and   for all  .

For the straight line   , the slope is   . So we have  . Hence, the summation rule holds for straight lines.

Difference rule Bearbeiten

Exercise (Difference rule)

Prove the difference rule for derivatives, in analogy to the summation rule: Let   with   be two differentiable functions with derivative   and  . Then   is also differentiable. And for all  , there is:

 

Proof (Difference rule)

For   there is

 

Product rule Bearbeiten

Theorem (Product rule)

Let   and   with   be differentiable functions with known derivative functions  . Then,   is differentiable and there is

 

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.

Alternative proof (Product rule)

We look at any  . Since   and   are differentiable according to the condition in  , there are functions  , such that for all   there is

 

In addition, there is   and  . Hence, for all   we have

 

Now, we define the function   by

 

So for all  :

 

If we can show that  , then   is differentiable at   and  . It is sufficient to show that all summands of the term   converge faster than   towards  :

 

Quotient rule Bearbeiten

Theorem (Quotient rule)

Let   be two differentiable functions with   for all  . Then the derivative of the function  , defined by  , is differentiable and for   there is

 

Here,  . In particular, we have the inverse rule:

 

Proof (Quotient rule)

To prove the statement we first show that   holds. Here,   is a differentiable function with   for all  . Let now  . We consider  . There is

 

In the end, we see that all sub-expressions converge. That is why the limit theorems are allowed to be used. Now we derive the quotient rule for   from this. Here we have   and   for all  . The quotient rule can then be derived from the product rule:

 

Chain rule Bearbeiten

Theorem (Chain rule)

Let   and   be two real-valued and differentiable functions with   and  . Then, for the derivative function of  , there is:

 

How to get to the proof? (Chain rule)

We could first try to conduct the proof directly via the differential quotient:

 

These arithmetic steps reflect the basic idea behind a proof of the chain rule. But this argumentation is problematic (i.e. wrong) for several reasons:

  • We expand by  . But what happens if  ? Then we have expanded by zero, which is not allowed. So the found limit value doesn't need to be correct any more.
  • In the last step we claim that   would hold. All we know is that  , but we cannot say anything about how this limit value behaves in the limit   instead of  .

To save the proof, we take a way around, using an auxiliary function. This function will be well defined at the position  , so we avoid the extension with  .

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:

 

Alternative proof (Chain rule)

Let  . Since   and   are differentiable , there are functions   and  , such that for all   and all   there is

 

In addition   as well as  . So:

 

We now define

 

In order to prove that   is differentiable at   with   we need to show that   holds. There is:

 

To calculate this limit, we consider any sequence   in   which converges towards  . For all   with   , there is   so  .

If only there are finally many   with  , then we have  . So let us consider the case that for infinitely many   there is  . Let   be the subsequence of elements of   with  . There is

 

So we have

 

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).