Jump to content

Binomial theorem: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
cleaning up TeX
Line 3: Line 3:
whenever ''n'' is any positive integer (but see below) and the numbers
whenever ''n'' is any positive integer (but see below) and the numbers
:<math>{n \choose k}=\frac{n!}{k!(n-k)!}</math>
:<math>{n \choose k}=\frac{n!}{k!(n-k)!}</math>
are the [[binomial coefficient|binomial coefficients]]. This formula, and the triangular arrangement of the binomial coefficients, are often attributed to [[Blaise Pascal]] who described them in the [[17th century]]. It was however known long before to Chinese mathematicians.
are the [[binomial coefficient|binomial coefficients]]. This formula, and the [[Pascal's triangle|triangular arrangement]] of the binomial coefficients, are often attributed to [[Blaise Pascal]] who described them in the [[17th century]]. It was however known long before to Chinese mathematicians.


The cases ''n''=2, ''n''=3 and ''n''=4 are the ones most commonly used:
The cases ''n''=2, ''n''=3 and ''n''=4 are the ones most commonly used:

Revision as of 07:58, 4 February 2003

The binomial theorem is an important formula about the expansion of powers of sums. It simplest version reads

(1)

whenever n is any positive integer (but see below) and the numbers

are the binomial coefficients. This formula, and the triangular arrangement of the binomial coefficients, are often attributed to Blaise Pascal who described them in the 17th century. It was however known long before to Chinese mathematicians.

The cases n=2, n=3 and n=4 are the ones most commonly used:

(x + y)2 = x2 + 2xy + y2
(x + y)3 = x3 + 3x2y + 3xy2 + y3
(x + y)4 = x4 + 4x3y + 6x2y2 + 4xy3 + y4

Formula (1) is valid for all real or complex numbers x and y, and more generally for any elements x and y of a ring as long as xy = yx.

Isaac Newton generalized the formula to non-integral and negative powers by considering an infinite series:

(2)


Here, r can be any real or complex number, and the sum will converge whenever the real or complex numbers x and y are "close together" in the sense that the absolute value |x/y| is less than one.

The geometric series is a special case of (2) where we chose y = 1 and r = -1.