Skip to main content
Mathematics LibreTexts

7.6: Appendix- The Binomial Expansion

  • Page ID
    106242
  • \( \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}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    In this section we had to recall the binomial expansion. This is simply the expansion of the expression \((a+b)^{p}\). We will investigate this expansion first for nonnegative integer powers p and then derive the expansion for other values of \(p\).

    Lets list some of the common expansions for nonnegative integer powers.

    \[\begin{aligned}
    (a+b)^{0} &=1 \\
    (a+b)^{1} &=a+b \\
    (a+b)^{2} &=a^{2}+2 a b+b^{2} \\
    (a+b)^{3} &=a^{3}+3 a^{2} b+3 a b^{2}+b^{3} \\
    (a+b)^{4} &=a^{4}+4 a^{3} b+6 a^{2} b^{2}+4 a b^{3}+b^{4} \\
    & \cdots
    \end{aligned} \label{7.56} \]

    We now look at the patterns of the terms in the expansions. First, we note that each term consists of a product of a power of \(a\) and a power of \(b\). The powers of \(a\) are decreasing from \(n\) to 0 in the expansion of \((a+b)^{n}\). Similarly, the powers of \(b\) increase from 0 to \(n\). The sums of the exponents in each term is \(n\). So, we can write the \((k+1)\)st term in the expansion as \(a^{n-k} b^{k}\). For example, in the expansion of \((a+b)^{51}\) the 6 th term is \(a^{51-5} b^{5}=a^{46} b^{5}\). However, we do not know the numerical coefficient in the expansion.

    We now list the coefficients for the above expansions.

    \(n=0: \quad 1\)
    \(n=1: \quad 1 \quad 1\)
    \(n=2: \quad 1 \quad 2 \quad 1\)
    \(n=3: \quad 1 \quad 3 \quad 3 \quad 1\)
    \(n=4: 1 \quad 4 \quad 6 \quad 4 \quad 1\)

    This pattern is the famous Pascal’s triangle. There are many interesting features of this triangle. But we will first ask how each row can be generated.

    We see that each row begins and ends with a one. Next the second term and next to last term has a coefficient of \(n\). Next we note that consecutive pairs in each row can be added to obtain entries in the next row. For example, we have

    Screen Shot 2022-07-09 at 6.06.32 PM.png

    With this in mind, we can generate the next several rows of our triangle.

    \[\begin{aligned}
    &n=3: \quad 1 \quad 3 \quad 3 \quad 1 \\
    &n=4: \quad 1 \quad 4 \quad 6 \quad 4 \quad 1 \\
    &n=5: \quad 1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1\\
    &n=6: 1 \quad 6 \quad 15 \quad 20 \quad 15 \quad 6 \quad 1
    \end{aligned} \label{7.59} \]

    Of course, it would take a while to compute each row up to the desired \(n\). We need a simple expression for computing a specific coefficient. Consider the \(k\)th term in the expansion of \((a+b)^{n}\). Let \(r=k-1\). Then this term is of the form \(C_{r}^{n} a^{n-r} b^{r}\). We have seen the the coefficients satisfy

    \[C_{r}^{n}=C_{r}^{n-1}+C_{r-1}^{n-1} . \nonumber \]

    Actually, the coefficients have been found to take a simple form.

    \(C_{r}^{n}=\dfrac{n !}{(n-r) ! r !}=\left(\begin{array}{c}
    n \\
    r
    \end{array}\right) .\)

    This is nothing other than the combinatoric symbol for determining how to choose \(n\) things \(r\) at a time. In our case, this makes sense. We have to count the number of ways that we can arrange the products of \(r b\)'s with \(n-r a\)'s. There are \(n\) slots to place the \(b\)'s. For example, the \(r=2\) case for \(n=4\) involves the six products: \(a a b b, a b a b, a b b a, b a a b, b a b a\), and \(b b a a\). Thus, it is natural to use this notation. The original problem that concerned Pascal was in gambling.

    So, we have found that

    \[(a+b)^{n}=\sum_{r=0}^{n}\left(\begin{array}{l}
    n \\
    r
    \end{array}\right) a^{n-r} b^{r} . \label{7.60} \]

    What if \(a \gg b\)? Can we use this to get an approximation to \((a+b)^{n}\)? If we neglect \(b\) then \((a+b)^{n} \simeq a^{n}\). How good of an approximation is this? This is where it would be nice to know the order of the next term in the expansion, which we could state using big \(O\) notation. In order to do this we first divide out \(a\) as

    \[(a+b)^{n}=a^{n}\left(1+\dfrac{b}{a}\right)^{n} . \nonumber \]

    Now we have a small parameter, \(\dfrac{b}{a}\). According to what we have seen above, we can use the binomial expansion to write

    \[\left(1+\dfrac{b}{a}\right)^{n}=\sum_{r=0}^{n}\left(\begin{array}{l}
    n \\
    r
    \end{array}\right)\left(\dfrac{b}{a}\right)^{r} \label{7.61} \]

    Thus, we have a finite sum of terms involving powers of \(\dfrac{b}{a}\). Since \(a \gg b\), most of these terms can be neglected. So, we can write

    \[\left(1+\dfrac{b}{a}\right)^{n}=1+n \dfrac{b}{a}+O\left(\left(\dfrac{b}{a}\right)^{2}\right) . \nonumber \]

    note that we have used the observation that the second coefficient in the \(n\)th row of Pascal’s triangle is \(n\).

    Summarizing, this then gives

    \[\begin{aligned}
    (a+b)^{n}&=a^{n}\left(1+\dfrac{b}{a}\right)^{n} \\
    &=a^{n}\left(1+n \dfrac{b}{a}+O\left(\left(\dfrac{b}{a}\right)^{2}\right)\right) \\
    &=a^{n}+n a^{n} \dfrac{b}{a}+a^{n} O\left(\left(\dfrac{b}{a}\right)^{2}\right) .
    \end{aligned} \label{7.62} \]

    Therefore, we can approximate \((a+b)^{n} \simeq a^{n}+n b a^{n-1}\), with an error on the order of \(b a^{n-2}\). Note that the order of the error does not include the constant factor from the expansion. We could also use the approximation that \((a+b)^{n} \simeq a^{n}\), but it is not as good because the error in this case is of the order \(b a^{n-1}\).

    We have seen that

    \[\dfrac{1}{1-x}=1+x+x^{2}+\ldots \nonumber \]

    But, \(\dfrac{1}{1-x}=(1-x)^{-1}\). This is again a binomial to a power, but the power is not a nonnegative integer. It turns out that the coefficients of such a binomial expansion can be written similar to the form in Equation (7.60).

    This example suggests that our sum may no longer be finite. So, for \(p\) a real number, we write

    \[(1+x)^{p}=\sum_{r=0}^{\infty}\left(\begin{array}{l}
    p \\
    r
    \end{array}\right) x^{r} . \label{7.63} \]

    However, we quickly run into problems with this form. Consider the coefficient for \(r=1\) in an expansion of \((1+x)^{-1}\). This is given by

    \(\left(\begin{array}{c}
    -1 \\
    1
    \end{array}\right)=\dfrac{(-1) !}{(-1-1) ! 1 !}=\dfrac{(-1) !}{(-2) ! 1 !}\)

    But what is (-1)!? By definition, it is

    \[(-1) !=(-1)(-2)(-3) \cdots \nonumber \]

    This product does not seem to exist! But with a little care, we note that

    \[\dfrac{(-1) !}{(-2) !}=\dfrac{(-1)(-2) !}{(-2) !}=-1 \text {. } \nonumber \]

    So, we need to be careful not to interpret the combinatorial coefficient literally. There are better ways to write the general binomial expansion. We can write the general coefficient as

    \[\begin{aligned}
    \left(\begin{array}{l}
    p \\
    r
    \end{array}\right) &=\dfrac{p !}{(p-r) ! r !} \\
    &=\dfrac{p(p-1) \cdots(p-r+1)(p-r) !}{(p-r) ! r !} \\
    &=\dfrac{p(p-1) \cdots(p-r+1)}{r !}
    \end{aligned} \label{7.64} \]

    With this in mind we now state the theorem:

    General Binomial Expansion The general binomial expansion for \((1+x)^{p}\) is a simple generalization of Equation (7.60). For \(p\) real, we have that

    \[\begin{aligned}
    (1+x)^{p} &=\sum_{r=0}^{\infty} \dfrac{p(p-1) \cdots(p-r+1)}{r !} x^{r} \\
    &=\sum_{r=0}^{\infty} \dfrac{\Gamma(p+1)}{r ! \Gamma(p-r+1)} x^{r} .
    \end{aligned} \label{7.65} \]

    Often we need the first few terms for the case that \(x \ll 1\):

    \[(1+x)^{p}=1+p x+\dfrac{p(p-1)}{2} x^{2}+O\left(x^{3}\right) . \label{7.66} \]


    This page titled 7.6: Appendix- The Binomial Expansion is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Russell Herman via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?