Differentiation rules
This is a summary of differentiation rules, that is, rules for computing the derivative of a function in calculus.
Contents
|
[edit] Elementary rules of differentiation
Unless otherwise stated, all functions are functions of real, R, numbers that return real, R, values; although more generally, the formulae below apply wherever they are well defined[1][2] - including complex, C, numbers [3].
[edit] Differentiation is linear
For any functions f and g and any real numbers a and b the derivative of the function h(x) = af(x) + bg(x) with respect to x is
In Leibniz's notation this is written as:
Special cases include:
- The sum rule
- The subtraction rule
[edit] The product rule (Leibniz rule)
For the functions f and g, the derivative of the function h(x) = f(x) g(x) with respect to x is
In Leibniz's notation this is written
[edit] The chain rule
The derivative of the function of a function h(x) = f(g(x)) with respect to x is
In Leibniz's notation this is written as:
[edit] The inverse function rule
If the function f has an inverse function g, meaning that g(f(x)) = x and f(g(y)) = y, then
In Leibniz notation, this is written as
[edit] Power laws, polynomials, quotients, and reciprocals
[edit] The polynomial or elementary power rule
If f(x) = xn, for any integer n then
Special cases include:
- Constant rule: if f is the constant function f(x) = c, for any number c, then for all x, f′(x) = 0.
- if f(x) = x, then f′(x) = 1. This special case may be generalized to:
- The derivative of a linear function is constant: if f(x) = ax + b, then f′(x) = a.
Combining this rule with the linearity of the derivative permits the computation of the derivative of any polynomial.
[edit] The reciprocal rule
The derivative of h(x) = 1/f(x) for any (nonvanishing) function f is:
In Leibniz's notation, this is written
The reciprocal rule can be derived from the chain rule and the power rule.
[edit] The quotient rule
If f and g are functions, then:
wherever g is nonzero.
This can be derived from reciprocal rule and the product rule. Conversely (using the constant rule) the reciprocal rule may be derived from the special case f(x) = 1.
[edit] Generalized power rule
The elementary power rule generalizes considerably. The most general power rule is the functional power rule: for any functions f and g,
wherever both sides are well defined.
Special cases:
- If f(x) = xa, f′(x) = axa − 1 when a is any real number and x is positive.
- The reciprocal rule may be derived as the special case where g(x) = −1.
[edit] Derivatives of exponential and logarithmic functions
note that the equation above is true for all c, but the derivative for c < 0 yields a complex number.
the equation above is also true for all c but yields a complex number.
The derivative of the natural logarithm with a generalised functional argument f(x) is
By applying the change-of-base identity, the derivative for other bases is
[edit] Logarithmic derivatives
The logarithmic derivative is another way of stating the rule for differentiating the logarithm of a function (using the chain rule):
wherever f is positive.
[edit] Derivatives of trigonometric functions
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
[edit] Derivatives of hyperbolic functions
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
[edit] Derivatives of special functions
|
|
|
|
[edit] Derivatives to nth order
Some rules exist for computing the nth derivative of functions, where n is a positive integer. These include:
[edit] Faà di Bruno's formula
If f and g are n times differentiable, then
where
and the set {km} consists of all non-negative integer solutions of the Diophantine equation
.
[edit] General Leibniz rule
If f and g are n times differentiable, then
[edit] See also
- Derivative
- Differential calculus
- Vector calculus identities
- Differentiable function
- Differential of a function
- Limit of a function
- Function (mathematics)
- List of mathematical functions
- Trigonometric functions
- Inverse trigonometric functions
- Hyperbolic functions
- Inverse hyperbolic functions
- Matrix calculus
[edit] References
- ^ Calculus (5th edition), F. Ayres, E. Mendelson, Schuam's Outline Series, 2009, ISBN 978-0-07-150861-2.
- ^ Advanced Calculus (3rd edition), R. Wrede, M.R. Spiegel, Schuam's Outline Series, 2010, ISBN 978-0-07-162366-7.
- ^ Complex Variables, M.R. Speigel, S. Lipschutz, J.J. Schiller, D. Spellman, Schaum's Outlines Series, McGraw Hill (USA), 2009, ISBN 978-0-07-161569-3
[edit] Sources and further reading
These rules are given in many books, both on elementary and advanced calculus, in pure and applied mathematics. Those in this article (in addition to the above references) can be found in:
- Mathematical Handbook of Formulas and Tables (3rd edition), S. Lipschutz, M.R. Spiegel, J. Liu, Schuam's Outline Series, 2009, ISBN 978-0-07-154855-7.
- The Cambridge Handbook of Physics Formulas, G. Woan, Cambridge University Press, 2010, ISBN 978-0-521-57507-2.
- Mathematical methods for physics and engineering, K.F. Riley, M.P. Hobson, S.J. Bence, Cambridge University Press, 2010, ISBN 978-0-521-86153-3
- NIST Handbook of Mathematical Functions, F. W. J. Olver, D. W. Lozier, R. F. Boisvert, C. W. Clark, Cambridge University Press, 2010, ISBN 9780521192255.












![h'(x) = -\frac{f'(x)}{[f(x)]^2}.\](http://upload.wikimedia.org/wikipedia/en/math/5/f/d/5fdaca77d911353641a72dfac4f00f92.png)

wherever g is nonzero.






![\frac{d}{dx}[\ln(f(x))] = \frac{f'(x)}{f(x)}](http://upload.wikimedia.org/wikipedia/en/math/3/2/6/3267404e1f68760a41578886c97d9a01.png)

wherever f is positive.


























![\frac{d^n}{d x^n} [f(g(x))]= n! \sum_{\{k_m\}}^{} f^{(r)}(g(x)) \prod_{m=1}^n \frac{1}{k_m!} \left(g^{(m)}(x) \right)^{k_m}](http://upload.wikimedia.org/wikipedia/en/math/2/2/1/221693435a6bd1e98e3c651fdd8ab3a2.png)
![\frac{d^n}{dx^n}[f(x)g(x)] = \sum_{k=0}^{n} \binom{n}{k} \frac{d^{n-k}}{d x^{n-k}} f(x) \frac{d^k}{d x^k} g(x)](http://upload.wikimedia.org/wikipedia/en/math/7/6/d/76d2c1196f2a35a6351a4f24945790a9.png)