Binomial Theorem - Wikipedia

Algebraic expansion of powers of a binomial 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 1 7 21 35 35 21 7 1 {\displaystyle {\begin{array}{c}1\\1\quad 1\\1\quad 2\quad 1\\1\quad 3\quad 3\quad 1\\1\quad 4\quad 6\quad 4\quad 1\\1\quad 5\quad 10\quad 10\quad 5\quad 1\\1\quad 6\quad 15\quad 20\quad 15\quad 6\quad 1\\1\quad 7\quad 21\quad 35\quad 35\quad 21\quad 7\quad 1\end{array}}} The binomial coefficient ( n k ) {\displaystyle {\tbinom {n}{k}}} appears as the kth entry in the nth row of Pascal's triangle (where the top is the 0th row ( 0 0 ) {\displaystyle {\tbinom {0}{0}}} ). Each entry is the sum of the two above it.

In elementary algebra, the binomial theorem (or binomial expansion) describes the algebraic expansion of powers of a binomial. According to the theorem, it is possible to expand the polynomial (x + y)n into a sum involving terms of the form axbyc, where the exponents b and c are nonnegative integers with b + c = n, and the coefficient a of each term is a specific positive integer depending on n and b. For example, for n = 4, ( x + y ) 4 = x 4 + 4 x 3 y + 6 x 2 y 2 + 4 x y 3 + y 4 . {\displaystyle (x+y)^{4}=x^{4}+4x^{3}y+6x^{2}y^{2}+4xy^{3}+y^{4}.}

The coefficient a in the term of axbyc is known as the binomial coefficient ( n b ) {\displaystyle {\tbinom {n}{b}}} or ( n c ) {\displaystyle {\tbinom {n}{c}}} (the two have the same value). These coefficients for varying n and b can be arranged to form Pascal's triangle. These numbers also occur in combinatorics, where ( n b ) {\displaystyle {\tbinom {n}{b}}} gives the number of different combinations (i.e. subsets) of b elements that can be chosen from an n-element set. Therefore ( n b ) {\displaystyle {\tbinom {n}{b}}} is usually pronounced as "n choose b".

History

[edit]

Special cases of the binomial theorem were known since at least the 4th century BC when Greek mathematician Euclid mentioned the special case of the binomial theorem for exponent n = 2 {\displaystyle n=2} .[1] Greek mathematician Diophantus cubed various binomials, including x − 1 {\displaystyle x-1} .[1] Indian mathematician Aryabhata's method for finding cube roots, from around 510 CE, suggests that he knew the binomial formula for exponent n = 3 {\displaystyle n=3} .[1]

The first known formulation of the binomial theorem and the table of binomial coefficients appears in a work by Al-Karaji, quoted by Al-Samaw'al in his "al-Bahir".[2][3][4] Al-Karaji described the triangular pattern of the binomial coefficients[5] and also provided a mathematical proof of both the binomial theorem and Pascal's triangle, using an early form of mathematical induction.[5] The Persian poet and mathematician Omar Khayyam was probably familiar with the formula to higher orders, although many of his mathematical works are lost.[1] The binomial expansions of small degrees were known in the 13th century mathematical works of Yang Hui[6] and also Chu Shih-Chieh.[1] Yang Hui attributes the method to a much earlier 11th century text of Jia Xian, although those writings are now also lost.[7]: 142 

In 1544, Michael Stifel introduced the term "binomial coefficient" and showed how to use them to express ( 1 + x ) n {\displaystyle (1+x)^{n}} in terms of ( 1 + x ) n − 1 {\displaystyle (1+x)^{n-1}} , via "Pascal's triangle".[8] Blaise Pascal studied the eponymous triangle comprehensively in his Traité du triangle arithmétique.[9] However, the pattern of numbers was already known to the European mathematicians of the late Renaissance, including Stifel, Niccolò Fontana Tartaglia, and Simon Stevin.[8]

By the early 17th century, some specific cases of the generalized binomial theorem, such as for n = 1 2 {\displaystyle n={\frac {1}{2}}} , can be found in the work of Henry Briggs' Arithmetica Logarithmica (1624).[10] Isaac Newton is generally credited with discovering the generalized binomial theorem, valid for any real exponent, in 1665, inspired by the work of John Wallis's Arithmetic Infinitorum and his method of interpolation.[8][11][1][12][10] A logarithmic version of the theorem for fractional exponents was discovered independently by James Gregory who wrote down his formula in 1670.[10]

Statement

[edit]

According to the theorem, the expansion of any nonnegative integer power n of the binomial x + y is a sum of the form ( x + y ) n = ( n 0 ) x n y 0 + ( n 1 ) x n − 1 y 1 + ( n 2 ) x n − 2 y 2 + ⋯ + ( n n − 1 ) x 1 y n − 1 + ( n n ) x 0 y n , {\displaystyle (x+y)^{n}={n \choose 0}x^{n}y^{0}+{n \choose 1}x^{n-1}y^{1}+{n \choose 2}x^{n-2}y^{2}+\cdots +{n \choose n-1}x^{1}y^{n-1}+{n \choose n}x^{0}y^{n},} where each ( n k ) {\displaystyle {\tbinom {n}{k}}} is a positive integer known as a binomial coefficient, defined as

( n k ) = n ! k ! ( n − k ) ! = n ( n − 1 ) ( n − 2 ) ⋯ ( n − k + 1 ) k ( k − 1 ) ( k − 2 ) ⋯ 2 ⋅ 1 . {\displaystyle {\binom {n}{k}}={\frac {n!}{k!\,(n-k)!}}={\frac {n(n-1)(n-2)\cdots (n-k+1)}{k(k-1)(k-2)\cdots 2\cdot 1}}.}

This formula is also referred to as the binomial formula or the binomial identity. Using summation notation, it can be written more concisely as ( x + y ) n = ∑ k = 0 n ( n k ) x n − k y k = ∑ k = 0 n ( n k ) x k y n − k . {\displaystyle (x+y)^{n}=\sum _{k=0}^{n}{n \choose k}x^{n-k}y^{k}=\sum _{k=0}^{n}{n \choose k}x^{k}y^{n-k}.}

