Binomial Theorem | Brilliant Math & Science Wiki (2024)

The binomial theorem (or binomial expansion) is a result of expanding the powers of binomials or sums of two terms. The coefficients of the terms in the expansion are the binomial coefficients \( \binom{n}{k} \). The theorem and its generalizations can be used to prove results and solve problems in combinatorics, algebra, calculus, and many other areas of mathematics.

The binomial theorem generalizes special cases which are common and familiar to students of basic algebra:

\[\begin{align}(x+y)^1 &= x+y \\(x+y)^2 &= x^2 + 2xy + y^2 \\(x+y)^3 &= x^3 + 3x^2y+3xy^2+y^3 \\(x+y)^4 &= x^4 + 4x^3y + 6x^2y^2+4xy^3+y^4 \\&\vdots \\\end{align}\]

The binomial theorem also helps explore probability in an organized way:

A friend says that she will flip a coin 5 times. Each time the coin comes up heads, she will give you $10, but each time the coin comes up tails, she gives nothing. What is the probability that you will win $30 playing this game?

The binomial theorem inspires something called the binomial distribution, by which we can quickly calculate how likely we are to win $30 (or equivalently, the likelihood the coin comes up heads 3 times). The binomial theorem tells us that \({5 \choose 3} = 10 \) of the \(2^5 = 32\) possible outcomes of this game have us win $30. Therefore, the probability we seek is

\[\frac{5 \choose 3}{2^5} = \frac{10}{32} = 0.3125.\ _\square \]

Contents

  • Theorem Statement
  • Proof
  • Examples
  • Applications
  • Generalizations
  • Pascal's Triangle
  • Exercises
  • See Also

Theorem Statement

Let \( n \) be a positive integer, and \(x \) and \( y \) real numbers (or complex numbers, or polynomials). The coefficient of \(x^k y^{n-k} \), in the \(k^\text{th}\) term in the expansion of \((x+y)^n\), is equal to \(\binom{n}{k}\), where

\[\binom{n}{k}=\frac{n!}{(n-k)!k!}.\]

So

\[(x+y)^n = \sum_{r=0}^n {n \choose r} x^{n-r} y^r = \sum_{r=0}^n {n \choose r} x^r y^{n-r}.\ _\square\]

The above expansion is known as binomial expansion.

OR

The binomial theorem states that for any positive integer \( n \), we have

\[\begin{align}(x+y)^n &= \binom{n}{0}x^n+\binom{n}{1}x^{n-1}y+ \cdots +\binom{n}{n-1}xy^{n-1}+\binom{n}{n}y^n \\ \\&= \sum\limits_{k=0}^{n}\binom{n}{k}x^{n-k}y^k.\end{align}\]

Proof

We can prove it by combinatorics:

One can establish a bijection between the products of a binomial raised to \(n\) and the combinations of \(n\) objects. Each product which results in \(a^{n-k}b^k\) corresponds to a combination of \(k\) objects out of \(n\) objects. Thus, each \(a^{n-k}b^k\) term in the polynomial expansion is derived from the sum of \(\binom{n}{k}\) products. \(_\square\)

Or we can also prove it by induction:

The base case \( n = 1 \) is immediate. Now suppose the theorem is true for \( (x+y)^{n-1} \). Then

\[\begin{align}(x+y)^n &= (x+y)(x+y)^{n-1} \\&= (x+y)\bigg(\binom{n-1}{0} x^{n-1} + \binom{n-1}{1} x^{n-2}y + \cdots + \binom{n-1}{n-1}y^{n-1}\bigg) \\&= x^n + \left( \binom{n-1}{0} + \binom{n-1}{1} \right) x^{n-1}y + \left( \binom{n-1}{1} + \binom{n-1}{2} \right) x^{n-2}y^2 \phantom{=} + \cdots + \left(\binom{n-1}{n-2} + \binom{n-1}{n-1} \right) xy^{n-1} + y^n \\\end{align}\]

and now Pascal's identity applies:

\[\binom{n-1}{k-1}+\binom{n-1}{k} = \binom{n}{k}.\]

So the right side simplifies to

\[x^n + \binom{n}{1} x^{n-1}y + \binom{n}{2} x^{n-2}y^2 + \cdots + \binom{n}{n-1}xy^{n-1} + y^n\]

as desired. \(_\square \)

Examples

Find the coefficient of \(x^4\) in the expansion of \((x+1)^9\).

The coefficient of the \(4^\text{th}\) term is equal to \(\binom{9}{4}=\frac{9!}{(9-4)!4!}=126\). Therefore, the \(4^\text{th}\) term of the expansion is \(126\cdot x^4\cdot 1 = 126x^4\), where the coefficient is \(126\). \(_\square\)

In the expansion of \((2x+\frac{k}{x})^8\), where \(k\) is a positive constant, the term independent of \(x\) is \(700000\). Find \(k.\)

Show that\[2^n = \sum_{k=0}^n {n\choose k}.\]

