In mathematics, particularly in combinatorics, the binomial coefficient of the natural number n and the integer k is defined to be the natural number
and
where m! denotes the factorial of m. According to Nicholas J. Higham, the
notation was introduced by Albert von Ettinghausen in 1826, although these numbers have been known centuries before that; see Pascal's triangle.
An alternative name for the binomial coefficient is choose function; the binomial coefficient of n and k is often read as "n choose k". Alternative notations include C(n, k), nCk or (C for combination).
The binomial coefficients are the coefficients in the expansion of the binomial (x + y)n (hence the name):
This is generalized by the binomial theorem, which allows the exponent n to be negative or a non-integer.
The importance of the binomial coefficients lies in the fact that C(n, k) is the number of ways that k objects can be chosen from n objects, regardless of order. See the article on combination.
The practical calculation of the binomial coefficient is conveniently arranged like this: ((((5/1)×6)/2)×7)/3, alternatingly dividing and multiplying with increasing integers. Each division is guaranteed to produce an integer result.
For exponent 1, (x+y)1 is x+y. For exponent 2, (x+y)2 is (x+y)(x+y), which forms terms as follows. The first factor supplies either an x or a y; likewise for the second factor. Thus to form x2, the only possibility is to choose x from both factors; likewise for y2. However, the xy term can be formed by x from the first and y from the second factor, or y from the first and x from the second factor; thus it acquires a coefficient of 2. Proceeding to exponent 3, (x+y)3 reduces to (x+y)2(x+y), where we already know that (x+y)2= x2+2xy+y2. Again the extremes, x3 and y3 arise in a unique way. However, the term x2y is either 2xy times x or x2 times y, for a coefficient of 3; likewise xy2 arises in two ways, summing the coefficients 1 and 2 to give 3.
This suggests an induction. Thus for exponent n, each term has total degree (sum of exponents) n, with n−k factors of x and k factors of y. If k is 0 or n, the term arises in only one way, and we get the terms xn and yn. If k is neither 0 nor n, then the term arises in two ways, from xn-k-1yk × x and from xn-kyk-1 × y. For example, x2y2 is both xy2 times x and x2y times y, thus its coefficient is 3 (the coefficient of xy2) + 3 (the coefficient of x2y). This is the origin of Pascal's triangle, discussed below.
Another perspective is that to form xn−kyk from n factors of (x+y), we must choose y from k of the factors and x from the rest. To count the possibilities, consider all n! permutations of the factors. Represent each permutation as a shuffled list of the numbers from 1 to n. Select an x from the first n−k factors listed, and a y from the remaining k factors; in this way each permutation contributes to the term xn−kyk. For example, the list 〈4,1,2,3〉 selects x from factors 4 and 1, and selects y from factors 2 and 3, as one way to form the term x2y2.
But the distinct list 〈1,4,3,2〉 makes exactly the same selection; the binomial coefficient formula must remove this redundancy. The n−k factors for x have (n−k)! permutations, and the k factors for y have k! permutations. Therefore n!/(n−k)!k! is the number of truly distinct ways to form the term xn−kyk.
Pascal's rule is the important recurrence relation
It also gives rise to Pascal's triangle: row 0 1 row 1 1 1 row 2 1 2 1 row 3 1 3 3 1 row 4 1 4 6 4 1 row 5 1 5 10 10 5 1 row 6 1 6 15 20 15 6 1 row 7 1 7 21 35 35 21 7 1 row 8 1 8 28 56 70 56 28 8 1 Row number n contains the numbers C(n, k) for k = 0,...,n. It is constructed by starting with ones at the outside and then always adding two adjacent numbers and writing the sum directly underneath. This method allows the quick calculation of binomial coefficients without the need for fractions or multiplications. For instance, by looking at row number 5 of the triangle, one can quickly read off that
In the 1303 AD treatise Precious Mirror of the Four Elements, Zhu Shijie mentioned the triangle as an ancient method for evaluating binomial coefficients indicating that the method was known to Chinese mathematicians five centuries before Pascal.
Binomial coefficients are of importance in combinatorics, because they provide ready formulas for certain frequent counting problems:
The binomial coefficients also occur in the formula for the binomial distribution in statistics and in the formula for a Bézier curve.
One has that
which follows from expansion (2) by using (x + y)n = (y + x)n, and is reflected in the numerical "symmetry" of Pascal's triangle.
Another formula is
it is obtained from expansion (2) using x = y = 1. This is equivalent to saying that the elements in one row of Pascal's triangle always add up to two raised to an integer power. A combinatorial proof of this fact is given by counting subsets of size 0, size 1, size 2, and so on up to size n of a set S of n elements. Since we count the number of subsets of size i for 0 ≤ i ≤ n, this sum must be equal to the number of subsets of S, which is known to be 2n.
The formula
follows from expansion (2), after differentiating and substituting x = y = 1.
A related formula is
While equation (7a) is true for all values of m, equation (7b) is true for all values of j.
From expansion (7a) using n=2m, k = n, and (4), one finds
Denote by F(n + 1) the Fibonacci numbers. We obtain a formula about the diagonals of Pascal's triangle
This can be proved by induction using (3).
Also using (3) and induction, one can show that
We present some identities that have combinatorial proofs. We have, for example,
for The combinatorial proof goes as follows: the left side counts the number of ways of selecting a subset of of at least q elements, and marking q elements among those selected. The right side counts the same parameter, because there are ways of choosing a set of q marks and they occur in all subsets that additionally contain some subset of the remaining elements, of which there are This reduces to (6) when
The identity (8) also has a combinatorial proof. The identity reads
Suppose you have empty squares arranged in a row and you want to mark (select) n of them. There are ways to do this. On the other hand, you may select your n squares by selecting k squares from among the first n and squares from the remaining n squares. This gives
Now apply (4) to get the result.
If we didn't know about binomial coefficients we could derive them using the labelled case of the Fundamental Theorem of Combinatorial Enumeration. This is done by defining to be the number of ways of partitioning into two subsets, the first of which has size k. These partitions form a combinatorial class with the specification
Hence the exponential generating function B of the sum function of the binomial coefficients is given by
This immediately yields
as expected. We mark the first subset with in order to obtain the binomial coefficients themselves, giving
This yields the bivariate generating function
Extracting coefficients, we find that
or
again as expected. This derivation is included here because it closely parallels that of the Stirling numbers of the first and second kind, and hence lends support to the binomial-style notation that is used for these numbers.
The prime divisors of C(n, k) can be interpreted as follows: if p is a prime number and pr is the highest power of p which divides C(n, k), then r is equal to the number of natural numbers j such that the fractional part of k/pj is bigger than the fractional part of n/pj. In particular, C(n, k) is always divisible by n/gcd(n,k).
A somewhat surprising result by David Singmaster (1974) is that any integer divides almost all binomial coefficients. More precisely, fix an integer d and let f(N) denote the number of binomial coefficients C(n, k) with n < N such that d divides C(n, k). Then
The following bounds for C(n, k) hold:
While the binomial coefficients represent the coefficients of (x+y)n, the multinomial coefficients represent the coefficients of
The binomial coefficient can be defined for any complex number z and any natural number k as follows:
This generalization is known as the generalized binomial coefficient and is used in the formulation of the binomial theorem and satisfies properties (3) and (7).
For fixed k, the expression is a polynomial in z of degree k with rational coefficients. f(z) is the unique polynomial of degree k satisfying
Any polynomial p(z) of degree d can be written in the form
This is important in the theory of difference equations and finite differences, and can be seen as a discrete analog of Taylor's theorem. It is closely related to Newton's polynomial. Alternating sums of this form may be expressed as the Nörlund-Rice integral.
where the identity
is applied.
The formula for the binomial series was etched onto Newton's gravestone in Westminster Abbey in 1727.
The binomial coefficient has a q-analog generalization known as the Gaussian binomial.
Factorial and binomial topics | Integer sequences
দ্বিপদী সহগ | Kombinační číslo | Binomialkoeffizient | Coeficiente binomial | Binomikerroin | Coefficient binomial | Coefficiente binomiale | 이항계수 | Deriniai | Binomiaalcoëfficiënt | Symbol Newtona | Биномиальный коэффициент | Binomski koeficient | Биномни коефицијент | 二項式係數
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Binomial coefficient".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world