Binomial theorem
From Wikipedia, the free encyclopedia
| This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (May 2009) |
In mathematics, the binomial theorem is an important formula giving the expansion of powers of sums. Its simplest version states that
for any real or complex numbers x and y, and any non-negative integer n. The binomial coefficient appearing in (1) may be defined in terms of the factorial function n!:
Contents |
[edit] Examples
Taking n to be 2, 3, 4, or 5 in the binomial theorem yields
[edit] Combinatorial proof
[edit] Example
The coefficient of xy2 in
- (x + y)3 = (x + y)(x + y)(x + y) = xxx + xxy + xyx + xyy + yxx + yxy + yyx + yyy = x3 + 3x2y + 3xy2 + y3.
equals
because there are three x,y strings of length 3 with exactly two y's, namely,
corresponding to the three 2-element subsets of { 1, 2, 3 }, namely,
where each subset specifies the positions of the y in a corresponding string.
[edit] General case
Expanding (x + y)n yields the sum of the 2n products of the form
where each ei is x or y. Rearranging factors shows that each product equals xn − kyk for some k between 0 and n. For a given k, the following are proved equal in succession:
- the number of copies of xn − kyk in the expansion
- the number of n-character x,y strings having y in exactly k positions
- the number of k-element subsets of

(this is either by definition, or by a short combinatorial argument if one is defining
as
).
This proves the binomial theorem.
[edit] Inductive proof
Induction yields another proof of the binomial theorem (1). When n = 0, both sides equal 1, since x0 = 1 for all x and
. Now suppose that (1) holds for a given n; we will prove it for n + 1. For j, k ≥ 0, let [ƒ(x, y)] jk denote the coefficient of xjyk in the polynomial ƒ(x, y). By the inductive hypothesis, (x + y)n is a polynomial in x and y such that [(x + y)n] jk is
if j + k = n, and 0 otherwise. The identity
shows that (x + y)n+1 also is a polynomial in x and y, and
If j + k = n + 1, then (j − 1) + k = n and j + (k − 1) = n, so the right hand side is
by Pascal's identity. On the other hand, if j +k ≠ n + 1, then (j – 1) + k ≠ n and j +(k – 1) ≠ n, so we get 0 + 0 = 0. Thus
and this completes the inductive step.
[edit] A quick way to expand binomials
Given a term cxiyj in the binomial expansion of (x + y)n, the next term can be obtained by decreasing i by 1, increasing j by 1, multiplying by the old i, and dividing by the new j. This lets one quickly calculate the whole expansion by hand, one term at a time, starting from the leading term xn = 1xny0. For example, the term following 45x8y2 in the expansion of (x + y)10 is
[edit] Newton's generalized binomial theorem
Around 1665, Isaac Newton generalized the formula to allow exponents other than nonnegative integers. In this generalization, the finite sum is replaced by an infinite series. Namely, if x and y are real numbers with x > |y|,[1] and r is any complex number, then
When r is a nonnegative integer, the binomial coefficients for k > r are zero, so (2) specializes to (1), and there are at most r + 1 nonzero terms. For other values of r, the series (2) has an infinite number of nonzero terms, at least if x and y are nonzero.
The coefficients can also be written
where
is the Pochhammer symbol. This is important when one is working with infinite series and would like to represent them in terms of generalized hypergeometric functions. This form is used in applied mathematics, for example, when evaluating the formulas that model the statistical properties of the phase-front curvature of a light wave as it propagates through optical atmospheric turbulence.[citation needed]
Taking r = −s leads to a particularly handy but non-obvious formula:
Further specializing to s = 1 yields the geometric series formula.
[edit] Generalizations
Formula (2) can be generalized to the case where x and y are complex numbers. For this version, one should assume |x| > |y|[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.
Formula (2) is valid also for elements x and y of a Banach algebra as long as xy = yx, x is invertible, and ||y/x|| < 1.
For a more extensive account of Newton's generalized binomial theorem, see binomial series.
[edit] The binomial theorem in abstract algebra
Formula (1) is valid more generally for any elements x and y of a semiring satisfying xy = yx. The theorem is true even more generally: alternativity suffices in place of associativity.
The binomial theorem can be stated by saying that the polynomial sequence
is of binomial type.
[edit] History
This formula and the triangular arrangement of the binomial coefficients are often attributed to Blaise Pascal, who described them in the 17th century, but they were known to many mathematicians who preceded him. The 4th century B.C. Greek mathematician Euclid knew a special case of the binomial theorem up to the second order,[2][3] as did the 3rd century B.C. Indian mathematician Pingala to higher orders. A more general binomial theorem and the so-called "Pascal's triangle" were known to the 10th-century A.D. Indian mathematician Halayudha, the 11th-century A.D. Persian mathematician Omar Khayyám, and 13th-century Chinese mathematician Yang Hui, who all derived similar results.[4]
[edit] The binomial theorem in popular culture
- In the Sherlock Holmes books, the villain Professor Moriarty is the author of A Treatise on the Binomial Theorem.
- The binomial theorem is mentioned in the Gilbert and Sullivan song "I am the Very Model of a Modern Major General".
- The binomial theorem appears in at least three different works by Monty Python – Coal Mine in Llandarogh Carmarthen, The Tale of Happy Valley, and the film Monty Python's The Meaning of Life.
- The binomial theorem is mentioned in the TV series NUMB3RS in episode #217 ("Mind Games") in Season 2.
- Contrary to popular belief, the generalized binomial theorem is not engraved on Isaac Newton's tomb in Westminster Abbey.[5]
- In chapter 18 of Mikhail Bulgakov's "The Master and Margarita", the black magic practitioner Woland says, "But by Newton's binomial theorem, I predict that he will die in nine month's time..."[6] From this, "it's hardly Newton's binomial theorem" became a popular Russian expression.[7]
- There is a short poem by Álvaro de Campos, heteronym of the Portuguese writer Fernando Pessoa about the binomial theorem that roughly translates into: "Newton's binomial is as beautiful as the Venus de Milo. The truth is few people notice it."
- In record 5 of Yevgeny Zamyatin's We, the protagonist D-503 says, "...to me it's nothing more than the four equal angles, but for you that might be, I don't know, as tough as Newton's binomial theorem."
[edit] See also
| The Wikibook Combinatorics has a page on the topic of |
- Binomial distribution
- Binomial probability
- Binomial inverse theorem
- Binomial series
- Combination
- Stirling's approximation
- Multinomial theorem
- Negative binomial distribution
- Pascal's triangle
[edit] Notes
- ^ a b This is to guarantee convergence. Depending on r, the series may also converge sometimes when |x| = |y|.
- ^ Binomial Theorem
- ^ The Story of the Binomial Theorem, by J. L. Coolidge, The American Mathematical Monthly 56:3 (1949), pp. 147–157
- ^ Landau, James A (1999-05-08). "Historia Matematica Mailing List Archive: Re: [HM] Pascal's Triangle" (mailing list email). Archives of Historia Matematica. http://archives.math.utk.edu/hypermail/historia/may99/0073.html. Retrieved on 2007-04-13.
- ^ Cajori, Florian (1985). A History of Mathematics. New York: Chelsea Publishing Company. pp. 205. ISBN 0-8284-1303-X.
- ^ Mikhail Bulgakov, translated by Michael Glenny. "The Master and Margarita". http://lib.meta.ua/book/1115/.
- ^ Kevin Boss, Middlebury College. "The Master and Margarita, Chapter 18". http://cr.middlebury.edu/public/russian/Bulgakov/public_html/C18.html.
[edit] References
- Amulya Kumar Bag. Binomial Theorem in Ancient India. Indian J.History Sci.,1:68-74,1966.
[edit] External links
- 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 GFDL.


![\begin{align}
(x + y)^2 & = x^2 + 2xy + y^2 \\[6pt]
(x + y)^3 & = x^3 + 3x^2y + 3xy^2 + y^3 \\[6pt]
(x + y)^4 & = x^4 + 4x^3y + 6x^2y^2 + 4xy^3 + y^4 \\[6pt]
(x + y)^5 & = x^5 + 5x^4y + 10x^3y^2 + 10x^2y^3 +5xy^4 + y^5.
\end{align}](http://upload.wikimedia.org/math/5/6/a/56adbffbb111004bd7a996a480de2262.png)



![[(x+y)^{n+1}]_{jk} = [(x+y)^n]_{j-1,k} + [(x+y)^n]_{j,k-1}. \,](http://upload.wikimedia.org/math/7/e/1/7e1705a0868645bb42809f3cb58980de.png)







