Small question about binomial theorem

ozone
Messages
121
Reaction score
0
I was trying to make sense of the equation attached below which was on the wikipedia site.

However I'm not entirely sure how to make use of the "n choose 0" , "n choose 1", etc. statements that in front of each term in of the expansion. I roughly know how the expansion should look intuitively but I was hoping I could find a greater understanding.

Thank you.
 

Attachments

  • vinomialtheorem.png
    vinomialtheorem.png
    2.3 KB · Views: 532
Physics news on Phys.org
Remember that binomial coefficients can be expressed in terms of factorials.

\binom{n}{m} = \frac{n!}{m!(n-m)!}

For example,

\binom{6}{2} = \frac{6!}{2!4!} = \frac{6 \times 5 \times 4 \times 3 \times 2 \times 1}{(2 \times 1)(4 \times 3 \times 2 \times 1)} = \frac{6 \times 5}{2} = 15

You see that the 4! on the bottom canceled all but two factors on the top. One of the terms can always be used to get a lot of cancellations in this way.
 
ozone said:
I was trying to make sense of the equation attached below which was on the wikipedia site.

However I'm not entirely sure how to make use of the "n choose 0" , "n choose 1", etc. statements that in front of each term in of the expansion. I roughly know how the expansion should look intuitively but I was hoping I could find a greater understanding.

Thank you.

{n \choose m} \equiv \frac{n!}{m! (n-m)!} = \frac{n(n-1)...(n-m+1)}{m!},
so
{n \choose 0} = 1, \: {n \choose 1} = n, \; {n \choose 2} = \frac{n(n-1)}{2}, \; \cdots, {n \choose n} = 1.<br />
In practice it is often easier to get them recursively from
{n \choose 0} = 1, \: {n \choose 1} = n, \\<br /> {n \choose k} = {n-1 \choose k-1} + {n-1 \choose k}, \; 1 \leq k \leq n.

RGV
 
Thank you it is much clearer now.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
5
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
5
Views
2K
Replies
3
Views
2K
Replies
16
Views
2K
Back
Top