Faà di Bruno's formula
Part of a series of articles about |
Calculus |
---|
Faà di Bruno's formula is an identity in mathematics generalizing the chain rule to higher derivatives. It is named after Francesco Faà di Bruno (1855, 1857), although he was not the first to state or prove the formula. In 1800, more than 50 years before Faà di Bruno, the French mathematician Louis François Antoine Arbogast had stated the formula in a calculus textbook,[1] which is considered to be the first published reference on the subject.[2]
Perhaps the most well-known form of Faà di Bruno's formula says that
[math]\displaystyle{ {d^n \over dx^n} f(g(x))=\sum \frac{n!}{m_1!\,1!^{m_1}\,m_2!\,2!^{m_2}\,\cdots\,m_n!\,n!^{m_n}}\cdot f^{(m_1+\cdots+m_n)}(g(x))\cdot \prod_{j=1}^n\left(g^{(j)}(x)\right)^{m_j}, }[/math]
where the sum is over all [math]\displaystyle{ n }[/math]-tuples of nonnegative integers [math]\displaystyle{ (m_1,\ldots,m_n) }[/math] satisfying the constraint
[math]\displaystyle{ 1\cdot m_1+2\cdot m_2+3\cdot m_3+\cdots+n\cdot m_n=n. }[/math]
Sometimes, to give it a memorable pattern, it is written in a way in which the coefficients that have the combinatorial interpretation discussed below are less explicit:
- [math]\displaystyle{ {d^n \over dx^n} f(g(x)) =\sum \frac{n!}{m_1!\,m_2!\,\cdots\,m_n!}\cdot f^{(m_1+\cdots+m_n)}(g(x))\cdot \prod_{j=1}^n\left(\frac{g^{(j)}(x)}{j!}\right)^{m_j}. }[/math]
Combining the terms with the same value of [math]\displaystyle{ m_1+m_2+\cdots+m_n=k }[/math] and noticing that [math]\displaystyle{ m_j }[/math] has to be zero for [math]\displaystyle{ j\gt n-k+1 }[/math] leads to a somewhat simpler formula expressed in terms of Bell polynomials [math]\displaystyle{ B_{n,k}(x_1,\ldots,x_{n-k+1}) }[/math]:
- [math]\displaystyle{ {d^n \over dx^n} f(g(x)) = \sum_{k=1}^n f^{(k)}(g(x))\cdot B_{n,k}\left(g'(x),g''(x),\dots,g^{(n-k+1)}(x)\right). }[/math]
Combinatorial form
The formula has a "combinatorial" form:
- [math]\displaystyle{ {d^n \over dx^n} f(g(x))=(f\circ g)^{(n)}(x)=\sum_{\pi\in\Pi} f^{(\left|\pi\right|)}(g(x))\cdot\prod_{B\in\pi}g^{(\left|B\right|)}(x) }[/math]
where
- [math]\displaystyle{ \pi }[/math] runs through the set [math]\displaystyle{ \Pi }[/math] of all partitions of the set [math]\displaystyle{ \{1,\ldots,n\} }[/math],
- "[math]\displaystyle{ B\in\pi }[/math]" means the variable [math]\displaystyle{ B }[/math] runs through the list of all of the "blocks" of the partition [math]\displaystyle{ \pi }[/math], and
- [math]\displaystyle{ |A| }[/math] denotes the cardinality of the set [math]\displaystyle{ A }[/math] (so that [math]\displaystyle{ |\pi| }[/math] is the number of blocks in the partition [math]\displaystyle{ \pi }[/math] and [math]\displaystyle{ |B| }[/math] is the size of the block [math]\displaystyle{ B }[/math]).
Example
The following is a concrete explanation of the combinatorial form for the [math]\displaystyle{ n=4 }[/math] case.
- [math]\displaystyle{ \begin{align} (f\circ g)''''(x) = {} & f''''(g(x))g'(x)^4 + 6f'''(g(x))g''(x)g'(x)^2 \\[8pt] & {} +\; 3f''(g(x))g''(x)^2 + 4f''(g(x))g'''(x)g'(x) \\[8pt] & {} +\; f'(g(x))g''''(x). \end{align} }[/math]
The pattern is:
- [math]\displaystyle{ \begin{array}{cccccc} g'(x)^4 & & \leftrightarrow & & 1+1+1+1 & & \leftrightarrow & & f''''(g(x)) & & \leftrightarrow & & 1 \\[12pt] g''(x)g'(x)^2 & & \leftrightarrow & & 2+1+1 & & \leftrightarrow & & f'''(g(x)) & & \leftrightarrow & & 6 \\[12pt] g''(x)^2 & & \leftrightarrow & & 2+2 & & \leftrightarrow & & f''(g(x)) & & \leftrightarrow & & 3 \\[12pt] g'''(x)g'(x) & & \leftrightarrow & & 3+1 & & \leftrightarrow & & f''(g(x)) & & \leftrightarrow & & 4 \\[12pt] g''''(x) & & \leftrightarrow & & 4 & & \leftrightarrow & & f'(g(x)) & & \leftrightarrow & & 1 \end{array} }[/math]
The factor [math]\displaystyle{ g''(x)g'(x)^2 }[/math] corresponds to the partition 2 + 1 + 1 of the integer 4, in the obvious way. The factor [math]\displaystyle{ f'''(g(x)) }[/math] that goes with it corresponds to the fact that there are three summands in that partition. The coefficient 6 that goes with those factors corresponds to the fact that there are exactly six partitions of a set of four members that break it into one part of size 2 and two parts of size 1.
Similarly, the factor [math]\displaystyle{ g''(x)^2 }[/math] in the third line corresponds to the partition 2 + 2 of the integer 4, (4, because we are finding the fourth derivative), while [math]\displaystyle{ f''(g(x)) }[/math] corresponds to the fact that there are two summands (2 + 2) in that partition. The coefficient 3 corresponds to the fact that there are [math]\displaystyle{ \tfrac{1}{2}\tbinom{4}{2}=3 }[/math] ways of partitioning 4 objects into groups of 2. The same concept applies to the others.
A memorizable scheme is as follows:
- [math]\displaystyle{ \begin{align} & \frac{D^1(f\circ{}g)}{1!} & = \left(f^{(1)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!} }{1!} \\[8pt] & \frac{D^2(f\circ g)}{2!} & = \left(f^{(1)}\circ{}g\right)\frac{\frac{g^{(2)} }{2!} }{1!} & {} + \left(f^{(2)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!} }{2!} \\[8pt] & \frac{D^3(f\circ g)}{3!} & = \left(f^{(1)}\circ{}g\right)\frac{\frac{g^{(3)} }{3!} }{1!} & {} + \left(f^{(2)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!} }{1!}\frac{\frac{g^{(2)} }{2!} }{1!} & {} + \left(f^{(3)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!} }{3!} \\[8pt] & \frac{D^4(f\circ g)}{4!} & = \left(f^{(1)}\circ{}g\right)\frac{\frac{g^{(4)} }{4!} }{1!} & {} + \left(f^{(2)}\circ{}g\right)\left(\frac{\frac{g^{(1)} }{1!} }{1!}\frac{\frac{g^{(3)} }{3!} }{1!}+\frac{\frac{g^{(2)} }{2!}\frac{g^{(2)} }{2!} }{2!}\right) & {} + \left(f^{(3)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!} }{2!}\frac{\frac{g^{(2)} }{2!} }{1!} & {} + \left(f^{(4)}\circ{}g\right)\frac{\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!}\frac{g^{(1)} }{1!} }{4!} \end{align} }[/math]
Combinatorics of the Faà di Bruno coefficients
These partition-counting Faà di Bruno coefficients have a "closed-form" expression. The number of partitions of a set of size n corresponding to the integer partition
- [math]\displaystyle{ \displaystyle n=\underbrace{1+\cdots+1}_{m_1} \,+\, \underbrace{2+\cdots+2}_{m_2} \,+\, \underbrace{3+\cdots+3}_{m_3}+\cdots }[/math]
of the integer n is equal to
- [math]\displaystyle{ \frac{n!}{m_1!\,m_2!\,m_3!\,\cdots 1!^{m_1}\,2!^{m_2}\,3!^{m_3}\,\cdots}. }[/math]
These coefficients also arise in the Bell polynomials, which are relevant to the study of cumulants.
Variations
Multivariate version
Let [math]\displaystyle{ y=g(x_1,\dots,x_n) }[/math]. Then the following identity holds regardless of whether the [math]\displaystyle{ n }[/math] variables are all distinct, or all identical, or partitioned into several distinguishable classes of indistinguishable variables (if it seems opaque, see the very concrete example below):[3]
- [math]\displaystyle{ {\partial^n \over \partial x_1 \cdots \partial x_n}f(y) = \sum_{\pi\in\Pi} f^{(\left|\pi\right|)}(y)\cdot\prod_{B\in\pi} {\partial^{\left|B\right|}y \over \prod_{j\in B} \partial x_j} }[/math]
where (as above)
- [math]\displaystyle{ \pi }[/math] runs through the set [math]\displaystyle{ \Pi }[/math] of all partitions of the set [math]\displaystyle{ \{1,\ldots,n\} }[/math],
- "[math]\displaystyle{ B\in\pi }[/math]" means the variable [math]\displaystyle{ B }[/math] runs through the list of all of the "blocks" of the partition [math]\displaystyle{ \pi }[/math], and
- [math]\displaystyle{ |A| }[/math] denotes the cardinality of the set [math]\displaystyle{ A }[/math] (so that [math]\displaystyle{ |\pi| }[/math] is the number of blocks in the partition [math]\displaystyle{ \pi }[/math] and
[math]\displaystyle{ |B| }[/math] is the size of the block [math]\displaystyle{ B }[/math]).
More general versions hold for cases where the all functions are vector- and even Banach-space-valued. In this case one needs to consider the Fréchet derivative or Gateaux derivative.
- Example
The five terms in the following expression correspond in the obvious way to the five partitions of the set [math]\displaystyle{ \{1,2,3\} }[/math], and in each case the order of the derivative of [math]\displaystyle{ f }[/math] is the number of parts in the partition:
- [math]\displaystyle{ \begin{align} {\partial^3 \over \partial x_1\, \partial x_2\, \partial x_3}f(y) = {} & f'(y){\partial^3 y \over \partial x_1\, \partial x_2\, \partial x_3} \\[10pt] & {} + f''(y) \left( {\partial y \over \partial x_1} \cdot{\partial^2 y \over \partial x_2\, \partial x_3} +{\partial y \over \partial x_2} \cdot{\partial^2 y \over \partial x_1\, \partial x_3} + {\partial y \over \partial x_3} \cdot{\partial^2 y \over \partial x_1\, \partial x_2}\right) \\[10pt] & {} + f'''(y) {\partial y \over \partial x_1} \cdot{\partial y \over \partial x_2} \cdot{\partial y \over \partial x_3}. \end{align} }[/math]
If the three variables are indistinguishable from each other, then three of the five terms above are also indistinguishable from each other, and then we have the classic one-variable formula.
Formal power series version
Suppose [math]\displaystyle{ f(x)=\sum_{n=0}^\infty {a_n} x^n }[/math] and [math]\displaystyle{ g(x)=\sum_{n=0}^\infty {b_n} x^n }[/math] are formal power series and [math]\displaystyle{ b_0 = 0 }[/math].
Then the composition [math]\displaystyle{ f \circ g }[/math] is again a formal power series,
- [math]\displaystyle{ f(g(x))=\sum_{n=0}^\infty{c_n}x^n, }[/math]
where [math]\displaystyle{ c_0=a_0 }[/math] and the other coefficient [math]\displaystyle{ c_n }[/math] for [math]\displaystyle{ n\geq 1 }[/math] can be expressed as a sum over compositions of [math]\displaystyle{ n }[/math] or as an equivalent sum over partitions of [math]\displaystyle{ n }[/math]:
- [math]\displaystyle{ c_{n} = \sum_{\mathbf{i}\in \mathcal{C}_{n}} a_{k} b_{i_{1}} b_{i_{2}} \cdots b_{i_{k}}, }[/math]
where
- [math]\displaystyle{ \mathcal{C}_{n}=\{(i_1,i_2,\dots,i_k)\,:\ 1 \le k \le n,\ i_1+i_2+ \cdots + i_k=n\} }[/math]
is the set of compositions of [math]\displaystyle{ n }[/math] with [math]\displaystyle{ k }[/math] denoting the number of parts,
or
- [math]\displaystyle{ c_{n} = \sum_{k=1}^{n} a_{k} \sum_{\mathbf{\pi}\in \mathcal{P}_{n,k}} \binom{k}{\pi_{1},\pi_{2}, ..., \pi_{n}} b_{1}^{\pi_{1}} b_{2}^{\pi_{2}}\cdots b_{n}^{\pi_{n}}, }[/math]
where
- [math]\displaystyle{ \mathcal{P}_{n,k}=\{(\pi_1,\pi_2,\dots,\pi_n)\,:\ \pi_1+\pi_2+ \cdots + \pi_n=k,\ \pi_{1}\cdot 1+\pi_{2}\cdot 2+ \cdots + \pi_{n}\cdot n = n \} }[/math]
is the set of partitions of [math]\displaystyle{ n }[/math] into [math]\displaystyle{ k }[/math] parts, in frequency-of-parts form.
The first form is obtained by picking out the coefficient of [math]\displaystyle{ x^n }[/math] in [math]\displaystyle{ (b_{1}x+b_{2}x^2+ \cdots)^{k} }[/math] "by inspection", and the second form is then obtained by collecting like terms, or alternatively, by applying the multinomial theorem.
The special case [math]\displaystyle{ f(x)=e^x }[/math], [math]\displaystyle{ g(x)=\sum_{n\geq 1}\frac{1}{n!}a_n x^n }[/math] gives the exponential formula. The special case [math]\displaystyle{ f(x)=1/(1-x) }[/math], [math]\displaystyle{ g(x)=\sum_{n\geq 1} (-a_n) x^n }[/math] gives an expression for the reciprocal of the formal power series [math]\displaystyle{ \sum_{n\geq 0} a_n x^n }[/math] in the case [math]\displaystyle{ a_0=1 }[/math].
Stanley [4] gives a version for exponential power series. In the formal power series
- [math]\displaystyle{ f(x)=\sum_n {\frac{a_n}{n!}}x^n, }[/math]
we have the [math]\displaystyle{ n }[/math]th derivative at 0:
- [math]\displaystyle{ f^{(n)}(0)=a_n. }[/math]
This should not be construed as the value of a function, since these series are purely formal; there is no such thing as convergence or divergence in this context.
If
- [math]\displaystyle{ g(x)=\sum_{n=0}^\infty {\frac{b_n}{n!}} x^n }[/math]
and
- [math]\displaystyle{ f(x)=\sum_{n=1}^\infty {\frac{a_n}{n!}} x^n }[/math]
and
- [math]\displaystyle{ g(f(x))=h(x)=\sum_{n=0}^\infty{\frac{c_n}{n!}}x^n, }[/math]
then the coefficient [math]\displaystyle{ c_n }[/math] (which would be the [math]\displaystyle{ n }[/math]th derivative of [math]\displaystyle{ h }[/math] evaluated at 0 if we were dealing with convergent series rather than formal power series) is given by
- [math]\displaystyle{ c_n=\sum_{\pi=\left\{B_1,\ldots,B_k\right\}} a_{\left|B_1\right|}\cdots a_{\left|B_k\right|} b_k }[/math]
where [math]\displaystyle{ \pi }[/math] runs through the set of all partitions of the set [math]\displaystyle{ \{1,\ldots,n\} }[/math] and [math]\displaystyle{ B_1,\ldots,B_k }[/math] are the blocks of the partition [math]\displaystyle{ \pi }[/math], and [math]\displaystyle{ |B_j| }[/math] is the number of members of the [math]\displaystyle{ j }[/math]th block, for [math]\displaystyle{ j=1,\ldots,k }[/math].
This version of the formula is particularly well suited to the purposes of combinatorics.
We can also write with respect to the notation above
- [math]\displaystyle{ g(f(x)) = b_0+ \sum_{n=1}^\infty \frac{\sum_{k=1}^n b_k B_{n,k}(a_1,\ldots,a_{n-k+1})}{n!} x^n, }[/math]
where [math]\displaystyle{ B_{n,k}(a_1,\ldots,a_{n-k+1}) }[/math] are Bell polynomials.
A special case
If [math]\displaystyle{ f(x) = e^x }[/math], then all of the derivatives of [math]\displaystyle{ f }[/math] are the same and are a factor common to every term:
- [math]\displaystyle{ {d^n \over dx^n} e^{g(x)} = e^{g(x)} B_{n} \left(g'(x),g''(x), \dots, g^{(n)}(x)\right), }[/math]
where [math]\displaystyle{ B_n(x) }[/math] is the nth complete exponential Bell polynomial.
In case [math]\displaystyle{ g(x) }[/math] is a cumulant-generating function, then [math]\displaystyle{ f(g(x)) }[/math] is a moment-generating function, and the polynomial in various derivatives of [math]\displaystyle{ g }[/math] is the polynomial that expresses the moments as functions of the cumulants.
See also
- Chain rule – For derivatives of composed functions
- Differentiation of trigonometric functions – Mathematical process of finding the derivative of a trigonometric function
- Differentiation rules – Rules for computing derivatives of functions
- General Leibniz rule – Generalization of the product rule in calculus
- Inverse functions and differentiation – Calculus identity
- Linearity of differentiation – Calculus property
- Product rule – Formula for the derivative of a product
- Vector calculus identities – Mathematical identities
Notes
- ↑ (Arbogast 1800).
- ↑ According to (Craik 2005): see also the analysis of Arbogast's work by (Johnson 2002).
- ↑ Hardy, Michael (2006). "Combinatorics of Partial Derivatives". Electronic Journal of Combinatorics 13 (1): R1. doi:10.37236/1027. http://www.combinatorics.org/Volume_13/Abstracts/v13i1r1.html.
- ↑ See the "compositional formula" in Chapter 5 of Stanley, Richard P. (1999). Enumerative Combinatorics. Cambridge University Press. ISBN 978-0-521-55309-4. http://www-math.mit.edu/~rstan/ec/.
References
Historical surveys and essays
- Brigaglia, Aldo (2004), "L'Opera Matematica", in Giacardi, Livia (in it), Francesco Faà di Bruno. Ricerca scientifica insegnamento e divulgazione, Studi e fonti per la storia dell'Università di Torino, XII, Torino: Deputazione Subalpina di Storia Patria, pp. 111–172. "The mathematical work" is an essay on the mathematical activity, describing both the research and teaching activity of Francesco Faà di Bruno.
- Craik, Alex D. D. (February 2005), "Prehistory of Faà di Bruno's Formula", American Mathematical Monthly 112 (2): 217–234, doi:10.2307/30037410.
- Johnson, Warren P. (March 2002), "The Curious History of Faà di Bruno's Formula", American Mathematical Monthly 109 (3): 217–234, doi:10.2307/2695352, https://www.maa.org/sites/default/files/pdf/upload_library/22/Ford/Johnson217-234.pdf.
Research works
- Arbogast, L. F. A. (1800) (in fr), Du calcul des derivations, Strasbourg: Levrault, pp. xxiii+404, https://books.google.com/books?id=YoPq8uCy5Y8C, Entirely freely available from Google books.
- Faà di Bruno, F. (1855), "Sullo sviluppo delle funzioni" (in it), Annali di Scienze Matematiche e Fisiche 6: 479–480, https://books.google.com/books?id=ddE3AAAAMAAJ&pg=PA479. Entirely freely available from Google books. A well-known paper where Francesco Faà di Bruno presents the two versions of the formula that now bears his name, published in the journal founded by Barnaba Tortolini.
- Faà di Bruno, F. (1857), "Note sur une nouvelle formule de calcul differentiel" (in fr), The Quarterly Journal of Pure and Applied Mathematics 1: 359–360, https://books.google.com/books?id=7BELAAAAYAAJ&pg=PA359. Entirely freely available from Google books.
- Faà di Bruno, Francesco (1859) (in fr), Théorie générale de l'élimination, Paris: Leiber et Faraguet, pp. x+224, https://books.google.com/books?id=MZ0KAAAAYAAJ. Entirely freely available from Google books.
- Flanders, Harley (2001) "From Ford to Faa", American Mathematical Monthly 108(6): 558–61 doi:10.2307/2695713
- Fraenkel, L. E. (1978), "Formulae for high derivatives of composite functions", Mathematical Proceedings of the Cambridge Philosophical Society 83 (2): 159–165, doi:10.1017/S0305004100054402, Bibcode: 1978MPCPS..83..159F.
- Krantz, Steven G.; Parks, Harold R. (2002), A Primer of Real Analytic Functions, Birkhäuser Advanced Texts - Basler Lehrbücher (Second ed.), Boston: Birkhäuser Verlag, pp. xiv+205, ISBN 978-0-8176-4264-8, https://books.google.com/books?id=i4vw2STJl2QC
- Porteous, Ian R. (2001), "Paragraph 4.3: Faà di Bruno's formula", Geometric Differentiation (Second ed.), Cambridge: Cambridge University Press, pp. 83–85, ISBN 978-0-521-00264-6, https://books.google.com/books?id=BNrW0UJ_UFcC&pg=PA83.
- T. A., (Tiburce Abadie, J. F. C.) (1850), "Sur la différentiation des fonctions de fonctions" (in fr), Nouvelles annales de mathématiques, journal des candidats aux écoles polytechnique et normale, Série 1 9: 119–125, http://www.numdam.org/item?id=NAM_1850_1_9__119_1, available at NUMDAM. This paper, according to (Johnson 2002) is one of the precursors of Faà di Bruno 1855: note that the author signs only as "T.A.", and the attribution to J. F. C. Tiburce Abadie is due again to Johnson.
- A., (Tiburce Abadie, J. F. C.) (1852), "Sur la différentiation des fonctions de fonctions. Séries de Burmann, de Lagrange, de Wronski" (in fr), Nouvelles annales de mathématiques, journal des candidats aux écoles polytechnique et normale, Série 1 11: 376–383, http://www.numdam.org/item?id=NAM_1852_1_11__376_1, available at NUMDAM. This paper, according to (Johnson 2002) is one of the precursors of Faà di Bruno 1855: note that the author signs only as "A.", and the attribution to J. F. C. Tiburce Abadie is due again to Johnson.
External links
Original source: https://en.wikipedia.org/wiki/Faà di Bruno's formula.
Read more |