The final expression follows from the previous one by the symmetry of x and y in the first expression, and by comparison it follows that the sequence of binomial coefficients in the formula is symmetrical, ( n k ) = ( n n − k ) . {\textstyle {\binom {n}{k}}={\binom {n}{n-k}}.}

A simple variant of the binomial formula is obtained by substituting 1 for y, so that it involves only a single variable. In this form, the formula reads ( x + 1 ) n = ( n 0 ) x 0 + ( n 1 ) x 1 + ( n 2 ) x 2 + ⋯ + ( n n − 1 ) x n − 1 + ( n n ) x n = ∑ k = 0 n ( n k ) x k . ) {\displaystyle {\begin{aligned}(x+1)^{n}&={n \choose 0}x^{0}+{n \choose 1}x^{1}+{n \choose 2}x^{2}+\cdots +{n \choose {n-1}}x^{n-1}+{n \choose n}x^{n}\\[4mu]&=\sum _{k=0}^{n}{n \choose k}x^{k}.{\vphantom {\Bigg )}}\end{aligned}}}

Examples

[edit]

Here are the first few cases of the binomial theorem: ( x + y ) 0 = 1 , ( x + y ) 1 = x + y , ( x + y ) 2 = x 2 + 2 x y + y 2 , ( x + y ) 3 = x 3 + 3 x 2 y + 3 x y 2 + y 3 , ( x + y ) 4 = x 4 + 4 x 3 y + 6 x 2 y 2 + 4 x y 3 + y 4 , ( x + y ) 5 = x 5 + 5 x 4 y + 10 x 3 y 2 + 10 x 2 y 3 + 5 x y 4 + y 5 , ( x + y ) 6 = x 6 + 6 x 5 y + 15 x 4 y 2 + 20 x 3 y 3 + 15 x 2 y 4 + 6 x y 5 + y 6 , ( x + y ) 7 = x 7 + 7 x 6 y + 21 x 5 y 2 + 35 x 4 y 3 + 35 x 3 y 4 + 21 x 2 y 5 + 7 x y 6 + y 7 , ( x + y ) 8 = x 8 + 8 x 7 y + 28 x 6 y 2 + 56 x 5 y 3 + 70 x 4 y 4 + 56 x 3 y 5 + 28 x 2 y 6 + 8 x y 7 + y 8 . {\displaystyle {\begin{aligned}(x+y)^{0}&=1,\\[8pt](x+y)^{1}&=x+y,\\[8pt](x+y)^{2}&=x^{2}+2xy+y^{2},\\[8pt](x+y)^{3}&=x^{3}+3x^{2}y+3xy^{2}+y^{3},\\[8pt](x+y)^{4}&=x^{4}+4x^{3}y+6x^{2}y^{2}+4xy^{3}+y^{4},\\[8pt](x+y)^{5}&=x^{5}+5x^{4}y+10x^{3}y^{2}+10x^{2}y^{3}+5xy^{4}+y^{5},\\[8pt](x+y)^{6}&=x^{6}+6x^{5}y+15x^{4}y^{2}+20x^{3}y^{3}+15x^{2}y^{4}+6xy^{5}+y^{6},\\[8pt](x+y)^{7}&=x^{7}+7x^{6}y+21x^{5}y^{2}+35x^{4}y^{3}+35x^{3}y^{4}+21x^{2}y^{5}+7xy^{6}+y^{7},\\[8pt](x+y)^{8}&=x^{8}+8x^{7}y+28x^{6}y^{2}+56x^{5}y^{3}+70x^{4}y^{4}+56x^{3}y^{5}+28x^{2}y^{6}+8xy^{7}+y^{8}.\end{aligned}}} In general, for the expansion of (x + y)n on the right side in the nth row (numbered so that the top row is the 0th row):

  • the exponents of x in the terms are n, n − 1, ..., 2, 1, 0 (the last term implicitly contains x0 = 1);
  • the exponents of y in the terms are 0, 1, 2, ..., n − 1, n (the first term implicitly contains y0 = 1);
  • the coefficients form the nth row of Pascal's triangle;
  • before combining like terms, there are 2n terms xiyj in the expansion (not shown);
  • after combining like terms, there are n + 1 terms, and their coefficients sum to 2n.

An example illustrating the last two points: ( x + y ) 3 = x x x + x x y + x y x + x y y + y x x + y x y + y y x + y y y ( 2 3  terms ) = x 3 + 3 x 2 y + 3 x y 2 + y 3 ( 3 + 1  terms ) {\displaystyle {\begin{aligned}(x+y)^{3}&=xxx+xxy+xyx+xyy+yxx+yxy+yyx+yyy&(2^{3}{\text{ terms}})\\&=x^{3}+3x^{2}y+3xy^{2}+y^{3}&(3+1{\text{ terms}})\end{aligned}}} with 1 + 3 + 3 + 1 = 2 3 {\displaystyle 1+3+3+1=2^{3}} .

A simple example with a specific positive value of y: ( x + 2 ) 3 = x 3 + 3 x 2 ( 2 ) + 3 x ( 2 ) 2 + 2 3 = x 3 + 6 x 2 + 12 x + 8. {\displaystyle {\begin{aligned}(x+2)^{3}&=x^{3}+3x^{2}(2)+3x(2)^{2}+2^{3}\\&=x^{3}+6x^{2}+12x+8.\end{aligned}}}

A simple example with a specific negative value of y: ( x − 2 ) 3 = x 3 − 3 x 2 ( 2 ) + 3 x ( 2 ) 2 − 2 3 = x 3 − 6 x 2 + 12 x − 8. {\displaystyle {\begin{aligned}(x-2)^{3}&=x^{3}-3x^{2}(2)+3x(2)^{2}-2^{3}\\&=x^{3}-6x^{2}+12x-8.\end{aligned}}}

Geometric explanation

[edit]
Visualisation of binomial expansion up to the 4th power

