What is the Binomial Theorem and How is it Proven?

In summary, the binomial theorem gives the expansion of a binomial (x+y)^n as a summation of terms. It is closely related to Pascal's triangle and can be written in both equation and summation form. It can also be generalized to any value of 'n', even if it is not a positive integer, but in those cases the expansion will generally not stop. The proof of the theorem uses induction and the generalization formula shows that the terms will have negative exponents if n is not an integer.
  • #1
19,443
10,021
Definition/Summary

The binomial theorem gives the expansion of a binomial [itex](x+y)^n[/itex] as a summation of terms. The binomial theorem for positive integral values of 'n', is closely related to Pascal's triangle.

Equations

The theorem states, for any [itex]n \; \epsilon \; \mathbb{N}[/itex]

[tex](x+y)^n = \binom{n}{0}x^ny^0 + \binom{n}{1}x^{n-1}y^1 + \binom{n}{2}x^{n-2}y^2 +...+\binom{n}{n}x^0y^n[/tex]

In summation form,
[tex](x+y)^n = \sum_{r=0}^{n} \binom{n}{r} x^{n-r}y^r[/tex]


Cases

1. Substituting y=-y we get,

[tex](x-y)^n = \binom{n}{0}x^ny^0 - \binom{n}{1}x^{n-1}y^1 + \binom{n}{2}x^{n-2}y^2 -...+ (-1)^{n}\binom{n}{n}x^0y^n[/tex]

2. Having y=1 gives,


[tex](x+1)^n = \binom{n}{0}x^n + \binom{n}{1}x^{n-1} + \binom{n}{2}x^{n-2} +...+ \binom{n}{n}x^0[/tex]

Extended explanation

Proof by Induction

When [itex]n=0[/itex], the statement obviously holds true, giving [itex](x+y)^0= \binom{0}{0}=1[/itex]

Assuming it to be true for [itex]n=k[/itex]

[tex](x+y)^n = \sum_{r=0}^{k} \binom{n}{k} x^{n-k}y^k[/tex]

Now it needs to hold for [itex]n=k+1[/itex] to complete the inductive step. We use

[tex](x+y)^{k+1} = x(x+y)^k + y(x+y)^k[/tex]

Expanding each [itex](x+y)^k[/itex] individually, multiplying by x and y respectively,

[tex](x+y)^{k+1} = \sum_{r=0}^{k} x^{k+r-1}y^r + \sum_{r=0}^{k} x^{k+r}y^{r+1}[/tex]

Using the property,

[tex]\binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}[/tex]

We get,
[tex](x+y)^{k+1} = \sum_{r=0}^{k+1} \binom{k}{r} x^{(k+1)-r}y^r[/tex]

This completes our inductive step, proving the theorem.


Generalization

For any value of 'n', whether positive, negative, or fractional, the binomial expansion is given by,

[tex](x+y)^n = x^n + nx^{n-1}y+ \frac{n(n-1)}{2}x^{n-2}b^2 + ...+b^n[/tex]

* This entry is from our old Library feature. If you know who wrote it, please let us know so we can attribute a writer. Thanks!
 
  • Like
Likes Sreekar adithya
Mathematics news on Phys.org
  • #2
Sir, in the generalization part, I have found some sources where the terms are infinite and not finite as written here. Can you post a link where I can find this formula? Thanks
 
  • #3
Greg Bernhardt said:
Generalization

For any value of 'n', whether positive, negative, or fractional, the binomial expansion is given by,

(x+y)n=xn+nxn−1y+n(n−1)2xn−2b2+...+bn​
If n is not an integer, the binomial expansion will generally not stop. The reason why it stops when n is an integer - look at the (n+1)'th coefficient: [itex] \frac{n\cdot (n-1)\cdot ... \cdot 1}{1\cdot 2 \cdot ... \cdot n}[/itex]. The next one - if n is an integer - will be [itex] \frac{n\cdot (n-1)\cdot ... \cdot 1\cdot 0}{1\cdot 2 \cdot ... \cdot n\cdot (n+1)}=0[/itex].Thus [itex](x+y)^{\alpha} [/itex] with [itex]0<\alpha <1 [/itex] will start out as [itex]x^{\alpha}+\alpha x^{\alpha-1}y+... [/itex] where all exponents of x from #2 on will be negative.
 
  • Like
Likes JBD

Related to What is the Binomial Theorem and How is it Proven?

1. What is the binomial theorem?

The binomial theorem is a mathematical formula that allows us to expand a binomial expression raised to a positive integer power. It is used to find the coefficients of each term in the expanded expression.

2. Who discovered the binomial theorem?

The binomial theorem was discovered by the Chinese mathematician Zhu Shijie in the 13th century. However, it was later popularized by the French mathematician Blaise Pascal in the 17th century.

3. What is the general form of the binomial theorem?

The general form of the binomial theorem is (a + b)^n = a^n + nC1 * a^(n-1) * b + nC2 * a^(n-2) * b^2 + ... + nCn-1 * a * b^(n-1) + b^n, where n is a positive integer and nCr represents the combination of n items taken r at a time.

4. How is the binomial theorem used in mathematics?

The binomial theorem is used in various branches of mathematics, such as algebra, calculus, and combinatorics. It is used to simplify complicated expressions, find the coefficients of terms in expanded expressions, and solve problems involving probability and combinations.

5. Can the binomial theorem be applied to expressions with more than two terms?

No, the binomial theorem can only be applied to expressions with two terms, also known as binomials. However, it can be extended to include more terms by using the multinomial theorem, which allows us to expand expressions with any number of terms.

Similar threads

  • General Math
Replies
3
Views
765
Replies
3
Views
738
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
Replies
4
Views
1K
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • General Math
Replies
8
Views
1K
Replies
4
Views
441
Replies
3
Views
759
Back
Top