Talk:Binomial theorem

From Wikipedia, the free encyclopedia

Contents

[edit] Incorrect?

Shouldn't it be:

(x+y)^n=\sum_{k=0}^n{n \choose k}x^{n-k}y^k

So the x and y terms descend and ascend in the correct order?

For example:
Let n = 3

(x+y)^3=\sum_{k=0}^3{3 \choose k}x^{3-k}y^k
(x+y)^3={3 \choose 0}x^{3-0}y^0+{3 \choose 1}x^{3-1}y^1+{3 \choose 2}x^{3-2}y^2+{3 \choose 3}x^{3-3}y^3
(x+y)^3=1x^{3-0}y^0+3x^{3-1}y^1+3x^{3-2}y^2+1x^{3-3}y^3\,
(x+y)^3=1x^3y^0+3x^2y^1+3x^1y^2+1x^0y^3\,
(x+y)^3=1x^3+3x^2y^1+3x^1y^2+1y^3\,
(x+y)^3=x^3+3x^2y+3xy^2+y^3\,

Let x = 2 and y = 4

(2+4)^3=2^3+3(2)^24+3(2)4^2+4^3\,
(6)^3=8+48+96+64\,
216=216\,

—The preceding unsigned comment was added by 74.134.125.183 (talk • contribs).

[edit] They're both the same

It's not hard to see why

\sum_{k=0}^n{n \choose k}x^{n-k}y^k

must be exactly the same thing as

\sum_{k=0}^n{n \choose k}x^ky^{n-k}.

Just try it, the way you do with your examples above. Michael Hardy 03:06, 5 December 2006 (UTC)


[edit] They're the same but...

It should be written

(x+y)^n=\sum_{k=0}^n{n \choose k}x^{n-k}y^k

since that is standard notation. also some of the examples and the proof start with the x term first while newton's generalization start with the y term. they should at least be written in one standard way. Heycheckitoutyo 04:11, 29 January 2007 (UTC)

[edit] propose adding stats application

Let p be the probability of a discrete event taking place. The probability of the event not taking place is 1-p. Let 1-p = q. Then in a series of n trials the probabilty of p taking place r times is

{n \choose r}(p^r)(q^{n-r})

This is all covered in a separate article titled binomial distribution. Michael Hardy 00:58, 4 January 2007 (UTC)

[edit] simplification

"whenever n is any non-negative integer"

could read

"when n is a natural number"

Unfortunately some mathematicians define "natural number" to mean positive integer (0 is not included) and others (especially logicians and set-theorists) define it to mean nonnegative integer (0 is included). So it's ambiguous. Michael Hardy 00:59, 4 January 2007 (UTC)


whenever n is any non-negative integer

this sentence is useless, since the factorial is defined for all complex numbers, except for the negative integers (in which case it is ssaid to be (unsigned) infinity.

[edit] What if x = 0 ?

if x is 0, the left side of the equation turns into yn but the left side goes to 0.... that doesn't make sense Fresheneesz 22:07, 10 January 2007 (UTC)

When using the binomial theorem it is customary to define 00 to be equal to 1 (see Exponentiation#Zero_to_the_zero_power).

where r can be any complex number (in particular r can be any real number, not necessarily positive and not necessarily an integer)

I believe that this line, through the use of "in particular", is sort of confusing. It makes it sound like r being in the reals, not necessarily positive, and not necessarily an integer, are, together, a sufficient condition for r to be a complex number (focused on the ones with Im(r)=/= 0, of course). I believe it should be changed.

[edit] Newton's generalized binomial theorem

Isaac Newton generalized the formula to other exponents by considering an infinite series:

{(x+y)^r=\sum_{k=0}^\infty {r \choose k} x^k y^{r-k} \quad\quad\quad(2)}

where r can be any complex number (in particular r can be any real number, not necessarily positive and not necessarily an integer), and the coefficients are given by

\begin{align} {r \choose k} &{}= {1 \over k!}\prod_{n=0}^{k-1}(r-n)=\frac{r(r-1)(r-2)\cdots(r-(k-1))}{k!}=\frac{r!}{k!\,(r-k)!}. \end{align}


This is the same as \frac{r!}{k!\,(r-k)!} factorials are defined for ALL complex numbers, except for negative integers

This comment needs to be added because some people like to remove relevant information, because they like (I do not know for what reason whatsoever) to deny the definition of non-integer factorials!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

The following comment is a shame for mathematics:

This negative comment about "not the same as..." seems to be needed. People keep coming along and completing this formula with this expression involving factorials, missing the point of this section.

Bombshell 18:47, 8 March 2007 (UTC)