Skip to main content

Subsection 2.4.1 Arithmetic of Derivatives - a Differentiation Toolbox

So far, we have evaluated derivatives only by applying Definition 2.2.1 to the function at hand and then computing the required limits directly. It is quite obvious that as the function being differentiated becomes even a little complicated, this procedure quickly becomes extremely unwieldy. It is many orders of magnitude more efficient to have access to

  • a list of derivatives of some simple functions and
  • a collection of rules for breaking down complicated derivative computations into sequences of simple derivative computations.

This is precisely what we did to compute limits. We started with limits of simple functions and then used “arithmetic of limits” to computed limits of complicated functions.

We have already started building our list of derivatives of simple functions. We have shown, in Examples 2.2.22.2.32.2.5 and 2.2.9, that

\begin{align*} \diff{}{x} 1 &= 0 & \diff{}{x} x &= 1 & \diff{}{x} x^2 &= 2x & \diff{}{x} \sqrt{x} &= \frac{1}{2\sqrt{x}} \end{align*}

We'll expand this list later.

We now start building a collection of tools that help reduce the problem of computing the derivative of a complicated function to that of computing the derivatives of a number of simple functions. In this section we give three derivative “rules” as three separate theorems. We'll give the proofs of these theorems in the next section and examples of how they are used in the following section.

As was the case for limits, derivatives interact very cleanly with addition, subtraction and multiplication by a constant. The following result actually follows very directly from the first three points of Theorem 1.4.3.

Following this we can combine the three statements in this lemma into a single rule which captures the “linearity of differentiation”.

Unfortunately, the derivative does not act quite as simply on products or quotients. The rules for computing derivatives of products and quotients get their own names and theorems:

Before we proceed to the derivative of the ratio of two functions, it is worth noting a special case of the product rule when \(g(x)=f(x)\text{.}\) In fact, since this is a useful special case, let us call it a corollary  1 Recall that a corollary is an important result that follows from one or more theorems — typically without too much extra work — as is the case here.:

With a little work this can be generalised to other powers — but that is best done once we understand how to compute the derivative of the composition of two functions. That requires the chain rule (see Theorem 2.9.2 below). But before we get to that, we need to see how to take the derivative of a quotient of two functions.

There is a useful special case of this theorem which we obtain by setting \(f(x)=1\text{.}\) In that case, the quotient rule tells us how to compute the derivative of the reciprocal of a function.

So we have covered, sums, differences, products and quotients. This allows us to compute derivatives of many different functions — including polynomials and rational functions. However we are still missing trigonometric functions (for example), and a rule for computing derivatives of compositions. These will follow in the near future, but there are a couple of things to do before that — understand where the above theorems come from, and practice using them.