Here we compute derivatives of products and quotients of functions

1 The product rule

Consider the product of two simple functions, say

\[ f(x)\cdot g(x) \]

where \(f(x)=x^2+1\) and \(g(x)=x^3-3x\). An obvious guess for the derivative of \(f(x)g(x)\) is the product of the derivatives: \begin{align*} f'(x)g'(x) &= (2x)(3x^2-3)\\ &= 6x^3-6x. \end{align*}

Is this guess correct? We can check by rewriting \(f\) and \(g\) and doing the calculation in a way that is known to work. Write with me \begin{align*} f(x)g(x) &= (x^2+1)(x^3-3x)\\ &=x^5-3x^3+x^3-3x\\ &=x^5-2x^3-3x. \end{align*}

Hence

\[ \frac {d}{dx} f(x) g(x) = \frac {d}{dx}(x^5 - 2x^3 - 3x) = 5x^4-6x^2-3, \]

so we see that

\[ \frac {d}{dx} f(x) g(x) \ne f'(x)g'(x). \]

So the derivative of \(f(x)g(x)\) is not as simple as \(f'(x)g'(x)\). Never fear, we have a rule for exactly this situation.

Let’s return to the example with which we started.

Now that we are pros, let’s try one more example.

2 The quotient rule

We’d like to have a formula to compute

\[ \frac {d}{dx} \frac {f(x)}{g(x)} \]

This brings us to our next derivative rule.

It is often possible to calculate derivatives in more than one way, as we have already seen. Since every quotient can be written as a product, it is always possible to use the product rule to compute the derivative, though it is not always simpler.

2025-01-06 19:53:46