For positive values of a and b, the binomial theorem with n = 2 is the geometrically evident fact that a square of side a + b can be cut into a square of side a, a square of side b, and two rectangles with sides a and b. With n = 3, the theorem states that a cube of side a + b can be cut into a cube of side a, a cube of side b, three a × a × b rectangular boxes, and three a × b × b rectangular boxes.

In calculus, this picture also gives a geometric proof of the derivative ( x n ) ′ = n x n − 1 : {\displaystyle (x^{n})'=nx^{n-1}:} [13] if one sets a = x {\displaystyle a=x} and b = Δ x , {\displaystyle b=\Delta x,} interpreting b as an infinitesimal change in a, then this picture shows the infinitesimal change in the volume of an n-dimensional hypercube, ( x + Δ x ) n , {\displaystyle (x+\Delta x)^{n},} where the coefficient of the linear term (in Δ x {\displaystyle \Delta x} ) is n x n − 1 , {\displaystyle nx^{n-1},} the area of the n faces, each of dimension n − 1: ( x + Δ x ) n = x n + n x n − 1 Δ x + ( n 2 ) x n − 2 ( Δ x ) 2 + ⋯ . {\displaystyle (x+\Delta x)^{n}=x^{n}+nx^{n-1}\Delta x+{\binom {n}{2}}x^{n-2}(\Delta x)^{2}+\cdots .} Substituting this into the definition of the derivative via a difference quotient and taking limits means that the higher order terms, ( Δ x ) 2 {\displaystyle (\Delta x)^{2}} and higher, become negligible, and yields the formula ( x n ) ′ = n x n − 1 , {\displaystyle (x^{n})'=nx^{n-1},} interpreted as

"the infinitesimal rate of change in volume of an n-cube as side length varies is the area of n of its (n − 1)-dimensional faces".

If one integrates this picture, which corresponds to applying the fundamental theorem of calculus, one obtains Cavalieri's quadrature formula, the integral ∫ x n − 1 d x = 1 n x n {\displaystyle \textstyle {\int x^{n-1}\,dx={\tfrac {1}{n}}x^{n}}} – see proof of Cavalieri's quadrature formula for details.[13]

Binomial coefficients

[edit] Main article: Binomial coefficient

The coefficients that appear in the binomial expansion are called binomial coefficients. These are usually written ( n k ) , {\displaystyle {\tbinom {n}{k}},} and pronounced "n choose k".

Formulas

[edit]

The coefficient of xnkyk is given by the formula ( n k ) = n ! k ! ( n − k ) ! , {\displaystyle {\binom {n}{k}}={\frac {n!}{k!\;(n-k)!}},} which is defined in terms of the factorial function n!. Equivalently, this formula can be written ( n k ) = n ( n − 1 ) ⋯ ( n − k + 1 ) k ( k − 1 ) ⋯ 1 = ∏ ℓ = 1 k n − ℓ + 1 ℓ = ∏ ℓ = 0 k − 1 n − ℓ k − ℓ {\displaystyle {\binom {n}{k}}={\frac {n(n-1)\cdots (n-k+1)}{k(k-1)\cdots 1}}=\prod _{\ell =1}^{k}{\frac {n-\ell +1}{\ell }}=\prod _{\ell =0}^{k-1}{\frac {n-\ell }{k-\ell }}} with k factors in both the numerator and denominator of the fraction. Although this formula involves a fraction, the binomial coefficient ( n k ) {\displaystyle {\tbinom {n}{k}}} is actually an integer.

Combinatorial interpretation

[edit]

The binomial coefficient ( n k ) {\displaystyle {\tbinom {n}{k}}} can be interpreted as the number of ways to choose k elements from an n-element set. This is related to binomials for the following reason: if we write (x + y)n as a product ( x + y ) ( x + y ) ( x + y ) ⋯ ( x + y ) , {\displaystyle (x+y)(x+y)(x+y)\cdots (x+y),} then, according to the distributive law, there will be one term in the expansion for each choice of either x or y from each of the binomials of the product. For example, there will only be one term xn, corresponding to choosing x from each binomial. However, there will be several terms of the form xn−2y2, one for each way of choosing exactly two binomials to contribute a y. Therefore, after combining like terms, the coefficient of xn−2y2 will be equal to the number of ways to choose exactly 2 elements from an n-element set.

Proofs

[edit]

Combinatorial proof

[edit]

Expanding (x + y)n yields the sum of the 2n products of the form e1e2 ... en where each ei is x or y. Rearranging factors shows that each product equals xnkyk for some k between 0 and n. For a given k, the following are proved equal in succession:

  • the number of terms equal to xnkyk in the expansion
  • the number of n-character x,y strings having y in exactly k positions
  • the number of k-element subsets of {1, 2, ..., n}
  • ( n k ) , {\displaystyle {\tbinom {n}{k}},} either by definition, or by a short combinatorial argument if one is defining ( n k ) {\displaystyle {\tbinom {n}{k}}} as n ! k ! ( n − k ) ! . {\displaystyle {\tfrac {n!}{k!(n-k)!}}.}

This proves the binomial theorem.

Example

[edit]

The coefficient of xy2 in ( x + y ) 3 = ( x + y ) ( x + y ) ( x + y ) = x x x + x x y + x y x + x y y _ + y x x + y x y _ + y y x _ + y y y = x 3 + 3 x 2 y + 3 x y 2 _ + y 3 {\displaystyle {\begin{aligned}(x+y)^{3}&=(x+y)(x+y)(x+y)\\&=xxx+xxy+xyx+{\underline {xyy}}+yxx+{\underline {yxy}}+{\underline {yyx}}+yyy\\&=x^{3}+3x^{2}y+{\underline {3xy^{2}}}+y^{3}\end{aligned}}} equals ( 3 2 ) = 3 {\displaystyle {\tbinom {3}{2}}=3} because there are three x,y strings of length 3 with exactly two y's, namely, x y y , y x y , y y x , {\displaystyle xyy,\;yxy,\;yyx,} corresponding to the three 2-element subsets of {1, 2, 3}, namely, { 2 , 3 } , { 1 , 3 } , { 1 , 2 } , {\displaystyle \{2,3\},\;\{1,3\},\;\{1,2\},} where each subset specifies the positions of the y in a corresponding string.

