If
is a product of functions prove that the derivatives of
are given by the formula
![Rendered by QuickLaTeX.com \[ h^{(n)} (x) = \sum_{k=0}^n \binom{n}{k} f^{(k)} (x) g^{(n-k)}(x), \]](https://www.stumblingrobot.com/wp-content/ql-cache/quicklatex.com-b6c4c89bb955ee6f73748c6450aa5c8f_l3.png)
where
![Rendered by QuickLaTeX.com \[ \binom{n}{k} = \frac{n!}{k! (n-k)!} \]](https://www.stumblingrobot.com/wp-content/ql-cache/quicklatex.com-cbc5914c216f41f8bf3449aaccb608ac_l3.png)
is the binomial coefficient. (See the first four exercises of Section I.4.10 on page 44 of Apostol, and in particular see Exercise #4, in which we prove the binomial theorem.)
Proof. The proof is by induction. Letting
and
we use the product rule for derivatives
![Rendered by QuickLaTeX.com \[ h'(x) = f(x)g'(x) + f'(x)g(x) = \sum_{k=0}^1 \binom{1}{k} f^{(k)}(x) g^{(1-k)}(x). \]](https://www.stumblingrobot.com/wp-content/ql-cache/quicklatex.com-fe559586315b3a038c261e32c9a81adc_l3.png)
So, the formula is true for the case
. Assume then that it is true for
. Then we consider the
st derivative
:

Here, we use linearity of the derivative to differentiate term by term over this finite sum. This property was established in Theorem 4.1 (i) and the comments following the theorem on page 164 of Apostol. Continuing where we left off we apply the product rule,
![Rendered by QuickLaTeX.com \begin{align*} &= \sum_{k=0}^m \left( \binom{m}{k} \left(f^{(k+1)}(x) g^{(m-k)}(x) + f^{(k)}(x) g^{(m-k+1)}(x) \right) \right) \\[9pt] &= \sum_{k=0}^m \binom{m}{k} f^{(k+1)}(x)g^{(m-k)}(x) + \sum_{k=0}^m \binom{m}{k} f^{(k)}(x) g^{(m-k+1)}(x) \\[9pt] &= \sum_{k=1}^{m+1} \binom{m}{k-1} f^{(k)} g^{(m-k+1)}(x) + \sum_{k=0}^m \binom{m}{k} f^{(k)}(x) g^{(m-k+1)}(x), \end{align*}](https://www.stumblingrobot.com/wp-content/ql-cache/quicklatex.com-051b53f79077a1aef0a8fb1378ac9a3d_l3.png)
where we’ve reindexed the first sum to run from
to
instead of from
to
. Then, we pull out the
term from the first sum and the
term from the second,

Now, we recall the law of Pascal’s triangle (which we proved in a previous exercise) which establishes that
![Rendered by QuickLaTeX.com \[ \binom{m}{k} + \binom{m}{k-1} = \binom{m+1}{k}. \]](https://www.stumblingrobot.com/wp-content/ql-cache/quicklatex.com-3147e2a0c3123d7f81c7da2eeefd8859_l3.png)
Therefore, we have

Hence, the formula holds for
if it holds
. Therefore, we have established that it holds for all positive integers
.