Product rule for higher derivatives: Difference between revisions
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{perspectives}} | |||
{{differentiation rule}} | {{differentiation rule}} | ||
Line 6: | Line 7: | ||
! Version type !! Statement | ! Version type !! Statement | ||
|- | |- | ||
| 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> | | 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>. | ||
|- | |- | ||
| 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 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> | | 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> | | 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> |
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 . |