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

What is the binomial theorem in math and science? ›

The Binomial theorem tells us how to expand expressions of the form (a+b)ⁿ, for example, (x+y)⁷. The larger the power is, the harder it is to expand expressions like this directly. But with the Binomial theorem, the process is relatively fast!

What is the binomial theorem for dummies? ›

The binomial theorem states the principle for expanding the algebraic expression (x + y)n and expresses it as a sum of the terms involving individual exponents of variables x and y. Each term in a binomial expansion is associated with a numeric value which is called coefficient.

Who is the father of the binomial theorem? ›

Isaac Newton discovered about 1665 and later stated, in 1676, without proof, the general form of the theorem (for any real number n), and a proof by John Colson was published in 1736.

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? ›

The impact of the economy can be calculated using the binomial mathematical theorem, and a real-life example is the US economy, which bases a substantial portion of its operations on probabilistic analysis. The binomial theorem can be used to forecast how a country's economy will perform in the near future.

What branch of math is binomial theorem? ›

In elementary algebra, the binomial theorem (or binomial expansion) describes the algebraic expansion of powers of a binomial.

Is the binomial theorem hard? ›

The binomial theorem is quite straightforward, and I understand it well. The binomial theorem is really just a formula that helps you expand binomials.

What is an example of the binomial theorem? ›

The binomial theorem is used to expand binomials that are raised to a power. For example, it can be used to expand (2x+5y)^8 without needing to multiply the expression by itself 8 times.

How did Newton prove binomial theorem? ›

By observing patterns and interpolating, Newton was able to guess the answer for odd values of n. Then he realised that he could get the same answers by expressing (1−x2)n2 as an infinite series. Newton wrote : (P+PQ)mn=Pmn+mnAQ+m−n2nBQ+m−2n3nCQ+…

What is an example of a binomial? ›

Examples of a binomial expression: a2 + 2b is a binomial in two variables a and b. 5x3 – 9y2 is a binomial in two variables x and y. -11p – q2 is a binomial in two variables p and q.

What grade is binomial theorem? ›

Eleventh grade Lesson The Binomial Theorem | BetterLesson.

What does r mean in the binomial theorem? ›

The top number of the binomial coefficient is n, which is the exponent on your binomial. The bottom number of the binomial coefficient is r - 1, where r is the term number. a is the first term of the binomial and its exponent is n - r + 1, where n is the exponent on the binomial and r is the term number.

What does k represent in the binomial theorem? ›

In the expansion of ( a + b ) n , where a and b are expressions and n is the exponent, k refers to the (k+1)th term. Hence, the term with the coefficient n C k is the (k+1)th term and k ∈ [ 0 , n ] .

What math is beyond calculus? ›

After completing Calculus I and II, you may continue to Calculus III, Linear Algebra, and Differential Equations.

What is the statement of the binomial theorem? ›

Statement: Binomial theorem states that for any given positive integer n, the expression of the nth power of the sum of any two numbers a and b may take place as the sum of n+1 terms of the particular form.

Top Articles
Homemade McDonald's Hash Browns Copycat Recipe - Cooking Frog
Weight Watchers Friendly Taco Casserole Recipe - 1 Smart Point FREESTYLE
Wym Urban Dictionary
Smoothie Operator Ruff Ruffman
Watch After Ever Happy 123Movies
Monster Raider Set
Miramar Water Utility
Quadrilateral Angles Sum Property - Theorem and Proof
Tate Sweat Lpsg
A Qué Hora Cierran Spectrum
UK HealthCare EpicCare Link
St Vrain Chain Gang
U-Bolts - Screws, Bolts variety of type & configurable | MISUMI Thailand
Magma Lozenge Location
Henry Ford Hospital: Ein Meisterwerk von Frida Kahlo
Craigslist Rooms For Rent North County San Diego
Partyline Ads for Wednesday, September 11, 2024
303-615-0055
Xsammybearxox
Lynette Mettey Feet
The Courier from Waterloo, Iowa
Francine weakens moving inland as the storm leaves behind flooding and widespread power outages
Cyclefish 2023
Alvin Isd Ixl
Benjamin Hilton co*ck
Elijah Vue latest: Two Rivers police confirm remains are those of boy missing since February
Violent Night Showtimes Near Santikos Entertainment Mayan Palace
Erome.ccom
Greatpeople.me Login Schedule
Pcc Skilled Nursing Login
Panty Note Manga Online
Union Supply Direct Wisconsin
Shaw Funeral Home Vici Oklahoma
Wym Urban Dictionary
Marukai Honolulu Weekly Ads
The Anthem Tonight
Nationsotc.com/Bcbsri
9294027542
Grand Forks (British Columbia) – Travel guide at Wikivoyage
charleston rooms & shares - craigslist
Vance Outdoors | Online Shopping for Firearms, Ammunition and Shooting Accessories
Champaign County Mugshots 2023
Clarksburg Wv Craigslist Personals
Texas Longhorns Soccer Schedule
Glyph Of The Trusted Steed
Lol Shot Io Unblocked
Molly Leach from Molly’s Artistry Demonstrates Amazing Rings in Acryli
Doomz.io Unblocked Games 76
Craigslist Lasalle County Il
2045 Union Ave SE, Grand Rapids, MI 49507 | Estately 🧡 | MLS# 24048395
Espn Ppr Fantasy Football Rankings
Morphe Aventura Mall
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 5966

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.