Proof:
Set \(x=y=1\) in the binomial series to get

\[(1+1)^n = \sum_{k=0}^n {n\choose k} (1)^{n-k}(1)^k \Rightarrow 2^n = \sum_{k=0}^n {n\choose k}.\ _\square\]

The following problem has a similar solution. Hint: try \( x=1\) and \(y = i \).

If the sum

\[\sum_{k = 0}^{49} (-1)^k {99 \choose 2k}\]

is written in the form \(a^b\), where \(a, b\) are integers and \(b\) is as large as possible, what is \(a+b?\)

Now try the following problem:

What is the coefficient of the \(x^{3}y^{13}\) term in the polynomial expansion of \((x+y)^{16}?\)

Although the formula above is only applicable for binomials raised to an integer power, a similar strategy can be applied to find the coefficients of any linear polynomial raised to an integer power.

What is the coefficient of the \(x^2y^2z^2\) term in the polynomial expansion of \((x+y+z)^6?\)

Applications

The power rule in differential calculus can be proved using the limit definition of the derivative and the binomial theorem. \(\big(\)To find the derivative of \(x^n \), expand the expression

\[\frac{(x+h)^n-x^n}{h} = \binom{n}{1}x^{n-1} + \binom{n}{2} x^{n-2}h + \cdots + \binom{n}{n} h^{n-1} \]

and take the limit as \( h \to 0 \). All the terms except the first term vanish, so the answer is \( n x^{n-1}.\big) \)

The general proof of the principle of inclusion and exclusion involves the binomial theorem. Recall that the principle states that for finite sets \( A_i \ (i = 1,\ldots,n) \),

\[\begin{align}\left| \bigcup_{i=1}^n A_i \right| &= \sum |A_i| - \sum |A_i \cap A_j| + \sum |A_i \cap A_j \cap A_k| \phantom{=} - \cdots + (-1)^{n-1} |A_1 \cap A_2 \cap \cdots \cap A_n|,\end{align}\]

where the sums on the right side are taken over all possible intersections of distinct sets.

Suppose an element in the union appears in \( d \) of the \( A_i \). Then it contributes \( d \) to the first sum, \( -\binom{d}{2} \) to the second sum, and so on, so the total contribution is

\[\sum_{i=1}^d (-1)^{i-1} \binom{d}{i} = 1 - \sum_{i=0}^d (-1)^i \binom{d}{i},\]

but the last sum is equal to \( (1-1)^d = 0\) by the binomial theorem. So each element in the union is counted exactly once.

The fact that the Möbius function \( \mu \) is the Dirichlet inverse of the constant function \( \mathbf{1}(n) = 1 \) is a consequence of the binomial theorem; see here for a proof.

If \( p \) is a prime number, then \( p \) divides all the binomial coefficients \( \binom{p}{k} \), \(1 \le k \le p-1 \). (There is a \( p \) in the numerator but none in the denominator.) So

\[(x+y)^p \equiv x^p + y^p \pmod p.\]

This fact is quite useful and has some rather fruitful generalizations to the theory of finite fields, where the function \( x \mapsto x^p \) is called the Frobenius map. This fact (and its converse, that the above equation is always true if and only if \( p \) is prime) is the fundamental underpinning of the celebrated polynomial-time AKS primality test.

\[ \left ( \sqrt {71} +1 \right )^{71} - \left ( \sqrt {71} -1 \right )^{71} \]

What is the last digit of the number above?

Generalizations

The theorem as stated uses a positive integer exponent \(n \). It turns out that there are natural generalizations of the binomial theorem in calculus, using infinite series, for any real exponent \(\alpha \). That is,

\[(1+x)^\alpha = \sum_{k=0}^{\infty} \binom{\alpha}{k} x^k\]

for \( |x|<1 \), where

\[\binom{\alpha}{k} = \frac{\alpha(\alpha-1)\cdots(\alpha-k+1)}{k!}.\]

Some special cases of this result are examined in greater detail in the Negative Binomial Theorem and Fractional Binomial Theorem wikis.

Pascal's Triangle

These are the expansions of \( (x+y)^n \) for small values of \( n \):

\[\begin{eqnarray}(x+y)^0 &=& 1 \\(x+y)^1 &=& x+y \\(x+y)^2 &=& x^2 + 2xy + y^2 \\(x+y)^3 &=& x^3 + 3x^2y + 3xy^2 + y^3 \\(x+y)^4 &=& x^4 + 4x^3y + 6x^2y^2 + 4xy^3 + y^4 \\&\vdots\end{eqnarray}\]

When we look at the coefficients in the expressions above, we will find the following pattern:

\[1\\1\quad 1\\1\quad 2 \quad 1\\1\quad 3 \quad 3 \quad 1\\1\quad 4 \quad 6 \quad 4 \quad 1\\1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1\\\vdots\]

This is called the Pascal's triangle.