Inductive proof

[edit]

Induction yields another proof of the binomial theorem. When n = 0, both sides equal 1, since x0 = 1 and ( 0 0 ) = 1. {\displaystyle {\tbinom {0}{0}}=1.} Now suppose that the equality holds for a given n; we will prove it for n + 1. For j, k ≥ 0, let [f(x, y)]j,k denote the coefficient of xjyk in the polynomial f(x, y). By the inductive hypothesis, (x + y)n is a polynomial in x and y such that [(x + y)n]j,k is ( n k ) {\displaystyle {\tbinom {n}{k}}} if j + k = n, and 0 otherwise. The identity ( x + y ) n + 1 = x ( x + y ) n + y ( x + y ) n {\displaystyle (x+y)^{n+1}=x(x+y)^{n}+y(x+y)^{n}} shows that (x + y)n+1 is also a polynomial in x and y, and [ ( x + y ) n + 1 ] j , k = [ ( x + y ) n ] j − 1 , k + [ ( x + y ) n ] j , k − 1 , {\displaystyle [(x+y)^{n+1}]_{j,k}=[(x+y)^{n}]_{j-1,k}+[(x+y)^{n}]_{j,k-1},} since if j + k = n + 1, then (j − 1) + k = n and j + (k − 1) = n. Now, the right hand side is ( n k ) + ( n k − 1 ) = ( n + 1 k ) , {\displaystyle {\binom {n}{k}}+{\binom {n}{k-1}}={\binom {n+1}{k}},} by Pascal's identity.[14] On the other hand, if j + kn + 1, then (j – 1) + kn and j + (k – 1) ≠ n, so we get 0 + 0 = 0. Thus ( x + y ) n + 1 = ∑ k = 0 n + 1 ( n + 1 k ) x n + 1 − k y k , {\displaystyle (x+y)^{n+1}=\sum _{k=0}^{n+1}{\binom {n+1}{k}}x^{n+1-k}y^{k},} which is the inductive hypothesis with n + 1 substituted for n and so completes the inductive step.

Generalizations

[edit]

Newton's generalized binomial theorem

[edit] Main article: Binomial series

Around 1665, Isaac Newton generalized the binomial theorem to allow real exponents other than nonnegative integers. (The same generalization also applies to complex exponents.) In this generalization, the finite sum is replaced by an infinite series. In order to do this, one needs to give meaning to binomial coefficients with an arbitrary upper index, which cannot be done using the usual formula with factorials. However, for an arbitrary number r, one can define ( r k ) = r ( r − 1 ) ⋯ ( r − k + 1 ) k ! = ( r ) k k ! , {\displaystyle {r \choose k}={\frac {r(r-1)\cdots (r-k+1)}{k!}}={\frac {(r)_{k}}{k!}},} where ( ⋅ ) k {\displaystyle (\cdot )_{k}} is the Pochhammer symbol, here standing for a falling factorial. This agrees with the usual definitions when r is a nonnegative integer. Then, if x and y are real numbers with |x| > |y|,[Note 1] and r is any complex number, one has ( x + y ) r = ∑ k = 0 ∞ ( r k ) x r − k y k = x r + r x r − 1 y + r ( r − 1 ) 2 ! x r − 2 y 2 + r ( r − 1 ) ( r − 2 ) 3 ! x r − 3 y 3 + ⋯ . {\displaystyle {\begin{aligned}(x+y)^{r}&=\sum _{k=0}^{\infty }{r \choose k}x^{r-k}y^{k}\\&=x^{r}+rx^{r-1}y+{\frac {r(r-1)}{2!}}x^{r-2}y^{2}+{\frac {r(r-1)(r-2)}{3!}}x^{r-3}y^{3}+\cdots .\end{aligned}}}

When r is a nonnegative integer, the binomial coefficients for k > r are zero, so this equation reduces to the usual binomial theorem, and there are at most r + 1 nonzero terms. For other values of r, the series typically has infinitely many nonzero terms.

For example, r = 1/2 gives the following series for the square root: 1 + x = 1 + 1 2 x − 1 8 x 2 + 1 16 x 3 − 5 128 x 4 + 7 256 x 5 − ⋯ . {\displaystyle {\sqrt {1+x}}=1+{\frac {1}{2}}x-{\frac {1}{8}}x^{2}+{\frac {1}{16}}x^{3}-{\frac {5}{128}}x^{4}+{\frac {7}{256}}x^{5}-\cdots .}

Taking r = −1, the generalized binomial series gives the geometric series formula, valid for |x| < 1: ( 1 + x ) − 1 = 1 1 + x = 1 − x + x 2 − x 3 + x 4 − x 5 + ⋯ . {\displaystyle (1+x)^{-1}={\frac {1}{1+x}}=1-x+x^{2}-x^{3}+x^{4}-x^{5}+\cdots .}

More generally, with r = −s, we have for |x| < 1:[15] 1 ( 1 + x ) s = ∑ k = 0 ∞ ( − s k ) x k = ∑ k = 0 ∞ ( s + k − 1 k ) ( − 1 ) k x k . {\displaystyle {\frac {1}{(1+x)^{s}}}=\sum _{k=0}^{\infty }{-s \choose k}x^{k}=\sum _{k=0}^{\infty }{s+k-1 \choose k}(-1)^{k}x^{k}.}

So, for instance, when s = 1/2, 1 1 + x = 1 − 1 2 x + 3 8 x 2 − 5 16 x 3 + 35 128 x 4 − 63 256 x 5 + ⋯ . {\displaystyle {\frac {1}{\sqrt {1+x}}}=1-{\frac {1}{2}}x+{\frac {3}{8}}x^{2}-{\frac {5}{16}}x^{3}+{\frac {35}{128}}x^{4}-{\frac {63}{256}}x^{5}+\cdots .}

Replacing x with -x yields: 1 ( 1 − x ) s = ∑ k = 0 ∞ ( s + k − 1 k ) ( − 1 ) k ( − x ) k = ∑ k = 0 ∞ ( s + k − 1 k ) x k . {\displaystyle {\frac {1}{(1-x)^{s}}}=\sum _{k=0}^{\infty }{s+k-1 \choose k}(-1)^{k}(-x)^{k}=\sum _{k=0}^{\infty }{s+k-1 \choose k}x^{k}.}

