Small question about binomial theorem

In summary, binomial coefficients can be expressed in terms of factorials and can be used to get a lot of cancellations in an expansion. They can also be calculated recursively.
  • #1
ozone
122
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: 516
Physics news on Phys.org
  • #2
Remember that binomial coefficients can be expressed in terms of factorials.

[tex]\binom{n}{m} = \frac{n!}{m!(n-m)!}[/tex]

For example,

[tex]\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[/tex]

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.
 
  • #3
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.

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

RGV
 
  • #4
Thank you it is much clearer now.
 

FAQ: Small question about binomial theorem

What is the binomial theorem?

The binomial theorem is a mathematical formula that describes the coefficients of a binomial expansion. It allows us to expand expressions like (a+b)^n, where n is a positive integer, into a sum of terms.

What is the purpose of the binomial theorem?

The binomial theorem is used to simplify and solve mathematical problems involving binomials, such as finding the coefficients of a binomial expansion or solving equations involving binomials.

How do you apply the binomial theorem?

To apply the binomial theorem, you need to know the exponent of the binomial and the coefficients of the terms in the expansion. Then, you can use the formula (a+b)^n = a^n + nC1 * a^(n-1) * b + nC2 * a^(n-2) * b^2 + ... + nCr * a^(n-r) * b^r + ... + b^n, where nCk represents the combination formula n choose k.

What is the difference between a binomial and a polynomial?

A binomial is a type of polynomial that consists of two terms. A polynomial can have any number of terms, including one, two, or more than two. The binomial theorem specifically applies to the expansion of binomials, while other methods can be used to expand other types of polynomials.

What are some real-life applications of the binomial theorem?

The binomial theorem has many practical applications, such as in probability and statistics, genetics, and finance. For example, it can be used to calculate the chances of winning a lottery, determine the likelihood of inheriting certain traits from parents, and model compound interest in investments.

Similar threads

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