The theorem identifies the coefficients of the general expansion of \( (x+y)^n \) as the entries of Pascal's triangle.

Exercises

What is the coefficient of the \(x^{3}y^{13}\) term in the polynomial expansion of \((x+y)^{16}?\)

Although the formula above is only applicable for binomials raised to an integer power, a similar strategy can be applied to find the coefficients of any linear polynomial raised to an integer power.

What is the coefficient of the \(x^2y^2z^2\) term in the polynomial expansion of \((x+y+z)^6?\)

See Also

  • Pascal's Triangle
Binomial Theorem | Brilliant Math & Science Wiki (2024)

FAQs

How do you solve the binomial theorem easily? ›

The binomial theorem is a formula that can be used to expand a two-term expression raised to any power. The formula is: ( x + y ) n = ∑ k = 0 n ( n k ) x n − k y k . This formula can be used to expand an exponentiated binomial or also be used to quickly identify a specific term within a binomial expansion.

Is binomial theorem hard? ›

Binomial For a positive integral exponent n, the theorem can be used to expand the binomial (a+b) algebraically. The calculation becomes difficult and time-consuming as the power of an expression grows.

What is the binomial theorem in math and science? ›

The binomial theorem (or binomial expansion) is a result of expanding the powers of binomials or sums of two terms. The coefficients of the terms in the expansion are the binomial coefficients (kn).

What is the expansion of the binomial theorem? ›

The binomial theorem, commonly known as the binomial expansion, gives the formula for expanding a binomial expression's exponential power. The following is the binomial expansion of (x + y)n using the binomial theorem: (x+y)n = nC0 xn y0 + nC1 xn-1 y1 + nC2 xn-2 y2 + … + nCn-1 x1 yn-1 + nCn x0 yn.

What is the toughest math theorem? ›

In number theory, Fermat's Last Theorem (sometimes called Fermat's conjecture, especially in older texts) states that no three positive integers a, b, and c satisfy the equation an + bn = cn for any integer value of n greater than 2.

What is the hardest math hypothesis? ›

The Riemann hypothesis, first proposed by German mathematician Bernhard Riemann in 1859, is considered to be one of the hardest and most important unsolved problems of pure mathematics — the study of thinking about maths, rather than applying it to the real world.

What is the hardest concept in algebra? ›

Top-Five Most Difficult Algebra Concepts

According to study, the following algebra topics were found to be the most difficult for students to master: 1) - Multiplying Polynomials by Monomials. 2) - Modeling Using Exponential Functions. 3) - Averaging Data with Different Units.

Is binomial theorem part of calculus? ›

In combinatorics, algebra, calculus, and many other fields of mathematics, the theorem and its generalisations can be used to prove conclusions and solve difficulties. The Binomial Theorem is the formula for expanding any binomial statement's power into a series.

What is the use of the binomial theorem in real life? ›

In computing areas, binomial theorem has been very useful such a in distribution of IP addresses. With binomial theorem, the automatic distribution of IP addresses is not only possible but also the distribution of virtual IP addresses. CALCULATIONS OF NATIONAL ECONOMY EVEN.

What grade is binomial theorem? ›

Eleventh grade Lesson The Binomial Theorem | BetterLesson.

Who is the father of the binomial theorem? ›

Isaac Newton is generally credited with discovering the generalized binomial theorem, valid for any real exponent, in 1665.

What is k in the binomial theorem? ›

Binomial Expansion Example:

Remember that these are combinations of 5 things, k at a time, where k is either the power on the x or the power on the y (combinations are symmetric, so it doesn't matter). C(5,0) = 1; C(5,1) = 5; C(5,2) = 10; C(5,3) = 10; C(5,4) = 5; C(5,5) = 1.

What is the meaning of c in binomial theorem? ›

The binomial coefficients are the numbers associated with the variables x, and y in the expansion of (x + y)n. The binomial coefficients are represented as nC0, nC1, nC2 ..... The binomial coefficients are obtained through the pascal triangle or by using the combinations formula.

How do you calculate the binomial theorem? ›

If a and b are real numbers and n is a positive integer, then (a + b)n =nC0 an + nC1 an – 1 b1 + nC2 an – 2 b2 + ... 1. The total number of terms in the binomial expansion of (a + b)n is n + 1, i.e. one more than the exponent n.

How to solve a binomial equation? ›

To solve a binomial problem, if your x term is being multiplied by a number, you'll divide both sides of your equation by that number. If your x term is being divided by a number, you'll multiply both sides of your equation by that number.

How do you solve a binomial situation? ›

Using the Binomial Formula in a word problem
  1. Step 1 : Identify what makes up one trial, what a success is, and what a failure is.
  2. Step 2: Identify n, the number of trials; p, the probability of success; and x, the number of successes.
  3. Step 3: Calculate q, the probability of failure. q = 1 - p.
Mar 29, 2021

Top Articles
Latest Posts
Article information

Author: Aron Pacocha

Last Updated:

Views: 6223

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.