So, for instance, when s = 1/2, we have for |x| < 1: 1 1 − x = 1 + 1 2 x + 3 8 x 2 + 5 16 x 3 + 35 128 x 4 + 63 256 x 5 + ⋯ . {\displaystyle {\frac {1}{\sqrt {1-x}}}=1+{\frac {1}{2}}x+{\frac {3}{8}}x^{2}+{\frac {5}{16}}x^{3}+{\frac {35}{128}}x^{4}+{\frac {63}{256}}x^{5}+\cdots .}

Further generalizations

[edit]

The generalized binomial theorem can be extended to the case where x and y are complex numbers. For this version, one should again assume |x| > |y|[Note 1] and define the powers of x + y and x using a holomorphic branch of log defined on an open disk of radius |x| centered at x. The generalized binomial theorem is valid also for elements x and y of a Banach algebra as long as xy = yx, and x is invertible, and y/x‖ < 1.

A version of the binomial theorem is valid for the following Pochhammer symbol-like family of polynomials: for a given real constant c, define x ( 0 ) = 1 {\displaystyle x^{(0)}=1} and x ( n ) = ∏ k = 1 n [ x + ( k − 1 ) c ] {\displaystyle x^{(n)}=\prod _{k=1}^{n}[x+(k-1)c]} for n > 0. {\displaystyle n>0.} Then[16] ( a + b ) ( n ) = ∑ k = 0 n ( n k ) a ( n − k ) b ( k ) . {\displaystyle (a+b)^{(n)}=\sum _{k=0}^{n}{\binom {n}{k}}a^{(n-k)}b^{(k)}.} The case c = 0 recovers the usual binomial theorem.

More generally, a sequence { p n } n = 0 ∞ {\displaystyle \{p_{n}\}_{n=0}^{\infty }} of polynomials is said to be of binomial type if

  • deg ⁡ p n = n {\displaystyle \deg p_{n}=n} for all n {\displaystyle n} ,
  • p 0 ( 0 ) = 1 {\displaystyle p_{0}(0)=1} , and
  • p n ( x + y ) = ∑ k = 0 n ( n k ) p k ( x ) p n − k ( y ) {\displaystyle p_{n}(x+y)=\sum _{k=0}^{n}{\binom {n}{k}}p_{k}(x)p_{n-k}(y)} for all x {\displaystyle x} , y {\displaystyle y} , and n {\displaystyle n} .

An operator Q {\displaystyle Q} on the space of polynomials is said to be the basis operator of the sequence { p n } n = 0 ∞ {\displaystyle \{p_{n}\}_{n=0}^{\infty }} if Q p 0 = 0 {\displaystyle Qp_{0}=0} and Q p n = n p n − 1 {\displaystyle Qp_{n}=np_{n-1}} for all n ⩾ 1 {\displaystyle n\geqslant 1} . A sequence { p n } n = 0 ∞ {\displaystyle \{p_{n}\}_{n=0}^{\infty }} is binomial if and only if its basis operator is a Delta operator.[17] Writing E a {\displaystyle E^{a}} for the shift by a {\displaystyle a} operator, the Delta operators corresponding to the above "Pochhammer" families of polynomials are the backward difference I − E − c {\displaystyle I-E^{-c}} for c > 0 {\displaystyle c>0} , the ordinary derivative for c = 0 {\displaystyle c=0} , and the forward difference E − c − I {\displaystyle E^{-c}-I} for c < 0 {\displaystyle c<0} .

Multinomial theorem

[edit] Main article: Multinomial theorem

The binomial theorem can be generalized to include powers of sums with more than two terms. The general version is

( x 1 + x 2 + ⋯ + x m ) n = ∑ k 1 + k 2 + ⋯ + k m = n ( n k 1 , k 2 , … , k m ) x 1 k 1 x 2 k 2 ⋯ x m k m , {\displaystyle (x_{1}+x_{2}+\cdots +x_{m})^{n}=\sum _{k_{1}+k_{2}+\cdots +k_{m}=n}{\binom {n}{k_{1},k_{2},\ldots ,k_{m}}}x_{1}^{k_{1}}x_{2}^{k_{2}}\cdots x_{m}^{k_{m}},}

where the summation is taken over all sequences of nonnegative integer indices k1 through km such that the sum of all ki is n. (For each term in the expansion, the exponents must add up to n). The coefficients ( n k 1 , ⋯ , k m ) {\displaystyle {\tbinom {n}{k_{1},\cdots ,k_{m}}}} are known as multinomial coefficients, and can be computed by the formula ( n k 1 , k 2 , … , k m ) = n ! k 1 ! ⋅ k 2 ! ⋯ k m ! . {\displaystyle {\binom {n}{k_{1},k_{2},\ldots ,k_{m}}}={\frac {n!}{k_{1}!\cdot k_{2}!\cdots k_{m}!}}.}

Combinatorially, the multinomial coefficient ( n k 1 , ⋯ , k m ) {\displaystyle {\tbinom {n}{k_{1},\cdots ,k_{m}}}} counts the number of different ways to partition an n-element set into disjoint subsets of sizes k1, ..., km.

Multi-binomial theorem

[edit]

When working in more dimensions, it is often useful to deal with products of binomial expressions. By the binomial theorem this is equal to ( x 1 + y 1 ) n 1 ⋯ ( x d + y d ) n d = ∑ k 1 = 0 n 1 ⋯ ∑ k d = 0 n d ( n 1 k 1 ) x 1 k 1 y 1 n 1 − k 1 … ( n d k d ) x d k d y d n d − k d . {\displaystyle (x_{1}+y_{1})^{n_{1}}\dotsm (x_{d}+y_{d})^{n_{d}}=\sum _{k_{1}=0}^{n_{1}}\dotsm \sum _{k_{d}=0}^{n_{d}}{\binom {n_{1}}{k_{1}}}x_{1}^{k_{1}}y_{1}^{n_{1}-k_{1}}\dotsc {\binom {n_{d}}{k_{d}}}x_{d}^{k_{d}}y_{d}^{n_{d}-k_{d}}.}

