Product rule for higher derivatives: Difference between revisions
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{perspectives}} | |||
{{differentiation rule}} | {{differentiation rule}} | ||
==Statement== | ==Statement== | ||
This states that if <math>f</math> and <math>g</math> are <math>n</math> times differentiable functions at <math>x = x_0</math>, then the [[pointwise product of functions|pointwise product]] <math>f \cdot g</math> is also <math>n</math> times differentiable at <math>x = x_0</math>, and we have: | {| class="sortable" border="1" | ||
! Version type !! Statement | |||
<math>\frac{d^n}{dx^n}[f(x)g(x)]|_{x = x_0} = \sum_{k=0}^n \binom{n}{k} f^{(k)}(x_0)g^{( | |- | ||
| specific point, named functions || This states that if <math>f</math> and <math>g</math> are <math>n</math> times differentiable functions at <math>x = x_0</math>, then the [[pointwise product of functions|pointwise product]] <math>f \cdot g</math> is also <math>n</math> times differentiable at <math>x = x_0</math>, and we have:<br><math>\frac{d^n}{dx^n}[f(x)g(x)]|_{x = x_0} = \sum_{k=0}^n \binom{n}{k} f^{(n - k)}(x_0)g^{(k)}(x_0)</math><br>Here, <math>f^{(n - k)}</math> denotes the <math>(n-k)^{th}</math> derivative of <math>f</math> (with <math>f^{(0)} = f, f^{(1)} = f'</math>, etc.), <math>g^{(k)}</math> denotes the <math>k^{th}</math> derivative of <math>g</math>, and <math>\binom{n}{k}</math> is the [[binomial coefficient]]. These are the same as the coefficients that appear in the expansion of <math>(A + B)^n</math>. | |||
Here, <math>f^{(k)}</math> denotes the <math>k^{th}</math> derivative of <math>f</math>, <math>g^{( | |- | ||
| generic point, named functions, point notation || If <math>f</math> and <math>g</math> are functions of one variable, the following holds wherever the right side makes sense:<br><math>\! \frac{d^n}{dx^n}[f(x)g(x)] = \sum_{k=0}^n \binom{n}{k} f^{(n-k)}(x)g^{(k)}(x)</math> | |||
|- | |||
| generic point, named functions, point-free notation || If <math>f</math> and <math>g</math> are functions of one variable, the following holds wherever the right side makes sense:<br><math>(fg)^{(n)} = \sum_{k=0}^n \binom{n}{k} f^{(n-k)}g^{(k)}</math> | |||
|- | |||
| Pure Leibniz notation || Suppose <math>u</math> and <math>v</math> are both variables functionally dependent on <math>x</math>. Then <math>\frac{d^n(uv)}{(dx)^n} = \sum_{k=0}^n \binom{n}{k} \frac{d^{n-k}u}{(dx)^{n-k}}\frac{d^kv}{(dx)^k}</math> | |||
|} | |||
===One-sided version=== | |||
There are analogues of each of the statements with one-sided derivatives. {{fillin}} | |||
==Particular cases== | ==Particular cases== | ||
Line 23: | Line 30: | ||
|- | |- | ||
| 3 || <math>\! f'''(x)g(x) + 3f''(x)g'(x) + 3f'(x)g''(x) + g'''(x)</math>. | | 3 || <math>\! f'''(x)g(x) + 3f''(x)g'(x) + 3f'(x)g''(x) + g'''(x)</math>. | ||
|- | |||
| 4 || <math>\! f^{(4)}(x)g(x) + 4f'''(x)g'(x) + 6f''(x)g''(x) + 4f'(x)g'''(x) + f(x)g^{(4)}(x)</math> | |||
|- | |||
| 5 || <math>\! f^{(5)}(x)g(x) + 5f^{(4)}(x) g'(x) + 10f'''(x)g''(x) + 10f''(x)g'''(x) + 5f(x)g^{(4)}(x) + g^{(5)}(x)</math> | |||
|} | |||
==Related rules== | |||
===Similar rules in single variable calculus=== | |||
* [[Product rule for differentiation]] | |||
* [[Chain rule for higher derivatives]] | |||
* [[Chain rule for differentiation]] | |||
* [[Repeated differentiation is linear]] | |||
===Similar rules in multivariable calculus=== | |||
* [[Product rule for higher partial derivatives]] | |||
===Similar rules in advanced mathematics=== | |||
* [[Groupprops:Binomial formula for powers of a derivation|Binomial formula for powers of a derivation]] | |||
==Significance== | |||
===Qualitative and existential significance=== | |||
Each of the versions has its own qualitative significance: | |||
{| class="sortable" border="1" | |||
! Version type !! Significance | |||
|- | |||
| specific point, named functions || This tells us that if <math>f</math> and <math>g</math> are both <math>n</math> times differentiable at a point <math>x_0</math>, so is <math>f \cdot g</math>. | |||
|- | |||
| generic point, named functions, point notation || This tells us that if <math>f</math> and <math>g</math> are both <math>n</math> times differentiable on an [[open interval]], so is <math>f \cdot g</math>. | |||
|- | |||
| generic point, named functions, point-free notation || This shows that the way that <math>(f \cdot g)^{(n)}</math> behaves is governed by the nature of the derivatives (up to the <math>n^{th}</math>) of <math>f</math> and <math>g</math>. In particular, if <math>f^{(n)}</math> and <math>g^{(n)}</math> are both continuous functions on an interval, so is <math>(f \cdot g)^{(n)}</math>. | |||
|} | |||
===Computational feasibility significance=== | |||
Each of the versions has its own computational feasibility significance: | |||
{| class="sortable" border="1" | |||
! Version type !! Significance | |||
|- | |||
| specific point, named functions || This tells us that knowing the values (in the sense of ''numerical values'') of <math>f,f',f'',\dots, f^{(n)}</math> and <math>g,g',g'',\dots,g^{(n)}</math> at a point <math>x_0</math> allows us to compute the value <math>(f \cdot g)^{(n)}(x_0)</math> by plugging into the formula and doing a bunch of multiplications and additions. | |||
|- | |||
| generic point, named functions || This tells us that knowledge of the ''generic'' expressions for <math>f,f',f'',\dots, f^{(n)}</math> and <math>g,g',g'',\dots,g^{(n)}</math> allows us to compute the generic expression for <math>(f \cdot g)^{(n)}</math>. | |||
|} | |} |
Latest revision as of 06:09, 11 April 2024
ORIGINAL FULL PAGE: Product rule for higher derivatives
STUDY THE TOPIC AT MULTIPLE LEVELS:
ALSO CHECK OUT: Quiz (multiple choice questions to test your understanding) |
This article is about a differentiation rule, i.e., a rule for differentiating a function expressed in terms of other functions whose derivatives are known.
View other differentiation rules
Statement
Version type | Statement |
---|---|
specific point, named functions | This states that if and are times differentiable functions at , then the pointwise product is also times differentiable at , and we have: Here, denotes the derivative of (with , etc.), denotes the derivative of , and is the binomial coefficient. These are the same as the coefficients that appear in the expansion of . |
generic point, named functions, point notation | If and are functions of one variable, the following holds wherever the right side makes sense: |
generic point, named functions, point-free notation | If and are functions of one variable, the following holds wherever the right side makes sense: |
Pure Leibniz notation | Suppose and are both variables functionally dependent on . Then |
One-sided version
There are analogues of each of the statements with one-sided derivatives. Fill this in later
Particular cases
Value of | Formula for |
---|---|
1 | (this is the usual product rule for differentiation). |
2 | . |
3 | . |
4 | |
5 |
Related rules
Similar rules in single variable calculus
- Product rule for differentiation
- Chain rule for higher derivatives
- Chain rule for differentiation
- Repeated differentiation is linear
Similar rules in multivariable calculus
Similar rules in advanced mathematics
Significance
Qualitative and existential significance
Each of the versions has its own qualitative significance:
Version type | Significance |
---|---|
specific point, named functions | This tells us that if and are both times differentiable at a point , so is . |
generic point, named functions, point notation | This tells us that if and are both times differentiable on an open interval, so is . |
generic point, named functions, point-free notation | This shows that the way that behaves is governed by the nature of the derivatives (up to the ) of and . In particular, if and are both continuous functions on an interval, so is . |
Computational feasibility significance
Each of the versions has its own computational feasibility significance:
Version type | Significance |
---|---|
specific point, named functions | This tells us that knowing the values (in the sense of numerical values) of and at a point allows us to compute the value by plugging into the formula and doing a bunch of multiplications and additions. |
generic point, named functions | This tells us that knowledge of the generic expressions for and allows us to compute the generic expression for . |