Skip to main content
Engineering LibreTexts

14.2.1.4: The Binomial Theorem

  • Page ID
    67465
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Binomial Theorem

    A binomial is a polynomial with exactly two terms. The binomial theorem gives a formula for expanding \((x+y)^n\) for any positive integer \(n\).

    How do we expand a product of polynomials? We pick one term from the first polynomial, multiply by a term chosen from the second polynomial, and then multiply by a term selected from the third polynomial, and so forth. In the special case of \((x+y)^n\), we are selecting either \(x\) or \(y\) from each of the \(n\) binomials \(x+y\) to form a product. Some of these products will be identical, hence, we need to collect their coefficients. The expansion of \((x+y)^3\) is demonstrated below.

    The expansion of cube of (x+y) is demonstrated here in a sequential sense...Check Pascal's triangle latter in this section

     

    Figure \(\PageIndex{1}\): The expansion of \((x+y)^3\) is demonstrated here in a sequential sense.

    We find \[\begin{array}{rl} (x+y)^3 &= (x+y)(x+y)(x+y) \\ &= xxx+xxy+xyx+xyy+yxx+yxy+yyx+yyy \\ &= x^3+x^2y+x^2y+xy^2+x^2y+xy^2+xy^2+y^3 \\ &= x^3+3x^2y+3xy^2+y^3. \end{array} \nonumber\] What happens when we expand \((x+y)^n\)?

    If we select \(y\) from \(k\) copies of the \((x+y)\)s, and \(x\) from the other \(n-k\) copies, their product will be \(x^{n-k} y^k\). Therefore, in the expansion of \((x+y)^n\), a typical term will be of the form \(x^{n-k} y^k\), where \(0\leq k\leq n\). The question is, what is its coefficient in the expansion, after we collect like terms? This coefficient is the number of times the product \(x^{n-k} y^k\) appears when we multiply out \((x+y)^n\) in the way described above. It depends on which \(k\) copies of the \((x+y)\)s we will choose \(y\) from. There are \(\binom{n}{k}\) choices, hence, the product \(x^{n-k}y^k\) appears \(\binom{n}{k}\) times. Thus, the coefficient is \(\binom{n}{k}\). For this reason, we also call \(\binom{n}{k}\) the binomial coefficients.

    Theorem \(\PageIndex{1}\) (Binomial Theorem)

    For any positive integer \(n\), \[\begin{array}{rcl} (x+y)^n &= \sum_{k=0}^n \binom{n}{k} x^{n-k}y^k. \qquad \end{array} \nonumber\]

    Because of the symmetry in the formula, we can interchange \(x\) and \(y\). In addition, we also have \(\binom{n}{k} = \binom{n}{n-k}\). Consequently, the binomial theorem can be written in three other forms:

    \[\begin{array}{rl} (x+y)^n &= \sum_{k=0}^n \binom{n}{n-k} x^{n-k} y^k, \\ (x+y)^n &= \sum_{k=0}^n \binom{n}{ k} x^k y^{n-k}, \\ (x+y)^n &= \sum_{k=0}^n \binom{n}{n-k} x^k y^{n-k}. \end{array} \nonumber\]

    You need not worry which one to use. They are all the same! This is how to remember these four different forms. In each term, the powers of \(x\) and \(y\) always add up to \(n\). If the power of one of the two variables is \(k\), where \(0\leq k\leq n\), then the power of the other must be \(n-k\), and we need to multiply the coefficient \(\binom{n}{k}\), which is the same as \(\binom{n}{n-k}\), to their product.

    When expanding \((x+y)^n\), it may be helpful if you first lay out all the terms \(x^n\), \(x^{n-1}y\), \(x^{n-2}y^2\), and so forth. Then you fill in with the binomial coefficients. For instance, to expand \((x+y)^3\), we first list all the terms that we expect fo find:

    \[(x+y)^3 = \underline{\text{ }}\, x^3 + \underline{\text{ }}\, x^2y + \underline{\text{ }}\, xy^2 + \underline{\text{ }}\, y^3. \nonumber\]

    Next we fill in the binomial coefficients:

    \[(x+y)^3 = \binom{3}{0} x^3 + \binom{3}{1} x^2 y + \binom{3}{2} xy^2 + \binom{3}{3} y^3.\nonumber\]

    Finally, evaluate the binomial coefficients and simplify the result.

    \[(x+y)^3 = x^3 + 3x^2y + 3xy^2 + y^3.\nonumber\]

    In a similar way, we also find \((x-y)^3 = x^3 - 3x^2y + 3xy^2 - y^3\). Note the similarity between the two expansions.

    Example \(\PageIndex{1}\label{eg:binom-01}\)

    Compute \((x+y)^4\).

    Solution

    Following the steps we outlined above, we find

    \[\begin{array}{rl} (x+y)^4 &= \binom{4}{0}x^4 + \binom{4}{1}x^3y + \binom{4}{2}x^2y^2 + \binom{4}{3}xy^3 + \binom{4}{4}y^4 \\ &= x^4 + 4x^3y + 6x^2y^2 + 4xy^3 + y^4. \end{array} \nonumber\]

    Since \(\binom{n}{0}=\binom{n}{n}=1\), the expansion always starts with \(x^n\) and ends with \(y^n\).

    Example \(\PageIndex{2}\label{eg:binom-02}\)

    Compute \((x-y)^4\).

    Solution

    We find

    \[\begin{array}{rl} (x-y)^4 &= [x+(-y)]^4 \\ &= \binom{4}{0} x^4 + \binom{4}{1}x^3(-y) + \binom{4}{2}x^2(-y)^2 + \binom{4}{3}x(-y)^3 + \binom{4}{4} (-y)^4 \\ &= x^4 - 4x^3y + 6x^2y^2 - 4xy^3 + y^4. \end{array} \nonumber\]

    Take note of the alternating signs in the expansion. This suggests that we could expand \((A-B)^n\) the exact same way we would with \((A+B)^n\), except that the signs alternate.

    We can carry out the expansion by following these steps. First, list all the terms we expect to find

    \[(x+y)^4 = \underline{\text{ }}\, x^4 \phantom{-} \underline{\text{ }}\, x^3y \phantom{+} \underline{\text{ }}\, x^2y^2 \phantom{-} \underline{\text{ }}\, xy^3 \phantom{+} \underline{\text{ }}\, y^4. \nonumber\]

    Next, fill in the signs:

    \[(x+y)^4 = \underline{\text{ }}\, x^4 - \underline{\text{ }}\, x^3y + \underline{\text{ }}\, x^2y^2 - \underline{\text{ }}\, xy^3 + \underline{\text{ }}\, y^4, \nonumber\]

    and then the binomial coefficients:

    \[(x+y)^4 = \binom{4}{0} x^4 - \binom{4}{1} x^3y + \binom{4}{2} x^2y^2 - \binom{4}{3} xy^3 + \binom{4}{4} y^4. \nonumber\]

    Finally, compute the binomial coefficients to finish the expansion.

    Example \(\PageIndex{3}\label{eg:binom-03}\)

    Expand \((2x-3y)^5\).

    Solution

    The expansion yields \[(2x)^5-\binom{5}{1}(2x)^4(3y)+\binom{5}{2}(2x)^3(3y)^2 -\binom{5}{3}(2x)^2(3y)^3+\binom{5}{4}(2x)(3y)^4-(3y)^5. \nonumber\] Therefore, \((2x-3y)^5 = 32x^5-240x^4y+720x^3y^2-1080x^2y^3+810xy^4-243y^5\).

    hands-on Exercise \(\PageIndex{1}\label{he:binom-01}\)

    Use the binomial theorem to expand \((3x-5y)^4\).

    Example \(\PageIndex{4}\label{eg:binom-04}\)

    Find the coefficient of \(x^3\) in the expansion of \((1+x)^{102}\).

    Solution

    Since \[(1+x)^{102} = \sum_{k=0}^{102} \binom{102}{k} x^k, \nonumber\] the term containing \(x^3\) is \(\binom{102}{3} x^3\). Therefore, the coefficient is \(\binom{102}{3}\). Depending on which form of the binomial theorem you use, you may end up with the term \(\binom{102}{99} x^3\). Numerically, this gives us the same coefficient, because \(\binom{102}{99}=\binom{102}{102-99}=\binom{102}{3}\).

    Example \(\PageIndex{5}\label{eg:binom-05}\)

    What is the coefficient of \(t^4\) in the expansion of \((2+3t)^9\)?

    Solution

    Since \[(2+3t)^9 = \sum_{k=0}^9 \binom{9}{k} 2^{9-k} (3t)^k, \nonumber\] we need \(k=4\). The coefficient is \(\binom{9}{4} 2^5\cdot3^4\cdot\).

    Example \(\PageIndex{6}\label{eg:binom-06}\)

    What is the coefficient of \(t^5\) in the expansion of \((3-2t)^7\)?

    Solution

    Since \((3-2t)^7 = \sum_{k=0}^7 \binom{7}{k} 3^{7-k} (-2t)^k\), we need \(k=5\), and the coefficient is \(\binom{7}{5}3^2\cdot(-2)^5 = -\binom{7}{5} 3^2\cdot2^5\).

    hands-on Exercise \(\PageIndex{2}\label{he:binom-02}\)

    What is the coefficient of \(t^5\) in \((1+3t)^8\)?

    hands-on Exercise \(\PageIndex{3}\label{he:binom-03}\)

    What is the coefficient of \(t^4\) in the expansion of \((2-5t)^9\)?

    Example \(\PageIndex{7}\label{eg:binom-07}\)

    What is the coefficient of \(t^6\) in the expansion of \((4+5t^2)^8\)?

    Solution

    The general term in the expansion is \(\binom{8}{k} 4^{8-k} (5t^2)^k = \binom{8}{k} 4^{8-k} \cdot 5^k t^{2k}\). Hence, we need \(k=3\), and the coefficient is \(\binom{8}{3}4^5\cdot5^3\).

    hands-on Exercise \(\PageIndex{4}\label{he:binom-04}\)

    What is the coefficient of \(t^9\) in the expansion of \((3-2t^3)^8\)?

    The constant term in an expansion does not contain any variable. It can be interpreted as the term containing \(x^0\).

    Example \(\PageIndex{8}\label{eg:binom-08}\)

    Find the constant term in the expansion of \(\left(x+\frac{2}{x}\right)^8\).

    Solution

    The general term in the expansion is \[\binom{8}{k} x^{8-k} \left(\frac{2}{x}\right)^k = \binom{8}{k} x^{8-k} \cdot\frac{2^k}{x^k} = \binom{8}{k} 2^k x^{8-2k}. \nonumber\] We need \(8-2k=0\) or \(k=4\). Therefore, the coefficient is \(\binom{8}{4} 2^4\).

    hands-on Exercise \(\PageIndex{5}\label{he:binom-05}\)

    Find the constant term in the expansion of the two expressions \(\left(x+\frac{3}{x}\right)^9\) and \(\left(2x-\frac{3}{x}\right)^{10}\).

    Example \(\PageIndex{9}\label{eg:binom-09}\)

    Determine the coefficient of \(x^7\) in the expansion of \((1+x+x^2)(1+x)^{10}\).

    Solution

    Expand \((1+x+x^2) (1+x)^{10}\) as follows: \[\begin{array}{rl} (1+x+x^2) (1+x)^{10} &= (1+x+x^2) \sum_{k=0}^{10} \binom{10}{k} x^k \\ &= \sum_{k=0}^{10} \binom{10}{k} x^k +\sum_{k=0}^{10} \binom{10}{k} x^{k+1} +\sum_{k=0}^{10} \binom{10}{k} x^{k+2}. \end{array}\] So the coefficient of \(x^7\) is \(\binom{10}{7} + \binom{10}{6} + \binom{10}{5}\).

    hands-on Exercise \(\PageIndex{6}\label{he:binom-06}\)

    Find the coefficient of \(x^8\) in the expansion of \((1−2x+3x^2)(1+2x)^{12}\).

    Pascal's Triangle

    To compute the binomial coefficients quickly, one may use the Pascal triangle, in which the \(n\)th row (\(n \geq 0\)) consists of the binomial coefficients \(\binom{n}{k}\), where \(0 \leq k \leq n\):

    \[\begin{array}{*{13}{c}} & & & & & & 1 \\ & & & & & 1 & & 1 \\ & & & & 1 & & 2 & & 1 \\ & & & 1 & & 3 & & 3 & & 1 \\ & & 1 & & 4 & & 6 & & 4 & & 1 \\ & 1 & & 5 & &10 & &10 & & 5 & & 1 \\ 1 & & 6 & &15 & &20 & &15 & & 6 & & 1 \end{array} \nonumber\]

    Constructing the Pascal triangle is easy. We generate the rows one at a time. The extreme ends are always 1. Each of the interior entries is the sum of the two entries right above it in the preceding row. For instance, the next row (for \(n=7\)) should be

    \[\begin{array}{*{15}{c}} 1 & & 7 & &21 & &35 & &35 & &21 & & 7 & & 1 \end{array} \nonumber\]

    Such computations produce the right binomial coefficients, because of the next result.

    Theorem \(\PageIndex{2}\) (Pascal's Identitity)

    For all integers \(n\) and \(k\) satisfying \(1\leq k\leq n\), \[\binom{n}{k} = \binom{n-1}{k} + \binom{n-1}{k-1}. \nonumber\]

    (Analytic Proof)

    It follows from the definition of binomial coefficients that

    \[\begin{aligned} \binom{n-1}{k-1} + \binom{n-1}{k} &= \frac{(n-1)!}{(k-1)!\,(n-k)!} + \frac{(n-1)!}{k!\,(n-k-1)!} \\ &= \frac{(n-1)!}{(k-1)!\,(n-k-1)!} \left( \frac{1}{n-k} + \frac{1}{k} \right) \\ &= \frac{(n-1)!}{(k-1)!\,(n-k-1)!} \cdot \frac{n}{k(n-k)} \\ &= \frac{n!}{k!\,(n-k)!}.\end{aligned} \nonumber\]

    This completes the proof.

    (Combinatorial Proof)

    Let \(A\) be an \(n\)-element set. Then \(\binom{n}{k}\) counts the number of \(k\)-element subsets of \(A\). These subsets can be classified according to whether they contain a fixed element, say \(x\). If a subset contains \(x\), then the other \(k-1\) elements must be selected from the remaining \(n-1\) elements of \(A\). Otherwise, if the subset does not contain \(x\), then all its \(k\) elements must be selected from the other \(n-1\) elements of \(A\). The numbers of these two kinds of subsets are given by \(\binom{n-1}{k-1}\) and \(\binom{n-1}{k}\), respectively. The theorem now follows immediately by applying the addition principle.

    hands-on Exercise \(\PageIndex{7}\label{he:binom-07}\)

    Determine the 8th and the 9th rows in the Pascal’s triangle.

    Example \(\PageIndex{10}\label{eg:binom-10}\)

    Use the Pascal’s triangle to expand

    1. \((C-D)^5\)
    2. \((2A+5B)^3\)
    3. \((3C-4B)^4\)
    Solution

    Draw the values of \(\binom{n}{k}\) from the Pascal triangle directly. The answers are:

    1. \((C-D)^5 = C^5-5C^4D+10C^3D^2-10C^2D^3+5CD^4-D^5\).
    2. \((2a+5B)^3 = 8A^3+60A^2B+150AB^2+125B^3\).
    3. \((3C-4B)^4 = 81C^4-432C^3B+864C^2B^2-768CB^3+256B^4\).

    Many interesting results can be derived from the binomial theorem.

    Example \(\PageIndex{11}\label{eg:binom-11}\)

    Setting \(x=y=1\), we obtain a simple (analytic) proof of the familiar identity \(2^n = \sum_{k=0}^n \binom{n}{k}\).

    Example \(\PageIndex{12}\label{eg:binom-12}\)

    Letting \(x=1\) and \(y=-1\) yields \(0 = \sum_{k=0}^n (-1)^k \binom{n}{k}\). We can rewrite it as \[\binom{n}{0} + \binom{n}{2} + \cdots = \binom{n}{1} + \binom{n}{3} + \cdots. \nonumber\]

    Combinatorially, this means the number of subsets of even cardinalities equals the number of subsets of odd cardinalities.

    Summary and Review

    • The binomial theorem can be expressed in four different but equivalent forms.
    • The expansion of \((x+y)^n\) starts with \(x^n\), then we decrease the exponent in \(x\) by one, meanwhile increase the exponent of \(y\) by one, and repeat this until we have \(y^n\).
    • The next few terms are therefore \(x^{n-1}y\), \(x^{n-2}y^2\), etc., which end with \(y^n\).
    • In general, the sum of exponents in \(x\) and \(y\) is always \(n\). Hence, the general term is \(x^k y^{n-k}\), whose coefficient is \(\binom{n}{k}\).
    • The expansion of \((x+y)^n\) and \((x-y)^n\) look almost identical, except that the signs in \((x-y)^n\) alternate.

    Exercise \(\PageIndex{1}\label{ex:binom-01}\)

    Use binomial theorem to expand the following expressions:

    1. \((x + y)^5\)
    2. \((s − t)^6\)
    3. \((a + 3b)^4\)

    Exercise \(\PageIndex{2}\label{ex:binom-02}\)

    Find the coefficient of

    1. \(x^{11}y^3\) in \((x+y)^{14}\)
    2. \(x^4y^7\) in \((2x-y)^{11}\)
    3. \(x^4y^3\) in \((3x+2y)^7\)
    4. \(x^5\) in \((1-x+x^2)(1+x)^7\)

    Exercise \(\PageIndex{4}\label{ex:binom-03}\)

    Find the constant term in the expansion of

    1. \(\left(x+\frac{1}{x}\right)^4\)
    2. \(\left(3x-\frac{2}{5x^2}\right)^9\)
    3. \(\left(3x^2-\frac{5}{7x^3}\right)^4\)
    4. \((1-x^2+x^3)\left(3x^2-\frac{5}{7x^3}\right)^6\)

    Exercise \(\PageIndex{4}\label{ex:binom-04}\)

    Show that \( \sum_{k=0}^n \binom{n}{k} 2^k = 3^n\) for any positive integer \(n\).

    Exercise \(\PageIndex{5}\label{ex:binom-05}\)

    Let \(n\) be a positive integer. Evaluate \( \sum_{k=0}^n \binom{n}{k} r^k\) for any real number \(r\).

    Exercise \(\PageIndex{6}\label{ex:binom-06}\)

    Find a closed form for the summation \( \sum_{k=0}^n k\binom{n}{k}\).

    Hint

    Differentiate \((1+x)^n\) with respect to \(x\).

    Exercise \(\PageIndex{7}\label{ex:binom-07}\)

    The objective of this problem is to derive a formula for \(\sum_{k=1}^n k^2\).

    1. Use induction to show that \[\sum_{k=1}^n \binom{k}{1} = \frac{n(n+1)}{2} \nonumber\] for any positive integer \(n\).
    2. Use induction to show that \[\sum_{k=1}^n \binom{k}{2} = \frac{n(n+1)(n-1)}{3!} \nonumber\] for any positive integer \(n\)
    3. Find the integers \(a\) and \(b\) such that \[k^2 = a\binom{k}{2} + b\binom{k}{1}. \nonumber\]
    4. From part (c), we obtain \[\sum_{k=1}^n k^2 = a\sum_{k=1}^n \binom{k}{2} + b\sum_{k=1}^n \binom{k}{1}. \nonumber\] Apply the results from parts (a) and (b) to derive a formula for \(\sum_{k=1}^n k^2\).
    Hint (b)

    Note that \(\binom{1}{2}=0\).

    Hint (c)

    Compare coefficients.

    Exercise \(\PageIndex{8}\label{ex:binom-08}\)

    The objective of this problem is to derive a formula for \(\sum_{k=1}^n k^3\).

    1. Use induction to show that \[\sum_{k=1}^n \binom{k}{3} = \frac{n(n+1)(n-1)(n-2)}{4!} \nonumber\] for any positive integer \(n\).
    2. Find the integers \(a\), \(b\), and \(c\) such that \[k^3 = a\binom{k}{3} + b\binom{k}{2} + c\binom{k}{1}. \nonumber\]
    3. Apply the results from parts (a) and (b) to derive a formula for \(\sum_{k=1}^n k^3\).
    Hint (a)

    Note that \(\binom{1}{2}=0\).

    Hint (b)

    Compare coefficients.


    This page titled 14.2.1.4: The Binomial Theorem is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Harris Kwong (OpenSUNY) .