This may be written more concisely, by multi-index notation, as ( x + y ) α = ∑ ν ≤ α ( α ν ) x ν y α − ν . {\displaystyle (x+y)^{\alpha }=\sum _{\nu \leq \alpha }{\binom {\alpha }{\nu }}x^{\nu }y^{\alpha -\nu }.}

General Leibniz rule

[edit] Main article: General Leibniz rule

The general Leibniz rule gives the nth derivative of a product of two functions in a form similar to that of the binomial theorem:[18] ( f g ) ( n ) ( x ) = ∑ k = 0 n ( n k ) f ( n − k ) ( x ) g ( k ) ( x ) . {\displaystyle (fg)^{(n)}(x)=\sum _{k=0}^{n}{\binom {n}{k}}f^{(n-k)}(x)g^{(k)}(x).}

Here, the superscript (n) indicates the nth derivative of a function, f ( n ) ( x ) = d n d x n f ( x ) {\displaystyle f^{(n)}(x)={\tfrac {d^{n}}{dx^{n}}}f(x)} . If one sets f(x) = eax and g(x) = ebx, cancelling the common factor of e(a + b)x from each term gives the ordinary binomial theorem.[19]

Applications

[edit]

Multiple-angle identities

[edit]

For the complex numbers the binomial theorem can be combined with de Moivre's formula to yield multiple-angle formulas for the sine and cosine. According to De Moivre's formula, cos ⁡ ( n x ) + i sin ⁡ ( n x ) = ( cos ⁡ x + i sin ⁡ x ) n . {\displaystyle \cos \left(nx\right)+i\sin \left(nx\right)=\left(\cos x+i\sin x\right)^{n}.}

Using the binomial theorem, the expression on the right can be expanded, and then the real and imaginary parts can be taken to yield formulas for cos(nx) and sin(nx). For example, since ( cos ⁡ x + i sin ⁡ x ) 2 = cos 2 ⁡ x + 2 i cos ⁡ x sin ⁡ x − sin 2 ⁡ x = ( cos 2 ⁡ x − sin 2 ⁡ x ) + i ( 2 cos ⁡ x sin ⁡ x ) , {\displaystyle \left(\cos x+i\sin x\right)^{2}=\cos ^{2}x+2i\cos x\sin x-\sin ^{2}x=(\cos ^{2}x-\sin ^{2}x)+i(2\cos x\sin x),} But De Moivre's formula identifies the left side with ( cos ⁡ x + i sin ⁡ x ) 2 = cos ⁡ ( 2 x ) + i sin ⁡ ( 2 x ) {\displaystyle (\cos x+i\sin x)^{2}=\cos(2x)+i\sin(2x)} , so cos ⁡ ( 2 x ) = cos 2 ⁡ x − sin 2 ⁡ x and sin ⁡ ( 2 x ) = 2 cos ⁡ x sin ⁡ x , {\displaystyle \cos(2x)=\cos ^{2}x-\sin ^{2}x\quad {\text{and}}\quad \sin(2x)=2\cos x\sin x,} which are the usual double-angle identities. Similarly, since ( cos ⁡ x + i sin ⁡ x ) 3 = cos 3 ⁡ x + 3 i cos 2 ⁡ x sin ⁡ x − 3 cos ⁡ x sin 2 ⁡ x − i sin 3 ⁡ x , {\displaystyle \left(\cos x+i\sin x\right)^{3}=\cos ^{3}x+3i\cos ^{2}x\sin x-3\cos x\sin ^{2}x-i\sin ^{3}x,} De Moivre's formula yields cos ⁡ ( 3 x ) = cos 3 ⁡ x − 3 cos ⁡ x sin 2 ⁡ x and sin ⁡ ( 3 x ) = 3 cos 2 ⁡ x sin ⁡ x − sin 3 ⁡ x . {\displaystyle \cos(3x)=\cos ^{3}x-3\cos x\sin ^{2}x\quad {\text{and}}\quad \sin(3x)=3\cos ^{2}x\sin x-\sin ^{3}x.} In general, cos ⁡ ( n x ) = ∑ k  even ( − 1 ) k / 2 ( n k ) cos n − k ⁡ x sin k ⁡ x {\displaystyle \cos(nx)=\sum _{k{\text{ even}}}(-1)^{k/2}{n \choose k}\cos ^{n-k}x\sin ^{k}x} and sin ⁡ ( n x ) = ∑ k  odd ( − 1 ) ( k − 1 ) / 2 ( n k ) cos n − k ⁡ x sin k ⁡ x . {\displaystyle \sin(nx)=\sum _{k{\text{ odd}}}(-1)^{(k-1)/2}{n \choose k}\cos ^{n-k}x\sin ^{k}x.} There are also similar formulas using Chebyshev polynomials.

Series for e

[edit]

The number e is often defined by the formula e = lim n → ∞ ( 1 + 1 n ) n . {\displaystyle e=\lim _{n\to \infty }\left(1+{\frac {1}{n}}\right)^{n}.}

Applying the binomial theorem to this expression yields the usual infinite series for e. In particular: ( 1 + 1 n ) n = 1 + ( n 1 ) 1 n + ( n 2 ) 1 n 2 + ( n 3 ) 1 n 3 + ⋯ + ( n n ) 1 n n . {\displaystyle \left(1+{\frac {1}{n}}\right)^{n}=1+{n \choose 1}{\frac {1}{n}}+{n \choose 2}{\frac {1}{n^{2}}}+{n \choose 3}{\frac {1}{n^{3}}}+\cdots +{n \choose n}{\frac {1}{n^{n}}}.}

The kth term of this sum is ( n k ) 1 n k = 1 k ! ⋅ n ( n − 1 ) ( n − 2 ) ⋯ ( n − k + 1 ) n k {\displaystyle {n \choose k}{\frac {1}{n^{k}}}={\frac {1}{k!}}\cdot {\frac {n(n-1)(n-2)\cdots (n-k+1)}{n^{k}}}}

As n → ∞, the rational expression on the right approaches 1, and therefore lim n → ∞ ( n k ) 1 n k = 1 k ! . {\displaystyle \lim _{n\to \infty }{n \choose k}{\frac {1}{n^{k}}}={\frac {1}{k!}}.}

This indicates that e can be written as a series: e = ∑ k = 0 ∞ 1 k ! = 1 0 ! + 1 1 ! + 1 2 ! + 1 3 ! + ⋯ . {\displaystyle e=\sum _{k=0}^{\infty }{\frac {1}{k!}}={\frac {1}{0!}}+{\frac {1}{1!}}+{\frac {1}{2!}}+{\frac {1}{3!}}+\cdots .}

Indeed, since each term of the binomial expansion is an increasing function of n, it follows from the monotone convergence theorem for series that the sum of this infinite series is equal to e.

Probability

[edit]

The binomial theorem is closely related to the probability mass function of the negative binomial distribution. The probability of a (countable) collection of independent Bernoulli trials { X t } t ∈ S {\displaystyle \{X_{t}\}_{t\in S}} with probability of success p ∈ [ 0 , 1 ] {\displaystyle p\in [0,1]} all not happening is

P ( ⋂ t ∈ S X t C ) = ( 1 − p ) | S | = ∑ n = 0 | S | ( | S | n ) ( − p ) n . {\displaystyle P\left(\bigcap _{t\in S}X_{t}^{C}\right)=(1-p)^{|S|}=\sum _{n=0}^{|S|}{|S| \choose n}(-p)^{n}.}

An upper bound for this quantity is e − p | S | . {\displaystyle e^{-p|S|}.} [20]

In abstract algebra

[edit]

The binomial theorem is valid more generally for two elements x and y in a ring, or even a semiring, provided that xy = yx. For example, it holds for two n × n matrices, provided that those matrices commute; this is useful in computing powers of a matrix.[21]

The binomial theorem can be stated by saying that the polynomial sequence {1, x, x2, x3, ...} is of binomial type.

[edit]
  • The binomial theorem is mentioned in the Major-General's Song in the comic opera The Pirates of Penzance.
  • Professor Moriarty is described by Sherlock Holmes as having written a treatise on the binomial theorem.
  • The Portuguese poet Fernando Pessoa, using the heteronym Álvaro de Campos, wrote that "Newton's Binomial is as beautiful as the Venus de Milo. The truth is that few people notice it."[22]
  • In the 2014 film The Imitation Game, Alan Turing makes reference to Isaac Newton's work on the binomial theorem during his first meeting with Commander Denniston at Bletchley Park.

See also

[edit]
  • iconMathematics portal
  • Binomial approximation
  • Binomial distribution
  • Binomial inverse theorem
  • Stirling's approximation
  • Tannery's theorem
  • Polynomials calculating sums of powers of arithmetic progressions
  • q-binomial theorem

Notes

[edit]
  1. ^ a b This is to guarantee convergence. Depending on r, the series may also converge sometimes when |x| = |y|.

References

[edit]
  1. ^ a b c d e f Coolidge, J. L. (1949). "The Story of the Binomial Theorem". The American Mathematical Monthly. 56 (3): 147–157. doi:10.2307/2305028. JSTOR 2305028.
  2. ^ Yadegari, Mohammad (1980). "The Binomial Theorem: A Widespread Concept in Medieval Islamic Mathematics". Historia Mathematica. 7 (4): 401–406. doi:10.1016/0315-0860(80)90004-X.
  3. ^ Stillwell, John (2015). "Taming the unknown. A history of algebra ... by Victor J. Katz and Karen Hunger Parshall". Bulletin of the American Mathematical Society (Book review). 52 (4): 725–731. doi:10.1090/S0273-0979-2015-01491-6. p. 727: However, algebra advanced in other respects. Around 1000, al-Karaji stated the binomial theorem
  4. ^ Rashed, Roshdi (1994). The Development of Arabic Mathematics: Between Arithmetic and Algebra. Kluwer. p. 63. ISBN 0-7923-2565-6.
  5. ^ a b O'Connor, John J.; Robertson, Edmund F., "Abu Bekr ibn Muhammad ibn al-Husayn Al-Karaji", MacTutor History of Mathematics Archive, University of St Andrews
  6. ^ Landau, James A. (1999-05-08). "Historia Matematica Mailing List Archive: Re: [HM] Pascal's Triangle". Archives of Historia Matematica. Archived from the original (mailing list email) on 2021-02-24. Retrieved 2007-04-13.
  7. ^ Jean-Claude Martzloff; S.S. Wilson; J. Gernet; J. Dhombres (1987). A history of Chinese mathematics. Springer.
  8. ^ a b c Kline, Morris (1972). History of mathematical thought. Oxford University Press. p. 273.
  9. ^ Katz, Victor (2009). "14.3: Elementary Probability". A History of Mathematics: An Introduction. Addison-Wesley. p. 491. ISBN 978-0-321-38700-4.
  10. ^ a b c Stillwell, John (2010). Mathematics and its history (third ed.). Springer. p. 186. ISBN 978-1-4419-6052-8.
  11. ^ Bourbaki, N. (18 November 1998). Elements of the History of Mathematics Paperback. Translated by J. Meldrum. ISBN 978-3-540-64767-6.
  12. ^ Whiteside, D. T. (October 1961). "Newton's Discovery of the General Binomial Theorem". The Mathematical Gazette. 45 (353): 175–180. doi:10.2307/3612767. ISSN 0025-5572.
  13. ^ a b Barth, Nils R. (2004). "Computing Cavalieri's Quadrature Formula by a Symmetry of the n-Cube". The American Mathematical Monthly. 111 (9): 811–813. doi:10.2307/4145193. ISSN 0002-9890. JSTOR 4145193.
  14. ^ Binomial theorem – inductive proofs Archived February 24, 2015, at the Wayback Machine
  15. ^ Weisstein, Eric W. "Negative Binomial Series". Wolfram MathWorld.
  16. ^ Sokolowsky, Dan; Rennie, Basil C. (February 1979). "Problem 352". Crux Mathematicorum. 5 (2): 55–56.
  17. ^ Aigner, Martin (1997) [Reprint of the 1979 Edition]. Combinatorial Theory. Springer. p. 105. ISBN 3-540-61787-6.
  18. ^ Olver, Peter J. (2000). Applications of Lie Groups to Differential Equations. Springer. pp. 318–319. ISBN 9780387950006.
  19. ^ Spivey, Michael Z. (2019). The Art of Proving Binomial Identities. CRC Press. p. 71. ISBN 978-1351215800.
  20. ^ Cover, Thomas M.; Thomas, Joy A. (2001-01-01). Data Compression. John Wiley & Sons, Inc. p. 320. doi:10.1002/0471200611.ch5. ISBN 9780471200611.
  21. ^ Artin, Algebra, 2nd edition, Pearson, 2018, equation (4.7.11).
  22. ^ "Arquivo Pessoa: Obra Édita - O binómio de Newton é tão belo como a Vénus de Milo". arquivopessoa.net.

Further reading

[edit]
  • Bag, Amulya Kumar (1966). "Binomial theorem in ancient India". Indian J. History Sci. 1 (1): 68–74.
  • Graham, Ronald; Knuth, Donald; Patashnik, Oren (1994). "(5) Binomial Coefficients". Concrete Mathematics (2nd ed.). Addison Wesley. pp. 153–256. ISBN 978-0-201-55802-9. OCLC 17649857.
[edit] The Wikibook Combinatorics has a page on the topic of: The Binomial Theorem
  • Solomentsev, E.D. (2001) [1994], "Newton binomial", Encyclopedia of Mathematics, EMS Press
  • Binomial Theorem by Stephen Wolfram, and "Binomial Theorem (Step-by-Step)" by Bruce Colletti and Jeff Bryant, Wolfram Demonstrations Project, 2007.
  • This article incorporates material from inductive proof of binomial theorem on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License.
  • v
  • t
  • e
Calculus
Precalculus
  • Binomial theorem
  • Concave function
  • Continuous function
  • Factorial
  • Finite difference
  • Free variables and bound variables
  • Graph of a function
  • Linear function
  • Radian
  • Rolle's theorem
  • Secant
  • Slope
  • Tangent
Limits
  • Indeterminate form
  • Limit of a function
    • One-sided limit
  • Limit of a sequence
  • Order of approximation
  • (ε, δ)-definition of limit
Differential calculus
  • Derivative
  • Second derivative
  • Partial derivative
  • Differential
  • Differential operator
  • Mean value theorem
  • Notation
    • Leibniz's notation
    • Newton's notation
  • Rules of differentiation
    • linearity
    • Power
    • Sum
    • Chain
    • L'Hôpital's
    • Product
      • General Leibniz's rule
    • Quotient
  • Other techniques
    • Implicit differentiation
    • Inverse functions and differentiation
    • Logarithmic derivative
    • Related rates
  • Stationary points
    • First derivative test
    • Second derivative test
    • Extreme value theorem
    • Maximum and minimum
  • Further applications
    • Newton's method
    • Taylor's theorem
  • Differential equation
    • Ordinary differential equation
    • Partial differential equation
    • Stochastic differential equation
Integral calculus
  • Antiderivative
  • Arc length
  • Riemann integral
  • Basic properties
  • Constant of integration
  • Fundamental theorem of calculus
    • Differentiating under the integral sign
  • Integration by parts
  • Integration by substitution
    • trigonometric
    • Euler
    • Tangent half-angle substitution
  • Partial fractions in integration
    • Quadratic integral
  • Trapezoidal rule
  • Volumes
    • Washer method
    • Shell method
  • Integral equation
  • Integro-differential equation
Vector calculus
  • Derivatives
    • Curl
    • Directional derivative
    • Divergence
    • Gradient
    • Laplacian
  • Basic theorems
    • Line integrals
    • Green's
    • Stokes'
    • Gauss'
Multivariable calculus
  • Divergence theorem
  • Geometric
  • Hessian matrix
  • Jacobian matrix and determinant
  • Lagrange multiplier
  • Line integral
  • Matrix
  • Multiple integral
  • Partial derivative
  • Surface integral
  • Volume integral
  • Advanced topics
    • Differential forms
    • Exterior derivative
    • Generalized Stokes' theorem
    • Tensor calculus
Sequences and series
  • Arithmetico-geometric sequence
  • Types of series
    • Alternating
    • Binomial
    • Fourier
    • Geometric
    • Harmonic
    • Infinite
    • Power
      • Maclaurin
      • Taylor
    • Telescoping
  • Tests of convergence
    • Abel's
    • Alternating series
    • Cauchy condensation
    • Direct comparison
    • Dirichlet's
    • Integral
    • Limit comparison
    • Ratio
    • Root
    • Term
Special functionsand numbers
  • Bernoulli numbers
  • e (mathematical constant)
  • Exponential function
  • Natural logarithm
  • Stirling's approximation
History of calculus
  • Adequality
  • Brook Taylor
  • Colin Maclaurin
  • Generality of algebra
  • Gottfried Wilhelm Leibniz
  • Infinitesimal
  • Infinitesimal calculus
  • Isaac Newton
  • Fluxion
  • Law of Continuity
  • Leonhard Euler
  • Method of Fluxions
  • The Method of Mechanical Theorems
Lists
Integrals
  • rational functions
  • irrational functions
  • exponential functions
  • logarithmic functions
  • hyperbolic functions
    • inverse
  • trigonometric functions
    • inverse
    • Secant
    • Secant cubed
  • List of limits
  • List of derivatives
Miscellaneous topics
  • Complex calculus
    • Contour integral
  • Differential geometry
    • Manifold
    • Curvature
    • of curves
    • of surfaces
    • Tensor
  • Euler–Maclaurin formula
  • Gabriel's horn
  • Integration Bee
  • Proof that 22/7 exceeds π
  • Regiomontanus' angle maximization problem
  • Steinmetz solid
Authority control databases: National Edit this at Wikidata
  • Germany
  • Japan

Từ khóa » X^n-1+x^n-2